2022-08-19 19:29:35.946 | + ./stack.sh:main:482 : exec 2022-08-19 19:29:35.946 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-19-192935' 2022-08-19 19:29:35.946 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-19-192935.summary.2022-08-19-192935 2022-08-19 19:29:35.946 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:29:35.946 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-19-192935 2022-08-19 19:29:35.946 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-19-192935 /opt/stack/logs/stack.sh.log 2022-08-19 19:29:35.946 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-19-192935.summary.2022-08-19-192935 /opt/stack/logs/stack.sh.log.summary 2022-08-19 19:29:35.946 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-19 19:29:35.946 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-19 19:29:35.946 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-19 19:29:35.946 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-19 19:29:35.946 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-19 19:29:35.946 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-19 19:29:35.946 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-19 19:29:35.948 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-19 19:29:35.950 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-19 19:29:35.952 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-19 19:29:35.954 | + ./stack.sh:main:568 : set -o errexit 2022-08-19 19:29:35.956 | + ./stack.sh:main:571 : uname -a 2022-08-19 19:29:35.958 | Linux dv-osbrick-849019-5-iscsi 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-08-19 19:29:35.960 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-19 19:29:35.961 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-19 19:29:35.965 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-19 19:29:36.000 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-19 19:29:36.017 | + ./stack.sh:main:585 : fetch_plugins 2022-08-19 19:29:36.019 | + functions-common:fetch_plugins:1785 : local plugins= 2022-08-19 19:29:36.020 | + functions-common:fetch_plugins:1786 : local plugin 2022-08-19 19:29:36.022 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-08-19 19:29:36.024 | + functions-common:fetch_plugins:1790 : return 2022-08-19 19:29:36.026 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-19 19:29:36.028 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-08-19 19:29:36.029 | + functions-common:run_phase:1868 : local phase= 2022-08-19 19:29:36.031 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:29:36.033 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:29:36.035 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:29:36.037 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:29:36.038 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:29:36.040 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:29:36.044 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:29:36.045 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:29:36.047 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:29:36.050 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-19 19:29:36.052 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:29:36.065 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:36.067 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-19 19:29:36.068 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:29:36.070 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:29:36.072 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:29:36.074 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:29:36.075 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:29:36.077 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-19 19:29:36.079 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-19 19:29:36.081 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-19 19:29:36.083 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-19 19:29:36.085 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-08-19 19:29:36.086 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-08-19 19:29:36.088 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-08-19 19:29:36.090 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-08-19 19:29:36.092 | + functions-common:plugin_override_defaults:1831 : return 2022-08-19 19:29:36.094 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-19 19:29:36.111 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-19 19:29:36.113 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-19 19:29:36.126 | ++ functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:29:36.128 | +++ lib/tls:source:43 : hostname -f 2022-08-19 19:29:36.132 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-19 19:29:36.134 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-19 19:29:36.135 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-19 19:29:36.137 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-19 19:29:36.139 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-19 19:29:36.141 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-19 19:29:36.143 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-19 19:29:36.145 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-19 19:29:36.147 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-19 19:29:36.149 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-19 19:29:36.153 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-19 19:29:36.166 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-19 19:29:36.182 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-19 19:29:36.195 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-19 19:29:36.207 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-19 19:29:36.243 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-19 19:29:36.302 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-19 19:29:36.392 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-19 19:29:36.413 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-19 19:29:36.458 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-19 19:29:36.510 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-19 19:29:36.661 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-19 19:29:36.679 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-19 19:29:36.694 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-19 19:29:36.707 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-19 19:29:36.795 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-19 19:29:36.797 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-19 19:29:36.800 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-19 19:29:36.802 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-19 19:29:36.804 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-19 19:29:36.806 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-19 19:29:36.809 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-19 19:29:36.809 | False' 2022-08-19 19:29:36.812 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-19 19:29:36.827 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-19 19:29:36.830 | + ./stack.sh:main:619 : run_phase source 2022-08-19 19:29:36.832 | + functions-common:run_phase:1867 : local mode=source 2022-08-19 19:29:36.834 | + functions-common:run_phase:1868 : local phase= 2022-08-19 19:29:36.835 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:29:36.837 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:29:36.839 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:29:36.842 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:29:36.844 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:29:36.846 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:29:36.850 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:29:36.852 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:29:36.854 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:29:36.856 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-19 19:29:36.858 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:29:36.873 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:36.875 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-19 19:29:36.877 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-19 19:29:36.916 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-19 19:29:36.918 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-19 19:29:36.920 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-08-19 19:29:36.922 | + functions-common:run_phase:1889 : load_plugin_settings 2022-08-19 19:29:36.925 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-08-19 19:29:36.927 | + functions-common:load_plugin_settings:1804 : local plugin 2022-08-19 19:29:36.929 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-08-19 19:29:36.931 | + functions-common:load_plugin_settings:1808 : return 2022-08-19 19:29:36.933 | + functions-common:run_phase:1890 : verify_disabled_services 2022-08-19 19:29:36.936 | + functions-common:verify_disabled_services:2150 : local service 2022-08-19 19:29:36.938 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.941 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-19 19:29:36.943 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.945 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-19 19:29:36.947 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.950 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-19 19:29:36.952 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.954 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-19 19:29:36.957 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.959 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-19 19:29:36.961 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.963 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-19 19:29:36.966 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.968 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-19 19:29:36.971 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.973 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-19 19:29:36.975 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.978 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-19 19:29:36.980 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.982 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-19 19:29:36.985 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.987 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-19 19:29:36.989 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.992 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-19 19:29:36.994 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:36.997 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-19 19:29:36.999 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.002 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-19 19:29:37.004 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.006 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-19 19:29:37.008 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.011 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-19 19:29:37.013 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.015 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-19 19:29:37.018 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.020 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-19 19:29:37.022 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.024 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-19 19:29:37.027 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.029 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-19 19:29:37.031 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.034 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-19 19:29:37.037 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.039 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-19 19:29:37.041 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.043 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-19 19:29:37.046 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.049 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-19 19:29:37.051 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.053 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-19 19:29:37.055 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.058 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-19 19:29:37.060 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.063 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-19 19:29:37.065 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.068 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-19 19:29:37.070 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.072 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-19 19:29:37.074 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.077 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-19 19:29:37.079 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.081 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-19 19:29:37.084 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.086 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-19 19:29:37.088 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.090 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-19 19:29:37.093 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.095 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-19 19:29:37.098 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.100 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-19 19:29:37.103 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.105 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-19 19:29:37.107 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.109 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-19 19:29:37.112 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.115 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-19 19:29:37.117 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.119 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-19 19:29:37.121 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.124 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-19 19:29:37.126 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.128 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-19 19:29:37.131 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.133 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-19 19:29:37.135 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.137 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-19 19:29:37.140 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.142 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-19 19:29:37.144 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:29:37.147 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-19 19:29:37.149 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-19 19:29:37.152 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-19 19:29:37.154 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-19 19:29:37.169 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:37.171 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-19 19:29:37.174 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-19 19:29:37.176 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-19 19:29:37.192 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:29:37.194 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-19 19:29:37.196 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-19 19:29:37.199 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-19 19:29:37.201 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-19 19:29:37.203 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-19 19:29:37.206 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-19 19:29:37.208 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-19 19:29:37.210 | + lib/database:initialize_database_backends:92 : return 0 2022-08-19 19:29:37.213 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-19 19:29:37.213 | Using mysql database backend 2022-08-19 19:29:37.215 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-19 19:29:37.231 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-19 19:29:37.234 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-19 19:29:37.237 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-19 19:29:37.240 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-19 19:29:37.242 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-19 19:29:37.245 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-19 19:29:37.261 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:37.263 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-19 19:29:37.280 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-19 19:29:37.296 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:37.299 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-19 19:29:37.315 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-19 19:29:37.332 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-19 19:29:37.349 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:29:37.351 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-19 19:29:37.367 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:37.369 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-19 19:29:37.386 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-19 19:29:37.388 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-19 19:29:37.390 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-19 19:29:37.394 | + functions-common:save_stackenv:60 : local tag=752 2022-08-19 19:29:37.397 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-19 19:29:37.401 | + functions-common:save_stackenv:62 : time_stamp=2022-08-19-192937 2022-08-19 19:29:37.403 | + functions-common:save_stackenv:63 : echo '# 2022-08-19-192937 752' 2022-08-19 19:29:37.406 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.409 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-19 19:29:37.411 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.413 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-19 19:29:37.416 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.418 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-19 19:29:37.420 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.423 | + 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,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,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-08-19 19:29:37.425 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.428 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.23 2022-08-19 19:29:37.430 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.432 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.23/identity 2022-08-19 19:29:37.435 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.437 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-19-192935 2022-08-19 19:29:37.440 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.442 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-19 19:29:37.445 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.449 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.23 2022-08-19 19:29:37.451 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.454 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-19 19:29:37.457 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.459 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-19 19:29:37.461 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.464 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-19 19:29:37.466 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.468 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-19 19:29:37.471 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.474 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.23 2022-08-19 19:29:37.476 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:29:37.479 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-19 19:29:37.481 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-19 19:29:37.484 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-19 19:29:37.486 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-19 19:29:37.488 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-08-19 19:29:37.490 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:29:37.492 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:29:37.495 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:29:37.497 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:29:37.499 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:29:37.502 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:29:37.518 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:29:37.520 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:29:37.522 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:29:37.525 | + functions-common:git_clone:617 : echo master 2022-08-19 19:29:37.525 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:29:37.530 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-08-19 19:29:37.532 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:29:37.535 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-19 19:29:37.547 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-08-19 19:29:37.550 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:29:37.550 | + functions-common:git_clone:678 : head -1 2022-08-19 19:29:37.554 | 332d9d97 Update gssapi constraint 2022-08-19 19:29:37.556 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:29:37.559 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-19 19:29:37.562 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:29:37.564 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-19 19:29:37.567 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-19 19:29:37.569 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-19 19:29:37.572 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-19 19:29:37.574 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-19 19:29:37.577 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-19 19:29:37.580 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-19 19:29:37.582 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-19 19:29:37.585 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-19 19:29:37.590 | ++ tools/install_prereqs.sh:source:47 : NOW=1660937377 2022-08-19 19:29:37.593 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-19 19:29:37.598 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1660936809 2022-08-19 19:29:37.600 | ++ tools/install_prereqs.sh:source:49 : DELTA=568 2022-08-19 19:29:37.603 | ++ tools/install_prereqs.sh:source:50 : [[ 568 -lt 7200 ]] 2022-08-19 19:29:37.605 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-08-19 19:29:37.608 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-19 19:29:37.610 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-08-19 19:29:37.613 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-19 19:29:37.616 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-08-19 19:29:37.618 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-19 19:29:37.621 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-08-19 19:29:37.623 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-19 19:29:37.626 | +++ 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,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,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-08-19 19:29:37.674 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-19 19:29:37.674 | apache2-dev 2022-08-19 19:29:37.674 | bc 2022-08-19 19:29:37.674 | bsdmainutils 2022-08-19 19:29:37.674 | curl 2022-08-19 19:29:37.674 | g++ 2022-08-19 19:29:37.674 | gawk 2022-08-19 19:29:37.674 | gcc 2022-08-19 19:29:37.674 | gettext 2022-08-19 19:29:37.674 | git 2022-08-19 19:29:37.675 | graphviz 2022-08-19 19:29:37.675 | iputils-ping 2022-08-19 19:29:37.675 | libapache2-mod-proxy-uwsgi 2022-08-19 19:29:37.675 | libffi-dev 2022-08-19 19:29:37.675 | libjpeg-dev 2022-08-19 19:29:37.675 | libpcre3-dev 2022-08-19 19:29:37.675 | libpq-dev 2022-08-19 19:29:37.675 | libssl-dev 2022-08-19 19:29:37.675 | libsystemd-dev 2022-08-19 19:29:37.675 | libxml2-dev 2022-08-19 19:29:37.675 | libxslt1-dev 2022-08-19 19:29:37.675 | libyaml-dev 2022-08-19 19:29:37.675 | lsof 2022-08-19 19:29:37.675 | openssh-server 2022-08-19 19:29:37.675 | openssl 2022-08-19 19:29:37.675 | pkg-config 2022-08-19 19:29:37.675 | psmisc 2022-08-19 19:29:37.675 | python3-dev 2022-08-19 19:29:37.675 | python3-pip 2022-08-19 19:29:37.675 | python3-systemd 2022-08-19 19:29:37.675 | python3-venv 2022-08-19 19:29:37.675 | tar 2022-08-19 19:29:37.675 | tcpdump 2022-08-19 19:29:37.675 | unzip 2022-08-19 19:29:37.675 | uuid-runtime 2022-08-19 19:29:37.675 | wget 2022-08-19 19:29:37.675 | wget 2022-08-19 19:29:37.675 | zlib1g-dev 2022-08-19 19:29:37.675 | libkrb5-dev 2022-08-19 19:29:37.675 | libldap2-dev 2022-08-19 19:29:37.675 | libsasl2-dev 2022-08-19 19:29:37.675 | memcached 2022-08-19 19:29:37.675 | python3-mysqldb 2022-08-19 19:29:37.675 | sqlite3 2022-08-19 19:29:37.675 | conntrack 2022-08-19 19:29:37.675 | curl 2022-08-19 19:29:37.675 | dnsmasq-base 2022-08-19 19:29:37.675 | dnsmasq-utils 2022-08-19 19:29:37.675 | ebtables 2022-08-19 19:29:37.676 | genisoimage 2022-08-19 19:29:37.676 | iptables 2022-08-19 19:29:37.676 | iputils-arping 2022-08-19 19:29:37.676 | kpartx 2022-08-19 19:29:37.676 | libjs-jquery-tablesorter 2022-08-19 19:29:37.676 | parted 2022-08-19 19:29:37.676 | pm-utils 2022-08-19 19:29:37.676 | python3-mysqldb 2022-08-19 19:29:37.676 | socat 2022-08-19 19:29:37.676 | sqlite3 2022-08-19 19:29:37.676 | sudo 2022-08-19 19:29:37.676 | vlan 2022-08-19 19:29:37.676 | lsscsi 2022-08-19 19:29:37.676 | open-iscsi 2022-08-19 19:29:37.676 | lvm2 2022-08-19 19:29:37.676 | qemu-utils 2022-08-19 19:29:37.676 | thin-provisioning-tools 2022-08-19 19:29:37.676 | acl 2022-08-19 19:29:37.676 | dnsmasq-base 2022-08-19 19:29:37.676 | dnsmasq-utils 2022-08-19 19:29:37.676 | ebtables 2022-08-19 19:29:37.676 | haproxy 2022-08-19 19:29:37.676 | iptables 2022-08-19 19:29:37.676 | iputils-arping 2022-08-19 19:29:37.676 | iputils-ping 2022-08-19 19:29:37.676 | postgresql-server-dev-all 2022-08-19 19:29:37.676 | python3-mysqldb 2022-08-19 19:29:37.676 | sqlite3 2022-08-19 19:29:37.676 | sudo 2022-08-19 19:29:37.676 | vlan 2022-08-19 19:29:37.676 | pcp 2022-08-19 19:29:37.676 | ipset 2022-08-19 19:29:37.676 | conntrack 2022-08-19 19:29:37.676 | conntrackd 2022-08-19 19:29:37.676 | keepalived 2022-08-19 19:29:37.676 | lvm2 2022-08-19 19:29:37.676 | qemu-utils 2022-08-19 19:29:37.677 | thin-provisioning-tools 2022-08-19 19:29:37.677 | curl 2022-08-19 19:29:37.677 | liberasurecode-dev 2022-08-19 19:29:37.677 | make 2022-08-19 19:29:37.677 | memcached 2022-08-19 19:29:37.677 | rsync 2022-08-19 19:29:37.677 | sqlite3 2022-08-19 19:29:37.677 | xfsprogs' 2022-08-19 19:29:37.678 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-19 19:29:37.697 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-19 19:29:37.697 | apache2-dev 2022-08-19 19:29:37.697 | bc 2022-08-19 19:29:37.697 | bsdmainutils 2022-08-19 19:29:37.697 | curl 2022-08-19 19:29:37.697 | g++ 2022-08-19 19:29:37.697 | gawk 2022-08-19 19:29:37.697 | gcc 2022-08-19 19:29:37.697 | gettext 2022-08-19 19:29:37.697 | git 2022-08-19 19:29:37.697 | graphviz 2022-08-19 19:29:37.697 | iputils-ping 2022-08-19 19:29:37.697 | libapache2-mod-proxy-uwsgi 2022-08-19 19:29:37.697 | libffi-dev 2022-08-19 19:29:37.697 | libjpeg-dev 2022-08-19 19:29:37.697 | libpcre3-dev 2022-08-19 19:29:37.698 | libpq-dev 2022-08-19 19:29:37.698 | libssl-dev 2022-08-19 19:29:37.698 | libsystemd-dev 2022-08-19 19:29:37.698 | libxml2-dev 2022-08-19 19:29:37.698 | libxslt1-dev 2022-08-19 19:29:37.698 | libyaml-dev 2022-08-19 19:29:37.698 | lsof 2022-08-19 19:29:37.698 | openssh-server 2022-08-19 19:29:37.698 | openssl 2022-08-19 19:29:37.698 | pkg-config 2022-08-19 19:29:37.698 | psmisc 2022-08-19 19:29:37.698 | python3-dev 2022-08-19 19:29:37.698 | python3-pip 2022-08-19 19:29:37.698 | python3-systemd 2022-08-19 19:29:37.698 | python3-venv 2022-08-19 19:29:37.698 | tar 2022-08-19 19:29:37.698 | tcpdump 2022-08-19 19:29:37.698 | unzip 2022-08-19 19:29:37.698 | uuid-runtime 2022-08-19 19:29:37.698 | wget 2022-08-19 19:29:37.698 | wget 2022-08-19 19:29:37.698 | zlib1g-dev 2022-08-19 19:29:37.698 | libkrb5-dev 2022-08-19 19:29:37.698 | libldap2-dev 2022-08-19 19:29:37.698 | libsasl2-dev 2022-08-19 19:29:37.698 | memcached 2022-08-19 19:29:37.698 | python3-mysqldb 2022-08-19 19:29:37.698 | sqlite3 2022-08-19 19:29:37.698 | conntrack 2022-08-19 19:29:37.698 | curl 2022-08-19 19:29:37.698 | dnsmasq-base 2022-08-19 19:29:37.698 | dnsmasq-utils 2022-08-19 19:29:37.698 | ebtables 2022-08-19 19:29:37.698 | genisoimage 2022-08-19 19:29:37.698 | iptables 2022-08-19 19:29:37.698 | iputils-arping 2022-08-19 19:29:37.698 | kpartx 2022-08-19 19:29:37.698 | libjs-jquery-tablesorter 2022-08-19 19:29:37.698 | parted 2022-08-19 19:29:37.699 | pm-utils 2022-08-19 19:29:37.699 | python3-mysqldb 2022-08-19 19:29:37.699 | socat 2022-08-19 19:29:37.699 | sqlite3 2022-08-19 19:29:37.699 | sudo 2022-08-19 19:29:37.699 | vlan 2022-08-19 19:29:37.699 | lsscsi 2022-08-19 19:29:37.699 | open-iscsi 2022-08-19 19:29:37.699 | lvm2 2022-08-19 19:29:37.699 | qemu-utils 2022-08-19 19:29:37.699 | thin-provisioning-tools 2022-08-19 19:29:37.699 | acl 2022-08-19 19:29:37.699 | dnsmasq-base 2022-08-19 19:29:37.699 | dnsmasq-utils 2022-08-19 19:29:37.699 | ebtables 2022-08-19 19:29:37.699 | haproxy 2022-08-19 19:29:37.699 | iptables 2022-08-19 19:29:37.699 | iputils-arping 2022-08-19 19:29:37.699 | iputils-ping 2022-08-19 19:29:37.699 | postgresql-server-dev-all 2022-08-19 19:29:37.699 | python3-mysqldb 2022-08-19 19:29:37.699 | sqlite3 2022-08-19 19:29:37.699 | sudo 2022-08-19 19:29:37.699 | vlan 2022-08-19 19:29:37.699 | pcp 2022-08-19 19:29:37.699 | ipset 2022-08-19 19:29:37.699 | conntrack 2022-08-19 19:29:37.699 | conntrackd 2022-08-19 19:29:37.699 | keepalived 2022-08-19 19:29:37.699 | lvm2 2022-08-19 19:29:37.699 | qemu-utils 2022-08-19 19:29:37.699 | thin-provisioning-tools 2022-08-19 19:29:37.699 | curl 2022-08-19 19:29:37.699 | liberasurecode-dev 2022-08-19 19:29:37.699 | make 2022-08-19 19:29:37.699 | memcached 2022-08-19 19:29:37.699 | rsync 2022-08-19 19:29:37.699 | sqlite3 2022-08-19 19:29:37.700 | xfsprogs ' 2022-08-19 19:29:37.700 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-19 19:29:37.702 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:29:37.705 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:29:37.708 | ++ 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 rsync sqlite3 xfsprogs 2022-08-19 19:29:37.709 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-19 19:29:37.713 | ++ 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 rsync sqlite3 xfsprogs 2022-08-19 19:29:37.716 | ++ functions-common:install_package:1463 : update_package_repo 2022-08-19 19:29:37.718 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:29:37.721 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-08-19 19:29:37.723 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:29:37.725 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:29:37.727 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:29:37.729 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:29:37.731 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:29:37.733 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:29:37.735 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-08-19 19:29:37.737 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-19 19:29:37.739 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-19 19:29:37.742 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-19 19:29:37.746 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-19 19:29:37.748 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-19 19:29:37.750 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-19 19:29:37.753 | ++ functions-common:time_start:2426 : local start_time= 2022-08-19 19:29:37.755 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:29:37.757 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:29:37.761 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1660937377759 2022-08-19 19:29:37.763 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-19 19:29:37.765 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-19 19:29:37.768 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-19 19:29:37.973 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-19 19:29:38.005 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-08-19 19:29:38.120 | Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-08-19 19:29:38.173 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-08-19 19:29:38.746 | Fetched 336 kB in 1s (516 kB/s) 2022-08-19 19:29:40.379 | Reading package lists... 2022-08-19 19:29:40.412 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-19 19:29:40.414 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-19 19:29:40.416 | ++ functions-common:time_stop:2439 : local name 2022-08-19 19:29:40.418 | ++ functions-common:time_stop:2440 : local end_time 2022-08-19 19:29:40.420 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:29:40.422 | ++ functions-common:time_stop:2442 : local total 2022-08-19 19:29:40.425 | ++ functions-common:time_stop:2443 : local start_time 2022-08-19 19:29:40.427 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-19 19:29:40.429 | ++ functions-common:time_stop:2446 : start_time=1660937377759 2022-08-19 19:29:40.431 | ++ functions-common:time_stop:2448 : [[ -z 1660937377759 ]] 2022-08-19 19:29:40.434 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:29:40.438 | ++ functions-common:time_stop:2451 : end_time=1660937380435 2022-08-19 19:29:40.440 | ++ functions-common:time_stop:2452 : elapsed_time=2676 2022-08-19 19:29:40.442 | ++ functions-common:time_stop:2453 : total=0 2022-08-19 19:29:40.444 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:29:40.446 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2676 2022-08-19 19:29:40.449 | ++ functions-common:install_package:1464 : 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 rsync sqlite3 xfsprogs 2022-08-19 19:29:40.451 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:29:40.453 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:29:40.456 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:29:40.458 | ++ functions-common:real_install_package:1450 : 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 rsync sqlite3 xfsprogs 2022-08-19 19:29:40.480 | ++ functions-common:apt_get:1230 : 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 rsync sqlite3 xfsprogs 2022-08-19 19:29:40.592 | Reading package lists... 2022-08-19 19:29:40.848 | Building dependency tree... 2022-08-19 19:29:40.849 | Reading state information... 2022-08-19 19:29:40.884 | acl is already the newest version (2.2.53-6). 2022-08-19 19:29:40.884 | bc is already the newest version (1.07.1-2build1). 2022-08-19 19:29:40.884 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-08-19 19:29:40.884 | conntrack is already the newest version (1:1.4.5-2). 2022-08-19 19:29:40.884 | ebtables is already the newest version (2.0.11-3build1). 2022-08-19 19:29:40.884 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-08-19 19:29:40.884 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-08-19 19:29:40.884 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-08-19 19:29:40.884 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-08-19 19:29:40.884 | gettext is already the newest version (0.19.8.1-10build1). 2022-08-19 19:29:40.884 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-08-19 19:29:40.884 | iputils-arping is already the newest version (3:20190709-3). 2022-08-19 19:29:40.885 | iputils-ping is already the newest version (3:20190709-3). 2022-08-19 19:29:40.885 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-08-19 19:29:40.885 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-08-19 19:29:40.885 | libffi-dev is already the newest version (3.3-4). 2022-08-19 19:29:40.885 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-08-19 19:29:40.885 | libxslt1-dev is already the newest version (1.1.34-4). 2022-08-19 19:29:40.885 | libyaml-dev is already the newest version (0.2.2-1). 2022-08-19 19:29:40.885 | lsscsi is already the newest version (0.30-0.1). 2022-08-19 19:29:40.885 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-08-19 19:29:40.885 | make is already the newest version (4.2.1-1.2). 2022-08-19 19:29:40.885 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-08-19 19:29:40.885 | psmisc is already the newest version (23.3-1). 2022-08-19 19:29:40.885 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-08-19 19:29:40.885 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-08-19 19:29:40.885 | python3-systemd is already the newest version (234-3build2). 2022-08-19 19:29:40.885 | socat is already the newest version (1.7.3.3-2). 2022-08-19 19:29:40.885 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-08-19 19:29:40.885 | unzip is already the newest version (6.0-25ubuntu1). 2022-08-19 19:29:40.885 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-08-19 19:29:40.885 | conntrackd is already the newest version (1:1.4.5-2). 2022-08-19 19:29:40.885 | graphviz is already the newest version (2.42.2-3build2). 2022-08-19 19:29:40.885 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-08-19 19:29:40.885 | pcp is already the newest version (5.0.3-1). 2022-08-19 19:29:40.885 | pm-utils is already the newest version (1.4.1-19). 2022-08-19 19:29:40.885 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-08-19 19:29:40.885 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:29:40.885 | apache2-dev is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:29:40.885 | curl is already the newest version (7.68.0-1ubuntu2.12). 2022-08-19 19:29:40.885 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-08-19 19:29:40.885 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-08-19 19:29:40.885 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-08-19 19:29:40.885 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-08-19 19:29:40.885 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-08-19 19:29:40.885 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-08-19 19:29:40.885 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-08-19 19:29:40.885 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-08-19 19:29:40.885 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-08-19 19:29:40.886 | libpq-dev is already the newest version (12.12-0ubuntu0.20.04.1). 2022-08-19 19:29:40.886 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-08-19 19:29:40.886 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.16). 2022-08-19 19:29:40.886 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-08-19 19:29:40.886 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.4). 2022-08-19 19:29:40.886 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-08-19 19:29:40.886 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-08-19 19:29:40.886 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-08-19 19:29:40.886 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-08-19 19:29:40.886 | openssl is already the newest version (1.1.1f-1ubuntu2.16). 2022-08-19 19:29:40.886 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-08-19 19:29:40.886 | qemu-utils is already the newest version (1:4.2-3ubuntu6.23). 2022-08-19 19:29:40.886 | rsync is already the newest version (3.1.3-8ubuntu0.4). 2022-08-19 19:29:40.886 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-08-19 19:29:40.886 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-08-19 19:29:40.886 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-08-19 19:29:40.886 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-08-19 19:29:40.886 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-08-19 19:29:40.886 | wget is already the newest version (1.20.3-1ubuntu2). 2022-08-19 19:29:40.886 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-08-19 19:29:41.112 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:29:41.112 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-08-19 19:29:41.112 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-08-19 19:29:41.112 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-08-19 19:29:41.112 | The following packages were automatically installed and are no longer required: 2022-08-19 19:29:41.113 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:29:41.113 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:29:41.113 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:29:41.113 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:29:41.113 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:29:41.113 | python3-zope.interface 2022-08-19 19:29:41.113 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:29:41.228 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:29:41.233 | ++ functions-common:apt_get:1234 : result=0 2022-08-19 19:29:41.236 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:29:41.238 | ++ functions-common:time_stop:2439 : local name 2022-08-19 19:29:41.240 | ++ functions-common:time_stop:2440 : local end_time 2022-08-19 19:29:41.242 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:29:41.244 | ++ functions-common:time_stop:2442 : local total 2022-08-19 19:29:41.247 | ++ functions-common:time_stop:2443 : local start_time 2022-08-19 19:29:41.249 | ++ functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:29:41.251 | ++ functions-common:time_stop:2446 : start_time=1660937380477 2022-08-19 19:29:41.254 | ++ functions-common:time_stop:2448 : [[ -z 1660937380477 ]] 2022-08-19 19:29:41.256 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:29:41.261 | ++ functions-common:time_stop:2451 : end_time=1660937381258 2022-08-19 19:29:41.263 | ++ functions-common:time_stop:2452 : elapsed_time=781 2022-08-19 19:29:41.265 | ++ functions-common:time_stop:2453 : total=776 2022-08-19 19:29:41.267 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:29:41.269 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1557 2022-08-19 19:29:41.272 | ++ functions-common:apt_get:1238 : return 0 2022-08-19 19:29:41.274 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-08-19 19:29:41.277 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-08-19 19:29:41.279 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-08-19 19:29:41.284 | ++ tools/install_prereqs.sh:source:89 : date 2022-08-19 19:29:41.288 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-08-19 19:29:41.290 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-08-19 19:29:41.293 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-08-19 19:29:42.756 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-08-19 19:29:42.759 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-08-19 19:29:42.761 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-08-19 19:29:42.763 | + tools/install_pip.sh:main:43 : GetDistro 2022-08-19 19:29:42.765 | + functions-common:GetDistro:446 : GetOSVersion 2022-08-19 19:29:42.767 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-08-19 19:29:42.769 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-08-19 19:29:42.771 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-08-19 19:29:42.772 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-08-19 19:29:42.774 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-08-19 19:29:42.776 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-08-19 19:29:42.778 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-08-19 19:29:42.780 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-08-19 19:29:42.782 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-08-19 19:29:42.784 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-08-19 19:29:42.786 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-08-19 19:29:42.788 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-08-19 19:29:42.790 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-08-19 19:29:42.792 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-08-19 19:29:42.794 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-08-19 19:29:42.796 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-08-19 19:29:42.799 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-08-19 19:29:42.800 | + functions-common:_ensure_lsb_release:394 : return 2022-08-19 19:29:42.803 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-08-19 19:29:42.878 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-08-19 19:29:42.880 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-08-19 19:29:42.949 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-08-19 19:29:42.952 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-08-19 19:29:43.021 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-08-19 19:29:43.023 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2022-08-19 19:29:43.025 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-08-19 19:29:43.027 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-08-19 19:29:43.029 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-08-19 19:29:43.031 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-08-19 19:29:43.033 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-08-19 19:29:43.035 | + functions-common:GetDistro:447 : [[ Ubuntu =~ (Ubuntu) ]] 2022-08-19 19:29:43.037 | + functions-common:GetDistro:450 : DISTRO=focal 2022-08-19 19:29:43.039 | + functions-common:GetDistro:495 : typeset -xr DISTRO 2022-08-19 19:29:43.041 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-08-19 19:29:43.041 | Distro: focal 2022-08-19 19:29:43.043 | + tools/install_pip.sh:main:124 : get_versions 2022-08-19 19:29:43.046 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-19 19:29:43.049 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-19 19:29:43.051 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-19 19:29:43.054 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-19 19:29:43.054 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-19 19:29:44.524 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-19 19:29:44.526 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-19 19:29:44.526 | pip: 20.0.2 2022-08-19 19:29:44.527 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-08-19 19:29:44.529 | + tools/install_pip.sh:main:130 : is_fedora 2022-08-19 19:29:44.531 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:29:44.533 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:29:44.535 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:29:44.536 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:29:44.538 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:29:44.540 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:29:44.541 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:29:44.543 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:29:44.545 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:29:44.546 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:29:44.548 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-08-19 19:29:44.550 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:29:44.552 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:29:44.554 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-08-19 19:29:44.558 | + tools/install_pip.sh:main:153 : set -x 2022-08-19 19:29:44.560 | + tools/install_pip.sh:main:156 : get_versions 2022-08-19 19:29:44.563 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-19 19:29:44.567 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-19 19:29:44.569 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-19 19:29:44.571 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-19 19:29:44.572 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-19 19:29:46.038 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-19 19:29:46.040 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-19 19:29:46.040 | pip: 20.0.2 2022-08-19 19:29:46.043 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-08-19 19:29:46.046 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-08-19 19:29:46.050 | + ./stack.sh:main:791 : fixup_all 2022-08-19 19:29:46.052 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-08-19 19:29:46.054 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-08-19 19:29:46.056 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:29:46.058 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:29:46.061 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-08-19 19:29:46.073 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-08-19 19:29:46.085 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-08-19 19:29:46.097 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-08-19 19:29:46.099 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-08-19 19:29:46.101 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:29:46.103 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:29:46.105 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:29:46.107 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:29:46.109 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:29:46.112 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:29:46.114 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:29:46.116 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:29:46.118 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:29:46.120 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:29:46.123 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-08-19 19:29:46.125 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-08-19 19:29:46.127 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-08-19 19:29:46.130 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:29:46.132 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:29:46.134 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:29:46.136 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:29:46.138 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:29:46.140 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:29:46.142 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-08-19 19:29:46.145 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-08-19 19:29:46.165 | Using python 3.8 to install os-testr 2022-08-19 19:29:46.168 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-08-19 19:29:48.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:29:48.261 | from cryptography.utils import int_from_bytes 2022-08-19 19:29:48.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:29:48.261 | from cryptography.utils import int_from_bytes 2022-08-19 19:29:49.318 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:29:49.384 | Requirement already up-to-date: os-testr===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.0.0) 2022-08-19 19:29:49.846 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:29:49.869 | Requirement already up-to-date: python-subunit===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (1.4.0) 2022-08-19 19:29:49.924 | Requirement already up-to-date: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:29:49.945 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:29:49.975 | Requirement already up-to-date: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:29:52.337 | + inc/python:pip_install:196 : result=0 2022-08-19 19:29:52.340 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:29:52.342 | + functions-common:time_stop:2439 : local name 2022-08-19 19:29:52.344 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:29:52.346 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:29:52.349 | + functions-common:time_stop:2442 : local total 2022-08-19 19:29:52.351 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:29:52.353 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:29:52.355 | + functions-common:time_stop:2446 : start_time=1660937386160 2022-08-19 19:29:52.357 | + functions-common:time_stop:2448 : [[ -z 1660937386160 ]] 2022-08-19 19:29:52.360 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:29:52.364 | + functions-common:time_stop:2451 : end_time=1660937392362 2022-08-19 19:29:52.366 | + functions-common:time_stop:2452 : elapsed_time=6202 2022-08-19 19:29:52.368 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:29:52.371 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:29:52.373 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6202 2022-08-19 19:29:52.375 | + inc/python:pip_install:199 : return 0 2022-08-19 19:29:52.378 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-08-19 19:29:52.434 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-08-19 19:29:52.783 | + ./stack.sh:main:805 : install_infra 2022-08-19 19:29:52.786 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-19 19:29:52.788 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-08-19 19:29:52.791 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-19 19:29:52.794 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-08-19 19:29:52.818 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-08-19 19:29:55.596 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:29:55.723 | Requirement already up-to-date: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:29:56.073 | + inc/python:pip_install:196 : result=0 2022-08-19 19:29:56.075 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:29:56.077 | + functions-common:time_stop:2439 : local name 2022-08-19 19:29:56.080 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:29:56.082 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:29:56.084 | + functions-common:time_stop:2442 : local total 2022-08-19 19:29:56.086 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:29:56.088 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:29:56.090 | + functions-common:time_stop:2446 : start_time=1660937392811 2022-08-19 19:29:56.093 | + functions-common:time_stop:2448 : [[ -z 1660937392811 ]] 2022-08-19 19:29:56.096 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:29:56.100 | + functions-common:time_stop:2451 : end_time=1660937396098 2022-08-19 19:29:56.102 | + functions-common:time_stop:2452 : elapsed_time=3287 2022-08-19 19:29:56.104 | + functions-common:time_stop:2453 : total=6202 2022-08-19 19:29:56.106 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:29:56.109 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=9489 2022-08-19 19:29:56.111 | + inc/python:pip_install:199 : return 0 2022-08-19 19:29:56.113 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-19 19:29:56.116 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-08-19 19:29:56.138 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-08-19 19:29:58.775 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:29:58.777 | Processing /opt/stack/requirements 2022-08-19 19:30:00.541 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:30:00.544 | Requirement already satisfied: fixtures===4.0.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:30:00.556 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:30:00.562 | Requirement already satisfied: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:30:00.565 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:30:00.571 | Requirement already satisfied: requests===2.28.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:30:00.586 | 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 483)) (1.16.0) 2022-08-19 19:30:00.588 | Requirement already satisfied: urllib3===1.26.11 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:30:00.622 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5621) (1.3) 2022-08-19 19:30:00.625 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5621) (0.3.0) 2022-08-19 19:30:00.641 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:30:00.645 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2022.6.15) 2022-08-19 19:30:00.647 | Requirement already satisfied: charset-normalizer===2.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:30:00.653 | Requirement already satisfied: cliff===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:30:00.664 | Requirement already satisfied: stevedore===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:30:00.668 | Requirement already satisfied: importlib-metadata===4.12.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:30:00.706 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:30:00.728 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:30:00.740 | Requirement already satisfied: cmd2===2.4.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:30:00.789 | Requirement already satisfied: zipp===3.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:30:00.816 | 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 572)) (0.2.5) 2022-08-19 19:30:00.821 | 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 370)) (1.8.2) 2022-08-19 19:30:00.824 | Requirement already satisfied: attrs===22.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:30:00.882 | Building wheels for collected packages: openstack-requirements 2022-08-19 19:30:00.883 | Building wheel for openstack-requirements (setup.py): started 2022-08-19 19:30:01.736 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-08-19 19:30:01.737 | ERROR: Command errored out with exit status 1: 2022-08-19 19:30:01.737 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-142idrsk/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-142idrsk/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-9jngxsc_ 2022-08-19 19:30:01.737 | cwd: /tmp/pip-req-build-142idrsk/ 2022-08-19 19:30:01.737 | Complete output (6 lines): 2022-08-19 19:30:01.737 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-08-19 19:30:01.737 | or: setup.py --help [cmd1 cmd2 ...] 2022-08-19 19:30:01.737 | or: setup.py --help-commands 2022-08-19 19:30:01.737 | or: setup.py cmd --help 2022-08-19 19:30:01.737 | 2022-08-19 19:30:01.737 | error: invalid command 'bdist_wheel' 2022-08-19 19:30:01.737 | ---------------------------------------- 2022-08-19 19:30:01.737 | ERROR: Failed building wheel for openstack-requirements 2022-08-19 19:30:01.737 | Running setup.py clean for openstack-requirements 2022-08-19 19:30:02.599 | Failed to build openstack-requirements 2022-08-19 19:30:02.615 | Installing collected packages: openstack-requirements 2022-08-19 19:30:02.615 | Attempting uninstall: openstack-requirements 2022-08-19 19:30:02.616 | Found existing installation: openstack-requirements 1.2.1.dev5621 2022-08-19 19:30:02.652 | Uninstalling openstack-requirements-1.2.1.dev5621: 2022-08-19 19:30:02.670 | Successfully uninstalled openstack-requirements-1.2.1.dev5621 2022-08-19 19:30:02.673 | Running setup.py install for openstack-requirements: started 2022-08-19 19:30:05.112 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-08-19 19:30:05.135 | Successfully installed openstack-requirements-1.2.1.dev5621 2022-08-19 19:30:05.259 | + inc/python:pip_install:196 : result=0 2022-08-19 19:30:05.261 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:30:05.263 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:05.266 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:05.268 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:05.270 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:05.273 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:05.275 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:30:05.277 | + functions-common:time_stop:2446 : start_time=1660937396131 2022-08-19 19:30:05.279 | + functions-common:time_stop:2448 : [[ -z 1660937396131 ]] 2022-08-19 19:30:05.282 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:05.286 | + functions-common:time_stop:2451 : end_time=1660937405284 2022-08-19 19:30:05.289 | + functions-common:time_stop:2452 : elapsed_time=9153 2022-08-19 19:30:05.291 | + functions-common:time_stop:2453 : total=9489 2022-08-19 19:30:05.293 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:05.295 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=18642 2022-08-19 19:30:05.297 | + inc/python:pip_install:199 : return 0 2022-08-19 19:30:05.300 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-08-19 19:30:05.302 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-08-19 19:30:05.305 | + inc/python:use_library_from_git:246 : local name=pbr 2022-08-19 19:30:05.307 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:05.310 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:05.312 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-08-19 19:30:05.315 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:05.317 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-08-19 19:30:05.338 | Using python 3.8 to install pbr 2022-08-19 19:30:05.340 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-08-19 19:30:07.434 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:07.434 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:07.435 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:07.435 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:08.494 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:08.622 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:30:11.019 | + inc/python:pip_install:196 : result=0 2022-08-19 19:30:11.021 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:30:11.023 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:11.026 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:11.028 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:11.030 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:11.032 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:11.034 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:30:11.037 | + functions-common:time_stop:2446 : start_time=1660937405332 2022-08-19 19:30:11.039 | + functions-common:time_stop:2448 : [[ -z 1660937405332 ]] 2022-08-19 19:30:11.042 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:11.046 | + functions-common:time_stop:2451 : end_time=1660937411044 2022-08-19 19:30:11.048 | + functions-common:time_stop:2452 : elapsed_time=5712 2022-08-19 19:30:11.051 | + functions-common:time_stop:2453 : total=18642 2022-08-19 19:30:11.053 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:11.055 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=24354 2022-08-19 19:30:11.057 | + inc/python:pip_install:199 : return 0 2022-08-19 19:30:11.060 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-08-19 19:30:13.377 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-08-19 19:30:15.289 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:15.290 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-08-19 19:30:15.310 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-08-19 19:30:15.314 | 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-08-19 19:30:15.318 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-08-19 19:30:15.323 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.10.0) 2022-08-19 19:30:15.326 | 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-08-19 19:30:15.399 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-19 19:30:15.401 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-19 19:30:15.405 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-08-19 19:30:15.422 | + ./stack.sh:main:814 : pkgs= 2022-08-19 19:30:15.424 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-08-19 19:30:15.426 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-08-19 19:30:15.429 | + functions-common:run_phase:1867 : local mode=stack 2022-08-19 19:30:15.431 | + functions-common:run_phase:1868 : local phase=pre-install 2022-08-19 19:30:15.433 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:30:15.435 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:30:15.438 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:30:15.441 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:30:15.443 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:30:15.446 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:30:15.449 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:30:15.452 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:30:15.455 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:30:15.457 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-08-19 19:30:15.459 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:30:15.474 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:15.476 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:30:15.478 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:30:15.480 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-08-19 19:30:15.482 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:30:15.484 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-08-19 19:30:15.486 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:30:15.488 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-08-19 19:30:15.490 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:30:15.493 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-08-19 19:30:15.495 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:30:15.497 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-08-19 19:30:15.499 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-19 19:30:15.501 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-19 19:30:15.504 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:30:15.506 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-19 19:30:15.508 | + functions-common:run_phase:1894 : run_plugins stack pre-install 2022-08-19 19:30:15.510 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-19 19:30:15.512 | + functions-common:run_plugins:1854 : local phase=pre-install 2022-08-19 19:30:15.515 | + functions-common:run_plugins:1856 : local plugins= 2022-08-19 19:30:15.518 | + functions-common:run_plugins:1857 : local plugin 2022-08-19 19:30:15.520 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-08-19 19:30:15.522 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-08-19 19:30:15.525 | + functions:set_systemd_override:821 : local value=2048 2022-08-19 19:30:15.527 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-08-19 19:30:15.530 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-08-19 19:30:15.601 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-08-19 19:30:15.601 | Set systemd system override for DefaultLimitNOFILE=2048 2022-08-19 19:30:15.604 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-08-19 19:30:15.982 | + ./stack.sh:main:827 : install_rpc_backend 2022-08-19 19:30:15.985 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-08-19 19:30:16.001 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:16.003 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-08-19 19:30:16.005 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:30:16.008 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:30:16.010 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:30:16.013 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:30:16.015 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:30:16.017 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:30:16.019 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:16.022 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:16.024 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:30:16.026 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:30:16.029 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:30:16.031 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:30:16.034 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-08-19 19:30:16.036 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:30:16.038 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:16.041 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:16.043 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-08-19 19:30:16.066 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-08-19 19:30:16.177 | Reading package lists... 2022-08-19 19:30:16.436 | Building dependency tree... 2022-08-19 19:30:16.437 | Reading state information... 2022-08-19 19:30:16.704 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-08-19 19:30:16.704 | The following packages were automatically installed and are no longer required: 2022-08-19 19:30:16.705 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:30:16.705 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:30:16.705 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:30:16.705 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:30:16.705 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:30:16.705 | python3-zope.interface 2022-08-19 19:30:16.705 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:30:16.825 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:30:16.830 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:30:16.832 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:30:16.835 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:16.837 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:16.839 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:16.841 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:16.844 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:16.846 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:30:16.848 | + functions-common:time_stop:2446 : start_time=1660937416063 2022-08-19 19:30:16.851 | + functions-common:time_stop:2448 : [[ -z 1660937416063 ]] 2022-08-19 19:30:16.853 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:16.857 | + functions-common:time_stop:2451 : end_time=1660937416855 2022-08-19 19:30:16.860 | + functions-common:time_stop:2452 : elapsed_time=792 2022-08-19 19:30:16.862 | + functions-common:time_stop:2453 : total=1557 2022-08-19 19:30:16.864 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:16.866 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2349 2022-08-19 19:30:16.868 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:30:16.871 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-08-19 19:30:16.873 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:30:16.876 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:30:16.878 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:30:16.880 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:30:16.883 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:30:16.885 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:30:16.887 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-08-19 19:30:16.890 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:30:16.893 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:30:16.895 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:30:16.897 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:30:16.900 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:30:16.902 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:30:16.904 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:30:16.907 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:30:16.909 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:30:16.911 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:30:16.914 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-08-19 19:30:16.916 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:30:16.918 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:30:16.921 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:30:16.923 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:30:16.925 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:30:16.928 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:30:16.930 | + ./stack.sh:main:828 : restart_rpc_backend 2022-08-19 19:30:16.932 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-08-19 19:30:16.949 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:16.951 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-08-19 19:30:16.954 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:30:16.956 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-08-19 19:30:16.959 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-08-19 19:30:16.962 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-08-19 19:30:16.966 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-08-19 19:30:16.968 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-08-19 19:30:16.970 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-08-19 19:30:16.972 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-08-19 19:30:16.975 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-08-19 19:30:16.977 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-08-19 19:30:16.980 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-08-19 19:30:17.699 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-08-19 19:30:17.700 | user tags 2022-08-19 19:30:17.700 | stackrabbit []' 2022-08-19 19:30:17.704 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-08-19 19:30:17.704 | user tags 2022-08-19 19:30:17.704 | stackrabbit []' 2022-08-19 19:30:17.704 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-08-19 19:30:17.710 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-08-19 19:30:17.712 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-08-19 19:30:17.715 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-19 19:30:18.406 | Changing password for user "stackrabbit" ... 2022-08-19 19:30:18.463 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-08-19 19:30:19.164 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-08-19 19:30:19.252 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-08-19 19:30:19.255 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-19 19:30:19.921 | Changing password for user "stackrabbit" ... 2022-08-19 19:30:19.985 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-08-19 19:30:19.987 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-08-19 19:30:19.989 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-08-19 19:30:20.652 | Deleting user "guest" ... 2022-08-19 19:30:20.670 | Error: 2022-08-19 19:30:20.670 | {:no_such_user, "guest"} 2022-08-19 19:30:20.684 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-08-19 19:30:20.686 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-08-19 19:30:20.703 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:20.705 | + ./stack.sh:main:831 : install_database 2022-08-19 19:30:20.708 | + lib/database:install_database:118 : install_database_mysql 2022-08-19 19:30:20.710 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-08-19 19:30:20.713 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:20.715 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:20.718 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-08-19 19:30:21.036 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-08-19 19:30:21.038 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-08-19 19:30:21.041 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-08-19 19:30:21.043 | + functions-common:is_oraclelinux:507 : [[ -z Ubuntu ]] 2022-08-19 19:30:21.046 | + functions-common:is_oraclelinux:511 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:30:21.048 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-08-19 19:30:21.051 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:30:21.053 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:30:21.055 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:30:21.058 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:30:21.060 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:30:21.063 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:30:21.065 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:30:21.067 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:30:21.070 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:30:21.072 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:30:21.074 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-08-19 19:30:21.077 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:30:21.080 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:30:21.082 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:30:21.085 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:30:21.087 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:30:21.089 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:30:21.092 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-08-19 19:30:21.095 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:21.097 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:21.100 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-08-19 19:30:21.102 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:30:21.104 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:30:21.107 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:30:21.109 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:30:21.111 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:30:21.114 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:30:21.116 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:21.118 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:21.121 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:30:21.123 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:30:21.125 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:30:21.128 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:30:21.130 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-08-19 19:30:21.132 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:30:21.135 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:21.137 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:21.140 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-08-19 19:30:21.161 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-08-19 19:30:21.272 | Reading package lists... 2022-08-19 19:30:21.529 | Building dependency tree... 2022-08-19 19:30:21.530 | Reading state information... 2022-08-19 19:30:21.796 | mysql-server is already the newest version (8.0.30-0ubuntu0.20.04.2). 2022-08-19 19:30:21.796 | The following packages were automatically installed and are no longer required: 2022-08-19 19:30:21.797 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:30:21.797 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:30:21.797 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:30:21.798 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:30:21.798 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:30:21.798 | python3-zope.interface 2022-08-19 19:30:21.798 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:30:21.915 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:30:21.919 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:30:21.922 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:30:21.924 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:21.926 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:21.929 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:21.931 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:21.933 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:21.935 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:30:21.938 | + functions-common:time_stop:2446 : start_time=1660937421159 2022-08-19 19:30:21.940 | + functions-common:time_stop:2448 : [[ -z 1660937421159 ]] 2022-08-19 19:30:21.943 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:21.947 | + functions-common:time_stop:2451 : end_time=1660937421945 2022-08-19 19:30:21.949 | + functions-common:time_stop:2452 : elapsed_time=786 2022-08-19 19:30:21.952 | + functions-common:time_stop:2453 : total=2349 2022-08-19 19:30:21.954 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:21.956 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3135 2022-08-19 19:30:21.958 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:30:21.961 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-08-19 19:30:21.963 | + ./stack.sh:main:834 : install_database_python 2022-08-19 19:30:21.965 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-08-19 19:30:21.968 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-08-19 19:30:21.971 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-08-19 19:30:21.973 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:30:21.976 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-08-19 19:30:21.978 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-08-19 19:30:21.981 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:30:21.985 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:30:21.985 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:30:21.990 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-08-19 19:30:21.992 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-08-19 19:30:21.995 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-08-19 19:30:21.997 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-08-19 19:30:22.000 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-08-19 19:30:22.023 | Using python 3.8 to install PyMySQL 2022-08-19 19:30:22.025 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-08-19 19:30:24.136 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:24.136 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:24.136 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:24.136 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:25.188 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:25.190 | Requirement already satisfied: PyMySQL===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.0.2) 2022-08-19 19:30:27.559 | + inc/python:pip_install:196 : result=0 2022-08-19 19:30:27.562 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:30:27.564 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:27.566 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:27.569 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:27.571 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:27.573 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:27.575 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:30:27.578 | + functions-common:time_stop:2446 : start_time=1660937422017 2022-08-19 19:30:27.581 | + functions-common:time_stop:2448 : [[ -z 1660937422017 ]] 2022-08-19 19:30:27.584 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:27.588 | + functions-common:time_stop:2451 : end_time=1660937427585 2022-08-19 19:30:27.590 | + functions-common:time_stop:2452 : elapsed_time=5568 2022-08-19 19:30:27.593 | + functions-common:time_stop:2453 : total=24354 2022-08-19 19:30:27.595 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:27.598 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=29922 2022-08-19 19:30:27.600 | + inc/python:pip_install:199 : return 0 2022-08-19 19:30:27.603 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-08-19 19:30:27.605 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-19 19:30:27.607 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-08-19 19:30:27.610 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-08-19 19:30:27.627 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:27.629 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-08-19 19:30:27.631 | + lib/neutron:install_neutron_agent_packages:730 : is_neutron_legacy_enabled 2022-08-19 19:30:27.635 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:30:27.635 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:30:27.641 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:30:27.643 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:30:27.646 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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-08-19 19:30:27.648 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:30:27.651 | + lib/neutron:install_neutron_agent_packages:732 : install_neutron_agent_packages_mutnauq 2022-08-19 19:30:27.653 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : is_service_enabled q-l3 2022-08-19 19:30:27.669 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:27.672 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:489 : install_package radvd 2022-08-19 19:30:27.674 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:30:27.677 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:30:27.679 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:30:27.681 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:30:27.684 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:30:27.686 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:30:27.688 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:27.691 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:27.693 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:30:27.695 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:30:27.698 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:30:27.700 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:30:27.703 | + functions-common:install_package:1464 : real_install_package radvd 2022-08-19 19:30:27.705 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:30:27.708 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:27.710 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:27.713 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-08-19 19:30:27.734 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-08-19 19:30:27.845 | Reading package lists... 2022-08-19 19:30:28.104 | Building dependency tree... 2022-08-19 19:30:28.105 | Reading state information... 2022-08-19 19:30:28.374 | radvd is already the newest version (1:2.17-2). 2022-08-19 19:30:28.375 | The following packages were automatically installed and are no longer required: 2022-08-19 19:30:28.376 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:30:28.376 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:30:28.376 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:30:28.376 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:30:28.376 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:30:28.376 | python3-zope.interface 2022-08-19 19:30:28.376 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:30:28.494 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:30:28.499 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:30:28.501 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:30:28.503 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:28.506 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:28.508 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:28.510 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:28.512 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:28.515 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:30:28.517 | + functions-common:time_stop:2446 : start_time=1660937427732 2022-08-19 19:30:28.519 | + functions-common:time_stop:2448 : [[ -z 1660937427732 ]] 2022-08-19 19:30:28.522 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:28.526 | + functions-common:time_stop:2451 : end_time=1660937428523 2022-08-19 19:30:28.528 | + functions-common:time_stop:2452 : elapsed_time=791 2022-08-19 19:30:28.530 | + functions-common:time_stop:2453 : total=3135 2022-08-19 19:30:28.532 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:28.535 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3926 2022-08-19 19:30:28.537 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:30:28.539 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:492 : is_service_enabled q-agt q-dhcp q-l3 2022-08-19 19:30:28.556 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:28.559 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:493 : neutron_plugin_install_agent_packages 2022-08-19 19:30:28.562 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-08-19 19:30:28.564 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-08-19 19:30:28.567 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-08-19 19:30:28.587 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-08-19 19:30:28.589 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:30:28.592 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:30:28.594 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:30:28.596 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:30:28.598 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:30:28.601 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:30:28.603 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:28.605 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:28.608 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:30:28.610 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:30:28.612 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:30:28.614 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:30:28.616 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-08-19 19:30:28.619 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:30:28.621 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:28.624 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:28.626 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-08-19 19:30:28.646 | + functions-common:apt_get:1230 : 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-08-19 19:30:28.757 | Reading package lists... 2022-08-19 19:30:29.016 | Building dependency tree... 2022-08-19 19:30:29.018 | Reading state information... 2022-08-19 19:30:29.285 | fakeroot is already the newest version (1.24-1). 2022-08-19 19:30:29.285 | make is already the newest version (4.2.1-1.2). 2022-08-19 19:30:29.285 | openvswitch-switch is already the newest version (2.13.8-0ubuntu1). 2022-08-19 19:30:29.285 | The following packages were automatically installed and are no longer required: 2022-08-19 19:30:29.286 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:30:29.286 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:30:29.286 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:30:29.286 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:30:29.286 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:30:29.286 | python3-zope.interface 2022-08-19 19:30:29.286 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:30:29.403 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:30:29.408 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:30:29.410 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:30:29.413 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:29.415 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:29.417 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:29.419 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:29.421 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:29.423 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:30:29.425 | + functions-common:time_stop:2446 : start_time=1660937428643 2022-08-19 19:30:29.427 | + functions-common:time_stop:2448 : [[ -z 1660937428643 ]] 2022-08-19 19:30:29.430 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:29.434 | + functions-common:time_stop:2451 : end_time=1660937429432 2022-08-19 19:30:29.437 | + functions-common:time_stop:2452 : elapsed_time=789 2022-08-19 19:30:29.439 | + functions-common:time_stop:2453 : total=3926 2022-08-19 19:30:29.441 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:29.443 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=4715 2022-08-19 19:30:29.446 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:30:29.448 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-08-19 19:30:29.450 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:29.453 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:29.456 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-08-19 19:30:29.458 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-08-19 19:30:29.461 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-08-19 19:30:29.465 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-08-19 19:30:29.467 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-08-19 19:30:29.471 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-08-19 19:30:29.471 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-08-19 19:30:29.475 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-08-19 19:30:29.478 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-08-19 19:30:29.480 | + functions:vercmp:628 : local v1=5.4 2022-08-19 19:30:29.482 | + functions:vercmp:629 : local 'op=<' 2022-08-19 19:30:29.485 | + functions:vercmp:630 : local v2=3.13 2022-08-19 19:30:29.487 | + functions:vercmp:631 : local result 2022-08-19 19:30:29.491 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-08-19 19:30:29.491 | ++ functions:vercmp:635 : head -1 2022-08-19 19:30:29.491 | ++ functions:vercmp:635 : sort -V 2022-08-19 19:30:29.496 | + functions:vercmp:635 : result=3.13 2022-08-19 19:30:29.498 | + functions:vercmp:637 : case $op in 2022-08-19 19:30:29.501 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-08-19 19:30:29.503 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-08-19 19:30:29.506 | + functions:vercmp:648 : return 2022-08-19 19:30:29.508 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-08-19 19:30:29.510 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:30:29.512 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart openvswitch-switch 2022-08-19 19:30:29.990 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-08-19 19:30:29.992 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-08-19 19:30:29.994 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:29.997 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.001 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-08-19 19:30:30.004 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.006 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-08-19 19:30:30.024 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:30.026 | + ./stack.sh:main:842 : install_etcd3 2022-08-19 19:30:30.029 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-08-19 19:30:30.029 | Installing etcd 2022-08-19 19:30:30.031 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-08-19 19:30:30.044 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-08-19 19:30:30.056 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-08-19 19:30:30.059 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-08-19 19:30:30.074 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-08-19 19:30:30.078 | ++ 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-08-19 19:30:30.081 | ++ 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-08-19 19:30:30.084 | +++ 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-08-19 19:30:30.088 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-08-19 19:30:30.091 | ++ 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-08-19 19:30:30.093 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-08-19 19:30:30.096 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-19 19:30:30.098 | ++ functions:get_extra_file:74 : return 2022-08-19 19:30:30.101 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-19 19:30:30.103 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-08-19 19:30:30.106 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-08-19 19:30:30.109 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-08-19 19:30:30.126 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:30:30.128 | + ./stack.sh:main:861 : install_dstat 2022-08-19 19:30:30.131 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-08-19 19:30:30.147 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:30:30.150 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-08-19 19:30:30.152 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:30:30.154 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-08-19 19:30:30.157 | + ./stack.sh:main:870 : install_libs 2022-08-19 19:30:30.159 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-08-19 19:30:30.162 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-08-19 19:30:30.164 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-08-19 19:30:30.166 | + inc/python:use_library_from_git:246 : local name=automaton 2022-08-19 19:30:30.168 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.171 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.173 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-08-19 19:30:30.175 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.178 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-08-19 19:30:30.180 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-08-19 19:30:30.182 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-08-19 19:30:30.185 | + inc/python:use_library_from_git:246 : local name=castellan 2022-08-19 19:30:30.187 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.190 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.192 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-08-19 19:30:30.194 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.196 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-08-19 19:30:30.198 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-08-19 19:30:30.201 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-08-19 19:30:30.203 | + inc/python:use_library_from_git:246 : local name=cliff 2022-08-19 19:30:30.205 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.208 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.210 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-08-19 19:30:30.212 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.214 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-08-19 19:30:30.216 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-08-19 19:30:30.219 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-08-19 19:30:30.221 | + inc/python:use_library_from_git:246 : local name=cursive 2022-08-19 19:30:30.224 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.226 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.228 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-08-19 19:30:30.230 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.233 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-08-19 19:30:30.236 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-08-19 19:30:30.238 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-08-19 19:30:30.240 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-08-19 19:30:30.242 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.245 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.247 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-08-19 19:30:30.249 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.251 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-08-19 19:30:30.254 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-08-19 19:30:30.256 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-08-19 19:30:30.258 | + inc/python:use_library_from_git:246 : local name=futurist 2022-08-19 19:30:30.260 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.263 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.265 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-08-19 19:30:30.267 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.270 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-08-19 19:30:30.272 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-08-19 19:30:30.274 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-08-19 19:30:30.277 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-08-19 19:30:30.279 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.282 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.284 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-08-19 19:30:30.286 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.288 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-08-19 19:30:30.291 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-08-19 19:30:30.293 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-08-19 19:30:30.295 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-08-19 19:30:30.298 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.301 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.303 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-08-19 19:30:30.306 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.308 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-08-19 19:30:30.311 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-08-19 19:30:30.313 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-08-19 19:30:30.315 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-08-19 19:30:30.318 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.320 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.322 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-08-19 19:30:30.324 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.327 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-08-19 19:30:30.329 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-08-19 19:30:30.332 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-08-19 19:30:30.334 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-08-19 19:30:30.336 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.339 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.341 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-08-19 19:30:30.344 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.346 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-08-19 19:30:30.348 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-08-19 19:30:30.351 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-08-19 19:30:30.353 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-08-19 19:30:30.355 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.358 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.361 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-08-19 19:30:30.363 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.365 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-08-19 19:30:30.368 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-08-19 19:30:30.370 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-08-19 19:30:30.373 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-08-19 19:30:30.375 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.377 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.379 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-08-19 19:30:30.382 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.384 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-08-19 19:30:30.386 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-08-19 19:30:30.389 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-08-19 19:30:30.391 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-08-19 19:30:30.394 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.396 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.398 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-08-19 19:30:30.401 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.403 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-08-19 19:30:30.406 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-08-19 19:30:30.408 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-08-19 19:30:30.410 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-08-19 19:30:30.413 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.415 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.417 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-08-19 19:30:30.420 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.422 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-08-19 19:30:30.425 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-08-19 19:30:30.427 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-08-19 19:30:30.430 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-08-19 19:30:30.432 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.434 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.437 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-08-19 19:30:30.439 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.441 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-08-19 19:30:30.444 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-08-19 19:30:30.446 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-08-19 19:30:30.448 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-08-19 19:30:30.451 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.453 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.455 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-08-19 19:30:30.458 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.460 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-08-19 19:30:30.463 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-08-19 19:30:30.465 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-08-19 19:30:30.468 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-08-19 19:30:30.470 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.473 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.475 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-08-19 19:30:30.478 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.480 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-08-19 19:30:30.482 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-08-19 19:30:30.485 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-08-19 19:30:30.488 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-08-19 19:30:30.490 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.492 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.495 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-08-19 19:30:30.497 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.499 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-08-19 19:30:30.502 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-08-19 19:30:30.504 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-08-19 19:30:30.506 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-08-19 19:30:30.509 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.511 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.513 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-08-19 19:30:30.516 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.518 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-08-19 19:30:30.520 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-08-19 19:30:30.523 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-08-19 19:30:30.525 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-08-19 19:30:30.527 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.530 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.533 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-08-19 19:30:30.535 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.537 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-08-19 19:30:30.540 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-08-19 19:30:30.542 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-08-19 19:30:30.544 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-08-19 19:30:30.547 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.550 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.552 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-08-19 19:30:30.554 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.557 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-08-19 19:30:30.559 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-08-19 19:30:30.562 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-08-19 19:30:30.564 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-08-19 19:30:30.566 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.569 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.571 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-08-19 19:30:30.573 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.576 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-08-19 19:30:30.579 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-08-19 19:30:30.581 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-08-19 19:30:30.584 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-08-19 19:30:30.586 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.589 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.591 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-08-19 19:30:30.594 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.596 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-08-19 19:30:30.599 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-08-19 19:30:30.601 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-08-19 19:30:30.603 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-08-19 19:30:30.606 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.608 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.611 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-08-19 19:30:30.613 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.615 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-08-19 19:30:30.618 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-08-19 19:30:30.620 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-08-19 19:30:30.622 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-08-19 19:30:30.625 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.627 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.629 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-08-19 19:30:30.632 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.634 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-08-19 19:30:30.636 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-08-19 19:30:30.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-08-19 19:30:30.642 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-08-19 19:30:30.644 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.646 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.649 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-08-19 19:30:30.651 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.653 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-08-19 19:30:30.656 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-08-19 19:30:30.659 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-08-19 19:30:30.661 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-08-19 19:30:30.663 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.666 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.668 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-08-19 19:30:30.670 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.673 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-08-19 19:30:30.675 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-08-19 19:30:30.677 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-08-19 19:30:30.680 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-08-19 19:30:30.682 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.685 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.687 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-08-19 19:30:30.690 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.692 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-08-19 19:30:30.694 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-08-19 19:30:30.697 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-08-19 19:30:30.699 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-08-19 19:30:30.701 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.704 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.707 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-08-19 19:30:30.709 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.712 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-08-19 19:30:30.714 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-08-19 19:30:30.716 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-08-19 19:30:30.719 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-08-19 19:30:30.722 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.724 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.726 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-08-19 19:30:30.729 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.731 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-08-19 19:30:30.733 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-08-19 19:30:30.736 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-08-19 19:30:30.738 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-08-19 19:30:30.740 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.743 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.745 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-08-19 19:30:30.747 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.750 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-08-19 19:30:30.752 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-08-19 19:30:30.755 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-08-19 19:30:30.757 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-08-19 19:30:30.759 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.762 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.765 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-08-19 19:30:30.767 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.769 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-08-19 19:30:30.772 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-08-19 19:30:30.774 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-08-19 19:30:30.777 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-08-19 19:30:30.779 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.782 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.784 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-08-19 19:30:30.787 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.789 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-08-19 19:30:30.793 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-08-19 19:30:30.795 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-08-19 19:30:30.798 | + inc/python:use_library_from_git:246 : local name=tooz 2022-08-19 19:30:30.800 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.802 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.805 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-08-19 19:30:30.807 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.810 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-08-19 19:30:30.812 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-08-19 19:30:30.814 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-08-19 19:30:30.817 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-08-19 19:30:30.819 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.821 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.824 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-08-19 19:30:30.826 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.829 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-08-19 19:30:30.831 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-08-19 19:30:30.834 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-08-19 19:30:30.836 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-08-19 19:30:30.838 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.841 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.844 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-08-19 19:30:30.846 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.849 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-08-19 19:30:30.851 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-08-19 19:30:30.853 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-08-19 19:30:30.855 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-08-19 19:30:30.858 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.860 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.863 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-08-19 19:30:30.865 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.867 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-08-19 19:30:30.870 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-08-19 19:30:30.872 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-08-19 19:30:30.874 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-08-19 19:30:30.877 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:30.879 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:30.881 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-08-19 19:30:30.884 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:30.886 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-08-19 19:30:30.909 | Using python 3.8 to install etcd3 2022-08-19 19:30:30.911 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-08-19 19:30:33.006 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:33.006 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:33.006 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:33.006 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:34.064 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:34.066 | Requirement already satisfied: etcd3===0.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.12.0) 2022-08-19 19:30:34.074 | Requirement already satisfied: grpcio===1.47.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (1.47.0) 2022-08-19 19:30:34.084 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-08-19 19:30:34.087 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:30:34.090 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:30:36.503 | + inc/python:pip_install:196 : result=0 2022-08-19 19:30:36.505 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:30:36.507 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:36.510 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:36.512 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:36.515 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:36.517 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:36.519 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:30:36.521 | + functions-common:time_stop:2446 : start_time=1660937430903 2022-08-19 19:30:36.524 | + functions-common:time_stop:2448 : [[ -z 1660937430903 ]] 2022-08-19 19:30:36.527 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:36.531 | + functions-common:time_stop:2451 : end_time=1660937436529 2022-08-19 19:30:36.533 | + functions-common:time_stop:2452 : elapsed_time=5626 2022-08-19 19:30:36.536 | + functions-common:time_stop:2453 : total=29922 2022-08-19 19:30:36.538 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:36.540 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=35548 2022-08-19 19:30:36.542 | + inc/python:pip_install:199 : return 0 2022-08-19 19:30:36.545 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-08-19 19:30:36.567 | Using python 3.8 to install etcd3gw 2022-08-19 19:30:36.569 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-08-19 19:30:38.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:38.690 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:38.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:38.690 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:39.737 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:39.739 | Requirement already satisfied: etcd3gw===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (2.0.0) 2022-08-19 19:30:39.746 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:30:39.749 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:30:39.752 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:30:39.766 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:30:39.799 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:30:39.802 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:30:39.804 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:30:42.098 | + inc/python:pip_install:196 : result=0 2022-08-19 19:30:42.100 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:30:42.103 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:42.105 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:42.107 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:42.109 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:42.111 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:42.114 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:30:42.116 | + functions-common:time_stop:2446 : start_time=1660937436562 2022-08-19 19:30:42.118 | + functions-common:time_stop:2448 : [[ -z 1660937436562 ]] 2022-08-19 19:30:42.121 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:42.125 | + functions-common:time_stop:2451 : end_time=1660937442122 2022-08-19 19:30:42.127 | + functions-common:time_stop:2452 : elapsed_time=5560 2022-08-19 19:30:42.129 | + functions-common:time_stop:2453 : total=35548 2022-08-19 19:30:42.132 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:42.134 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=41108 2022-08-19 19:30:42.136 | + inc/python:pip_install:199 : return 0 2022-08-19 19:30:42.139 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-08-19 19:30:42.142 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-08-19 19:30:42.144 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-08-19 19:30:42.146 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:30:42.149 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:30:42.151 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:30:42.153 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:30:42.156 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:30:42.159 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:30:42.161 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:30:42.163 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:30:42.166 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:30:42.168 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:30:42.170 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-08-19 19:30:42.173 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:42.175 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:42.178 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-08-19 19:30:42.181 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-19 19:30:42.183 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:30:42.186 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:30:42.188 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:30:42.191 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:30:42.193 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:30:42.195 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:30:42.198 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:42.200 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:42.203 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:30:42.205 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:30:42.208 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:30:42.210 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:30:42.212 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-19 19:30:42.215 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:30:42.217 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:42.219 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:42.222 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-19 19:30:42.243 | + functions-common:apt_get:1230 : 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-08-19 19:30:42.355 | Reading package lists... 2022-08-19 19:30:42.609 | Building dependency tree... 2022-08-19 19:30:42.611 | Reading state information... 2022-08-19 19:30:42.872 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-08-19 19:30:42.872 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-08-19 19:30:42.872 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:30:42.872 | The following packages were automatically installed and are no longer required: 2022-08-19 19:30:42.874 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:30:42.874 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:30:42.874 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:30:42.874 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:30:42.874 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:30:42.874 | python3-zope.interface 2022-08-19 19:30:42.874 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:30:42.990 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:30:42.994 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:30:42.997 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:30:42.999 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:43.002 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:43.004 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:43.006 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:43.008 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:43.010 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:30:43.013 | + functions-common:time_stop:2446 : start_time=1660937442241 2022-08-19 19:30:43.016 | + functions-common:time_stop:2448 : [[ -z 1660937442241 ]] 2022-08-19 19:30:43.018 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:43.022 | + functions-common:time_stop:2451 : end_time=1660937443020 2022-08-19 19:30:43.025 | + functions-common:time_stop:2452 : elapsed_time=779 2022-08-19 19:30:43.027 | + functions-common:time_stop:2453 : total=4715 2022-08-19 19:30:43.029 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:43.032 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5494 2022-08-19 19:30:43.034 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:30:43.036 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-08-19 19:30:43.039 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:30:43.041 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:30:43.043 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-08-19 19:30:43.107 | Module proxy already enabled 2022-08-19 19:30:43.111 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-08-19 19:30:43.179 | Considering dependency proxy for proxy_uwsgi: 2022-08-19 19:30:43.179 | Module proxy already enabled 2022-08-19 19:30:43.179 | Module proxy_uwsgi already enabled 2022-08-19 19:30:43.183 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-08-19 19:30:43.186 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:30:43.189 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:30:43.191 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:30:43.334 | + ./stack.sh:main:876 : install_keystoneauth 2022-08-19 19:30:43.337 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-08-19 19:30:43.340 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-08-19 19:30:43.343 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.346 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.349 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-08-19 19:30:43.352 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.355 | + ./stack.sh:main:877 : install_keystoneclient 2022-08-19 19:30:43.358 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-08-19 19:30:43.360 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-08-19 19:30:43.363 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.368 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-08-19 19:30:43.370 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.374 | + ./stack.sh:main:878 : install_glanceclient 2022-08-19 19:30:43.376 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-08-19 19:30:43.379 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-08-19 19:30:43.381 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.384 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.387 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-08-19 19:30:43.390 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.393 | + ./stack.sh:main:879 : install_cinderclient 2022-08-19 19:30:43.395 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-08-19 19:30:43.398 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-08-19 19:30:43.400 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.403 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.405 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-08-19 19:30:43.408 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.411 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-08-19 19:30:43.413 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-08-19 19:30:43.416 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.420 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.423 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-08-19 19:30:43.427 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.430 | + ./stack.sh:main:880 : install_novaclient 2022-08-19 19:30:43.432 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-08-19 19:30:43.436 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-08-19 19:30:43.439 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.441 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.444 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-08-19 19:30:43.446 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.449 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-08-19 19:30:43.467 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:43.470 | + ./stack.sh:main:882 : install_swiftclient 2022-08-19 19:30:43.472 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-08-19 19:30:43.475 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-08-19 19:30:43.477 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.480 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.483 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-08-19 19:30:43.485 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.488 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-08-19 19:30:43.509 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:43.511 | + ./stack.sh:main:885 : install_neutronclient 2022-08-19 19:30:43.515 | + lib/neutron:install_neutronclient:465 : use_library_from_git python-neutronclient 2022-08-19 19:30:43.517 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-08-19 19:30:43.520 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.523 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.525 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-08-19 19:30:43.528 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.531 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-08-19 19:30:43.533 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-08-19 19:30:43.535 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-08-19 19:30:43.538 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:30:43.541 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:30:43.544 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-08-19 19:30:43.547 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:30:43.549 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-08-19 19:30:43.552 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-08-19 19:30:43.555 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:30:43.559 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-08-19 19:30:43.563 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-08-19 19:30:43.565 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:30:43.569 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:30:43.570 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:30:43.575 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-08-19 19:30:43.577 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-08-19 19:30:43.580 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-08-19 19:30:43.583 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-08-19 19:30:43.585 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-08-19 19:30:43.608 | Using python 3.8 to install keystonemiddleware 2022-08-19 19:30:43.611 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-08-19 19:30:45.748 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:45.748 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:45.748 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:45.748 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:46.807 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:46.809 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:30:46.861 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:30:46.897 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:30:46.937 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:30:46.942 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:30:46.947 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:30:46.985 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:30:46.994 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:30:47.008 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:30:47.013 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:30:47.015 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:30:47.025 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:30:47.027 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:30:47.034 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:30:47.039 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:30:47.060 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:30:47.064 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:30:47.077 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:30:47.082 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:30:47.084 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:30:47.089 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:30:47.122 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:30:47.134 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:30:47.192 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:30:47.198 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:30:47.203 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:30:47.206 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:30:47.212 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:30:47.215 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:30:47.219 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:30:47.222 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:30:47.227 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:30:47.229 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:30:47.232 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:30:47.236 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:30:47.239 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:30:49.318 | + inc/python:pip_install:196 : result=0 2022-08-19 19:30:49.320 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:30:49.322 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:49.325 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:49.328 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:49.330 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:49.332 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:49.334 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:30:49.336 | + functions-common:time_stop:2446 : start_time=1660937443602 2022-08-19 19:30:49.339 | + functions-common:time_stop:2448 : [[ -z 1660937443602 ]] 2022-08-19 19:30:49.342 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:49.346 | + functions-common:time_stop:2451 : end_time=1660937449344 2022-08-19 19:30:49.349 | + functions-common:time_stop:2452 : elapsed_time=5742 2022-08-19 19:30:49.351 | + functions-common:time_stop:2453 : total=41108 2022-08-19 19:30:49.353 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:49.355 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=46850 2022-08-19 19:30:49.358 | + inc/python:pip_install:199 : return 0 2022-08-19 19:30:49.360 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-08-19 19:30:49.363 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-08-19 19:30:49.365 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:30:49.368 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-08-19 19:30:49.371 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-08-19 19:30:49.374 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:30:49.377 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:30:49.378 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:30:49.383 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-08-19 19:30:49.385 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-08-19 19:30:49.388 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-08-19 19:30:49.391 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-08-19 19:30:49.393 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-08-19 19:30:49.415 | Using python 3.8 to install python-memcached 2022-08-19 19:30:49.417 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-08-19 19:30:51.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:51.508 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:51.508 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:51.508 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:52.567 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:52.569 | Requirement already satisfied: python-memcached===1.59 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (1.59) 2022-08-19 19:30:52.573 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:30:54.964 | + inc/python:pip_install:196 : result=0 2022-08-19 19:30:54.966 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:30:54.969 | + functions-common:time_stop:2439 : local name 2022-08-19 19:30:54.971 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:30:54.974 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:30:54.976 | + functions-common:time_stop:2442 : local total 2022-08-19 19:30:54.978 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:30:54.980 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:30:54.982 | + functions-common:time_stop:2446 : start_time=1660937449410 2022-08-19 19:30:54.985 | + functions-common:time_stop:2448 : [[ -z 1660937449410 ]] 2022-08-19 19:30:54.988 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:30:54.992 | + functions-common:time_stop:2451 : end_time=1660937454989 2022-08-19 19:30:54.994 | + functions-common:time_stop:2452 : elapsed_time=5579 2022-08-19 19:30:54.996 | + functions-common:time_stop:2453 : total=46850 2022-08-19 19:30:54.999 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:30:55.001 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=52429 2022-08-19 19:30:55.004 | + inc/python:pip_install:199 : return 0 2022-08-19 19:30:55.006 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-08-19 19:30:55.024 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:30:55.026 | + ./stack.sh:main:892 : '[' 10.222.0.23 == 10.222.0.23 ']' 2022-08-19 19:30:55.029 | + ./stack.sh:main:893 : stack_install_service keystone 2022-08-19 19:30:55.031 | + lib/stack:stack_install_service:20 : local service=keystone 2022-08-19 19:30:55.033 | + lib/stack:stack_install_service:21 : type install_keystone 2022-08-19 19:30:55.036 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:30:55.038 | + lib/stack:stack_install_service:32 : install_keystone 2022-08-19 19:30:55.041 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-08-19 19:30:55.056 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:30:55.058 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-08-19 19:30:55.061 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/keystone.git 2022-08-19 19:30:55.063 | + functions-common:git_clone:597 : local git_dest=/opt/stack/keystone 2022-08-19 19:30:55.066 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:30:55.068 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:30:55.070 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:30:55.073 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:30:55.075 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:30:55.078 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:30:55.093 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:30:55.095 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:30:55.097 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:30:55.100 | + functions-common:git_clone:617 : echo master 2022-08-19 19:30:55.100 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:30:55.105 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/keystone ]] 2022-08-19 19:30:55.108 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:30:55.110 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-08-19 19:30:55.123 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-08-19 19:30:55.126 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:30:55.126 | + functions-common:git_clone:678 : head -1 2022-08-19 19:30:55.130 | 1dd6993d7 Merge "docs: Update docs to reflect migration to Alembic" 2022-08-19 19:30:55.132 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:30:55.135 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-08-19 19:30:55.137 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:30:55.140 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-19 19:30:55.142 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-08-19 19:30:55.145 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:30:55.147 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-08-19 19:30:55.149 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:30:55.152 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-19 19:30:55.154 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-08-19 19:30:55.156 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:30:55.158 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:30:55.161 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-08-19 19:30:55.164 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:30:55.167 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-08-19 19:30:55.169 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:30:55.171 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:30:55.174 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-08-19 19:30:55.180 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-08-19 19:30:55.182 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-08-19 19:30:55.833 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-08-19 19:30:55.836 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:30:55.838 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:30:55.840 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:30:55.843 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-19 19:30:55.845 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-08-19 19:30:55.847 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:30:55.850 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:30:55.852 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:30:55.854 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:30:55.856 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:30:55.859 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:30:55.862 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:30:55.864 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-08-19 19:30:55.884 | Using python 3.8 to install /opt/stack/keystone 2022-08-19 19:30:55.886 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-08-19 19:30:57.992 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:57.992 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:58.001 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:30:58.001 | from cryptography.utils import int_from_bytes 2022-08-19 19:30:59.059 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:30:59.060 | Obtaining file:///opt/stack/keystone 2022-08-19 19:31:00.656 | Requirement already satisfied: Flask===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) (2.2.2) 2022-08-19 19:31:00.673 | Requirement already satisfied: Flask-RESTful===0.3.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) (0.3.9) 2022-08-19 19:31:00.683 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:31:00.689 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:31:00.692 | Requirement already satisfied: PyJWT===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (2.4.0) 2022-08-19 19:31:00.718 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:31:00.866 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:31:00.880 | Requirement already satisfied: Werkzeug===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) (2.2.2) 2022-08-19 19:31:00.886 | Requirement already satisfied: aniso8601===9.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 80)) (9.0.1) 2022-08-19 19:31:00.898 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:31:00.906 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:31:00.909 | Requirement already satisfied: click===8.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (8.1.3) 2022-08-19 19:31:00.915 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:31:00.954 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:31:00.960 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:31:00.965 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:31:01.002 | Requirement already satisfied: itsdangerous===2.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (2.1.2) 2022-08-19 19:31:01.004 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:31:01.045 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:31:01.097 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:31:01.100 | Requirement already satisfied: oauthlib===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (3.2.0) 2022-08-19 19:31:01.110 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:31:01.147 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:31:01.188 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:31:01.193 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:31:01.242 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:31:01.246 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:31:01.285 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:31:01.341 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:31:01.351 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:31:01.370 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:31:01.384 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:31:01.393 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:31:01.416 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:31:01.426 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:31:01.440 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:31:01.480 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:31:01.485 | Requirement already satisfied: passlib===1.7.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (1.7.4) 2022-08-19 19:31:01.498 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:31:01.500 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:31:01.512 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:31:01.518 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:31:01.529 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:31:01.532 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:31:01.534 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:31:01.540 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:31:01.545 | Requirement already satisfied: pysaml2===7.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (7.2.0) 2022-08-19 19:31:01.565 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:31:01.570 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:31:01.593 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:31:01.597 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:31:01.610 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:31:01.614 | Requirement already satisfied: scrypt===0.8.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (0.8.20) 2022-08-19 19:31:01.617 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:31:01.620 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:31:01.630 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:31:01.633 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:31:01.635 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:31:01.640 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:31:01.676 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:31:01.682 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:31:01.693 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:31:01.726 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:31:01.731 | Requirement already satisfied: xmlschema===2.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (2.0.2) 2022-08-19 19:31:01.765 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:31:01.770 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:31:01.796 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:31:01.799 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:31:01.858 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:31:01.885 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:31:01.945 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:31:01.948 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:31:01.954 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:31:01.960 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:31:01.974 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:31:01.976 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:31:01.981 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:31:01.984 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:31:02.030 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:31:02.039 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:31:02.049 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:31:02.061 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:31:02.070 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:31:02.079 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:31:02.090 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:31:02.093 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:31:02.097 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-08-19 19:31:02.102 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:31:02.114 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2===7.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 374)) (45.2.0) 2022-08-19 19:31:02.116 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:31:02.120 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:31:02.125 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:31:02.127 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:31:02.130 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:31:02.132 | Requirement already satisfied: elementpath===3.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (3.0.2) 2022-08-19 19:31:02.150 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:31:02.155 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:31:02.158 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:31:02.169 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:31:02.172 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:31:02.175 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:31:02.203 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:31:03.370 | Installing collected packages: keystone 2022-08-19 19:31:03.370 | Attempting uninstall: keystone 2022-08-19 19:31:03.371 | Found existing installation: keystone 21.1.0.dev33 2022-08-19 19:31:03.375 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-08-19 19:31:03.376 | Running setup.py develop for keystone 2022-08-19 19:31:05.395 | Successfully installed keystone 2022-08-19 19:31:05.506 | + inc/python:pip_install:196 : result=0 2022-08-19 19:31:05.508 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:31:05.510 | + functions-common:time_stop:2439 : local name 2022-08-19 19:31:05.513 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:31:05.515 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:31:05.517 | + functions-common:time_stop:2442 : local total 2022-08-19 19:31:05.519 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:31:05.521 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:31:05.523 | + functions-common:time_stop:2446 : start_time=1660937455879 2022-08-19 19:31:05.525 | + functions-common:time_stop:2448 : [[ -z 1660937455879 ]] 2022-08-19 19:31:05.528 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:31:05.532 | + functions-common:time_stop:2451 : end_time=1660937465530 2022-08-19 19:31:05.535 | + functions-common:time_stop:2452 : elapsed_time=9651 2022-08-19 19:31:05.537 | + functions-common:time_stop:2453 : total=52429 2022-08-19 19:31:05.539 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:31:05.541 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=62080 2022-08-19 19:31:05.543 | + inc/python:pip_install:199 : return 0 2022-08-19 19:31:05.545 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:31:05.548 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-19 19:31:05.550 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-19 19:31:05.569 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-19 19:31:05.582 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2022-08-19 19:31:05.584 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2022-08-19 19:31:05.586 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:31:05.589 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:31:05.591 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-08-19 19:31:05.594 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:31:05.596 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-08-19 19:31:05.612 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:05.615 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-08-19 19:31:05.617 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:31:05.619 | + ./stack.sh:main:894 : configure_keystone 2022-08-19 19:31:05.623 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-08-19 19:31:05.635 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-08-19 19:31:05.638 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-08-19 19:31:05.642 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-08-19 19:31:05.658 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:05.660 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-08-19 19:31:05.695 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-08-19 19:31:05.726 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-08-19 19:31:05.760 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-08-19 19:31:05.795 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-08-19 19:31:05.831 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-08-19 19:31:05.865 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-08-19 19:31:05.897 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-08-19 19:31:05.928 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-08-19 19:31:05.930 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-08-19 19:31:05.933 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-08-19 19:31:05.936 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-08-19 19:31:05.939 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:31:05.941 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:31:05.956 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:05.959 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:31:05.962 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:31:05.964 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:31:05.979 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:05.982 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:31:05.985 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:31:06.019 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:31:06.021 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:31:06.024 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-08-19 19:31:06.026 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-08-19 19:31:06.042 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:06.045 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.23/identity 2022-08-19 19:31:06.079 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-08-19 19:31:06.082 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-08-19 19:31:06.117 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-08-19 19:31:06.120 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-08-19 19:31:06.122 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-08-19 19:31:06.125 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-08-19 19:31:06.127 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:31:06.129 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:31:06.132 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:31:06.148 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:06.150 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:31:06.153 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-19 19:31:06.155 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-19 19:31:06.190 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-08-19 19:31:06.192 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-08-19 19:31:06.195 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-08-19 19:31:06.197 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-08-19 19:31:06.200 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:31:06.217 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:31:06.219 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:31:06.221 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:31:06.224 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:31:06.226 | + 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-08-19 19:31:06.258 | + 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-08-19 19:31:06.289 | + 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-08-19 19:31:06.322 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:31:06.354 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-08-19 19:31:06.386 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-08-19 19:31:06.388 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-08-19 19:31:06.391 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-08-19 19:31:06.393 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-08-19 19:31:06.396 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-08-19 19:31:06.398 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:31:06.400 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:31:06.404 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-08-19 19:31:06.408 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-08-19 19:31:06.410 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:31:06.412 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:31:06.425 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:31:06.426 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:31:06.434 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:31:06.438 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:31:06.453 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-08-19 19:31:06.456 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-08-19 19:31:06.460 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-08-19 19:31:06.494 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-08-19 19:31:06.524 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-08-19 19:31:06.556 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-08-19 19:31:06.588 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-08-19 19:31:06.620 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-08-19 19:31:06.651 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-08-19 19:31:06.683 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-08-19 19:31:06.715 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-08-19 19:31:06.747 | + 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-08-19 19:31:06.780 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-08-19 19:31:06.812 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-08-19 19:31:06.844 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-08-19 19:31:06.875 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:31:06.877 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:31:06.880 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-08-19 19:31:06.883 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-08-19 19:31:06.885 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:31:06.888 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:06.890 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:06.893 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-19 19:31:06.895 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-19 19:31:06.898 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-08-19 19:31:06.929 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-08-19 19:31:06.962 | + 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-08-19 19:31:06.963 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-19 19:31:06.971 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-08-19 19:31:06.975 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-08-19 19:31:06.977 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-08-19 19:31:06.979 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:31:06.982 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:31:06.985 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:31:06.987 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:06.990 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:06.992 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:31:06.994 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:31:06.997 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:07.000 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:07.002 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-08-19 19:31:07.065 | Site keystone-wsgi-public already enabled 2022-08-19 19:31:07.069 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:31:07.072 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:31:07.074 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:31:07.077 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:31:07.211 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-08-19 19:31:07.250 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-08-19 19:31:07.287 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-08-19 19:31:07.323 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-08-19 19:31:07.326 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-08-19 19:31:07.361 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-08-19 19:31:07.393 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-08-19 19:31:07.426 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-19 19:31:07.428 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-19 19:31:07.431 | + ./stack.sh:main:898 : is_service_enabled swift 2022-08-19 19:31:07.448 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:07.451 | + ./stack.sh:main:899 : is_service_enabled ceilometer 2022-08-19 19:31:07.468 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:07.470 | + ./stack.sh:main:902 : stack_install_service swift 2022-08-19 19:31:07.473 | + lib/stack:stack_install_service:20 : local service=swift 2022-08-19 19:31:07.475 | + lib/stack:stack_install_service:21 : type install_swift 2022-08-19 19:31:07.478 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:31:07.480 | + lib/stack:stack_install_service:32 : install_swift 2022-08-19 19:31:07.483 | + lib/swift:install_swift:723 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-08-19 19:31:07.485 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/swift.git 2022-08-19 19:31:07.488 | + functions-common:git_clone:597 : local git_dest=/opt/stack/swift 2022-08-19 19:31:07.490 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:31:07.492 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:31:07.495 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:31:07.498 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:31:07.500 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:31:07.503 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:31:07.519 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:31:07.521 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:31:07.523 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:07.526 | + functions-common:git_clone:617 : echo master 2022-08-19 19:31:07.527 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:31:07.532 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/swift ]] 2022-08-19 19:31:07.534 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:07.536 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/swift 2022-08-19 19:31:07.549 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-08-19 19:31:07.552 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:31:07.552 | + functions-common:git_clone:678 : head -1 2022-08-19 19:31:07.561 | f6196b0a2 AUTHORS/CHANGELOG for 2.30.0 2022-08-19 19:31:07.564 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:31:07.566 | + lib/swift:install_swift:726 : setup_develop /opt/stack/swift keystone 2022-08-19 19:31:07.569 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:31:07.571 | + inc/python:setup_develop:335 : [[ /opt/stack/swift == -bindep* ]] 2022-08-19 19:31:07.574 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/swift 2022-08-19 19:31:07.576 | + inc/python:setup_develop:340 : local extras=keystone 2022-08-19 19:31:07.579 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-08-19 19:31:07.581 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:31:07.583 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/swift == -bindep* ]] 2022-08-19 19:31:07.586 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/swift 2022-08-19 19:31:07.588 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:31:07.591 | + inc/python:_setup_package_with_constraints_edit:367 : local extras=keystone 2022-08-19 19:31:07.593 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/swift 2022-08-19 19:31:07.596 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:31:07.599 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/swift 2022-08-19 19:31:07.601 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:31:07.603 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:31:07.607 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-08-19 19:31:07.613 | + inc/python:_setup_package_with_constraints_edit:381 : name=swift 2022-08-19 19:31:07.615 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-08-19 19:31:08.248 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/swift -e keystone 2022-08-19 19:31:08.250 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:31:08.253 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:31:08.255 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:31:08.257 | + inc/python:setup_package:417 : [[ /opt/stack/swift == -bindep* ]] 2022-08-19 19:31:08.259 | + inc/python:setup_package:422 : local project_dir=/opt/stack/swift 2022-08-19 19:31:08.262 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:31:08.264 | + inc/python:setup_package:424 : local extras=keystone 2022-08-19 19:31:08.266 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:31:08.268 | + inc/python:setup_package:428 : [[ -z keystone ]] 2022-08-19 19:31:08.271 | + inc/python:setup_package:433 : [[ ! -z keystone ]] 2022-08-19 19:31:08.273 | + inc/python:setup_package:434 : extras='[keystone]' 2022-08-19 19:31:08.275 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:31:08.278 | + inc/python:setup_package:442 : pip_install -e '/opt/stack/swift[keystone]' 2022-08-19 19:31:08.299 | Using python 3.8 to install /opt/stack/swift 2022-08-19 19:31:08.301 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-08-19 19:31:10.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:10.385 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:10.385 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:10.385 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:11.447 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:31:11.447 | Obtaining file:///opt/stack/swift 2022-08-19 19:31:12.738 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:31:12.748 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:31:12.785 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:31:12.794 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:31:12.799 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:31:12.849 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-19 19:31:12.859 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:31:12.862 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:31:12.898 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:31:12.937 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:31:12.943 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:31:12.947 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:31:12.985 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:31:12.993 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:31:13.007 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:31:13.013 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:31:13.015 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:31:13.025 | Requirement already satisfied: pyeclib===1.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.6.1) 2022-08-19 19:31:13.027 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:31:13.030 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:31:13.036 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:31:13.041 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:31:13.062 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:31:13.065 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:31:13.079 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:31:13.083 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:31:13.086 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:31:13.090 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:31:13.122 | Requirement already satisfied: xattr===0.9.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.9.9) 2022-08-19 19:31:13.125 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-19 19:31:13.128 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:31:13.131 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:31:13.158 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:31:13.170 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:31:13.227 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:31:13.232 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:31:13.235 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:31:13.241 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:31:13.245 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:31:13.249 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:31:13.252 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:31:13.254 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:31:13.259 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:31:13.262 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:31:13.266 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:31:13.270 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:31:13.272 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:31:15.107 | Installing collected packages: swift 2022-08-19 19:31:15.107 | Attempting uninstall: swift 2022-08-19 19:31:15.108 | Found existing installation: swift 2.30.0.dev153 2022-08-19 19:31:15.111 | Can't uninstall 'swift'. No files were found to uninstall. 2022-08-19 19:31:15.111 | Running setup.py develop for swift 2022-08-19 19:31:16.967 | Successfully installed swift 2022-08-19 19:31:17.078 | + inc/python:pip_install:196 : result=0 2022-08-19 19:31:17.080 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:31:17.082 | + functions-common:time_stop:2439 : local name 2022-08-19 19:31:17.085 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:31:17.087 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:31:17.089 | + functions-common:time_stop:2442 : local total 2022-08-19 19:31:17.092 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:31:17.094 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:31:17.096 | + functions-common:time_stop:2446 : start_time=1660937468293 2022-08-19 19:31:17.098 | + functions-common:time_stop:2448 : [[ -z 1660937468293 ]] 2022-08-19 19:31:17.101 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:31:17.105 | + functions-common:time_stop:2451 : end_time=1660937477102 2022-08-19 19:31:17.107 | + functions-common:time_stop:2452 : elapsed_time=8809 2022-08-19 19:31:17.109 | + functions-common:time_stop:2453 : total=62080 2022-08-19 19:31:17.112 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:31:17.114 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=70889 2022-08-19 19:31:17.116 | + inc/python:pip_install:199 : return 0 2022-08-19 19:31:17.118 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:31:17.121 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-19 19:31:17.123 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-19 19:31:17.143 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-19 19:31:17.155 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/swift 2022-08-19 19:31:17.158 | + inc/python:use_library_from_git:246 : local name=/opt/stack/swift 2022-08-19 19:31:17.160 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:31:17.163 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:31:17.165 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-08-19 19:31:17.167 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:31:17.170 | + lib/swift:install_swift:727 : '[' False == True ']' 2022-08-19 19:31:17.173 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:31:17.175 | + ./stack.sh:main:903 : configure_swift 2022-08-19 19:31:17.178 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-08-19 19:31:17.180 | + lib/swift:configure_swift:332 : local node_number 2022-08-19 19:31:17.182 | + lib/swift:configure_swift:333 : local swift_node_config 2022-08-19 19:31:17.185 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-08-19 19:31:17.187 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-08-19 19:31:18.208 | No object-reconstructor running 2022-08-19 19:31:18.208 | No account-reaper running 2022-08-19 19:31:18.208 | No proxy-server running 2022-08-19 19:31:18.208 | No object-expirer running 2022-08-19 19:31:18.208 | No container-reconciler running 2022-08-19 19:31:18.208 | No account-replicator running 2022-08-19 19:31:18.208 | No account-server running 2022-08-19 19:31:18.208 | No container-server running 2022-08-19 19:31:18.208 | No object-updater running 2022-08-19 19:31:18.209 | No container-sharder running 2022-08-19 19:31:18.209 | No object-server running 2022-08-19 19:31:18.209 | No container-updater running 2022-08-19 19:31:18.209 | No container-replicator running 2022-08-19 19:31:18.209 | No account-auditor running 2022-08-19 19:31:18.209 | No container-auditor running 2022-08-19 19:31:18.209 | No object-auditor running 2022-08-19 19:31:18.209 | No object-replicator running 2022-08-19 19:31:18.209 | No container-sync running 2022-08-19 19:31:18.279 | + lib/swift:configure_swift:337 : true 2022-08-19 19:31:18.281 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-08-19 19:31:18.294 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-08-19 19:31:18.306 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-08-19 19:31:18.310 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-08-19 19:31:18.310 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-08-19 19:31:18.314 | + lib/swift:configure_swift:351 : sed -e ' 2022-08-19 19:31:18.315 | s/%GROUP%/ubuntu/; 2022-08-19 19:31:18.315 | s/%USER%/ubuntu/; 2022-08-19 19:31:18.315 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-08-19 19:31:18.315 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-08-19 19:31:18.318 | uid = ubuntu 2022-08-19 19:31:18.318 | gid = ubuntu 2022-08-19 19:31:18.318 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-08-19 19:31:18.318 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-08-19 19:31:18.318 | address = 127.0.0.1 2022-08-19 19:31:18.318 | 2022-08-19 19:31:18.318 | [account6612] 2022-08-19 19:31:18.318 | max connections = 25 2022-08-19 19:31:18.318 | path = /opt/stack/data/swift/1/node/ 2022-08-19 19:31:18.318 | read only = false 2022-08-19 19:31:18.318 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-08-19 19:31:18.318 | 2022-08-19 19:31:18.318 | [account6622] 2022-08-19 19:31:18.318 | max connections = 25 2022-08-19 19:31:18.318 | path = /opt/stack/data/swift/2/node/ 2022-08-19 19:31:18.319 | read only = false 2022-08-19 19:31:18.319 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-08-19 19:31:18.319 | 2022-08-19 19:31:18.319 | [account6632] 2022-08-19 19:31:18.319 | max connections = 25 2022-08-19 19:31:18.319 | path = /opt/stack/data/swift/3/node/ 2022-08-19 19:31:18.319 | read only = false 2022-08-19 19:31:18.319 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-08-19 19:31:18.319 | 2022-08-19 19:31:18.319 | [account6642] 2022-08-19 19:31:18.319 | max connections = 25 2022-08-19 19:31:18.319 | path = /opt/stack/data/swift/4/node/ 2022-08-19 19:31:18.319 | read only = false 2022-08-19 19:31:18.319 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-08-19 19:31:18.319 | 2022-08-19 19:31:18.319 | 2022-08-19 19:31:18.319 | [container6611] 2022-08-19 19:31:18.319 | max connections = 25 2022-08-19 19:31:18.319 | path = /opt/stack/data/swift/1/node/ 2022-08-19 19:31:18.319 | read only = false 2022-08-19 19:31:18.319 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-08-19 19:31:18.319 | 2022-08-19 19:31:18.319 | [container6621] 2022-08-19 19:31:18.319 | max connections = 25 2022-08-19 19:31:18.319 | path = /opt/stack/data/swift/2/node/ 2022-08-19 19:31:18.319 | read only = false 2022-08-19 19:31:18.319 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-08-19 19:31:18.319 | 2022-08-19 19:31:18.319 | [container6631] 2022-08-19 19:31:18.319 | max connections = 25 2022-08-19 19:31:18.319 | path = /opt/stack/data/swift/3/node/ 2022-08-19 19:31:18.319 | read only = false 2022-08-19 19:31:18.319 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-08-19 19:31:18.319 | 2022-08-19 19:31:18.319 | [container6641] 2022-08-19 19:31:18.319 | max connections = 25 2022-08-19 19:31:18.319 | path = /opt/stack/data/swift/4/node/ 2022-08-19 19:31:18.319 | read only = false 2022-08-19 19:31:18.320 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-08-19 19:31:18.320 | 2022-08-19 19:31:18.320 | 2022-08-19 19:31:18.320 | [object6613] 2022-08-19 19:31:18.320 | max connections = 25 2022-08-19 19:31:18.320 | path = /opt/stack/data/swift/1/node/ 2022-08-19 19:31:18.320 | read only = false 2022-08-19 19:31:18.320 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-08-19 19:31:18.320 | 2022-08-19 19:31:18.320 | [object6623] 2022-08-19 19:31:18.320 | max connections = 25 2022-08-19 19:31:18.320 | path = /opt/stack/data/swift/2/node/ 2022-08-19 19:31:18.320 | read only = false 2022-08-19 19:31:18.320 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-08-19 19:31:18.320 | 2022-08-19 19:31:18.320 | [object6633] 2022-08-19 19:31:18.320 | max connections = 25 2022-08-19 19:31:18.320 | path = /opt/stack/data/swift/3/node/ 2022-08-19 19:31:18.320 | read only = false 2022-08-19 19:31:18.320 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-08-19 19:31:18.320 | 2022-08-19 19:31:18.320 | [object6643] 2022-08-19 19:31:18.320 | max connections = 25 2022-08-19 19:31:18.320 | path = /opt/stack/data/swift/4/node/ 2022-08-19 19:31:18.320 | read only = false 2022-08-19 19:31:18.320 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-08-19 19:31:18.321 | + lib/swift:configure_swift:357 : is_ubuntu 2022-08-19 19:31:18.323 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:18.325 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:18.327 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-08-19 19:31:18.340 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-08-19 19:31:18.342 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-08-19 19:31:18.346 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-08-19 19:31:18.351 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-08-19 19:31:18.353 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-08-19 19:31:18.358 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-08-19 19:31:18.389 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.23:8080/v1/ 2022-08-19 19:31:18.419 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-08-19 19:31:18.437 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-08-19 19:31:18.471 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-08-19 19:31:18.489 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:31:18.521 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-08-19 19:31:18.539 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-08-19 19:31:18.571 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-08-19 19:31:18.590 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-08-19 19:31:18.623 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-08-19 19:31:18.640 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:31:18.672 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-08-19 19:31:18.691 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-08-19 19:31:18.706 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:18.708 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-08-19 19:31:18.740 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-08-19 19:31:18.771 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-08-19 19:31:18.802 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-08-19 19:31:18.833 | + lib/swift:configure_swift:406 : [[ False == \T\r\u\e ]] 2022-08-19 19:31:18.836 | + lib/swift:configure_swift:411 : is_service_enabled ceilometer 2022-08-19 19:31:18.850 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:18.852 | + lib/swift:configure_swift:422 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-08-19 19:31:18.884 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-08-19 19:31:18.898 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:18.901 | + lib/swift:configure_swift:431 : is_service_enabled keystone 2022-08-19 19:31:18.916 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:18.918 | + lib/swift:configure_swift:432 : swift_pipeline+=' authtoken' 2022-08-19 19:31:18.920 | + lib/swift:configure_swift:433 : is_service_enabled s3api 2022-08-19 19:31:18.936 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:18.938 | + lib/swift:configure_swift:438 : swift_pipeline+=' keystoneauth' 2022-08-19 19:31:18.940 | + lib/swift:configure_swift:441 : swift_pipeline+=' tempauth ' 2022-08-19 19:31:18.942 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-08-19 19:31:18.947 | + lib/swift:configure_swift:444 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-08-19 19:31:18.957 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-08-19 19:31:18.988 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-08-19 19:31:19.018 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-08-19 19:31:19.052 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-08-19 19:31:19.085 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-08-19 19:31:19.116 | + lib/swift:configure_swift:458 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-08-19 19:31:19.119 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-08-19 19:31:19.121 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-08-19 19:31:19.123 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-08-19 19:31:19.125 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-08-19 19:31:19.156 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-08-19 19:31:19.188 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:31:19.218 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-08-19 19:31:19.249 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-08-19 19:31:19.281 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-08-19 19:31:19.312 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-08-19 19:31:19.343 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-08-19 19:31:19.373 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:31:19.405 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-08-19 19:31:19.436 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-08-19 19:31:19.467 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-08-19 19:31:19.498 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-08-19 19:31:19.530 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-08-19 19:31:19.563 | + lib/swift:configure_swift:464 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-08-19 19:31:19.595 | + lib/swift:configure_swift:469 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-08-19 19:31:19.613 | + lib/swift:configure_swift:470 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-08-19 19:31:19.644 | + lib/swift:configure_swift:473 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-08-19 19:31:19.676 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-08-19 19:31:19.681 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-08-19 19:31:19.714 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-08-19 19:31:19.744 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-08-19 19:31:19.776 | + lib/swift:configure_swift:480 : local node_number 2022-08-19 19:31:19.778 | + lib/swift:configure_swift:481 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-08-19 19:31:19.780 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-19 19:31:19.783 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-08-19 19:31:19.787 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-08-19 19:31:19.789 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-19 19:31:19.792 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-19 19:31:19.794 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-08-19 19:31:19.796 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-08-19 19:31:19.798 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-19 19:31:19.800 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-19 19:31:19.802 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-08-19 19:31:19.821 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-08-19 19:31:19.854 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-08-19 19:31:19.872 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-08-19 19:31:19.904 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-08-19 19:31:19.922 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:31:19.955 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-08-19 19:31:19.972 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-19 19:31:20.005 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-08-19 19:31:20.023 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-19 19:31:20.056 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-08-19 19:31:20.074 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-08-19 19:31:20.107 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-08-19 19:31:20.125 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-08-19 19:31:20.158 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-08-19 19:31:20.176 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-08-19 19:31:20.209 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-08-19 19:31:20.227 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-08-19 19:31:20.258 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-08-19 19:31:20.266 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-08-19 19:31:20.284 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:31:20.316 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-08-19 19:31:20.349 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2022-08-19 19:31:20.351 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-08-19 19:31:20.356 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-08-19 19:31:20.358 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-08-19 19:31:20.360 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-19 19:31:20.362 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-08-19 19:31:20.364 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-08-19 19:31:20.367 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-19 19:31:20.369 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-19 19:31:20.371 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-08-19 19:31:20.389 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-08-19 19:31:20.421 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-08-19 19:31:20.440 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-08-19 19:31:20.473 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-08-19 19:31:20.491 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:31:20.523 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-08-19 19:31:20.542 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-19 19:31:20.574 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-08-19 19:31:20.592 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-19 19:31:20.625 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-08-19 19:31:20.643 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-08-19 19:31:20.676 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-08-19 19:31:20.694 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-08-19 19:31:20.728 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-08-19 19:31:20.747 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-08-19 19:31:20.779 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-08-19 19:31:20.798 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-08-19 19:31:20.829 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-08-19 19:31:20.836 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-08-19 19:31:20.854 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:31:20.886 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2022-08-19 19:31:20.889 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-08-19 19:31:20.893 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-08-19 19:31:20.895 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-08-19 19:31:20.897 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-19 19:31:20.899 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-08-19 19:31:20.901 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-08-19 19:31:20.904 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-19 19:31:20.906 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-19 19:31:20.908 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-08-19 19:31:20.926 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-08-19 19:31:20.959 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-08-19 19:31:20.977 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-08-19 19:31:21.010 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-08-19 19:31:21.028 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:31:21.061 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-08-19 19:31:21.079 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-19 19:31:21.112 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-08-19 19:31:21.130 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-19 19:31:21.162 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-08-19 19:31:21.180 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-08-19 19:31:21.212 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-08-19 19:31:21.231 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-08-19 19:31:21.263 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-08-19 19:31:21.281 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-08-19 19:31:21.314 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-08-19 19:31:21.332 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-08-19 19:31:21.364 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-08-19 19:31:21.369 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-08-19 19:31:21.386 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:31:21.419 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-08-19 19:31:21.451 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-08-19 19:31:21.485 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-08-19 19:31:21.516 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2022-08-19 19:31:21.519 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-08-19 19:31:21.523 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-08-19 19:31:21.557 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-08-19 19:31:21.589 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-08-19 19:31:21.622 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-08-19 19:31:21.655 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-08-19 19:31:21.687 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-08-19 19:31:21.720 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-08-19 19:31:21.750 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2022-08-19 19:31:21.783 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-08-19 19:31:21.814 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2022-08-19 19:31:21.830 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:21.832 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-08-19 19:31:21.851 | + lib/swift:configure_swift:523 : local auth_vers 2022-08-19 19:31:21.854 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2022-08-19 19:31:21.873 | + lib/swift:configure_swift:524 : auth_vers=3 2022-08-19 19:31:21.875 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.23 2022-08-19 19:31:21.907 | + lib/swift:configure_swift:526 : [[ http == \h\t\t\p\s ]] 2022-08-19 19:31:21.909 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_port 80 2022-08-19 19:31:21.940 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.23/identity 2022-08-19 19:31:21.973 | + lib/swift:configure_swift:532 : [[ 3 == \3 ]] 2022-08-19 19:31:21.975 | + lib/swift:configure_swift:533 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-08-19 19:31:22.007 | + lib/swift:configure_swift:537 : is_service_enabled tls-proxy 2022-08-19 19:31:22.023 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:22.025 | + lib/swift:configure_swift:543 : local user_group 2022-08-19 19:31:22.028 | ++ lib/swift:configure_swift:544 : id -g ubuntu 2022-08-19 19:31:22.033 | + lib/swift:configure_swift:544 : user_group=1000 2022-08-19 19:31:22.035 | + lib/swift:configure_swift:545 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-08-19 19:31:22.047 | + lib/swift:configure_swift:547 : local swift_log_dir=/opt/stack/data/swift/logs 2022-08-19 19:31:22.050 | + lib/swift:configure_swift:548 : sudo rm -rf /opt/stack/data/swift/logs 2022-08-19 19:31:22.062 | + lib/swift:configure_swift:549 : local swift_log_group=adm 2022-08-19 19:31:22.064 | + lib/swift:configure_swift:550 : is_suse 2022-08-19 19:31:22.066 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:31:22.068 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:31:22.071 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:31:22.073 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:31:22.076 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:31:22.078 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:31:22.080 | + lib/swift:configure_swift:553 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-08-19 19:31:22.093 | + lib/swift:configure_swift:555 : [[ False != \F\a\l\s\e ]] 2022-08-19 19:31:22.095 | + lib/swift:configure_swift:563 : '[' False == True ']' 2022-08-19 19:31:22.098 | + ./stack.sh:main:906 : is_service_enabled s3api 2022-08-19 19:31:22.115 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:22.117 | + ./stack.sh:main:912 : is_service_enabled g-api n-api 2022-08-19 19:31:22.135 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:22.138 | + ./stack.sh:main:914 : stack_install_service glance 2022-08-19 19:31:22.140 | + lib/stack:stack_install_service:20 : local service=glance 2022-08-19 19:31:22.143 | + lib/stack:stack_install_service:21 : type install_glance 2022-08-19 19:31:22.145 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:31:22.148 | + lib/stack:stack_install_service:32 : install_glance 2022-08-19 19:31:22.150 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-08-19 19:31:22.153 | + lib/glance:install_glance:507 : local glance_store_extras 2022-08-19 19:31:22.156 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-08-19 19:31:22.172 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:22.175 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-08-19 19:31:22.177 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-08-19 19:31:22.195 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:22.197 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-08-19 19:31:22.200 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-08-19 19:31:22.203 | + inc/python:use_library_from_git:246 : local name=glance_store 2022-08-19 19:31:22.205 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:31:22.208 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:31:22.210 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2022-08-19 19:31:22.213 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:31:22.216 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-08-19 19:31:22.219 | ++ inc/python:join_extras:29 : local IFS=, 2022-08-19 19:31:22.222 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-08-19 19:31:22.225 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-08-19 19:31:22.227 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-08-19 19:31:22.230 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-08-19 19:31:22.232 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-08-19 19:31:22.235 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-08-19 19:31:22.238 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2022-08-19 19:31:22.241 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2022-08-19 19:31:22.244 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:31:22.245 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2022-08-19 19:31:22.251 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2022-08-19 19:31:22.253 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2022-08-19 19:31:22.256 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2022-08-19 19:31:22.259 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-08-19 19:31:22.262 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-08-19 19:31:22.283 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-08-19 19:31:22.286 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-08-19 19:31:24.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:24.378 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:24.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:24.378 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:25.437 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:31:25.439 | Requirement already satisfied: glance-store===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.0.1) 2022-08-19 19:31:25.519 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:31:25.529 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:31:25.568 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:31:25.626 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-19 19:31:25.650 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:31:25.654 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:31:25.672 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:31:25.682 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:31:25.722 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:31:25.728 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:31:25.733 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:31:25.771 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:31:25.785 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:31:25.788 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:31:25.797 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:31:25.819 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:31:25.833 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:31:25.839 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:31:25.842 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:31:25.844 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:31:25.850 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:31:25.854 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-19 19:31:25.869 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:31:25.874 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:31:25.895 | Requirement already satisfied: python-swiftclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.0.1) 2022-08-19 19:31:25.915 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:31:25.920 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:31:25.933 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:31:25.938 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:31:25.940 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:31:25.943 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:31:25.947 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:31:25.962 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:31:25.994 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:31:25.999 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:31:26.008 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:31:26.035 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:31:26.093 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:31:26.096 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:31:26.099 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:31:26.105 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:31:26.108 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:31:26.113 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:31:26.117 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:31:26.120 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:31:26.124 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:31:26.133 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:31:26.146 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:31:26.157 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:31:26.165 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:31:26.176 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:31:26.179 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:31:26.191 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:31:26.194 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:31:26.197 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:31:26.202 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:31:26.228 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:31:26.254 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:31:26.257 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:31:26.260 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-19 19:31:26.263 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:31:26.269 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:31:28.092 | + inc/python:pip_install:196 : result=0 2022-08-19 19:31:28.095 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:31:28.097 | + functions-common:time_stop:2439 : local name 2022-08-19 19:31:28.099 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:31:28.102 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:31:28.104 | + functions-common:time_stop:2442 : local total 2022-08-19 19:31:28.109 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:31:28.111 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:31:28.113 | + functions-common:time_stop:2446 : start_time=1660937482278 2022-08-19 19:31:28.116 | + functions-common:time_stop:2448 : [[ -z 1660937482278 ]] 2022-08-19 19:31:28.119 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:31:28.123 | + functions-common:time_stop:2451 : end_time=1660937488120 2022-08-19 19:31:28.125 | + functions-common:time_stop:2452 : elapsed_time=5842 2022-08-19 19:31:28.128 | + functions-common:time_stop:2453 : total=70889 2022-08-19 19:31:28.130 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:31:28.132 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=76731 2022-08-19 19:31:28.135 | + inc/python:pip_install:199 : return 0 2022-08-19 19:31:28.137 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-08-19 19:31:28.140 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-08-19 19:31:28.142 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-08-19 19:31:28.156 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-08-19 19:31:28.161 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-08-19 19:31:28.163 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/glance.git 2022-08-19 19:31:28.165 | + functions-common:git_clone:597 : local git_dest=/opt/stack/glance 2022-08-19 19:31:28.168 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:31:28.171 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:31:28.173 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:31:28.176 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:31:28.178 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:31:28.182 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:31:28.198 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:31:28.200 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:31:28.203 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:28.205 | + functions-common:git_clone:617 : echo master 2022-08-19 19:31:28.206 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:31:28.211 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/glance ]] 2022-08-19 19:31:28.213 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:28.216 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/glance 2022-08-19 19:31:28.228 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-08-19 19:31:28.232 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:31:28.232 | + functions-common:git_clone:678 : head -1 2022-08-19 19:31:28.236 | cb60c1d2f remove expired notes for Multi Store feature 2022-08-19 19:31:28.239 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:31:28.241 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-08-19 19:31:28.244 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:31:28.247 | + inc/python:setup_develop:335 : [[ /opt/stack/glance == -bindep* ]] 2022-08-19 19:31:28.249 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/glance 2022-08-19 19:31:28.252 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:31:28.254 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-08-19 19:31:28.257 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:31:28.259 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/glance == -bindep* ]] 2022-08-19 19:31:28.262 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/glance 2022-08-19 19:31:28.264 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:31:28.267 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:31:28.270 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/glance 2022-08-19 19:31:28.273 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:31:28.275 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2022-08-19 19:31:28.278 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:31:28.281 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:31:28.284 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-08-19 19:31:28.290 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2022-08-19 19:31:28.292 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-08-19 19:31:28.929 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2022-08-19 19:31:28.932 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:31:28.935 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:31:28.937 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:31:28.939 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2022-08-19 19:31:28.942 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2022-08-19 19:31:28.944 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:31:28.946 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:31:28.949 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:31:28.951 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:31:28.954 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:31:28.956 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:31:28.959 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:31:28.961 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2022-08-19 19:31:28.983 | Using python 3.8 to install /opt/stack/glance 2022-08-19 19:31:28.985 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-08-19 19:31:31.083 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:31.083 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:31.083 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:31.083 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:32.139 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:31:32.139 | Obtaining file:///opt/stack/glance 2022-08-19 19:31:33.440 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:31:33.449 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:31:33.458 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:31:33.469 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:31:33.616 | Requirement already satisfied: WSME===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (0.11.0) 2022-08-19 19:31:33.624 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:31:33.637 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:31:33.650 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-19 19:31:33.670 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:31:33.707 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-19 19:31:33.720 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:31:33.726 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-08-19 19:31:33.732 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:31:33.740 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:31:33.743 | Requirement already satisfied: glance-store===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.0.1) 2022-08-19 19:31:33.812 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:31:33.817 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:31:33.827 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:31:33.863 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:31:33.890 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:31:33.893 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:31:33.932 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:31:33.990 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:31:34.040 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:31:34.046 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:31:34.050 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:31:34.067 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:31:34.104 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:31:34.115 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:31:34.153 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:31:34.158 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:31:34.205 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:31:34.209 | Requirement already satisfied: oslo.limit===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.0) 2022-08-19 19:31:34.219 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:31:34.258 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:31:34.312 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:31:34.322 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:31:34.341 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:31:34.355 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:31:34.367 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:31:34.375 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:31:34.398 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:31:34.408 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:31:34.421 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:31:34.461 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:31:34.466 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:31:34.469 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:31:34.481 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:31:34.486 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:31:34.503 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:31:34.516 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:31:34.527 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:31:34.529 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:31:34.563 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:31:34.567 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-19 19:31:34.581 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:31:34.586 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:31:34.606 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:31:34.610 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:31:34.617 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:31:34.631 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-08-19 19:31:34.635 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:31:34.640 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.8.1) 2022-08-19 19:31:34.642 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:31:34.646 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:31:34.655 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:31:34.658 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:31:34.661 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:31:34.665 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-08-19 19:31:34.718 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:31:34.732 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:31:34.741 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:31:34.747 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:31:34.756 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:31:34.789 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:31:34.794 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:31:34.797 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:31:34.802 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:31:34.829 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:31:34.831 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:31:34.842 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:31:34.846 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:31:34.873 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:31:34.931 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:31:34.937 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:31:34.940 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:31:34.942 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:31:34.968 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:31:34.970 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:31:35.015 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:31:35.020 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:31:35.028 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:31:35.034 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:31:35.037 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:31:35.049 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:31:35.052 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:31:35.063 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:31:35.068 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:31:35.070 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:31:35.073 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:31:35.076 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:31:35.078 | Requirement already satisfied: automaton===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.0) 2022-08-19 19:31:35.084 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-08-19 19:31:35.089 | Requirement already satisfied: networkx===2.8.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.5) 2022-08-19 19:31:35.126 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:31:35.128 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:31:35.131 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:31:35.134 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:31:35.137 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:31:35.140 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:31:35.145 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:31:35.166 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:31:35.169 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:31:35.171 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:31:35.219 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:31:35.222 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:31:35.225 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:31:36.193 | Installing collected packages: glance 2022-08-19 19:31:36.193 | Attempting uninstall: glance 2022-08-19 19:31:36.194 | Found existing installation: glance 25.0.0.0b3.dev12 2022-08-19 19:31:36.197 | Can't uninstall 'glance'. No files were found to uninstall. 2022-08-19 19:31:36.198 | Running setup.py develop for glance 2022-08-19 19:31:37.947 | Successfully installed glance 2022-08-19 19:31:38.059 | + inc/python:pip_install:196 : result=0 2022-08-19 19:31:38.061 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:31:38.063 | + functions-common:time_stop:2439 : local name 2022-08-19 19:31:38.066 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:31:38.068 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:31:38.070 | + functions-common:time_stop:2442 : local total 2022-08-19 19:31:38.073 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:31:38.075 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:31:38.078 | + functions-common:time_stop:2446 : start_time=1660937488977 2022-08-19 19:31:38.080 | + functions-common:time_stop:2448 : [[ -z 1660937488977 ]] 2022-08-19 19:31:38.083 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:31:38.087 | + functions-common:time_stop:2451 : end_time=1660937498084 2022-08-19 19:31:38.090 | + functions-common:time_stop:2452 : elapsed_time=9107 2022-08-19 19:31:38.092 | + functions-common:time_stop:2453 : total=76731 2022-08-19 19:31:38.094 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:31:38.097 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=85838 2022-08-19 19:31:38.099 | + inc/python:pip_install:199 : return 0 2022-08-19 19:31:38.101 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:31:38.104 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-19 19:31:38.106 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-19 19:31:38.125 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-19 19:31:38.138 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2022-08-19 19:31:38.141 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2022-08-19 19:31:38.143 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:31:38.146 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:31:38.148 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-08-19 19:31:38.150 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:31:38.154 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:31:38.156 | + ./stack.sh:main:915 : configure_glance 2022-08-19 19:31:38.159 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-08-19 19:31:38.171 | + lib/glance:configure_glance:326 : local dburl 2022-08-19 19:31:38.174 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-08-19 19:31:38.177 | ++ lib/database:database_connection_url:134 : local db=glance 2022-08-19 19:31:38.179 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-08-19 19:31:38.182 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-08-19 19:31:38.184 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:31:38.186 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:31:38.189 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:31:38.205 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:38.207 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:31:38.209 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-19 19:31:38.212 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-19 19:31:38.215 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-08-19 19:31:38.248 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-19 19:31:38.281 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-08-19 19:31:38.315 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-19 19:31:38.349 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-08-19 19:31:38.383 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-08-19 19:31:38.418 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-08-19 19:31:38.420 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-08-19 19:31:38.422 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-08-19 19:31:38.425 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:31:38.427 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-08-19 19:31:38.461 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-08-19 19:31:38.497 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:31:38.530 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-08-19 19:31:38.565 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-08-19 19:31:38.599 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-08-19 19:31:38.639 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-08-19 19:31:38.672 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-08-19 19:31:38.707 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:31:38.741 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:31:38.775 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-08-19 19:31:38.810 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-08-19 19:31:38.813 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-08-19 19:31:38.815 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-08-19 19:31:38.818 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:31:38.820 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:31:38.822 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:31:38.839 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:38.842 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:31:38.845 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:31:38.847 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:31:38.864 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:38.866 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:31:38.869 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:31:38.904 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:31:38.906 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:31:38.909 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-08-19 19:31:38.911 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-08-19 19:31:38.914 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-08-19 19:31:38.950 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-08-19 19:31:38.984 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-08-19 19:31:38.987 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-08-19 19:31:38.989 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-08-19 19:31:38.992 | + lib/glance:configure_glance_store:254 : local be 2022-08-19 19:31:38.994 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-08-19 19:31:38.997 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-08-19 19:31:38.999 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-19 19:31:39.033 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-08-19 19:31:39.035 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.23 2022-08-19 19:31:39.070 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-08-19 19:31:39.073 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-08-19 19:31:39.090 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:39.092 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-08-19 19:31:39.127 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-08-19 19:31:39.160 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-08-19 19:31:39.195 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-08-19 19:31:39.230 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-08-19 19:31:39.264 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-08-19 19:31:39.281 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:39.283 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-08-19 19:31:39.319 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-08-19 19:31:39.353 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-08-19 19:31:39.386 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.23/identity/v3 2022-08-19 19:31:39.421 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-08-19 19:31:39.455 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.23/image 2022-08-19 19:31:39.489 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-08-19 19:31:39.506 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:39.508 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-08-19 19:31:39.511 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-08-19 19:31:39.513 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-08-19 19:31:39.516 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:31:39.533 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:31:39.536 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:31:39.538 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:31:39.540 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:31:39.544 | + 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-08-19 19:31:39.578 | + 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-08-19 19:31:39.612 | + 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-08-19 19:31:39.647 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:31:39.681 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-08-19 19:31:39.686 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-08-19 19:31:39.721 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-08-19 19:31:39.755 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-19 19:31:39.789 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.23/identity 2022-08-19 19:31:39.824 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-08-19 19:31:39.859 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-08-19 19:31:39.893 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-08-19 19:31:39.927 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-19 19:31:39.962 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-08-19 19:31:39.996 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-08-19 19:31:40.030 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-08-19 19:31:40.065 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-08-19 19:31:40.070 | + lib/glance:configure_glance:411 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-mode.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vtpm-hw.json /opt/stack/glance/etc/metadefs/compute-vtpm.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-08-19 19:31:40.078 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-08-19 19:31:40.095 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:40.098 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-08-19 19:31:40.100 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-08-19 19:31:40.102 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-08-19 19:31:40.106 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-08-19 19:31:40.108 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-08-19 19:31:40.111 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-08-19 19:31:40.115 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-08-19 19:31:40.117 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-08-19 19:31:40.121 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-08-19 19:31:40.155 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-08-19 19:31:40.157 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-08-19 19:31:40.160 | ++ functions:get_random_port:837 : true 2022-08-19 19:31:40.162 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-08-19 19:31:40.165 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-08-19 19:31:40.168 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-08-19 19:31:40.235 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-08-19 19:31:40.237 | ++ functions:get_random_port:841 : break 2 2022-08-19 19:31:40.239 | ++ functions:get_random_port:845 : echo 60999 2022-08-19 19:31:40.242 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-08-19 19:31:40.245 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-08-19 19:31:40.277 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-08-19 19:31:40.309 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-08-19 19:31:40.340 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:31:40.373 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:31:40.404 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:31:40.437 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:31:40.469 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:31:40.502 | + 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-08-19 19:31:40.533 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:31:40.565 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:31:40.597 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:31:40.630 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:31:40.662 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:31:40.694 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-08-19 19:31:40.726 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-08-19 19:31:40.759 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-08-19 19:31:40.791 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-08-19 19:31:40.823 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-08-19 19:31:40.856 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-08-19 19:31:40.858 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-08-19 19:31:40.861 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:31:40.863 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:40.866 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:40.868 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-08-19 19:31:40.872 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-08-19 19:31:40.926 | proxy (enabled by site administrator) 2022-08-19 19:31:40.930 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-08-19 19:31:40.932 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-08-19 19:31:40.934 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:31:40.937 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:40.939 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:40.941 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-08-19 19:31:40.944 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-08-19 19:31:40.999 | proxy_http (enabled by site administrator) 2022-08-19 19:31:41.002 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-08-19 19:31:41.005 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-08-19 19:31:41.008 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-08-19 19:31:41.010 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:31:41.013 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:41.016 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:41.018 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:31:41.021 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:31:41.024 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-08-19 19:31:41.024 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:31:41.037 | KeepAlive Off 2022-08-19 19:31:41.042 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:31:41.042 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-08-19 19:31:41.050 | SetEnv proxy-sendchunked 1 2022-08-19 19:31:41.055 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-08-19 19:31:41.055 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:31:41.066 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-08-19 19:31:41.071 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-08-19 19:31:41.073 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-08-19 19:31:41.076 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:31:41.079 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:31:41.081 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:31:41.084 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:41.086 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:41.089 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:31:41.092 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:31:41.095 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:41.097 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:41.100 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-08-19 19:31:41.162 | Site glance-wsgi-api already enabled 2022-08-19 19:31:41.167 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-08-19 19:31:41.169 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:31:41.172 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:31:41.174 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:31:41.310 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-08-19 19:31:41.317 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-08-19 19:31:41.363 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-19 19:31:41.365 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-19 19:31:41.368 | + ./stack.sh:main:918 : is_service_enabled cinder 2022-08-19 19:31:41.386 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:41.389 | + ./stack.sh:main:920 : stack_install_service cinder 2022-08-19 19:31:41.391 | + lib/stack:stack_install_service:20 : local service=cinder 2022-08-19 19:31:41.394 | + lib/stack:stack_install_service:21 : type install_cinder 2022-08-19 19:31:41.397 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:31:41.399 | + lib/stack:stack_install_service:32 : install_cinder 2022-08-19 19:31:41.402 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-08-19 19:31:41.405 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/cinder.git 2022-08-19 19:31:41.407 | + functions-common:git_clone:597 : local git_dest=/opt/stack/cinder 2022-08-19 19:31:41.409 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:31:41.412 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:31:41.414 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:31:41.417 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:31:41.420 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:31:41.423 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:31:41.440 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:31:41.442 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:31:41.445 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:41.447 | + functions-common:git_clone:617 : echo master 2022-08-19 19:31:41.448 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:31:41.453 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/cinder ]] 2022-08-19 19:31:41.455 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:41.458 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-08-19 19:31:41.471 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-08-19 19:31:41.474 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:31:41.474 | + functions-common:git_clone:678 : head -1 2022-08-19 19:31:41.481 | 6605f5a94 Merge "Move NFS job to voting" 2022-08-19 19:31:41.484 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:31:41.487 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-08-19 19:31:41.489 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:31:41.492 | + inc/python:setup_develop:335 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-19 19:31:41.494 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/cinder 2022-08-19 19:31:41.497 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:31:41.500 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-08-19 19:31:41.502 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:31:41.505 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-19 19:31:41.507 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/cinder 2022-08-19 19:31:41.510 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:31:41.512 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:31:41.516 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/cinder 2022-08-19 19:31:41.518 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:31:41.521 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2022-08-19 19:31:41.524 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:31:41.526 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:31:41.530 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-08-19 19:31:41.536 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2022-08-19 19:31:41.539 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-08-19 19:31:42.163 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2022-08-19 19:31:42.166 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:31:42.168 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:31:42.171 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:31:42.173 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-19 19:31:42.175 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2022-08-19 19:31:42.178 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:31:42.181 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:31:42.183 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:31:42.186 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:31:42.188 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:31:42.191 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:31:42.193 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:31:42.196 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2022-08-19 19:31:42.218 | Using python 3.8 to install /opt/stack/cinder 2022-08-19 19:31:42.220 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-08-19 19:31:44.303 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:44.303 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:44.303 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:31:44.303 | from cryptography.utils import int_from_bytes 2022-08-19 19:31:45.409 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:31:45.409 | Obtaining file:///opt/stack/cinder 2022-08-19 19:31:47.649 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:31:47.659 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:31:47.667 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:31:47.679 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:31:47.828 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:31:47.841 | Requirement already satisfied: boto3===1.24.51 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (1.24.51) 2022-08-19 19:31:47.852 | Requirement already satisfied: botocore===1.27.51 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) (1.27.51) 2022-08-19 19:31:47.863 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-19 19:31:47.882 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:31:47.920 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-19 19:31:47.932 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:31:47.936 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:31:47.944 | Requirement already satisfied: google-api-python-client===2.56.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (2.56.0) 2022-08-19 19:31:47.957 | Requirement already satisfied: google-auth===2.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (2.10.0) 2022-08-19 19:31:47.987 | Requirement already satisfied: google-auth-httplib2===0.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.1.0) 2022-08-19 19:31:47.993 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:31:47.998 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:31:48.008 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:31:48.045 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:31:48.048 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:31:48.051 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:31:48.092 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:31:48.149 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:31:48.202 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-19 19:31:48.212 | Requirement already satisfied: oauth2client===4.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (4.1.3) 2022-08-19 19:31:48.221 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-19 19:31:48.244 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:31:48.249 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:31:48.266 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:31:48.303 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:31:48.314 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:31:48.353 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:31:48.359 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:31:48.407 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:31:48.411 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:31:48.450 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:31:48.504 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:31:48.515 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:31:48.533 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:31:48.548 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:31:48.563 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:31:48.575 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:31:48.578 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:31:48.586 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:31:48.609 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:31:48.618 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:31:48.633 | Requirement already satisfied: oslo.versionedobjects===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.0) 2022-08-19 19:31:48.652 | Requirement already satisfied: oslo.vmware===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (4.0.0) 2022-08-19 19:31:48.674 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:31:48.741 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:31:48.748 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-19 19:31:48.781 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:31:48.783 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:31:48.796 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:31:48.801 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:31:48.820 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.4.8) 2022-08-19 19:31:48.822 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (0.2.8) 2022-08-19 19:31:48.827 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:31:48.837 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:31:48.840 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:31:48.846 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:31:48.850 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-19 19:31:48.865 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:31:48.870 | Requirement already satisfied: python-glanceclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.0.1) 2022-08-19 19:31:48.886 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:31:48.908 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-19 19:31:48.923 | Requirement already satisfied: python-swiftclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.0.1) 2022-08-19 19:31:48.944 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:31:48.948 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:31:48.955 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:31:48.970 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:31:48.974 | Requirement already satisfied: rsa===4.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (4.9) 2022-08-19 19:31:48.978 | Requirement already satisfied: rtslib-fb===2.1.75 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (2.1.75) 2022-08-19 19:31:48.984 | Requirement already satisfied: s3transfer===0.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (0.6.0) 2022-08-19 19:31:48.990 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:31:48.992 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:31:49.003 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:31:49.005 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:31:49.008 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:31:49.012 | Requirement already satisfied: suds-community===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (1.1.2) 2022-08-19 19:31:49.015 | Requirement already satisfied: tabulate===0.8.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (0.8.10) 2022-08-19 19:31:49.021 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-08-19 19:31:49.074 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:31:49.087 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:31:49.097 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:31:49.103 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:31:49.113 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-19 19:31:49.172 | Requirement already satisfied: uritemplate===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (4.1.1) 2022-08-19 19:31:49.175 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:31:49.207 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-19 19:31:49.211 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-08-19 19:31:49.219 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:31:49.223 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:31:49.227 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:31:49.233 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:31:49.258 | Requirement already satisfied: zstd===1.5.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 591)) (1.5.2.5) 2022-08-19 19:31:49.260 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:31:49.264 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:31:49.267 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:31:49.295 | Requirement already satisfied: google-api-core===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) (2.8.2) 2022-08-19 19:31:49.309 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:31:49.311 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:31:49.338 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:31:49.396 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:31:49.402 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:31:49.405 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:31:49.410 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:31:49.413 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:31:49.419 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:31:49.432 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:31:49.435 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:31:49.440 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:31:49.486 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:31:49.492 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:31:49.499 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:31:49.502 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:31:49.514 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:31:49.517 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-19 19:31:49.529 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:31:49.539 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:31:49.551 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:31:49.554 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:31:49.559 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:31:49.562 | Requirement already satisfied: pyudev===0.23.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (0.23.2) 2022-08-19 19:31:49.566 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:31:49.568 | Requirement already satisfied: automaton===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.0) 2022-08-19 19:31:49.574 | Requirement already satisfied: networkx===2.8.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.5) 2022-08-19 19:31:49.612 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-08-19 19:31:49.617 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:31:49.619 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:31:49.624 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:31:49.627 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-08-19 19:31:49.629 | Requirement already satisfied: googleapis-common-protos===1.56.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.56.4) 2022-08-19 19:31:49.635 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:31:49.647 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:31:49.649 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:31:49.653 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:31:49.656 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:31:49.705 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:31:49.708 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:31:50.601 | Installing collected packages: cinder 2022-08-19 19:31:50.601 | Attempting uninstall: cinder 2022-08-19 19:31:50.602 | Found existing installation: cinder 20.1.0.dev388 2022-08-19 19:31:50.606 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-08-19 19:31:50.607 | Running setup.py develop for cinder 2022-08-19 19:31:53.133 | Successfully installed cinder 2022-08-19 19:31:53.245 | + inc/python:pip_install:196 : result=0 2022-08-19 19:31:53.247 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:31:53.250 | + functions-common:time_stop:2439 : local name 2022-08-19 19:31:53.252 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:31:53.254 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:31:53.257 | + functions-common:time_stop:2442 : local total 2022-08-19 19:31:53.259 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:31:53.262 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:31:53.264 | + functions-common:time_stop:2446 : start_time=1660937502212 2022-08-19 19:31:53.266 | + functions-common:time_stop:2448 : [[ -z 1660937502212 ]] 2022-08-19 19:31:53.269 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:31:53.273 | + functions-common:time_stop:2451 : end_time=1660937513271 2022-08-19 19:31:53.276 | + functions-common:time_stop:2452 : elapsed_time=11059 2022-08-19 19:31:53.279 | + functions-common:time_stop:2453 : total=85838 2022-08-19 19:31:53.281 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:31:53.283 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=96897 2022-08-19 19:31:53.286 | + inc/python:pip_install:199 : return 0 2022-08-19 19:31:53.288 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:31:53.291 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-19 19:31:53.293 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-19 19:31:53.313 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-19 19:31:53.325 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2022-08-19 19:31:53.328 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2022-08-19 19:31:53.330 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:31:53.333 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:31:53.335 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-08-19 19:31:53.338 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:31:53.341 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-08-19 19:31:53.344 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-08-19 19:31:53.346 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-08-19 19:31:53.349 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:53.351 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:53.354 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-08-19 19:31:53.366 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-08-19 19:31:53.368 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:31:53.371 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:31:53.374 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:31:53.376 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:31:53.379 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:53.382 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:31:53.384 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:53.387 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:53.390 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:31:53.393 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:31:53.395 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:31:53.397 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:31:53.400 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-08-19 19:31:53.403 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:31:53.406 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:53.409 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:53.411 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-08-19 19:31:53.435 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-08-19 19:31:53.545 | Reading package lists... 2022-08-19 19:31:53.803 | Building dependency tree... 2022-08-19 19:31:53.804 | Reading state information... 2022-08-19 19:31:54.069 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-08-19 19:31:54.069 | The following packages were automatically installed and are no longer required: 2022-08-19 19:31:54.070 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:31:54.070 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:31:54.070 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:31:54.070 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:31:54.070 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:31:54.070 | python3-zope.interface 2022-08-19 19:31:54.070 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:31:54.188 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:31:54.193 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:31:54.195 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:31:54.198 | + functions-common:time_stop:2439 : local name 2022-08-19 19:31:54.201 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:31:54.203 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:31:54.206 | + functions-common:time_stop:2442 : local total 2022-08-19 19:31:54.208 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:31:54.211 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:31:54.213 | + functions-common:time_stop:2446 : start_time=1660937513431 2022-08-19 19:31:54.216 | + functions-common:time_stop:2448 : [[ -z 1660937513431 ]] 2022-08-19 19:31:54.219 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:31:54.224 | + functions-common:time_stop:2451 : end_time=1660937514221 2022-08-19 19:31:54.226 | + functions-common:time_stop:2452 : elapsed_time=790 2022-08-19 19:31:54.229 | + functions-common:time_stop:2453 : total=5494 2022-08-19 19:31:54.231 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:31:54.234 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6284 2022-08-19 19:31:54.236 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:31:54.239 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:31:54.241 | + ./stack.sh:main:921 : configure_cinder 2022-08-19 19:31:54.244 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-08-19 19:31:54.257 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-08-19 19:31:54.261 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-08-19 19:31:54.264 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-08-19 19:31:54.266 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-19 19:31:54.269 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-08-19 19:31:54.269 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-19 19:31:54.274 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-08-19 19:31:54.276 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-08-19 19:31:54.278 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-19 19:31:54.280 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-08-19 19:31:54.283 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-08-19 19:31:54.285 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-08-19 19:31:54.287 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-08-19 19:31:54.289 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-08-19 19:31:54.301 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-08-19 19:31:54.313 | + 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-08-19 19:31:54.326 | + 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-08-19 19:31:54.338 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-08-19 19:31:54.350 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-19 19:31:54.353 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-19 19:31:54.357 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.y4DU4q7PwT 2022-08-19 19:31:54.360 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-19 19:31:54.362 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-19 19:31:54.364 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-08-19 19:31:54.366 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.y4DU4q7PwT 2022-08-19 19:31:54.371 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.y4DU4q7PwT 2022-08-19 19:31:54.383 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.y4DU4q7PwT /etc/sudoers.d/cinder-rootwrap 2022-08-19 19:31:54.396 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-08-19 19:31:54.400 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-19 19:31:54.402 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-19 19:31:54.404 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-19 19:31:54.406 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-19 19:31:54.409 | + 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-08-19 19:31:54.411 | + 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-08-19 19:31:54.413 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-08-19 19:31:54.415 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-08-19 19:31:54.420 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-08-19 19:31:54.424 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-08-19 19:31:54.444 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-08-19 19:31:54.463 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-08-19 19:31:54.482 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-08-19 19:31:54.501 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-08-19 19:31:54.520 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-08-19 19:31:54.538 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-08-19 19:31:54.558 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-08-19 19:31:54.577 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-08-19 19:31:54.579 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-19 19:31:54.581 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-08-19 19:31:54.584 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:31:54.586 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-08-19 19:31:54.619 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-08-19 19:31:54.652 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:31:54.684 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-08-19 19:31:54.715 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-08-19 19:31:54.749 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-08-19 19:31:54.781 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-08-19 19:31:54.814 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-08-19 19:31:54.845 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:31:54.878 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:31:54.910 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-08-19 19:31:54.945 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-08-19 19:31:54.979 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-08-19 19:31:54.982 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-08-19 19:31:54.985 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-08-19 19:31:54.987 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-08-19 19:31:54.989 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:31:54.992 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:31:54.994 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:31:55.011 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:55.013 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:31:55.016 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-19 19:31:55.019 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-19 19:31:55.055 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-08-19 19:31:55.086 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-08-19 19:31:55.119 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-08-19 19:31:55.152 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-08-19 19:31:55.185 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-08-19 19:31:55.217 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-08-19 19:31:55.255 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-08-19 19:31:55.257 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.23 2022-08-19 19:31:55.292 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-08-19 19:31:55.328 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-08-19 19:31:55.336 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 4dd02d41c9d60d79d12de372975f0915 2022-08-19 19:31:55.368 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-08-19 19:31:55.371 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-08-19 19:31:55.404 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-08-19 19:31:55.436 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-08-19 19:31:55.469 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-08-19 19:31:55.501 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-08-19 19:31:55.518 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:55.520 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-08-19 19:31:55.537 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:55.540 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-08-19 19:31:55.557 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:55.559 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-08-19 19:31:55.576 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:55.579 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-08-19 19:31:55.581 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-08-19 19:31:55.583 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-08-19 19:31:55.586 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-08-19 19:31:55.588 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:31:55.591 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:31:55.593 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:31:55.610 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:55.613 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:31:55.615 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:31:55.618 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:31:55.634 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:55.637 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:31:55.639 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:31:55.672 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:31:55.675 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:31:55.677 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-08-19 19:31:55.680 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-08-19 19:31:55.683 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-08-19 19:31:55.686 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:31:55.704 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:31:55.706 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:31:55.709 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:31:55.711 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:31:55.714 | + 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-08-19 19:31:55.749 | + 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-08-19 19:31:55.782 | + 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-08-19 19:31:55.815 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:31:55.847 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-08-19 19:31:55.864 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:55.867 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-08-19 19:31:55.869 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-08-19 19:31:55.872 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-08-19 19:31:55.874 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-08-19 19:31:55.876 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:31:55.879 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:31:55.882 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-08-19 19:31:55.886 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-08-19 19:31:55.888 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:31:55.891 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:31:55.904 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:31:55.904 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:31:55.913 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:31:55.916 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:31:55.933 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-08-19 19:31:55.935 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-08-19 19:31:55.939 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-08-19 19:31:55.973 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-08-19 19:31:56.004 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-08-19 19:31:56.036 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:31:56.067 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:31:56.100 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:31:56.131 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:31:56.163 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:31:56.195 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:31:56.228 | + 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-08-19 19:31:56.259 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:31:56.291 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:31:56.324 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:31:56.356 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:31:56.358 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:31:56.361 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-08-19 19:31:56.364 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-08-19 19:31:56.366 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:31:56.368 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:56.371 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:56.373 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-19 19:31:56.376 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-08-19 19:31:56.379 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-08-19 19:31:56.411 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:31:56.444 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-08-19 19:31:56.444 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-19 19:31:56.454 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-08-19 19:31:56.457 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-08-19 19:31:56.459 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-08-19 19:31:56.462 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:31:56.464 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:31:56.466 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:31:56.469 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:56.471 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:56.474 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:31:56.476 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:31:56.478 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:31:56.481 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:31:56.483 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-08-19 19:31:56.544 | Enabling site cinder-wsgi. 2022-08-19 19:31:56.550 | To activate the new configuration, you need to run: 2022-08-19 19:31:56.550 | systemctl reload apache2 2022-08-19 19:31:56.554 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:31:56.556 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:31:56.559 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:31:56.562 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:31:56.702 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-08-19 19:31:56.705 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-08-19 19:31:56.746 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.23/image 2022-08-19 19:31:56.781 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-08-19 19:31:56.798 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:31:56.800 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-08-19 19:31:56.803 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-19 19:31:56.805 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-19 19:31:56.809 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-19 19:31:56.811 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-08-19 19:31:56.845 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-08-19 19:31:56.878 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.23/identity 2022-08-19 19:31:56.909 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-08-19 19:31:56.942 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-08-19 19:31:56.974 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-08-19 19:31:57.009 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-08-19 19:31:57.041 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-08-19 19:31:57.074 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:31:57.107 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-08-19 19:31:57.140 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-08-19 19:31:57.173 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-08-19 19:31:57.205 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-08-19 19:31:57.207 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-08-19 19:31:57.224 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:57.226 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.23:2379 2022-08-19 19:31:57.262 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-19 19:31:57.264 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-19 19:31:57.267 | + ./stack.sh:main:924 : is_service_enabled neutron 2022-08-19 19:31:57.284 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:31:57.287 | + ./stack.sh:main:926 : stack_install_service neutron 2022-08-19 19:31:57.289 | + lib/stack:stack_install_service:20 : local service=neutron 2022-08-19 19:31:57.292 | + lib/stack:stack_install_service:21 : type install_neutron 2022-08-19 19:31:57.295 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:31:57.297 | + lib/stack:stack_install_service:32 : install_neutron 2022-08-19 19:31:57.300 | + lib/neutron:install_neutron:703 : is_neutron_legacy_enabled 2022-08-19 19:31:57.304 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:31:57.304 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:31:57.310 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:31:57.312 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:31:57.315 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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-08-19 19:31:57.318 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:31:57.320 | + lib/neutron:install_neutron:705 : install_mutnauq 2022-08-19 19:31:57.323 | + lib/neutron-legacy:install_mutnauq:472 : use_library_from_git neutron-lib 2022-08-19 19:31:57.326 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2022-08-19 19:31:57.328 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:31:57.331 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:31:57.333 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2022-08-19 19:31:57.336 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:31:57.339 | + lib/neutron-legacy:install_mutnauq:477 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-08-19 19:31:57.342 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/neutron.git 2022-08-19 19:31:57.344 | + functions-common:git_clone:597 : local git_dest=/opt/stack/neutron 2022-08-19 19:31:57.346 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:31:57.349 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:31:57.351 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:31:57.355 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:31:57.357 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:31:57.360 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:31:57.376 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:31:57.378 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:31:57.380 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:57.383 | + functions-common:git_clone:617 : echo master 2022-08-19 19:31:57.384 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:31:57.389 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/neutron ]] 2022-08-19 19:31:57.391 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:31:57.393 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-08-19 19:31:57.407 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-08-19 19:31:57.410 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:31:57.410 | + functions-common:git_clone:678 : head -1 2022-08-19 19:31:57.418 | b0a257fd33 Merge "Add vpnaas to extensions supported by ovn" 2022-08-19 19:31:57.421 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:31:57.424 | + lib/neutron-legacy:install_mutnauq:478 : setup_develop /opt/stack/neutron 2022-08-19 19:31:57.426 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:31:57.429 | + inc/python:setup_develop:335 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-19 19:31:57.431 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/neutron 2022-08-19 19:31:57.434 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:31:57.437 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-08-19 19:31:57.439 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:31:57.442 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-19 19:31:57.444 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/neutron 2022-08-19 19:31:57.447 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:31:57.449 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:31:57.453 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/neutron 2022-08-19 19:31:57.455 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:31:57.458 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2022-08-19 19:31:57.460 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:31:57.463 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:31:57.467 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-08-19 19:31:57.473 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2022-08-19 19:31:57.475 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-08-19 19:31:58.111 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2022-08-19 19:31:58.113 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:31:58.115 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:31:58.118 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:31:58.121 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-19 19:31:58.123 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2022-08-19 19:31:58.126 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:31:58.128 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:31:58.130 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:31:58.133 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:31:58.135 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:31:58.138 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:31:58.140 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:31:58.143 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2022-08-19 19:31:58.164 | Using python 3.8 to install /opt/stack/neutron 2022-08-19 19:31:58.166 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-08-19 19:32:00.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:00.262 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:00.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:00.262 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:01.310 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:32:01.311 | Obtaining file:///opt/stack/neutron 2022-08-19 19:32:03.583 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:32:03.591 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:32:03.593 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:32:03.602 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:32:03.610 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:32:03.621 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:32:03.766 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:32:03.780 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:32:03.793 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:32:03.799 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:32:03.801 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:32:03.810 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:32:03.812 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:32:03.817 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:32:03.828 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:32:03.866 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:32:03.892 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:32:03.951 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:32:04.000 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:32:04.005 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:32:04.008 | Requirement already satisfied: neutron-lib===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (3.1.0) 2022-08-19 19:32:04.045 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:32:04.070 | Requirement already satisfied: os-ken===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.4.0) 2022-08-19 19:32:04.087 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-19 19:32:04.091 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:32:04.095 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-19 19:32:04.099 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-19 19:32:04.121 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:32:04.158 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:32:04.168 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:32:04.207 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:32:04.213 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:32:04.258 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:32:04.263 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:32:04.301 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:32:04.355 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:32:04.365 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:32:04.383 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:32:04.397 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:32:04.412 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:32:04.424 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:32:04.426 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:32:04.435 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:32:04.458 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:32:04.468 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:32:04.481 | Requirement already satisfied: oslo.versionedobjects===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.0) 2022-08-19 19:32:04.500 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:32:04.539 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-19 19:32:04.543 | Requirement already satisfied: ovsdbapp===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.0.0) 2022-08-19 19:32:04.552 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:32:04.557 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:32:04.559 | Requirement already satisfied: pecan===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (1.4.2) 2022-08-19 19:32:04.568 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:32:04.579 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:32:04.585 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:32:04.603 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:32:04.615 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:32:04.624 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:32:04.627 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:32:04.633 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-19 19:32:04.639 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:32:04.644 | Requirement already satisfied: python-designateclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (5.0.0) 2022-08-19 19:32:04.662 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:32:04.683 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-19 19:32:04.708 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-19 19:32:04.749 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:32:04.754 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:32:04.761 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:32:04.774 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:32:04.776 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:32:04.780 | Requirement already satisfied: setproctitle===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.3.2) 2022-08-19 19:32:04.785 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:32:04.788 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:32:04.791 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-19 19:32:04.794 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:32:04.804 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:32:04.807 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:32:04.810 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:32:04.814 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:32:04.829 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:32:04.837 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:32:04.843 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:32:04.853 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-19 19:32:04.912 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:32:04.945 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-19 19:32:04.949 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:32:04.954 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:32:04.957 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:32:04.962 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:32:04.987 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:32:04.990 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:32:05.001 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:32:05.027 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:32:05.030 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:32:05.033 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:32:05.038 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:32:05.060 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:32:05.063 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:32:05.099 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:32:05.102 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:32:05.108 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:32:05.111 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:32:05.114 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:32:05.117 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:32:05.122 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:32:05.166 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:32:05.174 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:32:05.177 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:32:05.189 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.3.5) 2022-08-19 19:32:05.192 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:32:05.230 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:32:05.243 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:32:05.255 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-19 19:32:05.259 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:32:05.264 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:32:05.267 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:32:05.269 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:32:05.271 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:32:05.273 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:32:05.277 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:32:05.279 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:32:05.282 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:32:05.286 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:32:05.343 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:32:05.346 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:32:05.394 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:32:06.393 | Installing collected packages: neutron 2022-08-19 19:32:06.393 | Attempting uninstall: neutron 2022-08-19 19:32:06.394 | Found existing installation: neutron 20.1.0.dev497 2022-08-19 19:32:06.405 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-08-19 19:32:06.406 | Running setup.py develop for neutron 2022-08-19 19:32:09.080 | Successfully installed neutron 2022-08-19 19:32:09.193 | + inc/python:pip_install:196 : result=0 2022-08-19 19:32:09.195 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:32:09.197 | + functions-common:time_stop:2439 : local name 2022-08-19 19:32:09.200 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:32:09.202 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:32:09.205 | + functions-common:time_stop:2442 : local total 2022-08-19 19:32:09.207 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:32:09.209 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:32:09.211 | + functions-common:time_stop:2446 : start_time=1660937518159 2022-08-19 19:32:09.214 | + functions-common:time_stop:2448 : [[ -z 1660937518159 ]] 2022-08-19 19:32:09.216 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:32:09.220 | + functions-common:time_stop:2451 : end_time=1660937529218 2022-08-19 19:32:09.223 | + functions-common:time_stop:2452 : elapsed_time=11059 2022-08-19 19:32:09.225 | + functions-common:time_stop:2453 : total=96897 2022-08-19 19:32:09.227 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:32:09.229 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=107956 2022-08-19 19:32:09.232 | + inc/python:pip_install:199 : return 0 2022-08-19 19:32:09.234 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:32:09.237 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-19 19:32:09.239 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-19 19:32:09.259 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-19 19:32:09.271 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2022-08-19 19:32:09.274 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2022-08-19 19:32:09.276 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:32:09.279 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:32:09.282 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-08-19 19:32:09.284 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:32:09.287 | + lib/neutron-legacy:install_mutnauq:480 : [[ openvswitch == \o\v\n ]] 2022-08-19 19:32:09.289 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:32:09.292 | + ./stack.sh:main:929 : is_service_enabled nova 2022-08-19 19:32:09.311 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:09.313 | + ./stack.sh:main:931 : stack_install_service nova 2022-08-19 19:32:09.316 | + lib/stack:stack_install_service:20 : local service=nova 2022-08-19 19:32:09.318 | + lib/stack:stack_install_service:21 : type install_nova 2022-08-19 19:32:09.321 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:32:09.324 | + lib/stack:stack_install_service:32 : install_nova 2022-08-19 19:32:09.327 | + lib/nova:install_nova:889 : use_library_from_git os-vif 2022-08-19 19:32:09.329 | + inc/python:use_library_from_git:246 : local name=os-vif 2022-08-19 19:32:09.332 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:32:09.334 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:32:09.337 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2022-08-19 19:32:09.339 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:32:09.342 | + lib/nova:install_nova:894 : is_service_enabled n-cpu 2022-08-19 19:32:09.358 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:09.360 | + lib/nova:install_nova:898 : is_service_enabled n-novnc 2022-08-19 19:32:09.377 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:09.380 | + lib/nova:install_nova:910 : is_service_enabled n-spice 2022-08-19 19:32:09.397 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:09.399 | + lib/nova:install_nova:922 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-08-19 19:32:09.401 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/nova.git 2022-08-19 19:32:09.404 | + functions-common:git_clone:597 : local git_dest=/opt/stack/nova 2022-08-19 19:32:09.406 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:32:09.408 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:32:09.411 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:32:09.413 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:32:09.415 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:32:09.418 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:32:09.435 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:32:09.437 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:32:09.439 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:32:09.442 | + functions-common:git_clone:617 : echo master 2022-08-19 19:32:09.443 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:32:09.448 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/nova ]] 2022-08-19 19:32:09.451 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:32:09.453 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/nova 2022-08-19 19:32:09.465 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-08-19 19:32:09.468 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:32:09.469 | + functions-common:git_clone:678 : head -1 2022-08-19 19:32:09.497 | 85c9544444 Merge "block_device: Add encryption attributes to image and ephemeral disks" 2022-08-19 19:32:09.500 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:32:09.503 | + lib/nova:install_nova:923 : setup_develop /opt/stack/nova 2022-08-19 19:32:09.505 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:32:09.508 | + inc/python:setup_develop:335 : [[ /opt/stack/nova == -bindep* ]] 2022-08-19 19:32:09.511 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/nova 2022-08-19 19:32:09.514 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:32:09.516 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-08-19 19:32:09.518 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:32:09.521 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/nova == -bindep* ]] 2022-08-19 19:32:09.523 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/nova 2022-08-19 19:32:09.526 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:32:09.528 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:32:09.532 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/nova 2022-08-19 19:32:09.534 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:32:09.537 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2022-08-19 19:32:09.539 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:32:09.545 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:32:09.546 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-08-19 19:32:09.552 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2022-08-19 19:32:09.555 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-08-19 19:32:10.187 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2022-08-19 19:32:10.190 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:32:10.192 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:32:10.194 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:32:10.197 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2022-08-19 19:32:10.199 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2022-08-19 19:32:10.202 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:32:10.204 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:32:10.206 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:32:10.209 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:32:10.211 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:32:10.213 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:32:10.216 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:32:10.218 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2022-08-19 19:32:10.239 | Using python 3.8 to install /opt/stack/nova 2022-08-19 19:32:10.241 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-08-19 19:32:12.350 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:12.350 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:12.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:12.350 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:13.418 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:32:13.419 | Obtaining file:///opt/stack/nova 2022-08-19 19:32:16.742 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:32:16.749 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:32:16.752 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:32:16.761 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:32:16.770 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:32:16.773 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:32:16.784 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:32:16.931 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:32:16.945 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:32:16.959 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-19 19:32:16.978 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:32:17.017 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-19 19:32:17.029 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:32:17.033 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:32:17.042 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:32:17.045 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:32:17.050 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:32:17.087 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:32:17.114 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:32:17.117 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:32:17.157 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:32:17.216 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:32:17.267 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-19 19:32:17.277 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-08-19 19:32:17.282 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:32:17.286 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:32:17.289 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:32:17.316 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-19 19:32:17.339 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-19 19:32:17.343 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:32:17.347 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-19 19:32:17.352 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-19 19:32:17.375 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:32:17.392 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:32:17.430 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:32:17.441 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:32:17.480 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:32:17.486 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:32:17.532 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:32:17.536 | Requirement already satisfied: oslo.limit===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.0) 2022-08-19 19:32:17.547 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:32:17.585 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:32:17.639 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:32:17.649 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:32:17.668 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:32:17.683 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:32:17.697 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:32:17.709 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:32:17.711 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:32:17.720 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:32:17.742 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:32:17.753 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:32:17.767 | Requirement already satisfied: oslo.versionedobjects===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.0) 2022-08-19 19:32:17.785 | Requirement already satisfied: ovsdbapp===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.0.0) 2022-08-19 19:32:17.825 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:32:17.831 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-19 19:32:17.867 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:32:17.870 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:32:17.882 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:32:17.889 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:32:17.907 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:32:17.917 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:32:17.920 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:32:17.926 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-19 19:32:17.932 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:32:17.936 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-19 19:32:17.952 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-19 19:32:17.967 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:32:17.972 | Requirement already satisfied: python-glanceclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.0.1) 2022-08-19 19:32:17.988 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:32:18.008 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-19 19:32:18.035 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:32:18.039 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:32:18.045 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:32:18.059 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:32:18.062 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-08-19 19:32:18.066 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:32:18.070 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:32:18.074 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:32:18.077 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:32:18.088 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:32:18.091 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:32:18.093 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:32:18.098 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:32:18.111 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:32:18.120 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:32:18.126 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:32:18.136 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-19 19:32:18.195 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:32:18.231 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-19 19:32:18.235 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-08-19 19:32:18.241 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:32:18.246 | Requirement already satisfied: websockify===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (0.10.0) 2022-08-19 19:32:18.250 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:32:18.254 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:32:18.258 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:32:18.284 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:32:18.287 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:32:18.297 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:32:18.301 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:32:18.329 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:32:18.386 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:32:18.391 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:32:18.412 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:32:18.414 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:32:18.418 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:32:18.423 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:32:18.429 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:32:18.433 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:32:18.437 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:32:18.440 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:32:18.486 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:32:18.494 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:32:18.497 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:32:18.509 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-19 19:32:18.514 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-19 19:32:18.526 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:32:18.539 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:32:18.555 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-19 19:32:18.560 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:32:18.575 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:32:18.578 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:32:18.583 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:32:18.585 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:32:18.587 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:32:18.590 | Requirement already satisfied: numpy===1.23.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) (1.23.2) 2022-08-19 19:32:18.592 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:32:18.595 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:32:18.598 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:32:18.601 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-19 19:32:18.604 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:32:18.652 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:32:18.654 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:32:19.664 | Installing collected packages: nova 2022-08-19 19:32:19.664 | Attempting uninstall: nova 2022-08-19 19:32:19.665 | Found existing installation: nova 25.1.0.dev253 2022-08-19 19:32:19.670 | Can't uninstall 'nova'. No files were found to uninstall. 2022-08-19 19:32:19.671 | Running setup.py develop for nova 2022-08-19 19:32:23.357 | Successfully installed nova 2022-08-19 19:32:23.469 | + inc/python:pip_install:196 : result=0 2022-08-19 19:32:23.471 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:32:23.473 | + functions-common:time_stop:2439 : local name 2022-08-19 19:32:23.475 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:32:23.478 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:32:23.480 | + functions-common:time_stop:2442 : local total 2022-08-19 19:32:23.482 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:32:23.484 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:32:23.486 | + functions-common:time_stop:2446 : start_time=1660937530233 2022-08-19 19:32:23.489 | + functions-common:time_stop:2448 : [[ -z 1660937530233 ]] 2022-08-19 19:32:23.491 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:32:23.496 | + functions-common:time_stop:2451 : end_time=1660937543493 2022-08-19 19:32:23.498 | + functions-common:time_stop:2452 : elapsed_time=13260 2022-08-19 19:32:23.500 | + functions-common:time_stop:2453 : total=107956 2022-08-19 19:32:23.502 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:32:23.505 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=121216 2022-08-19 19:32:23.507 | + inc/python:pip_install:199 : return 0 2022-08-19 19:32:23.510 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:32:23.512 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-19 19:32:23.514 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-19 19:32:23.533 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-19 19:32:23.545 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2022-08-19 19:32:23.547 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2022-08-19 19:32:23.550 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:32:23.553 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:32:23.555 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-08-19 19:32:23.558 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:32:23.561 | + lib/nova:install_nova:924 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-08-19 19:32:23.574 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:32:23.576 | + ./stack.sh:main:932 : configure_nova 2022-08-19 19:32:23.579 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-08-19 19:32:23.591 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-08-19 19:32:23.594 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-08-19 19:32:23.596 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-19 19:32:23.600 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-08-19 19:32:23.600 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-19 19:32:23.605 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-08-19 19:32:23.607 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-08-19 19:32:23.610 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-19 19:32:23.612 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-08-19 19:32:23.615 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-08-19 19:32:23.617 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-08-19 19:32:23.620 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-08-19 19:32:23.622 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-08-19 19:32:23.634 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-08-19 19:32:23.647 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2022-08-19 19:32:23.659 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2022-08-19 19:32:23.672 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-08-19 19:32:23.685 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-19 19:32:23.688 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-19 19:32:23.692 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.7D30o5xQqU 2022-08-19 19:32:23.695 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-19 19:32:23.698 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-19 19:32:23.700 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-08-19 19:32:23.703 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-19 19:32:23.705 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-19 19:32:23.708 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.7D30o5xQqU 2022-08-19 19:32:23.712 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.7D30o5xQqU 2022-08-19 19:32:23.723 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.7D30o5xQqU /etc/sudoers.d/nova-rootwrap 2022-08-19 19:32:23.736 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-08-19 19:32:23.740 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-19 19:32:23.743 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-19 19:32:23.746 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-19 19:32:23.748 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-19 19:32:23.751 | + 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-08-19 19:32:23.753 | + 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-08-19 19:32:23.756 | + lib/nova:configure_nova:252 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-08-19 19:32:23.758 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-08-19 19:32:23.764 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-08-19 19:32:23.780 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:23.783 | + lib/nova:configure_nova:334 : create_nova_conf 2022-08-19 19:32:23.785 | + lib/nova:create_nova_conf:408 : rm -f /opt/stack/nova/bin/nova.conf 2022-08-19 19:32:23.789 | + lib/nova:create_nova_conf:411 : rm -f /etc/nova/nova.conf 2022-08-19 19:32:23.793 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-08-19 19:32:23.826 | + lib/nova:create_nova_conf:413 : '[' True == True ']' 2022-08-19 19:32:23.828 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-08-19 19:32:23.858 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-08-19 19:32:23.891 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-08-19 19:32:23.922 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-08-19 19:32:23.956 | + lib/nova:create_nova_conf:419 : iniset /etc/nova/nova.conf scheduler workers 2 2022-08-19 19:32:23.989 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-08-19 19:32:24.024 | + lib/nova:create_nova_conf:421 : [[ 4 == 6 ]] 2022-08-19 19:32:24.026 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.23 2022-08-19 19:32:24.057 | + lib/nova:create_nova_conf:426 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-08-19 19:32:24.089 | + lib/nova:create_nova_conf:427 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-08-19 19:32:24.119 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-08-19 19:32:24.151 | + lib/nova:create_nova_conf:429 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-08-19 19:32:24.182 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-08-19 19:32:24.216 | + lib/nova:create_nova_conf:433 : is_fedora 2022-08-19 19:32:24.218 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:32:24.220 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:32:24.223 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:32:24.225 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:32:24.227 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:32:24.229 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:32:24.231 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:32:24.234 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:32:24.236 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:32:24.238 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:32:24.240 | + lib/nova:create_nova_conf:433 : is_suse 2022-08-19 19:32:24.242 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:32:24.245 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:32:24.247 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:32:24.249 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:32:24.252 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:32:24.254 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:32:24.256 | + lib/nova:create_nova_conf:442 : is_service_enabled n-api n-cond n-sched 2022-08-19 19:32:24.272 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:24.275 | + lib/nova:create_nova_conf:446 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-19 19:32:24.277 | + lib/nova:create_nova_conf:449 : local db=nova_cell0 2022-08-19 19:32:24.279 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-08-19 19:32:24.311 | ++ lib/nova:create_nova_conf:455 : database_connection_url nova_cell0 2022-08-19 19:32:24.314 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-08-19 19:32:24.316 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-08-19 19:32:24.318 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-08-19 19:32:24.320 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:32:24.323 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:32:24.325 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:32:24.341 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:24.343 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:32:24.345 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:24.348 | + lib/nova:create_nova_conf:455 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:24.382 | ++ lib/nova:create_nova_conf:456 : database_connection_url nova_api 2022-08-19 19:32:24.385 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-08-19 19:32:24.388 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-08-19 19:32:24.390 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-08-19 19:32:24.392 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:32:24.394 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:32:24.396 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:32:24.412 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:24.414 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:32:24.416 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:24.419 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:24.454 | + lib/nova:create_nova_conf:461 : iniset /etc/nova/nova.conf cache enabled True 2022-08-19 19:32:24.488 | + lib/nova:create_nova_conf:462 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-08-19 19:32:24.519 | + lib/nova:create_nova_conf:463 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-08-19 19:32:24.550 | + lib/nova:create_nova_conf:466 : is_service_enabled n-api 2022-08-19 19:32:24.567 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:24.569 | + lib/nova:create_nova_conf:467 : is_service_enabled n-api-meta 2022-08-19 19:32:24.585 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:24.589 | ++ lib/nova:create_nova_conf:469 : echo osapi_compute,metadata 2022-08-19 19:32:24.589 | ++ lib/nova:create_nova_conf:469 : sed s/,metadata// 2022-08-19 19:32:24.594 | + lib/nova:create_nova_conf:469 : NOVA_ENABLED_APIS=osapi_compute 2022-08-19 19:32:24.596 | + lib/nova:create_nova_conf:471 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-08-19 19:32:24.628 | + lib/nova:create_nova_conf:472 : is_service_enabled tls-proxy 2022-08-19 19:32:24.644 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:24.646 | + lib/nova:create_nova_conf:478 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-08-19 19:32:24.653 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-08-19 19:32:24.653 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-19 19:32:24.653 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:32:24.655 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-08-19 19:32:24.690 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-08-19 19:32:24.720 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:32:24.752 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-08-19 19:32:24.783 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-08-19 19:32:24.815 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-08-19 19:32:24.847 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-08-19 19:32:24.879 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-08-19 19:32:24.911 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:32:24.943 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:32:24.976 | + lib/nova:create_nova_conf:481 : is_service_enabled cinder 2022-08-19 19:32:24.992 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:24.994 | + lib/nova:create_nova_conf:482 : configure_cinder_access 2022-08-19 19:32:24.997 | + lib/nova:configure_cinder_access:609 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-08-19 19:32:25.031 | + lib/nova:configure_cinder_access:610 : iniset /etc/nova/nova.conf cinder auth_type password 2022-08-19 19:32:25.063 | + lib/nova:configure_cinder_access:611 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.23/identity 2022-08-19 19:32:25.094 | + lib/nova:configure_cinder_access:618 : iniset /etc/nova/nova.conf cinder username nova 2022-08-19 19:32:25.126 | + lib/nova:configure_cinder_access:619 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-08-19 19:32:25.157 | + lib/nova:configure_cinder_access:620 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-08-19 19:32:25.189 | + lib/nova:configure_cinder_access:621 : iniset /etc/nova/nova.conf cinder project_name service 2022-08-19 19:32:25.220 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-08-19 19:32:25.252 | + lib/nova:configure_cinder_access:623 : is_service_enabled tls-proxy 2022-08-19 19:32:25.268 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:25.271 | + lib/nova:create_nova_conf:485 : '[' -n /opt/stack/data/nova ']' 2022-08-19 19:32:25.273 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-08-19 19:32:25.305 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-08-19 19:32:25.340 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova/instances ']' 2022-08-19 19:32:25.342 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-08-19 19:32:25.373 | + lib/nova:create_nova_conf:492 : '[' False '!=' False ']' 2022-08-19 19:32:25.375 | + lib/nova:create_nova_conf:495 : '[' False '!=' False ']' 2022-08-19 19:32:25.377 | + lib/nova:create_nova_conf:501 : is_suse 2022-08-19 19:32:25.379 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:32:25.382 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:32:25.384 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:32:25.387 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:32:25.389 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:32:25.391 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:32:25.394 | + lib/nova:create_nova_conf:501 : is_fedora 2022-08-19 19:32:25.396 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:32:25.398 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:32:25.401 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:32:25.403 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:32:25.406 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:32:25.408 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:32:25.410 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:32:25.412 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:32:25.414 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:32:25.417 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:32:25.419 | + lib/nova:create_nova_conf:506 : setup_logging /etc/nova/nova.conf 2022-08-19 19:32:25.421 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-08-19 19:32:25.423 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-08-19 19:32:25.426 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:32:25.443 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:32:25.445 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:32:25.448 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:32:25.450 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:32:25.453 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:32:25.484 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:32:25.516 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:32:25.547 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:32:25.579 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-08-19 19:32:25.614 | + lib/nova:create_nova_conf:510 : is_service_enabled n-api 2022-08-19 19:32:25.630 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:25.632 | + lib/nova:create_nova_conf:511 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-08-19 19:32:25.635 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-08-19 19:32:25.637 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-08-19 19:32:25.639 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-08-19 19:32:25.642 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:32:25.644 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:32:25.647 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-08-19 19:32:25.651 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-08-19 19:32:25.654 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:32:25.656 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:32:25.668 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:32:25.669 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:32:25.677 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:32:25.681 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:32:25.697 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-08-19 19:32:25.699 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-08-19 19:32:25.703 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-08-19 19:32:25.736 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-08-19 19:32:25.767 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-08-19 19:32:25.798 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:32:25.830 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:32:25.861 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:32:25.892 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:32:25.923 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:32:25.955 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:32:25.986 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:32:26.018 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:32:26.050 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:32:26.082 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:32:26.114 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:32:26.116 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:32:26.119 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-08-19 19:32:26.122 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-08-19 19:32:26.124 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:32:26.126 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:26.129 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:26.131 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-19 19:32:26.134 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-19 19:32:26.136 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-08-19 19:32:26.167 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:32:26.200 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-08-19 19:32:26.200 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-19 19:32:26.208 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-08-19 19:32:26.212 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-08-19 19:32:26.214 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-08-19 19:32:26.216 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:32:26.219 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:32:26.221 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:32:26.223 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:26.225 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:26.228 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:32:26.231 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:32:26.233 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:26.235 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:26.237 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-08-19 19:32:26.299 | Enabling site nova-api-wsgi. 2022-08-19 19:32:26.304 | To activate the new configuration, you need to run: 2022-08-19 19:32:26.305 | systemctl reload apache2 2022-08-19 19:32:26.309 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:32:26.312 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:32:26.314 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:32:26.316 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:32:26.451 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api-meta 2022-08-19 19:32:26.470 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:26.472 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-08-19 19:32:26.474 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-08-19 19:32:26.477 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-08-19 19:32:26.480 | + lib/apache:write_uwsgi_config:256 : local url= 2022-08-19 19:32:26.482 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-08-19 19:32:26.484 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:32:26.487 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-08-19 19:32:26.491 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-08-19 19:32:26.494 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:32:26.496 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:32:26.509 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:32:26.510 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:32:26.518 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:32:26.522 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:32:26.538 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-08-19 19:32:26.541 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-08-19 19:32:26.545 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-08-19 19:32:26.578 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-08-19 19:32:26.610 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-08-19 19:32:26.640 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:32:26.672 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:32:26.704 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:32:26.736 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:32:26.768 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:32:26.800 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:32:26.832 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:32:26.863 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:32:26.895 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:32:26.927 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:32:26.959 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-08-19 19:32:26.962 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-08-19 19:32:26.993 | + lib/nova:create_nova_conf:518 : is_service_enabled ceilometer 2022-08-19 19:32:27.011 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:27.013 | + lib/nova:create_nova_conf:526 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-08-19 19:32:27.048 | ++ lib/nova:create_nova_conf:527 : get_notification_url 2022-08-19 19:32:27.051 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-08-19 19:32:27.053 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-08-19 19:32:27.071 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:27.074 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:32:27.077 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:32:27.110 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-08-19 19:32:27.144 | + lib/nova:create_nova_conf:529 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-08-19 19:32:27.147 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-19 19:32:27.150 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-08-19 19:32:27.152 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:32:27.155 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:32:27.157 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:32:27.173 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:27.177 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:32:27.179 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:32:27.182 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:32:27.199 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:27.201 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:32:27.204 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:32:27.237 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:32:27.239 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:32:27.242 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-08-19 19:32:27.275 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-08-19 19:32:27.307 | + lib/nova:create_nova_conf:534 : iniset /etc/nova/nova.conf conductor workers 2 2022-08-19 19:32:27.342 | + lib/nova:create_nova_conf:536 : is_service_enabled tls-proxy 2022-08-19 19:32:27.358 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:27.360 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-08-19 19:32:27.393 | + lib/nova:create_nova_conf:543 : '[' True == True ']' 2022-08-19 19:32:27.395 | + lib/nova:create_nova_conf:544 : init_nova_service_user_conf 2022-08-19 19:32:27.398 | + lib/nova:init_nova_service_user_conf:792 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-08-19 19:32:27.432 | + lib/nova:init_nova_service_user_conf:793 : iniset /etc/nova/nova.conf service_user auth_type password 2022-08-19 19:32:27.464 | + lib/nova:init_nova_service_user_conf:794 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.23/identity 2022-08-19 19:32:27.496 | + lib/nova:init_nova_service_user_conf:795 : iniset /etc/nova/nova.conf service_user username nova 2022-08-19 19:32:27.530 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-08-19 19:32:27.563 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-08-19 19:32:27.597 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user project_name service 2022-08-19 19:32:27.632 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-08-19 19:32:27.664 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-08-19 19:32:27.697 | + lib/nova:create_nova_conf:547 : is_service_enabled n-cond 2022-08-19 19:32:27.714 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:27.717 | ++ lib/nova:create_nova_conf:548 : seq 1 1 2022-08-19 19:32:27.721 | + lib/nova:create_nova_conf:548 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-19 19:32:27.723 | + lib/nova:create_nova_conf:549 : local conf 2022-08-19 19:32:27.726 | + lib/nova:create_nova_conf:550 : local vhost 2022-08-19 19:32:27.729 | ++ lib/nova:create_nova_conf:551 : conductor_conf 1 2022-08-19 19:32:27.732 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-19 19:32:27.734 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-19 19:32:27.737 | + lib/nova:create_nova_conf:551 : conf=/etc/nova/nova_cell1.conf 2022-08-19 19:32:27.739 | + lib/nova:create_nova_conf:552 : vhost=nova_cell1 2022-08-19 19:32:27.742 | + lib/nova:create_nova_conf:554 : rm -f /etc/nova/nova_cell1.conf 2022-08-19 19:32:27.747 | ++ lib/nova:create_nova_conf:555 : database_connection_url nova_cell1 2022-08-19 19:32:27.749 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-08-19 19:32:27.752 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-08-19 19:32:27.754 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-08-19 19:32:27.756 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:32:27.759 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:32:27.761 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:32:27.777 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:27.779 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:32:27.782 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:27.784 | + lib/nova:create_nova_conf:555 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:27.820 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-08-19 19:32:27.855 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-08-19 19:32:27.889 | + lib/nova:create_nova_conf:559 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-19 19:32:27.892 | + lib/nova:create_nova_conf:562 : rpc_backend_add_vhost nova_cell1 2022-08-19 19:32:27.894 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-08-19 19:32:27.896 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-08-19 19:32:27.913 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:27.917 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-08-19 19:32:27.918 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-08-19 19:32:28.614 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-08-19 19:32:28.617 | + lib/nova:create_nova_conf:563 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-08-19 19:32:28.619 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-19 19:32:28.622 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-08-19 19:32:28.624 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:32:28.627 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-08-19 19:32:28.629 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:32:28.646 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:28.649 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-08-19 19:32:28.651 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-08-19 19:32:28.654 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:32:28.670 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:28.672 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/nova_cell1 2022-08-19 19:32:28.675 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/nova_cell1 2022-08-19 19:32:28.708 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:32:28.710 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:32:28.713 | + lib/nova:create_nova_conf:567 : is_service_enabled placement placement-client 2022-08-19 19:32:28.729 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:28.732 | + lib/nova:create_nova_conf:568 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-08-19 19:32:28.734 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova_cell1.conf 2022-08-19 19:32:28.736 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-08-19 19:32:28.771 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.23/identity 2022-08-19 19:32:28.803 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-08-19 19:32:28.835 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-08-19 19:32:28.867 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-08-19 19:32:28.900 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-08-19 19:32:28.932 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-08-19 19:32:28.964 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-08-19 19:32:28.996 | + lib/nova:create_nova_conf:572 : setup_logging /etc/nova/nova_cell1.conf 2022-08-19 19:32:28.998 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-08-19 19:32:29.001 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-08-19 19:32:29.004 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:32:29.021 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:32:29.023 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:32:29.025 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:32:29.028 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:32:29.030 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:32:29.063 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:32:29.095 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:32:29.129 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:32:29.161 | + lib/nova:create_nova_conf:579 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-19 19:32:29.163 | ++ lib/nova:create_nova_conf:582 : seq 1 1 2022-08-19 19:32:29.168 | + lib/nova:create_nova_conf:582 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-19 19:32:29.170 | + lib/nova:create_nova_conf:583 : local conf 2022-08-19 19:32:29.173 | + lib/nova:create_nova_conf:584 : local offset 2022-08-19 19:32:29.176 | ++ lib/nova:create_nova_conf:585 : conductor_conf 1 2022-08-19 19:32:29.178 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-19 19:32:29.181 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-19 19:32:29.184 | + lib/nova:create_nova_conf:585 : conf=/etc/nova/nova_cell1.conf 2022-08-19 19:32:29.187 | + lib/nova:create_nova_conf:586 : offset=0 2022-08-19 19:32:29.189 | + lib/nova:create_nova_conf:587 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-08-19 19:32:29.191 | + lib/nova:configure_console_proxies:694 : local conf=/etc/nova/nova_cell1.conf 2022-08-19 19:32:29.194 | + lib/nova:configure_console_proxies:695 : local offset=0 2022-08-19 19:32:29.196 | + lib/nova:configure_console_proxies:699 : offset=0 2022-08-19 19:32:29.198 | + lib/nova:configure_console_proxies:701 : is_service_enabled n-novnc 2022-08-19 19:32:29.214 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:29.217 | + lib/nova:configure_console_proxies:701 : '[' False '!=' False ']' 2022-08-19 19:32:29.219 | + lib/nova:configure_console_proxies:733 : is_service_enabled n-spice 2022-08-19 19:32:29.235 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:29.238 | + lib/nova:configure_console_proxies:738 : is_service_enabled n-sproxy 2022-08-19 19:32:29.254 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:29.257 | + lib/nova:configure_nova:336 : is_service_enabled n-cpu 2022-08-19 19:32:29.274 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:29.276 | + ./stack.sh:main:935 : is_service_enabled placement 2022-08-19 19:32:29.294 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:29.296 | + ./stack.sh:main:937 : stack_install_service placement 2022-08-19 19:32:29.299 | + lib/stack:stack_install_service:20 : local service=placement 2022-08-19 19:32:29.301 | + lib/stack:stack_install_service:21 : type install_placement 2022-08-19 19:32:29.304 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:32:29.307 | + lib/stack:stack_install_service:32 : install_placement 2022-08-19 19:32:29.310 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-08-19 19:32:29.312 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-08-19 19:32:29.315 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:29.317 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:29.320 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-08-19 19:32:29.323 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:32:29.325 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:32:29.328 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:32:29.330 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:32:29.333 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:32:29.335 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:32:29.338 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:29.340 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:29.343 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:32:29.345 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:32:29.348 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:32:29.350 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:32:29.353 | + functions-common:install_package:1464 : real_install_package apache2 2022-08-19 19:32:29.356 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:32:29.358 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:29.361 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:29.363 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-08-19 19:32:29.386 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-08-19 19:32:29.497 | Reading package lists... 2022-08-19 19:32:29.753 | Building dependency tree... 2022-08-19 19:32:29.754 | Reading state information... 2022-08-19 19:32:30.024 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:32:30.024 | The following packages were automatically installed and are no longer required: 2022-08-19 19:32:30.026 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:32:30.026 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:32:30.026 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:32:30.026 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:32:30.026 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:32:30.026 | python3-zope.interface 2022-08-19 19:32:30.026 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:32:30.144 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:32:30.148 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:32:30.151 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:32:30.154 | + functions-common:time_stop:2439 : local name 2022-08-19 19:32:30.156 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:32:30.158 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:32:30.161 | + functions-common:time_stop:2442 : local total 2022-08-19 19:32:30.163 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:32:30.166 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:32:30.168 | + functions-common:time_stop:2446 : start_time=1660937549383 2022-08-19 19:32:30.170 | + functions-common:time_stop:2448 : [[ -z 1660937549383 ]] 2022-08-19 19:32:30.173 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:32:30.178 | + functions-common:time_stop:2451 : end_time=1660937550175 2022-08-19 19:32:30.182 | + functions-common:time_stop:2452 : elapsed_time=792 2022-08-19 19:32:30.185 | + functions-common:time_stop:2453 : total=6284 2022-08-19 19:32:30.187 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:32:30.190 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=7076 2022-08-19 19:32:30.192 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:32:30.195 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-08-19 19:32:30.198 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-08-19 19:32:30.201 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-08-19 19:32:30.203 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-08-19 19:32:30.206 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-08-19 19:32:30.228 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-08-19 19:32:30.230 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:32:30.233 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:32:30.235 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:32:30.238 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:32:30.240 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:32:30.243 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:32:30.246 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:30.248 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:30.251 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:32:30.254 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:32:30.256 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:32:30.259 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:32:30.262 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-08-19 19:32:30.264 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:32:30.267 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:30.269 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:30.272 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-08-19 19:32:30.294 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-08-19 19:32:30.405 | Reading package lists... 2022-08-19 19:32:30.660 | Building dependency tree... 2022-08-19 19:32:30.662 | Reading state information... 2022-08-19 19:32:30.928 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3.1). 2022-08-19 19:32:30.928 | The following packages were automatically installed and are no longer required: 2022-08-19 19:32:30.929 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:32:30.929 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:32:30.929 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:32:30.929 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:32:30.929 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:32:30.929 | python3-zope.interface 2022-08-19 19:32:30.929 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:32:31.045 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:32:31.050 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:32:31.052 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:32:31.055 | + functions-common:time_stop:2439 : local name 2022-08-19 19:32:31.058 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:32:31.060 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:32:31.062 | + functions-common:time_stop:2442 : local total 2022-08-19 19:32:31.065 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:32:31.067 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:32:31.070 | + functions-common:time_stop:2446 : start_time=1660937550292 2022-08-19 19:32:31.072 | + functions-common:time_stop:2448 : [[ -z 1660937550292 ]] 2022-08-19 19:32:31.075 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:32:31.080 | + functions-common:time_stop:2451 : end_time=1660937551077 2022-08-19 19:32:31.082 | + functions-common:time_stop:2452 : elapsed_time=785 2022-08-19 19:32:31.084 | + functions-common:time_stop:2453 : total=7076 2022-08-19 19:32:31.087 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:32:31.090 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=7861 2022-08-19 19:32:31.093 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:32:31.096 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-08-19 19:32:31.098 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-08-19 19:32:31.101 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:32:31.104 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:31.106 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:31.109 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-08-19 19:32:31.111 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-08-19 19:32:31.167 | wsgi (enabled by maintainer script) 2022-08-19 19:32:31.170 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-08-19 19:32:31.173 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-08-19 19:32:31.175 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:32:31.179 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-08-19 19:32:31.182 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2022-08-19 19:32:31.185 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:32:31.188 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:32:31.189 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:32:31.194 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2022-08-19 19:32:31.197 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2022-08-19 19:32:31.200 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2022-08-19 19:32:31.203 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-08-19 19:32:31.205 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-08-19 19:32:31.228 | Using python 3.8 to install osc-placement 2022-08-19 19:32:31.231 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-08-19 19:32:33.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:33.336 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:33.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:33.336 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:34.381 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:32:34.383 | Requirement already satisfied: osc-placement===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.0.0) 2022-08-19 19:32:34.393 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:32:34.407 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:32:34.412 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:32:34.415 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:32:34.421 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:32:34.425 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:32:34.428 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:32:34.487 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:32:34.501 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:32:34.504 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:32:34.508 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:32:34.515 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:32:34.519 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:32:34.522 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:32:34.527 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:32:34.531 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:32:34.544 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:32:34.546 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:32:34.572 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:32:34.582 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:32:34.586 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:32:34.619 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:32:34.622 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:32:34.627 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:32:34.629 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:32:34.632 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:32:34.636 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:32:34.640 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:32:34.675 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:32:34.697 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:32:34.700 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:32:34.703 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:32:34.708 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:32:34.711 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:32:34.714 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:32:34.762 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:32:34.774 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:32:34.810 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:32:34.813 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:32:34.816 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:32:34.819 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:32:34.875 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:32:34.880 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:32:34.907 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:32:36.869 | + inc/python:pip_install:196 : result=0 2022-08-19 19:32:36.872 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:32:36.874 | + functions-common:time_stop:2439 : local name 2022-08-19 19:32:36.877 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:32:36.879 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:32:36.882 | + functions-common:time_stop:2442 : local total 2022-08-19 19:32:36.884 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:32:36.887 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:32:36.889 | + functions-common:time_stop:2446 : start_time=1660937551222 2022-08-19 19:32:36.892 | + functions-common:time_stop:2448 : [[ -z 1660937551222 ]] 2022-08-19 19:32:36.895 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:32:36.900 | + functions-common:time_stop:2451 : end_time=1660937556897 2022-08-19 19:32:36.903 | + functions-common:time_stop:2452 : elapsed_time=5675 2022-08-19 19:32:36.905 | + functions-common:time_stop:2453 : total=121216 2022-08-19 19:32:36.908 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:32:36.910 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=126891 2022-08-19 19:32:36.913 | + inc/python:pip_install:199 : return 0 2022-08-19 19:32:36.916 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-08-19 19:32:36.918 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/placement.git 2022-08-19 19:32:36.921 | + functions-common:git_clone:597 : local git_dest=/opt/stack/placement 2022-08-19 19:32:36.923 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:32:36.926 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:32:36.929 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:32:36.932 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:32:36.935 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:32:36.938 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:32:36.955 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:32:36.957 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:32:36.960 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:32:36.963 | + functions-common:git_clone:617 : echo master 2022-08-19 19:32:36.964 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:32:36.969 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/placement ]] 2022-08-19 19:32:36.972 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:32:36.974 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/placement 2022-08-19 19:32:36.987 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-08-19 19:32:36.991 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:32:36.991 | + functions-common:git_clone:678 : head -1 2022-08-19 19:32:36.994 | d0e05e89 Merge "Remove unicode literal strings" 2022-08-19 19:32:36.997 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:32:37.000 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-08-19 19:32:37.002 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:32:37.005 | + inc/python:setup_develop:335 : [[ /opt/stack/placement == -bindep* ]] 2022-08-19 19:32:37.007 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/placement 2022-08-19 19:32:37.010 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:32:37.012 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-08-19 19:32:37.015 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:32:37.017 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/placement == -bindep* ]] 2022-08-19 19:32:37.020 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/placement 2022-08-19 19:32:37.022 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:32:37.025 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:32:37.029 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/placement 2022-08-19 19:32:37.031 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:32:37.034 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2022-08-19 19:32:37.037 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:32:37.040 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:32:37.043 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-08-19 19:32:37.049 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2022-08-19 19:32:37.052 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-08-19 19:32:37.686 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2022-08-19 19:32:37.689 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:32:37.691 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:32:37.694 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:32:37.697 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2022-08-19 19:32:37.699 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2022-08-19 19:32:37.702 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:32:37.704 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:32:37.707 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:32:37.709 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:32:37.711 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:32:37.714 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:32:37.716 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:32:37.719 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2022-08-19 19:32:37.740 | Using python 3.8 to install /opt/stack/placement 2022-08-19 19:32:37.743 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-08-19 19:32:39.848 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:39.848 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:39.848 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:39.848 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:40.895 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:32:40.895 | Obtaining file:///opt/stack/placement 2022-08-19 19:32:42.120 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:32:42.133 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:32:42.278 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:32:42.290 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:32:42.295 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:32:42.334 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:32:42.386 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-08-19 19:32:42.391 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-19 19:32:42.395 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-19 19:32:42.399 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:32:42.436 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:32:42.447 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:32:42.485 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:32:42.490 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:32:42.537 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:32:42.542 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:32:42.580 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:32:42.599 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:32:42.613 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:32:42.622 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:32:42.632 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:32:42.646 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:32:42.651 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:32:42.653 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:32:42.665 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:32:42.675 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:32:42.678 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:32:42.684 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:32:42.688 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:32:42.693 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:32:42.714 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:32:42.717 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:32:42.724 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:32:42.738 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:32:42.743 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:32:42.746 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:32:42.755 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:32:42.758 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:32:42.760 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:32:42.765 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:32:42.773 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:32:42.779 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:32:42.789 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:32:42.822 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:32:42.832 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==7.1.0.dev37) (45.2.0) 2022-08-19 19:32:42.835 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:32:42.892 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:32:42.919 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:32:42.977 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:32:42.982 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:32:42.986 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:32:42.990 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:32:42.993 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:32:42.999 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:32:43.013 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:32:43.020 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:32:43.026 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:32:43.029 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:32:43.032 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:32:43.035 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:32:43.039 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:32:43.041 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:32:43.046 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:32:43.048 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:32:43.051 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:32:43.062 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:32:43.064 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:32:43.091 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:32:43.094 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:32:43.098 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:32:43.109 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:32:43.145 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:32:43.148 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:32:43.151 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:32:44.641 | Installing collected packages: openstack-placement 2022-08-19 19:32:44.641 | Attempting uninstall: openstack-placement 2022-08-19 19:32:44.642 | Found existing installation: openstack-placement 7.1.0.dev37 2022-08-19 19:32:44.643 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-08-19 19:32:44.644 | Running setup.py develop for openstack-placement 2022-08-19 19:32:46.405 | Successfully installed openstack-placement 2022-08-19 19:32:46.533 | + inc/python:pip_install:196 : result=0 2022-08-19 19:32:46.536 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:32:46.538 | + functions-common:time_stop:2439 : local name 2022-08-19 19:32:46.541 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:32:46.543 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:32:46.545 | + functions-common:time_stop:2442 : local total 2022-08-19 19:32:46.548 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:32:46.550 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:32:46.553 | + functions-common:time_stop:2446 : start_time=1660937557735 2022-08-19 19:32:46.556 | + functions-common:time_stop:2448 : [[ -z 1660937557735 ]] 2022-08-19 19:32:46.560 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:32:46.564 | + functions-common:time_stop:2451 : end_time=1660937566561 2022-08-19 19:32:46.567 | + functions-common:time_stop:2452 : elapsed_time=8826 2022-08-19 19:32:46.570 | + functions-common:time_stop:2453 : total=126891 2022-08-19 19:32:46.572 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:32:46.575 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=135717 2022-08-19 19:32:46.577 | + inc/python:pip_install:199 : return 0 2022-08-19 19:32:46.580 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:32:46.583 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-19 19:32:46.586 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-19 19:32:46.606 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-19 19:32:46.619 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2022-08-19 19:32:46.622 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2022-08-19 19:32:46.624 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:32:46.627 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:32:46.629 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-08-19 19:32:46.632 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:32:46.635 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:32:46.638 | + ./stack.sh:main:938 : configure_placement 2022-08-19 19:32:46.640 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-08-19 19:32:46.654 | + lib/placement:configure_placement:107 : create_placement_conf 2022-08-19 19:32:46.657 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-08-19 19:32:46.662 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-08-19 19:32:46.665 | ++ lib/database:database_connection_url:134 : local db=placement 2022-08-19 19:32:46.667 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-08-19 19:32:46.670 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-08-19 19:32:46.673 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:32:46.675 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:32:46.681 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:32:46.700 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:46.702 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:32:46.705 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:46.708 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-08-19 19:32:46.745 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-08-19 19:32:46.782 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-08-19 19:32:46.820 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-08-19 19:32:46.823 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-08-19 19:32:46.826 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-19 19:32:46.828 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:32:46.831 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-08-19 19:32:46.867 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-08-19 19:32:46.902 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:32:46.937 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-08-19 19:32:46.971 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-08-19 19:32:47.005 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-08-19 19:32:47.040 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-08-19 19:32:47.075 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-08-19 19:32:47.109 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:32:47.143 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:32:47.177 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-08-19 19:32:47.181 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-08-19 19:32:47.183 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-08-19 19:32:47.186 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:32:47.204 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:32:47.207 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:32:47.209 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:32:47.212 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:32:47.214 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:32:47.249 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:32:47.295 | + functions:setup_systemd_logging:705 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:32:47.329 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:32:47.363 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-08-19 19:32:47.365 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-08-19 19:32:47.368 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-08-19 19:32:47.371 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-08-19 19:32:47.373 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-08-19 19:32:47.376 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:32:47.378 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:32:47.382 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-08-19 19:32:47.386 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-08-19 19:32:47.388 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:32:47.391 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:32:47.405 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:32:47.406 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:32:47.415 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:32:47.418 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:32:47.434 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-08-19 19:32:47.437 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-08-19 19:32:47.441 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-08-19 19:32:47.477 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-08-19 19:32:47.509 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-08-19 19:32:47.543 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:32:47.576 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:32:47.609 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:32:47.642 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:32:47.676 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:32:47.708 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:32:47.742 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:32:47.776 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:32:47.809 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:32:47.844 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:32:47.877 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:32:47.880 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:32:47.884 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-08-19 19:32:47.886 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-08-19 19:32:47.889 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:32:47.892 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:47.894 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:47.897 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-08-19 19:32:47.900 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-08-19 19:32:47.903 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-08-19 19:32:47.935 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:32:47.970 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-08-19 19:32:47.970 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-08-19 19:32:47.979 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-08-19 19:32:47.983 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-08-19 19:32:47.985 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-08-19 19:32:47.988 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:32:47.991 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:32:47.993 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:32:47.996 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:47.998 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:48.001 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:32:48.004 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:32:48.007 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:48.010 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:48.013 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-08-19 19:32:48.077 | Site placement-api already enabled 2022-08-19 19:32:48.082 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:32:48.085 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:32:48.088 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:32:48.090 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:32:48.229 | + ./stack.sh:main:945 : is_service_enabled placement placement-client 2022-08-19 19:32:48.251 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:48.255 | + ./stack.sh:main:946 : is_service_enabled n-cpu 2022-08-19 19:32:48.282 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:48.285 | + ./stack.sh:main:946 : is_service_enabled n-sch 2022-08-19 19:32:48.310 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:48.312 | + ./stack.sh:main:947 : configure_placement_nova_compute 2022-08-19 19:32:48.315 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova.conf 2022-08-19 19:32:48.317 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova.conf placement auth_type password 2022-08-19 19:32:48.361 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.23/identity 2022-08-19 19:32:48.398 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova.conf placement username placement 2022-08-19 19:32:48.436 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-08-19 19:32:48.473 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-08-19 19:32:48.509 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement project_name service 2022-08-19 19:32:48.543 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-08-19 19:32:48.579 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-08-19 19:32:48.614 | + ./stack.sh:main:951 : is_service_enabled horizon 2022-08-19 19:32:48.632 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:48.635 | + ./stack.sh:main:956 : is_service_enabled tls-proxy 2022-08-19 19:32:48.652 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:32:48.655 | + ./stack.sh:main:964 : run_phase stack install 2022-08-19 19:32:48.660 | + functions-common:run_phase:1867 : local mode=stack 2022-08-19 19:32:48.663 | + functions-common:run_phase:1868 : local phase=install 2022-08-19 19:32:48.666 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:32:48.668 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:32:48.671 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:32:48.674 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:32:48.677 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:32:48.681 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:32:48.685 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:32:48.688 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:32:48.691 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:32:48.693 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-08-19 19:32:48.696 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:32:48.713 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:48.716 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:32:48.719 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:32:48.722 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-08-19 19:32:48.725 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-08-19 19:32:48.728 | ++ ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:32:48.731 | ++ ./stack.sh:echo_summary:441 : echo -e Installing Tempest 2022-08-19 19:32:48.734 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-08-19 19:32:48.737 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-08-19 19:32:48.807 | ++ inc/async:async_inner:63 : install_tempest 2022-08-19 19:32:48.855 | [147941 Async install_tempest:186000]: running: install_tempest 2022-08-19 19:32:48.858 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-19 19:32:48.861 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-19 19:32:48.864 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:32:48.867 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-19 19:32:48.870 | + functions-common:run_phase:1894 : run_plugins stack install 2022-08-19 19:32:48.873 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-19 19:32:48.876 | + functions-common:run_plugins:1854 : local phase=install 2022-08-19 19:32:48.880 | + functions-common:run_plugins:1856 : local plugins= 2022-08-19 19:32:48.882 | + functions-common:run_plugins:1857 : local plugin 2022-08-19 19:32:48.886 | + ./stack.sh:main:967 : use_library_from_git python-openstackclient 2022-08-19 19:32:48.893 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2022-08-19 19:32:48.896 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:32:48.899 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:32:48.902 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2022-08-19 19:32:48.905 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:32:48.908 | + ./stack.sh:main:971 : pip_install_gr python-openstackclient 2022-08-19 19:32:48.911 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-08-19 19:32:48.915 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:32:48.918 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-08-19 19:32:48.921 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2022-08-19 19:32:48.924 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:32:48.928 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:32:48.932 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:32:48.937 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2022-08-19 19:32:48.946 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2022-08-19 19:32:48.949 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2022-08-19 19:32:48.952 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-08-19 19:32:48.954 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-08-19 19:32:48.979 | Using python 3.8 to install python-openstackclient 2022-08-19 19:32:48.984 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-08-19 19:32:51.164 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:51.164 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:51.164 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:32:51.164 | from cryptography.utils import int_from_bytes 2022-08-19 19:32:52.350 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:32:52.353 | Requirement already satisfied: python-openstackclient===5.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) (5.8.0) 2022-08-19 19:32:52.373 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:32:52.377 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-19 19:32:52.392 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:32:52.404 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:32:52.408 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-19 19:32:52.423 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:32:52.426 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:32:52.440 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:32:52.463 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:32:52.488 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:32:52.492 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:32:52.506 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:32:52.520 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:32:52.532 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:32:52.536 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:32:52.596 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:32:52.633 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:32:52.635 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:32:52.685 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:32:52.688 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:32:52.697 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:32:52.702 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:32:52.706 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:32:52.745 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:32:52.751 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:32:52.756 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:32:52.759 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:32:52.765 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:32:52.769 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:32:52.771 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:32:52.776 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:32:52.778 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:32:52.781 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:32:52.820 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:32:52.841 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:32:52.845 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:32:52.850 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:32:52.856 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:32:52.859 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:32:52.895 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:32:52.900 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:32:52.902 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:32:52.908 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:32:52.941 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:32:53.000 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:32:53.003 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:32:53.006 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:32:53.011 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:32:53.014 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:32:53.017 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:32:53.021 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:32:55.070 | + inc/python:pip_install:196 : result=0 2022-08-19 19:32:55.073 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:32:55.075 | + functions-common:time_stop:2439 : local name 2022-08-19 19:32:55.077 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:32:55.080 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:32:55.082 | + functions-common:time_stop:2442 : local total 2022-08-19 19:32:55.084 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:32:55.087 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:32:55.089 | + functions-common:time_stop:2446 : start_time=1660937568972 2022-08-19 19:32:55.092 | + functions-common:time_stop:2448 : [[ -z 1660937568972 ]] 2022-08-19 19:32:55.095 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:32:55.099 | + functions-common:time_stop:2451 : end_time=1660937575096 2022-08-19 19:32:55.101 | + functions-common:time_stop:2452 : elapsed_time=6124 2022-08-19 19:32:55.104 | + functions-common:time_stop:2453 : total=135717 2022-08-19 19:32:55.106 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:32:55.108 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=141841 2022-08-19 19:32:55.111 | + inc/python:pip_install:199 : return 0 2022-08-19 19:32:55.113 | + ./stack.sh:main:976 : install_oscwrap 2022-08-19 19:32:55.118 | ++ functions-common:install_oscwrap:2484 : mktemp 2022-08-19 19:32:55.122 | + functions-common:install_oscwrap:2484 : OSCWRAP_TIMER_FILE=/tmp/tmp.fU1y5ZPMSu 2022-08-19 19:32:55.125 | + functions-common:install_oscwrap:2487 : shopt -s expand_aliases 2022-08-19 19:32:55.127 | + functions-common:install_oscwrap:2490 : unalias -a 2022-08-19 19:32:55.130 | + functions-common:install_oscwrap:2492 : alias openstack=oscwrap 2022-08-19 19:32:55.133 | + ./stack.sh:main:981 : [[ False != \F\a\l\s\e ]] 2022-08-19 19:32:55.136 | + ./stack.sh:main:1021 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-19 19:32:55.138 | + ./stack.sh:main:1029 : is_service_enabled mysql postgresql 2022-08-19 19:32:55.156 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:32:55.158 | + ./stack.sh:main:1030 : configure_database 2022-08-19 19:32:55.161 | + lib/database:configure_database:128 : configure_database_mysql 2022-08-19 19:32:55.164 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-08-19 19:32:55.166 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-08-19 19:32:55.168 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:32:55.171 | + ./stack.sh:echo_summary:441 : echo -e Configuring and starting MySQL 2022-08-19 19:32:55.173 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-08-19 19:32:55.176 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:55.178 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:55.181 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-08-19 19:32:55.184 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-08-19 19:32:55.187 | ++ functions-common:ipv6_unquote:2237 : tr -d '[]' 2022-08-19 19:32:55.187 | ++ functions-common:ipv6_unquote:2237 : echo 0.0.0.0 2022-08-19 19:32:55.191 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-08-19 19:32:55.249 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-08-19 19:32:55.252 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:32:55.254 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:32:55.257 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:32:55.260 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:32:55.262 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:32:55.265 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:32:55.267 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:32:55.269 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:32:55.272 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:32:55.274 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:32:55.277 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-08-19 19:32:55.279 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:32:55.281 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:32:55.284 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:32:55.286 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:32:55.289 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:32:55.292 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:32:55.294 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-08-19 19:32:55.297 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:55.299 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:55.302 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-08-19 19:32:55.305 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:32:55.307 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-19 19:32:58.789 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-08-19 19:32:58.805 | mysqladmin: connect to server at 'localhost' failed 2022-08-19 19:32:58.805 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-08-19 19:32:58.809 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-08-19 19:32:58.812 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-08-19 19:32:58.814 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:58.817 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:58.820 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-08-19 19:32:58.822 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-08-19 19:32:58.824 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-08-19 19:32:58.827 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:32:58.829 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:32:58.831 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-08-19 19:32:58.834 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-08-19 19:32:58.837 | + lib/databases/mysql:configure_database_mysql:122 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-08-19 19:32:58.850 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:32:58.904 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-08-19 19:32:58.916 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:32:58.956 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-08-19 19:32:59.018 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-08-19 19:32:59.084 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-08-19 19:32:59.145 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-08-19 19:32:59.148 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-08-19 19:32:59.150 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-08-19 19:32:59.151 | enabling MySQL performance counting 2022-08-19 19:32:59.153 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-08-19 19:32:59.176 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-08-19 19:32:59.179 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt /home/ubuntu/devstack/tools/dbcounter 2022-08-19 19:33:01.314 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:33:01.314 | from cryptography.utils import int_from_bytes 2022-08-19 19:33:01.314 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:33:01.314 | from cryptography.utils import int_from_bytes 2022-08-19 19:33:02.370 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:33:02.372 | Processing ./tools/dbcounter 2022-08-19 19:33:02.378 | Installing build dependencies: started 2022-08-19 19:33:12.740 | Installing build dependencies: finished with status 'done' 2022-08-19 19:33:12.742 | Getting requirements to build wheel: started 2022-08-19 19:33:13.854 | Getting requirements to build wheel: finished with status 'done' 2022-08-19 19:33:13.858 | Installing backend dependencies: started 2022-08-19 19:33:18.566 | Installing backend dependencies: finished with status 'done' 2022-08-19 19:33:18.568 | Preparing wheel metadata: started 2022-08-19 19:33:19.756 | Preparing wheel metadata: finished with status 'done' 2022-08-19 19:33:19.764 | Building wheels for collected packages: dbcounter 2022-08-19 19:33:19.765 | Building wheel for dbcounter (PEP 517): started 2022-08-19 19:33:21.337 | Building wheel for dbcounter (PEP 517): finished with status 'done' 2022-08-19 19:33:21.339 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=6f5dfeb7132ece91ad855d559442d7007517bdd5814cbc1fe52788ea97c31340 2022-08-19 19:33:21.339 | Stored in directory: /tmp/pip-ephem-wheel-cache-xq1owiod/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-08-19 19:33:21.339 | Successfully built dbcounter 2022-08-19 19:33:23.499 | Installing collected packages: dbcounter 2022-08-19 19:33:23.499 | Attempting uninstall: dbcounter 2022-08-19 19:33:23.500 | Found existing installation: dbcounter 0.1 2022-08-19 19:33:23.544 | Uninstalling dbcounter-0.1: 2022-08-19 19:33:23.859 | Successfully uninstalled dbcounter-0.1 2022-08-19 19:33:23.959 | Successfully installed dbcounter-0.1 2022-08-19 19:33:24.106 | + inc/python:pip_install:196 : result=0 2022-08-19 19:33:24.108 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:33:24.111 | + functions-common:time_stop:2439 : local name 2022-08-19 19:33:24.113 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:33:24.116 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:33:24.118 | + functions-common:time_stop:2442 : local total 2022-08-19 19:33:24.121 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:33:24.123 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:33:24.125 | + functions-common:time_stop:2446 : start_time=1660937579170 2022-08-19 19:33:24.127 | + functions-common:time_stop:2448 : [[ -z 1660937579170 ]] 2022-08-19 19:33:24.131 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:33:24.135 | + functions-common:time_stop:2451 : end_time=1660937604133 2022-08-19 19:33:24.138 | + functions-common:time_stop:2452 : elapsed_time=24963 2022-08-19 19:33:24.140 | + functions-common:time_stop:2453 : total=141841 2022-08-19 19:33:24.142 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:33:24.145 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=166804 2022-08-19 19:33:24.147 | + inc/python:pip_install:199 : return 0 2022-08-19 19:33:24.149 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-08-19 19:33:24.152 | + lib/database:recreate_database:112 : local db=stats 2022-08-19 19:33:24.154 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-08-19 19:33:24.157 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-08-19 19:33:24.159 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-08-19 19:33:24.164 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:33:24.376 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-08-19 19:33:24.381 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:33:24.474 | + lib/databases/mysql:configure_database_mysql:161 : mysql -u root -pPassw0rd -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2022-08-19 19:33:24.474 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-08-19 19:33:24.478 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:33:24.598 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-08-19 19:33:24.601 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:33:24.603 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-19 19:33:26.805 | ++ inc/async:async_inner:64 : rc=0 2022-08-19 19:33:26.832 | [186000 Async install_tempest:186000]: finished successfully 2022-08-19 19:33:28.705 | + ./stack.sh:main:1034 : save_stackenv 1034 2022-08-19 19:33:28.708 | + functions-common:save_stackenv:60 : local tag=1034 2022-08-19 19:33:28.712 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-19 19:33:28.716 | + functions-common:save_stackenv:62 : time_stamp=2022-08-19-193328 2022-08-19 19:33:28.719 | + functions-common:save_stackenv:63 : echo '# 2022-08-19-193328 1034' 2022-08-19 19:33:28.721 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.725 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-19 19:33:28.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.730 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-19 19:33:28.732 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.735 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-19 19:33:28.737 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.740 | + 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,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,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-08-19 19:33:28.760 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.763 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.23 2022-08-19 19:33:28.765 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.768 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.23/identity 2022-08-19 19:33:28.771 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.774 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-19-192935 2022-08-19 19:33:28.776 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.779 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-19 19:33:28.781 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.784 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.23 2022-08-19 19:33:28.787 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.789 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-19 19:33:28.792 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.794 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-19 19:33:28.797 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.800 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-19 19:33:28.802 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.805 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-19 19:33:28.807 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.810 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.23 2022-08-19 19:33:28.814 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:33:28.817 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-19 19:33:28.821 | + ./stack.sh:main:1046 : [[ True == \T\r\u\e ]] 2022-08-19 19:33:28.823 | + ./stack.sh:main:1047 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-08-19 19:33:28.826 | + ./stack.sh:main:1048 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-08-19 19:33:28.839 | + ./stack.sh:main:1060 : start_dstat 2022-08-19 19:33:28.842 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:28.844 | + functions-common:run_process:1693 : local service=dstat 2022-08-19 19:33:28.847 | + functions-common:run_process:1694 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:28.849 | + functions-common:run_process:1695 : local group= 2022-08-19 19:33:28.852 | + functions-common:run_process:1696 : local user= 2022-08-19 19:33:28.854 | + functions-common:run_process:1697 : local env_vars= 2022-08-19 19:33:28.857 | + functions-common:run_process:1699 : local name=dstat 2022-08-19 19:33:28.859 | + functions-common:run_process:1701 : time_start run_process 2022-08-19 19:33:28.862 | + functions-common:time_start:2425 : local name=run_process 2022-08-19 19:33:28.865 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:33:28.867 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:33:28.871 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:33:28.875 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937608872 2022-08-19 19:33:28.878 | + functions-common:run_process:1702 : is_service_enabled dstat 2022-08-19 19:33:28.896 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:33:28.899 | + functions-common:run_process:1703 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' '' 2022-08-19 19:33:28.902 | + functions-common:_run_under_systemd:1653 : local service=dstat 2022-08-19 19:33:28.904 | + functions-common:_run_under_systemd:1654 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:28.907 | + functions-common:_run_under_systemd:1655 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:28.909 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:28.912 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:28.914 | + functions-common:_common_systemd_pitfalls:1628 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-08-19 19:33:28.917 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-08-19 19:33:28.920 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@dstat.service 2022-08-19 19:33:28.923 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-19 19:33:28.926 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-19 19:33:28.929 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-19 19:33:28.931 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-19 19:33:28.934 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-08-19 19:33:28.937 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu '' 2022-08-19 19:33:28.940 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-08-19 19:33:28.943 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:28.946 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-19 19:33:28.948 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-19 19:33:28.951 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-19 19:33:28.954 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-19 19:33:28.956 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-19 19:33:28.960 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-08-19 19:33:28.962 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-19 19:33:28.967 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-08-19 19:33:29.024 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-08-19 19:33:29.098 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:33:29.172 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-08-19 19:33:29.233 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-08-19 19:33:29.292 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-19 19:33:29.356 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-19 19:33:29.358 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-19 19:33:29.361 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-08-19 19:33:29.420 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-19 19:33:29.817 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-08-19 19:33:29.831 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-08-19 19:33:30.234 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-08-19 19:33:30.257 | + functions-common:run_process:1705 : time_stop run_process 2022-08-19 19:33:30.260 | + functions-common:time_stop:2439 : local name 2022-08-19 19:33:30.262 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:33:30.265 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:33:30.267 | + functions-common:time_stop:2442 : local total 2022-08-19 19:33:30.270 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:33:30.272 | + functions-common:time_stop:2445 : name=run_process 2022-08-19 19:33:30.275 | + functions-common:time_stop:2446 : start_time=1660937608872 2022-08-19 19:33:30.277 | + functions-common:time_stop:2448 : [[ -z 1660937608872 ]] 2022-08-19 19:33:30.281 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:33:30.286 | + functions-common:time_stop:2451 : end_time=1660937610282 2022-08-19 19:33:30.288 | + functions-common:time_stop:2452 : elapsed_time=1410 2022-08-19 19:33:30.291 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:33:30.293 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:33:30.296 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1410 2022-08-19 19:33:30.298 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-08-19 19:33:30.302 | + functions-common:run_process:1693 : local service=memory_tracker 2022-08-19 19:33:30.304 | + functions-common:run_process:1694 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-08-19 19:33:30.307 | + functions-common:run_process:1695 : local group= 2022-08-19 19:33:30.309 | + functions-common:run_process:1696 : local user=root 2022-08-19 19:33:30.312 | + functions-common:run_process:1697 : local env_vars= 2022-08-19 19:33:30.314 | + functions-common:run_process:1699 : local name=memory_tracker 2022-08-19 19:33:30.317 | + functions-common:run_process:1701 : time_start run_process 2022-08-19 19:33:30.320 | + functions-common:time_start:2425 : local name=run_process 2022-08-19 19:33:30.322 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:33:30.325 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:33:30.328 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:33:30.333 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937610330 2022-08-19 19:33:30.336 | + functions-common:run_process:1702 : is_service_enabled memory_tracker 2022-08-19 19:33:30.356 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:33:30.357 | + functions-common:run_process:1705 : time_stop run_process 2022-08-19 19:33:30.359 | + functions-common:time_stop:2439 : local name 2022-08-19 19:33:30.362 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:33:30.365 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:33:30.368 | + functions-common:time_stop:2442 : local total 2022-08-19 19:33:30.370 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:33:30.373 | + functions-common:time_stop:2445 : name=run_process 2022-08-19 19:33:30.375 | + functions-common:time_stop:2446 : start_time=1660937610330 2022-08-19 19:33:30.378 | + functions-common:time_stop:2448 : [[ -z 1660937610330 ]] 2022-08-19 19:33:30.382 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:33:30.386 | + functions-common:time_stop:2451 : end_time=1660937610383 2022-08-19 19:33:30.389 | + functions-common:time_stop:2452 : elapsed_time=53 2022-08-19 19:33:30.391 | + functions-common:time_stop:2453 : total=1410 2022-08-19 19:33:30.394 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:33:30.396 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1463 2022-08-19 19:33:30.399 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-08-19 19:33:30.417 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:33:30.419 | + ./stack.sh:main:1064 : is_service_enabled tcpdump 2022-08-19 19:33:30.438 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:33:30.440 | + ./stack.sh:main:1072 : is_service_enabled etcd3 2022-08-19 19:33:30.458 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:33:30.461 | + ./stack.sh:main:1073 : start_etcd3 2022-08-19 19:33:30.463 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-08-19 19:33:30.466 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd' 2022-08-19 19:33:30.468 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-08-19 19:33:30.471 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380' 2022-08-19 19:33:30.474 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.23:2380' 2022-08-19 19:33:30.477 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.23:2379' 2022-08-19 19:33:30.479 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-08-19 19:33:30.481 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-08-19 19:33:30.484 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.23:2379' 2022-08-19 19:33:30.486 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-08-19 19:33:30.490 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-08-19 19:33:30.492 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-19 19:33:30.495 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380 --initial-advertise-peer-urls http://10.222.0.23:2380 --advertise-client-urls http://10.222.0.23:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.23:2379 --debug' '' root 2022-08-19 19:33:30.498 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-08-19 19:33:30.500 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380 --initial-advertise-peer-urls http://10.222.0.23:2380 --advertise-client-urls http://10.222.0.23:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.23:2379 --debug' 2022-08-19 19:33:30.503 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-19 19:33:30.505 | + functions-common:write_user_unit_file:1565 : local user=root 2022-08-19 19:33:30.508 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-19 19:33:30.510 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-19 19:33:30.513 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-19 19:33:30.516 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-19 19:33:30.518 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-19 19:33:30.523 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-08-19 19:33:30.593 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-08-19 19:33:30.664 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380 --initial-advertise-peer-urls http://10.222.0.23:2380 --advertise-client-urls http://10.222.0.23:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.23:2379 --debug' 2022-08-19 19:33:30.720 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-08-19 19:33:30.781 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-08-19 19:33:30.837 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-19 19:33:30.896 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-19 19:33:30.899 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-19 19:33:30.901 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-08-19 19:33:30.969 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-19 19:33:31.362 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-08-19 19:33:31.420 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-08-19 19:33:31.477 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-08-19 19:33:31.536 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-08-19 19:33:31.595 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-08-19 19:33:31.599 | ++ functions-common:is_arch:501 : uname -m 2022-08-19 19:33:31.603 | + functions-common:is_arch:501 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-08-19 19:33:31.606 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-08-19 19:33:31.989 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-08-19 19:33:32.003 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-08-19 19:33:32.385 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-08-19 19:33:33.468 | + ./stack.sh:main:1079 : is_service_enabled tls-proxy 2022-08-19 19:33:33.495 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:33:33.499 | + ./stack.sh:main:1084 : write_clouds_yaml 2022-08-19 19:33:33.502 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-08-19 19:33:33.507 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-08-19 19:33:33.513 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-08-19 19:33:33.530 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-08-19 19:33:33.547 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-08-19 19:33:33.552 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-19 19:33:33.555 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-08-19 19:33:33.691 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-08-19 19:33:33.824 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-08-19 19:33:33.966 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-08-19 19:33:34.102 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-08-19 19:33:34.237 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-08-19 19:33:34.369 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-08-19 19:33:34.502 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-08-19 19:33:34.635 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-08-19 19:33:34.764 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-08-19 19:33:34.897 | + functions-common:write_clouds_yaml:198 : cat 2022-08-19 19:33:34.903 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-08-19 19:33:34.906 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-08-19 19:33:34.909 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-08-19 19:33:34.914 | + ./stack.sh:main:1085 : export OS_CLOUD=devstack-admin 2022-08-19 19:33:34.917 | + ./stack.sh:main:1085 : OS_CLOUD=devstack-admin 2022-08-19 19:33:34.920 | + ./stack.sh:main:1087 : is_service_enabled keystone 2022-08-19 19:33:34.937 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:33:34.939 | + ./stack.sh:main:1088 : echo_summary 'Starting Keystone' 2022-08-19 19:33:34.942 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:33:34.945 | + ./stack.sh:echo_summary:441 : echo -e Starting Keystone 2022-08-19 19:33:34.947 | + ./stack.sh:main:1090 : '[' 10.222.0.23 == 10.222.0.23 ']' 2022-08-19 19:33:34.950 | + ./stack.sh:main:1091 : init_keystone 2022-08-19 19:33:34.952 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-08-19 19:33:34.968 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:33:34.971 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-08-19 19:33:34.974 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-08-19 19:33:34.976 | + lib/database:recreate_database:112 : local db=keystone 2022-08-19 19:33:34.979 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-08-19 19:33:34.981 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-08-19 19:33:34.984 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-08-19 19:33:34.989 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:33:41.218 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-08-19 19:33:41.223 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:33:41.346 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-08-19 19:33:41.349 | + functions-common:time_start:2425 : local name=dbsync 2022-08-19 19:33:41.352 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:33:41.355 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:33:41.360 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:33:41.365 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937621362 2022-08-19 19:33:41.368 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-08-19 19:33:45.125 | INFO dbcounter [-] Registered counter for database keystone 2022-08-19 19:33:45.149 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=188262) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-19 19:33:45.155 | DEBUG dbcounter [-] [188262] Writer thread running {{(pid=188262) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-19 19:33:45.158 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-19 19:33:45.158 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-19 19:33:45.164 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-19 19:33:45.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:33:45.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:33:45.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:33:45.165 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:33:45.165 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:33:45.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:33:45.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:33:45.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:33:45.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:33:45.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:33:45.166 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:33:45.166 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:33:45.167 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:33:45.167 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:33:45.167 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-19 19:33:45.167 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=188262) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-19 19:33:45.194 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-19 19:33:45.194 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-19 19:33:45.682 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version 2022-08-19 19:34:15.064 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=188262) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-19 19:34:15.065 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2022-08-19 19:34:15.066 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=188262) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-19 19:34:15.068 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2022-08-19 19:34:15.068 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=188262) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-19 19:34:15.493 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-08-19 19:34:15.496 | + functions-common:time_stop:2439 : local name 2022-08-19 19:34:15.499 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:34:15.502 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:34:15.504 | + functions-common:time_stop:2442 : local total 2022-08-19 19:34:15.507 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:34:15.509 | + functions-common:time_stop:2445 : name=dbsync 2022-08-19 19:34:15.512 | + functions-common:time_stop:2446 : start_time=1660937621362 2022-08-19 19:34:15.515 | + functions-common:time_stop:2448 : [[ -z 1660937621362 ]] 2022-08-19 19:34:15.518 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:34:15.523 | + functions-common:time_stop:2451 : end_time=1660937655520 2022-08-19 19:34:15.525 | + functions-common:time_stop:2452 : elapsed_time=34158 2022-08-19 19:34:15.528 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:34:15.533 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:34:15.535 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=34158 2022-08-19 19:34:15.538 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-08-19 19:34:15.540 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-08-19 19:34:15.544 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-08-19 19:34:18.943 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-08-19 19:34:18.943 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-19 19:34:18.944 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-19 19:34:18.944 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-08-19 19:34:18.944 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-19 19:34:18.945 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-19 19:34:18.945 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-19 19:34:18.945 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-19 19:34:18.945 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-19 19:34:19.278 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-08-19 19:34:19.284 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-08-19 19:34:22.645 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-08-19 19:34:22.645 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-19 19:34:22.645 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-19 19:34:22.646 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-08-19 19:34:22.646 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-19 19:34:22.646 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-19 19:34:22.646 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-19 19:34:22.647 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-19 19:34:22.647 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-19 19:34:22.980 | + ./stack.sh:main:1092 : start_keystone 2022-08-19 19:34:22.983 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-08-19 19:34:22.986 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-08-19 19:34:22.988 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-08-19 19:34:23.006 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:34:23.009 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-08-19 19:34:23.012 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-08-19 19:34:23.017 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-08-19 19:34:23.019 | + functions-common:run_process:1693 : local service=keystone 2022-08-19 19:34:23.022 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:34:23.024 | + functions-common:run_process:1695 : local group= 2022-08-19 19:34:23.027 | + functions-common:run_process:1696 : local user= 2022-08-19 19:34:23.029 | + functions-common:run_process:1697 : local env_vars= 2022-08-19 19:34:23.032 | + functions-common:run_process:1699 : local name=keystone 2022-08-19 19:34:23.034 | + functions-common:run_process:1701 : time_start run_process 2022-08-19 19:34:23.037 | + functions-common:time_start:2425 : local name=run_process 2022-08-19 19:34:23.039 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:34:23.042 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:34:23.046 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:34:23.050 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937663048 2022-08-19 19:34:23.053 | + functions-common:run_process:1702 : is_service_enabled keystone 2022-08-19 19:34:23.069 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:34:23.071 | + functions-common:run_process:1703 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2022-08-19 19:34:23.074 | + functions-common:_run_under_systemd:1653 : local service=keystone 2022-08-19 19:34:23.076 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:34:23.079 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:34:23.084 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:34:23.087 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:34:23.089 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-08-19 19:34:23.092 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-08-19 19:34:23.095 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@keystone.service 2022-08-19 19:34:23.097 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-19 19:34:23.101 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-19 19:34:23.103 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-19 19:34:23.106 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-19 19:34:23.109 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-08-19 19:34:23.111 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu '' 2022-08-19 19:34:23.114 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@keystone.service 2022-08-19 19:34:23.116 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:34:23.119 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-19 19:34:23.121 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-19 19:34:23.123 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-19 19:34:23.126 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-08-19 19:34:23.130 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-19 19:34:23.132 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-08-19 19:34:23.193 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-08-19 19:34:23.250 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-08-19 19:34:23.308 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:34:23.366 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-19 19:34:23.423 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-08-19 19:34:23.483 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-08-19 19:34:23.540 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-08-19 19:34:23.600 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-08-19 19:34:23.661 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-08-19 19:34:23.722 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-19 19:34:23.724 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-19 19:34:23.727 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-08-19 19:34:23.789 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-19 19:34:24.189 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-08-19 19:34:24.204 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-08-19 19:34:24.573 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-08-19 19:34:24.648 | + functions-common:run_process:1705 : time_stop run_process 2022-08-19 19:34:24.650 | + functions-common:time_stop:2439 : local name 2022-08-19 19:34:24.654 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:34:24.657 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:34:24.659 | + functions-common:time_stop:2442 : local total 2022-08-19 19:34:24.662 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:34:24.664 | + functions-common:time_stop:2445 : name=run_process 2022-08-19 19:34:24.667 | + functions-common:time_stop:2446 : start_time=1660937663048 2022-08-19 19:34:24.670 | + functions-common:time_stop:2448 : [[ -z 1660937663048 ]] 2022-08-19 19:34:24.673 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:34:24.678 | + functions-common:time_stop:2451 : end_time=1660937664675 2022-08-19 19:34:24.680 | + functions-common:time_stop:2452 : elapsed_time=1627 2022-08-19 19:34:24.682 | + functions-common:time_stop:2453 : total=1463 2022-08-19 19:34:24.685 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:34:24.688 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3090 2022-08-19 19:34:24.691 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-08-19 19:34:24.691 | Waiting for keystone to start... 2022-08-19 19:34:24.693 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.23/identity/v3/ 2022-08-19 19:34:24.696 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.23/identity/v3/ 2022-08-19 19:34:24.699 | + functions:wait_for_service:457 : local timeout=60 2022-08-19 19:34:24.701 | + functions:wait_for_service:458 : local url=http://10.222.0.23/identity/v3/ 2022-08-19 19:34:24.704 | + functions:wait_for_service:459 : local rval=0 2022-08-19 19:34:24.706 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-19 19:34:24.709 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-19 19:34:24.711 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:34:24.714 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:34:24.717 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:34:24.722 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937664719 2022-08-19 19:34:24.724 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-19 19:34:24.739 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.23/identity/v3/ 2022-08-19 19:34:29.785 | + :: : [[ 200 == 503 ]] 2022-08-19 19:34:29.786 | + :: : [[ 0 -eq 7 ]] 2022-08-19 19:34:29.789 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-19 19:34:29.792 | + functions-common:time_stop:2439 : local name 2022-08-19 19:34:29.794 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:34:29.797 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:34:29.799 | + functions-common:time_stop:2442 : local total 2022-08-19 19:34:29.801 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:34:29.804 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-19 19:34:29.806 | + functions-common:time_stop:2446 : start_time=1660937664719 2022-08-19 19:34:29.809 | + functions-common:time_stop:2448 : [[ -z 1660937664719 ]] 2022-08-19 19:34:29.812 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:34:29.816 | + functions-common:time_stop:2451 : end_time=1660937669814 2022-08-19 19:34:29.819 | + functions-common:time_stop:2452 : elapsed_time=5095 2022-08-19 19:34:29.822 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:34:29.825 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:34:29.828 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5095 2022-08-19 19:34:29.830 | + functions:wait_for_service:467 : return 0 2022-08-19 19:34:29.833 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-08-19 19:34:29.851 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:34:29.853 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-08-19 19:34:29.856 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:34:29.858 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-08-19 19:34:29.886 | + ./stack.sh:main:1093 : bootstrap_keystone 2022-08-19 19:34:29.890 | + lib/keystone:bootstrap_keystone:602 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.222.0.23/identity 2022-08-19 19:34:33.368 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.368 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.368 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.377 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.394 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.394 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.425 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.457 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.457 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.551 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.551 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.551 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.552 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.552 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.552 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.651 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.652 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.653 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.660 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.663 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.663 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.663 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.663 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.664 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.664 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.664 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=189025) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:34:33.730 | INFO dbcounter [-] Registered counter for database keystone 2022-08-19 19:34:33.748 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=189025) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-19 19:34:33.754 | DEBUG dbcounter [-] [189025] Writer thread running {{(pid=189025) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-19 19:34:34.012 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created domain default 2022-08-19 19:34:34.134 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created project admin 2022-08-19 19:34:34.167 | DEBUG passlib.handlers.bcrypt [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=189025) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-08-19 19:34:34.167 | DEBUG passlib.handlers.bcrypt [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=189025) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-08-19 19:34:34.304 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created user admin 2022-08-19 19:34:34.390 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created role reader 2022-08-19 19:34:34.482 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created role member 2022-08-19 19:34:34.575 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created implied role where e1bbdae36c8b49cfba189cc27628ad5e implies 7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:34:34.630 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created role admin 2022-08-19 19:34:34.683 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created implied role where 6ee29539780a438dad18cd16a3e3df34 implies e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:34:34.744 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Granted role admin on project admin to user admin. 2022-08-19 19:34:34.791 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Granted role admin on the system to user admin. 2022-08-19 19:34:34.878 | WARNING py.warnings [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] /usr/local/lib/python3.8/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2022-08-19 19:34:34.878 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-08-19 19:34:34.878 |  2022-08-19 19:34:34.882 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created region RegionOne 2022-08-19 19:34:35.075 | INFO keystone.cmd.bootstrap [None req-afdf7fc0-6f71-4cf1-bbde-c512b0231fe3 None None] Created public endpoint http://10.222.0.23/identity 2022-08-19 19:34:35.491 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-08-19 19:34:35.493 | + ./stack.sh:main:1096 : create_keystone_accounts 2022-08-19 19:34:35.496 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-08-19 19:34:35.499 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-08-19 19:34:38.588 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:38.588 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:38.588 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:38.588 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:38.728 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:38.731 | + lib/keystone:create_keystone_accounts:310 : admin_project=a6fa9c1bd8234ee4914325667d5b0563 2022-08-19 19:34:38.733 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-08-19 19:34:38.737 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-08-19 19:34:40.888 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:40.888 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:40.888 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:40.888 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:41.026 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:41.029 | + lib/keystone:create_keystone_accounts:312 : admin_user=eb8c68692a7c4adc8452776aa0e9070a 2022-08-19 19:34:41.031 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-08-19 19:34:41.034 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-08-19 19:34:41.036 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-08-19 19:34:41.038 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin eb8c68692a7c4adc8452776aa0e9070a default 2022-08-19 19:34:41.105 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin eb8c68692a7c4adc8452776aa0e9070a default 2022-08-19 19:34:41.155 | [147941 Async ks-domain-role:189188]: running: get_or_add_user_domain_role admin eb8c68692a7c4adc8452776aa0e9070a default 2022-08-19 19:34:41.158 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-08-19 19:34:41.160 | + functions-common:get_or_create_domain:877 : local domain_id 2022-08-19 19:34:41.164 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-19 19:34:44.350 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-08-19 19:34:44.353 | + functions-common:get_or_create_domain:888 : echo default 2022-08-19 19:34:44.353 | default 2022-08-19 19:34:44.355 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-08-19 19:34:44.429 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-08-19 19:34:44.483 | [147941 Async ks-project:189349]: running: get_or_create_project service Default 2022-08-19 19:34:44.485 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-08-19 19:34:44.567 | + inc/async:async_inner:63 : get_or_create_role service 2022-08-19 19:34:44.617 | [147941 Async ks-service:189444]: running: get_or_create_role service 2022-08-19 19:34:44.620 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-08-19 19:34:44.746 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-08-19 19:34:44.785 | [147941 Async ks-reseller:189540]: running: get_or_create_role ResellerAdmin 2022-08-19 19:34:44.788 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-08-19 19:34:44.792 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-08-19 19:34:45.120 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-08-19 19:34:45.386 | [147941 Async ks-anotherrole:189639]: running: get_or_create_role anotherrole 2022-08-19 19:34:45.413 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-08-19 19:34:45.450 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-08-19 19:34:45.470 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:34:45.501 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-08-19 19:34:48.585 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:34:48.658 | [189444 Async ks-service:189444]: finished successfully 2022-08-19 19:34:48.743 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:34:48.812 | [189349 Async ks-project:189349]: finished successfully 2022-08-19 19:34:49.081 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:34:49.153 | [189540 Async ks-reseller:189540]: finished successfully 2022-08-19 19:34:49.580 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:34:49.615 | [189639 Async ks-anotherrole:189639]: finished successfully 2022-08-19 19:34:49.852 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:49.852 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:49.852 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:49.852 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:50.001 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:50.004 | ++ functions-common:get_or_create_project:938 : project_id=fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:34:50.007 | ++ functions-common:get_or_create_project:939 : echo fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:34:50.011 | + lib/keystone:create_keystone_accounts:340 : invis_project=fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:34:50.015 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-08-19 19:34:50.018 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-08-19 19:34:50.021 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:34:50.024 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-08-19 19:34:52.502 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:34:52.534 | [189188 Async ks-domain-role:189188]: finished successfully 2022-08-19 19:34:52.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:52.761 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:52.761 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:52.761 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:52.902 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:52.905 | ++ functions-common:get_or_create_project:938 : project_id=f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:52.908 | ++ functions-common:get_or_create_project:939 : echo f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:52.911 | + lib/keystone:create_keystone_accounts:344 : demo_project=f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:52.913 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-08-19 19:34:52.917 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-08-19 19:34:52.920 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:34:52.923 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-08-19 19:34:52.925 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-08-19 19:34:52.929 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-08-19 19:34:55.502 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.502 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.503 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.503 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.655 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:55.658 | ++ functions-common:get_or_create_user:925 : user_id=421dd52192f844679799384548e6f79f 2022-08-19 19:34:55.661 | ++ functions-common:get_or_create_user:926 : echo 421dd52192f844679799384548e6f79f 2022-08-19 19:34:55.664 | + lib/keystone:create_keystone_accounts:347 : demo_user=421dd52192f844679799384548e6f79f 2022-08-19 19:34:55.667 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-08-19 19:34:55.720 | [147941 Async ks-domain-role:189188]: Waiting for completion of get_or_add_user_domain_role admin eb8c68692a7c4adc8452776aa0e9070a default running on PID 189188 (6 other jobs running) 2022-08-19 19:34:55.748 | [147941 Async ks-domain-role:189188]: Signaling child to exit 2022-08-19 19:34:55.748 | WAKEUP 2022-08-19 19:34:55.772 | [147941 Async ks-domain-role:189188]: Signaled 2022-08-19 19:34:55.774 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-08-19 19:34:55.774 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user eb8c68692a7c4adc8452776aa0e9070a --domain default 2022-08-19 19:34:55.774 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:34:55.774 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-08-19 19:34:55.774 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:34:55.774 | ++ functions-common:get_field:812 : read data 2022-08-19 19:34:55.774 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.774 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.774 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.774 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.774 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:55.774 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-08-19 19:34:55.774 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-08-19 19:34:55.774 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user eb8c68692a7c4adc8452776aa0e9070a --domain default 2022-08-19 19:34:55.774 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.774 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.774 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.774 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.774 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user eb8c68692a7c4adc8452776aa0e9070a --domain default 2022-08-19 19:34:55.774 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-08-19 19:34:55.774 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:34:55.774 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:34:55.774 | ++ functions-common:get_field:812 : read data 2022-08-19 19:34:55.774 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.774 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.775 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.775 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.775 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:55.775 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:34:55.775 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:34:55.775 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:34:55.775 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | eb8c68692a7c4adc8452776aa0e9070a | | | default | | False |' 2022-08-19 19:34:55.775 | ++ functions-common:get_field:812 : read data 2022-08-19 19:34:55.775 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:34:55.775 | + functions-common:get_or_add_user_domain_role:1021 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:34:55.775 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:34:55.820 | [147941 Async ks-domain-role:189188]: finished get_or_add_user_domain_role admin eb8c68692a7c4adc8452776aa0e9070a default with result 0 in 11 seconds 2022-08-19 19:34:55.828 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-08-19 19:34:55.866 | [147941 Async ks-project:189349]: Waiting for completion of get_or_create_project service Default running on PID 189349 (5 other jobs running) 2022-08-19 19:34:55.895 | [147941 Async ks-project:189349]: Signaling child to exit 2022-08-19 19:34:55.895 | WAKEUP 2022-08-19 19:34:55.919 | [147941 Async ks-project:189349]: Signaled 2022-08-19 19:34:55.921 | + functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:34:55.921 | ++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-08-19 19:34:55.921 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.921 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.921 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:55.921 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:55.921 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:55.921 | + functions-common:get_or_create_project:938 : project_id=875165eaaa014e80886801aa7f965e80 2022-08-19 19:34:55.921 | + functions-common:get_or_create_project:939 : echo 875165eaaa014e80886801aa7f965e80 2022-08-19 19:34:55.921 | 875165eaaa014e80886801aa7f965e80 2022-08-19 19:34:55.970 | [147941 Async ks-project:189349]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-08-19 19:34:56.011 | [147941 Async ks-service:189444]: Waiting for completion of get_or_create_role service running on PID 189444 (4 other jobs running) 2022-08-19 19:34:56.041 | [147941 Async ks-service:189444]: Signaling child to exit 2022-08-19 19:34:56.041 | WAKEUP 2022-08-19 19:34:56.066 | [147941 Async ks-service:189444]: Signaled 2022-08-19 19:34:56.068 | + functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:34:56.068 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-08-19 19:34:56.068 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:56.068 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:56.068 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:56.068 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:56.068 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:56.068 | + functions-common:get_or_create_role:950 : role_id=008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:34:56.068 | + functions-common:get_or_create_role:951 : echo 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:34:56.068 | 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:34:56.123 | [147941 Async ks-service:189444]: finished get_or_create_role service with result 0 in 4 seconds 2022-08-19 19:34:56.165 | [147941 Async ks-reseller:189540]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 189540 (3 other jobs running) 2022-08-19 19:34:56.193 | [147941 Async ks-reseller:189540]: Signaling child to exit 2022-08-19 19:34:56.194 | WAKEUP 2022-08-19 19:34:56.226 | [147941 Async ks-reseller:189540]: Signaled 2022-08-19 19:34:56.227 | + functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:34:56.227 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-08-19 19:34:56.227 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:56.227 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:56.227 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:56.227 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:56.227 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:56.228 | + functions-common:get_or_create_role:950 : role_id=f885cf77999c40a39454cbf179c40211 2022-08-19 19:34:56.228 | + functions-common:get_or_create_role:951 : echo f885cf77999c40a39454cbf179c40211 2022-08-19 19:34:56.228 | f885cf77999c40a39454cbf179c40211 2022-08-19 19:34:56.282 | [147941 Async ks-reseller:189540]: finished get_or_create_role ResellerAdmin with result 0 in 4 seconds 2022-08-19 19:34:56.326 | [147941 Async ks-anotherrole:189639]: Waiting for completion of get_or_create_role anotherrole running on PID 189639 (2 other jobs running) 2022-08-19 19:34:56.357 | [147941 Async ks-anotherrole:189639]: Signaling child to exit 2022-08-19 19:34:56.357 | WAKEUP 2022-08-19 19:34:56.386 | [147941 Async ks-anotherrole:189639]: Signaled 2022-08-19 19:34:56.387 | + functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:34:56.388 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-19 19:34:56.388 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:56.388 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:56.388 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:34:56.388 | from cryptography.utils import int_from_bytes 2022-08-19 19:34:56.388 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:34:56.388 | + functions-common:get_or_create_role:950 : role_id=eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:34:56.388 | + functions-common:get_or_create_role:951 : echo eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:34:56.388 | eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:34:56.439 | [147941 Async ks-anotherrole:189639]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-08-19 19:34:56.444 | + inc/async:async_wait:197 : return 0 2022-08-19 19:34:56.450 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.527 | + inc/async:async_inner:63 : get_or_add_user_project_role member 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.581 | [147941 Async ks-demo-member:190531]: running: get_or_add_user_project_role member 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.584 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin eb8c68692a7c4adc8452776aa0e9070a f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.662 | + inc/async:async_inner:63 : get_or_add_user_project_role admin eb8c68692a7c4adc8452776aa0e9070a f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.713 | [147941 Async ks-demo-admin:190652]: running: get_or_add_user_project_role admin eb8c68692a7c4adc8452776aa0e9070a f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.717 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.799 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.870 | [147941 Async ks-demo-another:190773]: running: get_or_add_user_project_role anotherrole 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:34:56.874 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 421dd52192f844679799384548e6f79f fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:34:56.960 | + inc/async:async_inner:63 : get_or_add_user_project_role member 421dd52192f844679799384548e6f79f fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:34:57.042 | [147941 Async ks-demo-invis:190895]: running: get_or_add_user_project_role member 421dd52192f844679799384548e6f79f fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:34:57.048 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-08-19 19:34:57.063 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-08-19 19:34:57.069 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:34:57.077 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-08-19 19:34:57.082 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-08-19 19:34:57.097 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id 2022-08-19 19:35:01.458 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:01.458 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:01.458 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:01.458 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:01.613 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:01.616 | ++ functions-common:get_or_create_user:925 : user_id=2366357a27f94be3b0a4b1582f904d29 2022-08-19 19:35:01.619 | ++ functions-common:get_or_create_user:926 : echo 2366357a27f94be3b0a4b1582f904d29 2022-08-19 19:35:01.622 | + lib/keystone:create_keystone_accounts:360 : demo_reader=2366357a27f94be3b0a4b1582f904d29 2022-08-19 19:35:01.626 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader 2366357a27f94be3b0a4b1582f904d29 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:01.747 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 2366357a27f94be3b0a4b1582f904d29 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:01.823 | [147941 Async ks-demo-reader:191072]: running: get_or_add_user_project_role reader 2366357a27f94be3b0a4b1582f904d29 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:01.831 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-08-19 19:35:01.836 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-08-19 19:35:01.851 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:35:01.875 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-08-19 19:35:05.935 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:05.935 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:05.935 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:05.935 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:06.089 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:06.092 | ++ functions-common:get_or_create_project:938 : project_id=cffe682547f24bda966c20418221be9f 2022-08-19 19:35:06.099 | ++ functions-common:get_or_create_project:939 : echo cffe682547f24bda966c20418221be9f 2022-08-19 19:35:06.099 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=cffe682547f24bda966c20418221be9f 2022-08-19 19:35:06.106 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-08-19 19:35:06.110 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-08-19 19:35:06.116 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:35:06.122 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-08-19 19:35:06.124 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-08-19 19:35:06.131 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-08-19 19:35:09.264 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:09.264 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:09.264 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:09.264 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:09.522 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:09.543 | ++ functions-common:get_or_create_user:925 : user_id=e9de2ac2f53d4b5d937498c48f1e2ecd 2022-08-19 19:35:09.565 | ++ functions-common:get_or_create_user:926 : echo e9de2ac2f53d4b5d937498c48f1e2ecd 2022-08-19 19:35:09.593 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=e9de2ac2f53d4b5d937498c48f1e2ecd 2022-08-19 19:35:09.613 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f 2022-08-19 19:35:10.088 | + inc/async:async_inner:63 : get_or_add_user_project_role admin e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f 2022-08-19 19:35:10.354 | [147941 Async ks-alt-admin:191440]: running: get_or_add_user_project_role admin e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f 2022-08-19 19:35:10.370 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f 2022-08-19 19:35:10.625 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:10.758 | [190531 Async ks-demo-member:190531]: finished successfully 2022-08-19 19:35:10.875 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f 2022-08-19 19:35:11.094 | [147941 Async ks-alt-another:191608]: running: get_or_add_user_project_role anotherrole e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f 2022-08-19 19:35:11.112 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-08-19 19:35:11.129 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-08-19 19:35:11.146 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:35:11.157 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-08-19 19:35:11.174 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-08-19 19:35:11.196 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2022-08-19 19:35:14.104 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:14.146 | [190652 Async ks-demo-admin:190652]: finished successfully 2022-08-19 19:35:14.883 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:14.928 | [190773 Async ks-demo-another:190773]: finished successfully 2022-08-19 19:35:15.196 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:15.228 | [190895 Async ks-demo-invis:190895]: finished successfully 2022-08-19 19:35:15.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:15.266 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:15.267 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:15.267 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:15.430 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:15.433 | ++ functions-common:get_or_create_user:925 : user_id=fbbc9d6bed0e4d24944e2c7685aae86f 2022-08-19 19:35:15.438 | ++ functions-common:get_or_create_user:926 : echo fbbc9d6bed0e4d24944e2c7685aae86f 2022-08-19 19:35:15.446 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=fbbc9d6bed0e4d24944e2c7685aae86f 2022-08-19 19:35:15.449 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member fbbc9d6bed0e4d24944e2c7685aae86f cffe682547f24bda966c20418221be9f 2022-08-19 19:35:15.558 | + inc/async:async_inner:63 : get_or_add_user_project_role member fbbc9d6bed0e4d24944e2c7685aae86f cffe682547f24bda966c20418221be9f 2022-08-19 19:35:15.638 | [147941 Async ks-alt-member-user:191963]: running: get_or_add_user_project_role member fbbc9d6bed0e4d24944e2c7685aae86f cffe682547f24bda966c20418221be9f 2022-08-19 19:35:15.641 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-08-19 19:35:15.644 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-08-19 19:35:15.648 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:35:15.651 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-08-19 19:35:15.654 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-08-19 19:35:15.658 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2022-08-19 19:35:18.317 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:18.429 | [191072 Async ks-demo-reader:191072]: finished successfully 2022-08-19 19:35:18.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:18.613 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:18.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:18.613 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:18.801 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:18.805 | ++ functions-common:get_or_create_user:925 : user_id=45fd429090f4438ea58b3e9b00574352 2022-08-19 19:35:18.809 | ++ functions-common:get_or_create_user:926 : echo 45fd429090f4438ea58b3e9b00574352 2022-08-19 19:35:18.812 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=45fd429090f4438ea58b3e9b00574352 2022-08-19 19:35:18.816 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 45fd429090f4438ea58b3e9b00574352 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:18.934 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 45fd429090f4438ea58b3e9b00574352 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:19.003 | [147941 Async ks-alt-reader-user:192199]: running: get_or_add_user_project_role reader 45fd429090f4438ea58b3e9b00574352 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:19.016 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-08-19 19:35:19.027 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:35:19.058 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-08-19 19:35:19.070 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-08-19 19:35:19.084 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id 2022-08-19 19:35:22.220 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:22.220 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:22.220 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:22.220 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:22.449 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:22.470 | ++ functions-common:get_or_create_user:925 : user_id=5f569ef447d04178b59c09f870d47098 2022-08-19 19:35:22.478 | ++ functions-common:get_or_create_user:926 : echo 5f569ef447d04178b59c09f870d47098 2022-08-19 19:35:22.489 | + lib/keystone:create_keystone_accounts:392 : system_member_user=5f569ef447d04178b59c09f870d47098 2022-08-19 19:35:22.509 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member 5f569ef447d04178b59c09f870d47098 all 2022-08-19 19:35:22.838 | + inc/async:async_inner:63 : get_or_add_user_system_role member 5f569ef447d04178b59c09f870d47098 all 2022-08-19 19:35:23.013 | [147941 Async ks-system-member:192434]: running: get_or_add_user_system_role member 5f569ef447d04178b59c09f870d47098 all 2022-08-19 19:35:23.023 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-08-19 19:35:23.026 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:35:23.030 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-08-19 19:35:23.043 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-08-19 19:35:23.057 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id 2022-08-19 19:35:25.862 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:25.995 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:26.009 | [191608 Async ks-alt-another:191608]: finished successfully 2022-08-19 19:35:26.146 | [191440 Async ks-alt-admin:191440]: finished successfully 2022-08-19 19:35:26.587 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:26.587 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:26.587 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:26.587 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:26.794 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:26.801 | ++ functions-common:get_or_create_user:925 : user_id=4abb5267e2d14707a62ccc37041f172d 2022-08-19 19:35:26.804 | ++ functions-common:get_or_create_user:926 : echo 4abb5267e2d14707a62ccc37041f172d 2022-08-19 19:35:26.810 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=4abb5267e2d14707a62ccc37041f172d 2022-08-19 19:35:26.812 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 4abb5267e2d14707a62ccc37041f172d all 2022-08-19 19:35:26.970 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 4abb5267e2d14707a62ccc37041f172d all 2022-08-19 19:35:27.090 | [147941 Async ks-system-reader:192731]: running: get_or_add_user_system_role reader 4abb5267e2d14707a62ccc37041f172d all 2022-08-19 19:35:27.105 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-08-19 19:35:27.129 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-08-19 19:35:27.157 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-08-19 19:35:27.180 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-19 19:35:27.207 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-08-19 19:35:29.082 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:29.182 | [191963 Async ks-alt-member-user:191963]: finished successfully 2022-08-19 19:35:30.272 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:30.272 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:30.272 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:30.272 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:30.468 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:30.473 | ++ functions-common:get_or_create_group:902 : group_id=8fd345a4f17445c8a924505eb40bca18 2022-08-19 19:35:30.477 | ++ functions-common:get_or_create_group:903 : echo 8fd345a4f17445c8a924505eb40bca18 2022-08-19 19:35:30.485 | + lib/keystone:create_keystone_accounts:402 : admin_group=8fd345a4f17445c8a924505eb40bca18 2022-08-19 19:35:30.489 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-08-19 19:35:30.511 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-08-19 19:35:30.520 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-08-19 19:35:30.523 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-19 19:35:30.528 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-08-19 19:35:32.501 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:32.532 | [192199 Async ks-alt-reader-user:192199]: finished successfully 2022-08-19 19:35:33.116 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:33.116 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:33.116 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:33.116 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:33.261 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:33.264 | ++ functions-common:get_or_create_group:902 : group_id=22e7016f66b84c798cd74fc23579ecf8 2022-08-19 19:35:33.269 | ++ functions-common:get_or_create_group:903 : echo 22e7016f66b84c798cd74fc23579ecf8 2022-08-19 19:35:33.272 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=22e7016f66b84c798cd74fc23579ecf8 2022-08-19 19:35:33.275 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:33.364 | + inc/async:async_inner:63 : get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:33.432 | [147941 Async ks-group-memberdemo:193099]: running: get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:33.438 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:33.570 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:33.689 | [147941 Async ks-group-anotherdemo:193194]: running: get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:33.718 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:33.977 | + inc/async:async_inner:63 : get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:34.116 | [147941 Async ks-group-memberalt:193309]: running: get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:34.141 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:34.277 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:34.438 | [192434 Async ks-system-member:192434]: finished successfully 2022-08-19 19:35:34.594 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:34.849 | [147941 Async ks-group-anotheralt:193446]: running: get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f 2022-08-19 19:35:34.870 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 2022-08-19 19:35:35.384 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 2022-08-19 19:35:35.679 | [147941 Async ks-group-admin:193542]: running: get_or_add_group_project_role admin 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 2022-08-19 19:35:35.705 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-08-19 19:35:36.098 | [147941 Async ks-demo-member:190531]: Waiting for completion of get_or_add_user_project_role member 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 running on PID 190531 (17 other jobs running) 2022-08-19 19:35:36.254 | [147941 Async ks-demo-member:190531]: Signaling child to exit 2022-08-19 19:35:36.255 | WAKEUP 2022-08-19 19:35:36.410 | [147941 Async ks-demo-member:190531]: Signaled 2022-08-19 19:35:36.413 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:36.413 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:36.413 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:36.413 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:36.413 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:36.413 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:36.413 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:36.413 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:36.413 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:36.413 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 421dd52192f844679799384548e6f79f --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:36.413 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:36.413 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:36.413 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:36.413 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:36.413 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:36.413 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:36.413 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:36.413 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:36.414 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:36.414 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:36.414 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 421dd52192f844679799384548e6f79f --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:36.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:36.414 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:36.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:36.414 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:36.414 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:36.414 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:36.414 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:36.414 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:36.414 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 421dd52192f844679799384548e6f79f --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:36.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:36.414 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:36.415 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:36.415 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:36.415 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:36.415 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:36.415 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:36.415 | ++ functions-common:get_field:818 : echo '| e1bbdae36c8b49cfba189cc27628ad5e | 421dd52192f844679799384548e6f79f | | f839f9b0c5c44c53bb1dc00d823ad9e1 | | | False |' 2022-08-19 19:35:36.415 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:36.416 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:36.416 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:36.416 | + functions-common:get_or_add_user_project_role:997 : echo e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:36.416 | e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:36.640 | [147941 Async ks-demo-member:190531]: finished get_or_add_user_project_role member 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 with result 0 in 14 seconds 2022-08-19 19:35:36.888 | [147941 Async ks-demo-admin:190652]: Waiting for completion of get_or_add_user_project_role admin eb8c68692a7c4adc8452776aa0e9070a f839f9b0c5c44c53bb1dc00d823ad9e1 running on PID 190652 (16 other jobs running) 2022-08-19 19:35:36.973 | [147941 Async ks-demo-admin:190652]: Signaling child to exit 2022-08-19 19:35:36.974 | WAKEUP 2022-08-19 19:35:37.078 | [147941 Async ks-demo-admin:190652]: Signaled 2022-08-19 19:35:37.081 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:37.082 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:37.082 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:37.082 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:37.082 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:37.082 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:37.082 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:37.082 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:37.082 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:37.082 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:37.082 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user eb8c68692a7c4adc8452776aa0e9070a --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:37.082 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:37.082 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:37.082 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.082 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.082 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.082 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.082 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:37.082 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:37.082 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:37.082 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user eb8c68692a7c4adc8452776aa0e9070a --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:37.082 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.082 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.082 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.082 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.082 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user eb8c68692a7c4adc8452776aa0e9070a --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:37.082 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:37.082 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:37.082 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:37.082 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:37.082 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.082 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.083 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.083 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.083 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:37.083 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:37.083 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:37.083 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | eb8c68692a7c4adc8452776aa0e9070a | | f839f9b0c5c44c53bb1dc00d823ad9e1 | | | False |' 2022-08-19 19:35:37.083 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:37.083 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:37.083 | + functions-common:get_or_add_user_project_role:995 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:35:37.083 | + functions-common:get_or_add_user_project_role:997 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:35:37.083 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:35:37.304 | [147941 Async ks-demo-admin:190652]: finished get_or_add_user_project_role admin eb8c68692a7c4adc8452776aa0e9070a f839f9b0c5c44c53bb1dc00d823ad9e1 with result 0 in 17 seconds 2022-08-19 19:35:37.517 | [147941 Async ks-demo-another:190773]: Waiting for completion of get_or_add_user_project_role anotherrole 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 running on PID 190773 (15 other jobs running) 2022-08-19 19:35:37.667 | [147941 Async ks-demo-another:190773]: Signaling child to exit 2022-08-19 19:35:37.667 | WAKEUP 2022-08-19 19:35:37.771 | [147941 Async ks-demo-another:190773]: Signaled 2022-08-19 19:35:37.781 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:37.781 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:37.781 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:37.781 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:37.781 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:37.781 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:37.781 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:37.781 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:37.781 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:37.781 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 421dd52192f844679799384548e6f79f --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:37.781 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:37.781 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:37.781 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:37.781 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.781 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.781 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.781 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.781 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:37.781 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:37.781 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:37.781 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 421dd52192f844679799384548e6f79f --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:37.781 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.781 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.781 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.781 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.781 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:37.782 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:37.782 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 421dd52192f844679799384548e6f79f --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:37.782 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:37.782 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:37.782 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.782 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.782 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:37.782 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:37.782 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:37.782 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:37.782 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:37.782 | ++ functions-common:get_field:818 : echo '| eaccf6870ea440de8015dd72c855d6de | 421dd52192f844679799384548e6f79f | | f839f9b0c5c44c53bb1dc00d823ad9e1 | | | False |' 2022-08-19 19:35:37.782 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:37.782 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:37.782 | + functions-common:get_or_add_user_project_role:995 : user_role_id=eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:35:37.782 | + functions-common:get_or_add_user_project_role:997 : echo eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:35:37.782 | eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:35:37.970 | [147941 Async ks-demo-another:190773]: finished get_or_add_user_project_role anotherrole 421dd52192f844679799384548e6f79f f839f9b0c5c44c53bb1dc00d823ad9e1 with result 0 in 18 seconds 2022-08-19 19:35:38.060 | [147941 Async ks-demo-invis:190895]: Waiting for completion of get_or_add_user_project_role member 421dd52192f844679799384548e6f79f fa98af7e105a4490bf301111841dc2cd running on PID 190895 (14 other jobs running) 2022-08-19 19:35:38.163 | [147941 Async ks-demo-invis:190895]: Signaling child to exit 2022-08-19 19:35:38.164 | WAKEUP 2022-08-19 19:35:38.232 | [147941 Async ks-demo-invis:190895]: Signaled 2022-08-19 19:35:38.246 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:38.246 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:38.246 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:38.246 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:38.246 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:38.246 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:38.246 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:38.246 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:38.246 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:38.246 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:38.247 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 421dd52192f844679799384548e6f79f --project fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:35:38.247 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:38.247 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:38.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.247 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:38.247 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:38.247 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:38.247 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 421dd52192f844679799384548e6f79f --project fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:35:38.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.247 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 421dd52192f844679799384548e6f79f --project fa98af7e105a4490bf301111841dc2cd 2022-08-19 19:35:38.247 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:38.247 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:38.247 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:38.247 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:38.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.247 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:38.247 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:38.247 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:38.247 | ++ functions-common:get_field:818 : echo '| e1bbdae36c8b49cfba189cc27628ad5e | 421dd52192f844679799384548e6f79f | | fa98af7e105a4490bf301111841dc2cd | | | False |' 2022-08-19 19:35:38.247 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:38.247 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:38.247 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:38.247 | + functions-common:get_or_add_user_project_role:997 : echo e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:38.247 | e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:38.399 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:38.452 | [147941 Async ks-demo-invis:190895]: finished get_or_add_user_project_role member 421dd52192f844679799384548e6f79f fa98af7e105a4490bf301111841dc2cd with result 0 in 18 seconds 2022-08-19 19:35:38.466 | [192731 Async ks-system-reader:192731]: finished successfully 2022-08-19 19:35:38.596 | [147941 Async ks-demo-reader:191072]: Waiting for completion of get_or_add_user_project_role reader 2366357a27f94be3b0a4b1582f904d29 f839f9b0c5c44c53bb1dc00d823ad9e1 running on PID 191072 (13 other jobs running) 2022-08-19 19:35:38.705 | [147941 Async ks-demo-reader:191072]: Signaling child to exit 2022-08-19 19:35:38.705 | WAKEUP 2022-08-19 19:35:38.814 | [147941 Async ks-demo-reader:191072]: Signaled 2022-08-19 19:35:38.816 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:38.816 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:38.816 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:38.816 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:38.816 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:38.816 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:38.816 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:38.816 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:38.816 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2366357a27f94be3b0a4b1582f904d29 --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:38.817 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:38.817 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:38.817 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:38.817 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:38.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.817 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.817 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.817 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:38.817 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:38.817 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:38.817 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 2366357a27f94be3b0a4b1582f904d29 --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:38.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.817 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.817 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.817 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:38.817 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2366357a27f94be3b0a4b1582f904d29 --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:38.817 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:38.817 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:38.817 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:38.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.817 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:38.817 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:38.817 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:38.817 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:38.817 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:38.817 | ++ functions-common:get_field:818 : echo '| 7d0d282ee3294b8f9c8f8bdeceabdfbc | 2366357a27f94be3b0a4b1582f904d29 | | f839f9b0c5c44c53bb1dc00d823ad9e1 | | | False |' 2022-08-19 19:35:38.817 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:38.817 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:38.817 | + functions-common:get_or_add_user_project_role:995 : user_role_id=7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:38.817 | + functions-common:get_or_add_user_project_role:997 : echo 7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:38.818 | 7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:39.046 | [147941 Async ks-demo-reader:191072]: finished get_or_add_user_project_role reader 2366357a27f94be3b0a4b1582f904d29 f839f9b0c5c44c53bb1dc00d823ad9e1 with result 0 in 16 seconds 2022-08-19 19:35:39.072 | + inc/async:async_wait:197 : return 0 2022-08-19 19:35:39.092 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-08-19 19:35:39.371 | [147941 Async ks-alt-admin:191440]: Waiting for completion of get_or_add_user_project_role admin e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f running on PID 191440 (12 other jobs running) 2022-08-19 19:35:39.508 | [147941 Async ks-alt-admin:191440]: Signaling child to exit 2022-08-19 19:35:39.508 | WAKEUP 2022-08-19 19:35:39.604 | [147941 Async ks-alt-admin:191440]: Signaled 2022-08-19 19:35:39.617 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:39.617 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:39.617 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:39.617 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:39.617 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:39.617 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:39.617 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:39.617 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:39.617 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:39.618 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:39.618 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e9de2ac2f53d4b5d937498c48f1e2ecd --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:39.618 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:39.618 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:39.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:39.618 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:39.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:39.618 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:39.618 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:39.618 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:39.618 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:39.618 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user e9de2ac2f53d4b5d937498c48f1e2ecd --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:39.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:39.618 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:39.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:39.618 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:39.618 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e9de2ac2f53d4b5d937498c48f1e2ecd --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:39.618 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:39.618 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:39.618 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:39.618 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:39.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:39.618 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:39.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:39.618 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:39.618 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:39.618 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:39.618 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:39.618 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | e9de2ac2f53d4b5d937498c48f1e2ecd | | cffe682547f24bda966c20418221be9f | | | False |' 2022-08-19 19:35:39.618 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:39.619 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:39.619 | + functions-common:get_or_add_user_project_role:995 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:35:39.619 | + functions-common:get_or_add_user_project_role:997 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:35:39.619 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:35:39.880 | [147941 Async ks-alt-admin:191440]: finished get_or_add_user_project_role admin e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f with result 0 in 16 seconds 2022-08-19 19:35:40.031 | [147941 Async ks-alt-another:191608]: Waiting for completion of get_or_add_user_project_role anotherrole e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f running on PID 191608 (11 other jobs running) 2022-08-19 19:35:40.141 | [147941 Async ks-alt-another:191608]: Signaling child to exit 2022-08-19 19:35:40.142 | WAKEUP 2022-08-19 19:35:40.204 | [147941 Async ks-alt-another:191608]: Signaled 2022-08-19 19:35:40.206 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:40.206 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:40.206 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:40.206 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:40.206 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:40.206 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:40.206 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:40.206 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:40.206 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:40.206 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user e9de2ac2f53d4b5d937498c48f1e2ecd --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:40.206 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:40.206 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:40.206 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:40.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.206 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:40.206 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:40.206 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:40.206 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user e9de2ac2f53d4b5d937498c48f1e2ecd --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:40.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.206 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user e9de2ac2f53d4b5d937498c48f1e2ecd --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:40.206 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:40.206 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:40.206 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:40.207 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:40.207 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.207 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.207 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.207 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.207 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:40.207 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:40.207 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:40.207 | ++ functions-common:get_field:818 : echo '| eaccf6870ea440de8015dd72c855d6de | e9de2ac2f53d4b5d937498c48f1e2ecd | | cffe682547f24bda966c20418221be9f | | | False |' 2022-08-19 19:35:40.207 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:40.207 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:40.207 | + functions-common:get_or_add_user_project_role:995 : user_role_id=eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:35:40.207 | + functions-common:get_or_add_user_project_role:997 : echo eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:35:40.207 | eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:35:40.349 | [147941 Async ks-alt-another:191608]: finished get_or_add_user_project_role anotherrole e9de2ac2f53d4b5d937498c48f1e2ecd cffe682547f24bda966c20418221be9f with result 0 in 15 seconds 2022-08-19 19:35:40.577 | [147941 Async ks-alt-member-user:191963]: Waiting for completion of get_or_add_user_project_role member fbbc9d6bed0e4d24944e2c7685aae86f cffe682547f24bda966c20418221be9f running on PID 191963 (10 other jobs running) 2022-08-19 19:35:40.754 | [147941 Async ks-alt-member-user:191963]: Signaling child to exit 2022-08-19 19:35:40.755 | WAKEUP 2022-08-19 19:35:40.871 | [147941 Async ks-alt-member-user:191963]: Signaled 2022-08-19 19:35:40.884 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:40.885 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:40.887 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:40.887 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:40.887 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:40.887 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:40.887 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:40.887 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:40.887 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:40.887 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:40.887 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:40.887 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:40.887 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user fbbc9d6bed0e4d24944e2c7685aae86f --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:40.887 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.887 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.887 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.887 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.887 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:40.887 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:40.887 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:40.889 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user fbbc9d6bed0e4d24944e2c7685aae86f --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:40.890 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.890 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.890 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.890 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.890 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user fbbc9d6bed0e4d24944e2c7685aae86f --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:40.890 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:40.890 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:40.890 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:40.890 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:40.890 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.890 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.890 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:40.890 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:40.890 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:40.890 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:40.890 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:40.890 | ++ functions-common:get_field:818 : echo '| e1bbdae36c8b49cfba189cc27628ad5e | fbbc9d6bed0e4d24944e2c7685aae86f | | cffe682547f24bda966c20418221be9f | | | False |' 2022-08-19 19:35:40.890 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:40.890 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:40.890 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:40.890 | + functions-common:get_or_add_user_project_role:997 : echo e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:40.890 | e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:41.176 | [147941 Async ks-alt-member-user:191963]: finished get_or_add_user_project_role member fbbc9d6bed0e4d24944e2c7685aae86f cffe682547f24bda966c20418221be9f with result 0 in 13 seconds 2022-08-19 19:35:41.310 | [147941 Async ks-alt-reader-user:192199]: Waiting for completion of get_or_add_user_project_role reader 45fd429090f4438ea58b3e9b00574352 cffe682547f24bda966c20418221be9f running on PID 192199 (9 other jobs running) 2022-08-19 19:35:41.472 | [147941 Async ks-alt-reader-user:192199]: Signaling child to exit 2022-08-19 19:35:41.473 | WAKEUP 2022-08-19 19:35:41.615 | [147941 Async ks-alt-reader-user:192199]: Signaled 2022-08-19 19:35:41.645 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:35:41.645 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:35:41.645 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:41.645 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:41.645 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:41.645 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:41.645 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:41.645 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:35:41.645 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:41.645 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:35:41.645 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 45fd429090f4438ea58b3e9b00574352 --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:41.645 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:41.645 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:41.645 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:41.646 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:41.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:41.646 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:41.646 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:41.646 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:35:41.646 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:35:41.646 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 45fd429090f4438ea58b3e9b00574352 --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:41.646 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:41.646 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:41.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:41.646 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:41.646 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:35:41.646 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:35:41.646 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 45fd429090f4438ea58b3e9b00574352 --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:41.646 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:35:41.646 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:41.646 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:41.646 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:41.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:41.646 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:41.646 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:41.646 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:35:41.646 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:35:41.646 | ++ functions-common:get_field:818 : echo '| 7d0d282ee3294b8f9c8f8bdeceabdfbc | 45fd429090f4438ea58b3e9b00574352 | | cffe682547f24bda966c20418221be9f | | | False |' 2022-08-19 19:35:41.646 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:35:41.646 | ++ functions-common:get_field:812 : read data 2022-08-19 19:35:41.646 | + functions-common:get_or_add_user_project_role:995 : user_role_id=7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:41.646 | + functions-common:get_or_add_user_project_role:997 : echo 7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:41.646 | 7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:41.921 | [147941 Async ks-alt-reader-user:192199]: finished get_or_add_user_project_role reader 45fd429090f4438ea58b3e9b00574352 cffe682547f24bda966c20418221be9f with result 0 in 13 seconds 2022-08-19 19:35:41.938 | + inc/async:async_wait:197 : return 0 2022-08-19 19:35:41.956 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-08-19 19:35:42.215 | [147941 Async ks-system-member:192434]: Waiting for completion of get_or_add_user_system_role member 5f569ef447d04178b59c09f870d47098 all running on PID 192434 (8 other jobs running) 2022-08-19 19:35:42.357 | [147941 Async ks-system-member:192434]: Signaling child to exit 2022-08-19 19:35:42.357 | WAKEUP 2022-08-19 19:35:42.458 | [147941 Async ks-system-member:192434]: Signaled 2022-08-19 19:35:42.466 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-19 19:35:42.466 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-19 19:35:42.466 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-19 19:35:42.466 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:42.466 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:42.466 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:42.466 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:42.466 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:42.466 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-19 19:35:42.466 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5f569ef447d04178b59c09f870d47098 --system all -f value -c Role 2022-08-19 19:35:42.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:42.466 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:42.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:42.466 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:42.466 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:42.466 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-19 19:35:42.466 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-19 19:35:42.466 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user 5f569ef447d04178b59c09f870d47098 --system all 2022-08-19 19:35:42.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:42.466 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:42.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:42.466 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:42.466 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 5f569ef447d04178b59c09f870d47098 --system all -f value -c Role 2022-08-19 19:35:42.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:42.467 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:42.467 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:42.467 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:42.467 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:42.467 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:42.467 | + functions-common:get_or_add_user_system_role:1052 : echo e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:42.467 | e1bbdae36c8b49cfba189cc27628ad5e 2022-08-19 19:35:42.735 | [147941 Async ks-system-member:192434]: finished get_or_add_user_system_role member 5f569ef447d04178b59c09f870d47098 all with result 0 in 11 seconds 2022-08-19 19:35:42.971 | [147941 Async ks-system-reader:192731]: Waiting for completion of get_or_add_user_system_role reader 4abb5267e2d14707a62ccc37041f172d all running on PID 192731 (7 other jobs running) 2022-08-19 19:35:43.145 | [147941 Async ks-system-reader:192731]: Signaling child to exit 2022-08-19 19:35:43.145 | WAKEUP 2022-08-19 19:35:43.296 | [147941 Async ks-system-reader:192731]: Signaled 2022-08-19 19:35:43.309 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-19 19:35:43.309 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-19 19:35:43.309 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-19 19:35:43.309 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:35:43.309 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:35:43.309 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:35:43.309 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:35:43.309 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:35:43.309 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-19 19:35:43.309 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 4abb5267e2d14707a62ccc37041f172d --system all -f value -c Role 2022-08-19 19:35:43.309 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:43.309 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:43.309 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:43.309 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:43.309 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:43.309 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-19 19:35:43.309 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-19 19:35:43.309 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user 4abb5267e2d14707a62ccc37041f172d --system all 2022-08-19 19:35:43.309 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:43.309 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:43.309 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:43.309 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:43.309 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 4abb5267e2d14707a62ccc37041f172d --system all -f value -c Role 2022-08-19 19:35:43.309 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:43.309 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:43.310 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:43.310 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:43.310 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:43.310 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:43.310 | + functions-common:get_or_add_user_system_role:1052 : echo 7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:43.310 | 7d0d282ee3294b8f9c8f8bdeceabdfbc 2022-08-19 19:35:43.597 | [147941 Async ks-system-reader:192731]: finished get_or_add_user_system_role reader 4abb5267e2d14707a62ccc37041f172d all with result 0 in 11 seconds 2022-08-19 19:35:43.620 | + inc/async:async_wait:197 : return 0 2022-08-19 19:35:43.643 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-08-19 19:35:43.955 | [147941 Async ks-group-memberdemo:193099]: Waiting for completion of get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 running on PID 193099 (6 other jobs running) 2022-08-19 19:35:44.132 | [147941 Async ks-group-memberdemo:193099]: Signaling child to exit 2022-08-19 19:35:47.426 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:47.552 | [193099 Async ks-group-memberdemo:193099]: finished successfully 2022-08-19 19:35:47.648 | WAKEUP 2022-08-19 19:35:47.765 | [147941 Async ks-group-memberdemo:193099]: Signaled 2022-08-19 19:35:47.789 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:35:47.790 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 22e7016f66b84c798cd74fc23579ecf8 --project f839f9b0c5c44c53bb1dc00d823ad9e1 -f value 2022-08-19 19:35:47.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:47.790 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:47.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:47.790 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:47.790 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:47.790 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:35:47.790 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:35:47.790 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 22e7016f66b84c798cd74fc23579ecf8 --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:47.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:47.790 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:47.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:47.790 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:47.790 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 22e7016f66b84c798cd74fc23579ecf8 --project f839f9b0c5c44c53bb1dc00d823ad9e1 -f value 2022-08-19 19:35:47.790 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:47.790 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:47.790 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:47.790 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:47.790 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:47.790 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='e1bbdae36c8b49cfba189cc27628ad5e 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 False' 2022-08-19 19:35:47.791 | + functions-common:get_or_add_group_project_role:1076 : echo e1bbdae36c8b49cfba189cc27628ad5e 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 False 2022-08-19 19:35:47.791 | e1bbdae36c8b49cfba189cc27628ad5e 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 False 2022-08-19 19:35:47.807 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:47.864 | [193194 Async ks-group-anotherdemo:193194]: finished successfully 2022-08-19 19:35:47.914 | [147941 Async ks-group-memberdemo:193099]: finished get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 with result 0 in 14 seconds 2022-08-19 19:35:47.985 | [147941 Async ks-group-anotherdemo:193194]: Waiting for completion of get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 running on PID 193194 (5 other jobs running) 2022-08-19 19:35:48.030 | [147941 Async ks-group-anotherdemo:193194]: Signaling child to exit 2022-08-19 19:35:48.030 | WAKEUP 2022-08-19 19:35:48.067 | [147941 Async ks-group-anotherdemo:193194]: Signaled 2022-08-19 19:35:48.069 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:35:48.069 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 22e7016f66b84c798cd74fc23579ecf8 --project f839f9b0c5c44c53bb1dc00d823ad9e1 -f value 2022-08-19 19:35:48.069 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:48.069 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:48.069 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:48.069 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:48.069 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:48.069 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:35:48.069 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:35:48.069 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 22e7016f66b84c798cd74fc23579ecf8 --project f839f9b0c5c44c53bb1dc00d823ad9e1 2022-08-19 19:35:48.069 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:48.069 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:48.069 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:48.069 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:48.069 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 22e7016f66b84c798cd74fc23579ecf8 --project f839f9b0c5c44c53bb1dc00d823ad9e1 -f value 2022-08-19 19:35:48.069 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:48.069 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:48.069 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:48.069 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:48.069 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:48.070 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='eaccf6870ea440de8015dd72c855d6de 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 False' 2022-08-19 19:35:48.070 | + functions-common:get_or_add_group_project_role:1076 : echo eaccf6870ea440de8015dd72c855d6de 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 False 2022-08-19 19:35:48.070 | eaccf6870ea440de8015dd72c855d6de 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 False 2022-08-19 19:35:48.175 | [147941 Async ks-group-anotherdemo:193194]: finished get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 f839f9b0c5c44c53bb1dc00d823ad9e1 with result 0 in 14 seconds 2022-08-19 19:35:48.250 | [147941 Async ks-group-memberalt:193309]: Waiting for completion of get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f running on PID 193309 (4 other jobs running) 2022-08-19 19:35:48.301 | [147941 Async ks-group-memberalt:193309]: Signaling child to exit 2022-08-19 19:35:49.189 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:49.222 | [193309 Async ks-group-memberalt:193309]: finished successfully 2022-08-19 19:35:49.269 | WAKEUP 2022-08-19 19:35:49.299 | [147941 Async ks-group-memberalt:193309]: Signaled 2022-08-19 19:35:49.301 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:35:49.301 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 22e7016f66b84c798cd74fc23579ecf8 --project cffe682547f24bda966c20418221be9f -f value 2022-08-19 19:35:49.301 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:49.301 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:49.301 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:49.301 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:49.301 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:49.301 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:35:49.301 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:35:49.301 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 22e7016f66b84c798cd74fc23579ecf8 --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:49.301 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:49.301 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:49.302 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:49.302 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:49.302 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 22e7016f66b84c798cd74fc23579ecf8 --project cffe682547f24bda966c20418221be9f -f value 2022-08-19 19:35:49.302 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:49.302 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:49.302 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:49.302 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:49.302 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:49.302 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='e1bbdae36c8b49cfba189cc27628ad5e 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f False' 2022-08-19 19:35:49.302 | + functions-common:get_or_add_group_project_role:1076 : echo e1bbdae36c8b49cfba189cc27628ad5e 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f False 2022-08-19 19:35:49.302 | e1bbdae36c8b49cfba189cc27628ad5e 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f False 2022-08-19 19:35:49.367 | [147941 Async ks-group-memberalt:193309]: finished get_or_add_group_project_role member 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f with result 0 in 15 seconds 2022-08-19 19:35:49.416 | [147941 Async ks-group-anotheralt:193446]: Waiting for completion of get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f running on PID 193446 (3 other jobs running) 2022-08-19 19:35:49.459 | [147941 Async ks-group-anotheralt:193446]: Signaling child to exit 2022-08-19 19:35:50.034 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:50.072 | [193542 Async ks-group-admin:193542]: finished successfully 2022-08-19 19:35:50.218 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:35:50.245 | [193446 Async ks-group-anotheralt:193446]: finished successfully 2022-08-19 19:35:50.269 | WAKEUP 2022-08-19 19:35:50.294 | [147941 Async ks-group-anotheralt:193446]: Signaled 2022-08-19 19:35:50.296 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:35:50.296 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 22e7016f66b84c798cd74fc23579ecf8 --project cffe682547f24bda966c20418221be9f -f value 2022-08-19 19:35:50.296 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.296 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.296 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.296 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.296 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:50.296 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:35:50.296 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:35:50.296 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 22e7016f66b84c798cd74fc23579ecf8 --project cffe682547f24bda966c20418221be9f 2022-08-19 19:35:50.296 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.296 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.296 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.297 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.297 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 22e7016f66b84c798cd74fc23579ecf8 --project cffe682547f24bda966c20418221be9f -f value 2022-08-19 19:35:50.297 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.297 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.297 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.297 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.297 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:50.297 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='eaccf6870ea440de8015dd72c855d6de 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f False' 2022-08-19 19:35:50.297 | + functions-common:get_or_add_group_project_role:1076 : echo eaccf6870ea440de8015dd72c855d6de 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f False 2022-08-19 19:35:50.297 | eaccf6870ea440de8015dd72c855d6de 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f False 2022-08-19 19:35:50.343 | [147941 Async ks-group-anotheralt:193446]: finished get_or_add_group_project_role anotherrole 22e7016f66b84c798cd74fc23579ecf8 cffe682547f24bda966c20418221be9f with result 0 in 15 seconds 2022-08-19 19:35:50.389 | [147941 Async ks-group-admin:193542]: Waiting for completion of get_or_add_group_project_role admin 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 running on PID 193542 (2 other jobs running) 2022-08-19 19:35:50.415 | [147941 Async ks-group-admin:193542]: Signaling child to exit 2022-08-19 19:35:50.416 | WAKEUP 2022-08-19 19:35:50.440 | [147941 Async ks-group-admin:193542]: Signaled 2022-08-19 19:35:50.441 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:35:50.441 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 8fd345a4f17445c8a924505eb40bca18 --project a6fa9c1bd8234ee4914325667d5b0563 -f value 2022-08-19 19:35:50.441 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.441 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.441 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.441 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.441 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:50.441 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:35:50.441 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:35:50.441 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group 8fd345a4f17445c8a924505eb40bca18 --project a6fa9c1bd8234ee4914325667d5b0563 2022-08-19 19:35:50.441 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.441 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.441 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.441 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.441 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 8fd345a4f17445c8a924505eb40bca18 --project a6fa9c1bd8234ee4914325667d5b0563 -f value 2022-08-19 19:35:50.441 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.441 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.442 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:35:50.442 | from cryptography.utils import int_from_bytes 2022-08-19 19:35:50.442 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:35:50.442 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='6ee29539780a438dad18cd16a3e3df34 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 False' 2022-08-19 19:35:50.442 | + functions-common:get_or_add_group_project_role:1076 : echo 6ee29539780a438dad18cd16a3e3df34 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 False 2022-08-19 19:35:50.442 | 6ee29539780a438dad18cd16a3e3df34 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 False 2022-08-19 19:35:50.487 | [147941 Async ks-group-admin:193542]: finished get_or_add_group_project_role admin 8fd345a4f17445c8a924505eb40bca18 a6fa9c1bd8234ee4914325667d5b0563 with result 0 in 14 seconds 2022-08-19 19:35:50.491 | + inc/async:async_wait:197 : return 0 2022-08-19 19:35:50.495 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-08-19 19:35:50.512 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:35:50.515 | + ./stack.sh:main:1097 : is_service_enabled nova 2022-08-19 19:35:50.534 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:35:50.537 | + ./stack.sh:main:1098 : async_runfunc create_nova_accounts 2022-08-19 19:35:50.540 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-08-19 19:35:50.613 | + inc/async:async_inner:63 : create_nova_accounts 2022-08-19 19:35:50.668 | [147941 Async create_nova_accounts:195504]: running: create_nova_accounts 2022-08-19 19:35:50.671 | + ./stack.sh:main:1100 : is_service_enabled glance 2022-08-19 19:35:50.691 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:35:50.694 | + ./stack.sh:main:1101 : async_runfunc create_glance_accounts 2022-08-19 19:35:50.696 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-08-19 19:35:50.771 | + inc/async:async_inner:63 : create_glance_accounts 2022-08-19 19:35:50.823 | [147941 Async create_glance_accounts:195628]: running: create_glance_accounts 2022-08-19 19:35:50.827 | + ./stack.sh:main:1103 : is_service_enabled cinder 2022-08-19 19:35:50.856 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:35:50.859 | + ./stack.sh:main:1104 : async_runfunc create_cinder_accounts 2022-08-19 19:35:50.862 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-08-19 19:35:50.941 | + inc/async:async_inner:63 : create_cinder_accounts 2022-08-19 19:35:50.992 | [147941 Async create_cinder_accounts:195767]: running: create_cinder_accounts 2022-08-19 19:35:50.995 | + ./stack.sh:main:1106 : is_service_enabled neutron 2022-08-19 19:35:51.017 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:35:51.019 | + ./stack.sh:main:1107 : async_runfunc create_neutron_accounts 2022-08-19 19:35:51.022 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-08-19 19:35:51.115 | + inc/async:async_inner:63 : create_neutron_accounts 2022-08-19 19:35:51.184 | [147941 Async create_neutron_accounts:195892]: running: create_neutron_accounts 2022-08-19 19:35:51.187 | + ./stack.sh:main:1109 : is_service_enabled swift 2022-08-19 19:35:51.225 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:35:51.229 | + ./stack.sh:main:1110 : async_runfunc create_swift_accounts 2022-08-19 19:35:51.233 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-08-19 19:35:51.449 | + inc/async:async_inner:63 : create_swift_accounts 2022-08-19 19:35:51.719 | [147941 Async create_swift_accounts:196047]: running: create_swift_accounts 2022-08-19 19:35:51.737 | + ./stack.sh:main:1118 : is_service_enabled horizon 2022-08-19 19:35:51.868 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:35:51.889 | + ./stack.sh:main:1123 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-08-19 19:35:52.234 | [147941 Async create_nova_accounts:195504]: Waiting for completion of create_nova_accounts running on PID 195504 (6 other jobs running) 2022-08-19 19:35:52.435 | [147941 Async create_nova_accounts:195504]: Signaling child to exit 2022-08-19 19:36:34.389 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:36:34.524 | [195892 Async create_neutron_accounts:195892]: finished successfully 2022-08-19 19:36:53.008 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:36:53.040 | [195767 Async create_cinder_accounts:195767]: finished successfully 2022-08-19 19:37:07.924 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:37:07.952 | [195628 Async create_glance_accounts:195628]: finished successfully 2022-08-19 19:37:14.033 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:37:14.059 | [195504 Async create_nova_accounts:195504]: finished successfully 2022-08-19 19:37:14.084 | WAKEUP 2022-08-19 19:37:14.107 | [147941 Async create_nova_accounts:195504]: Signaled 2022-08-19 19:37:14.109 | + lib/nova:create_nova_accounts:351 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-08-19 19:37:14.109 | + lib/nova:create_nova_accounts:355 : create_service_user nova admin 2022-08-19 19:37:14.109 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-08-19 19:37:14.109 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:37:14.109 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:37:14.109 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:37:14.109 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:37:14.109 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.109 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.109 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.109 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.109 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.109 | + functions-common:get_or_create_user:925 : user_id=f5c9d66aead4415399148a170d56fbfb 2022-08-19 19:37:14.109 | + functions-common:get_or_create_user:926 : echo f5c9d66aead4415399148a170d56fbfb 2022-08-19 19:37:14.109 | f5c9d66aead4415399148a170d56fbfb 2022-08-19 19:37:14.109 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-08-19 19:37:14.109 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.109 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.109 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.109 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.109 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.109 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.109 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.109 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.109 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.109 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.109 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.109 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.110 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.110 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.110 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.110 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.110 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.110 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.110 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.110 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.110 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.110 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.110 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.110 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.110 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.110 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.110 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.110 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.110 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.110 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.110 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.110 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.110 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.110 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.110 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.110 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.110 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.110 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.110 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.111 | ++ functions-common:get_field:818 : echo '| 008c31ab093b4a78982f52a1acedf4e1 | f5c9d66aead4415399148a170d56fbfb | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.111 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.111 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.111 | + functions-common:get_or_add_user_project_role:995 : user_role_id=008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.111 | + functions-common:get_or_add_user_project_role:997 : echo 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.111 | 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.111 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-19 19:37:14.111 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-08-19 19:37:14.111 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.111 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.111 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.111 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.111 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.111 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.111 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.111 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.111 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.111 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.111 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.111 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.111 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.111 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.111 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.111 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.111 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.111 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.111 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.111 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.111 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.111 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.111 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.112 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.112 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.112 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.112 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.112 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.112 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.112 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.112 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.112 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.112 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.112 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.112 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.112 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.112 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.112 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.112 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.112 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | f5c9d66aead4415399148a170d56fbfb | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.112 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.112 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.112 | + functions-common:get_or_add_user_project_role:995 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:37:14.112 | + functions-common:get_or_add_user_project_role:997 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:37:14.112 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:37:14.112 | + lib/nova:create_nova_accounts:357 : local nova_api_url 2022-08-19 19:37:14.112 | + lib/nova:create_nova_accounts:358 : [[ True == \F\a\l\s\e ]] 2022-08-19 19:37:14.112 | + lib/nova:create_nova_accounts:361 : nova_api_url=http://10.222.0.23/compute 2022-08-19 19:37:14.112 | + lib/nova:create_nova_accounts:364 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-08-19 19:37:14.112 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:37:14.112 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-08-19 19:37:14.112 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-08-19 19:37:14.113 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.113 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.113 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.113 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.113 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.113 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:37:14.113 | 138346e62f4f4d1b8011e6d458dc7a48' 2022-08-19 19:37:14.113 | + functions-common:get_or_create_service:1094 : echo 138346e62f4f4d1b8011e6d458dc7a48 2022-08-19 19:37:14.113 | 138346e62f4f4d1b8011e6d458dc7a48 2022-08-19 19:37:14.113 | + lib/nova:create_nova_accounts:366 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.23/compute/v2/$(project_id)s' 2022-08-19 19:37:14.113 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:37:14.113 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.23/compute/v2/$(project_id)s' RegionOne 2022-08-19 19:37:14.113 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:37:14.113 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-08-19 19:37:14.113 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.113 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.113 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.113 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.113 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.113 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:37:14.113 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:37:14.113 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.23/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:37:14.113 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.113 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.113 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.113 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.113 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.113 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=7758263bdf0a4385aad0d90d2ff8b15b 2022-08-19 19:37:14.113 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 7758263bdf0a4385aad0d90d2ff8b15b 2022-08-19 19:37:14.113 | + functions-common:get_or_create_endpoint:1127 : public_id=7758263bdf0a4385aad0d90d2ff8b15b 2022-08-19 19:37:14.113 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:37:14.113 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:37:14.114 | + functions-common:get_or_create_endpoint:1136 : echo 7758263bdf0a4385aad0d90d2ff8b15b 2022-08-19 19:37:14.114 | 7758263bdf0a4385aad0d90d2ff8b15b 2022-08-19 19:37:14.114 | + lib/nova:create_nova_accounts:370 : get_or_create_service nova compute 'Nova Compute Service' 2022-08-19 19:37:14.114 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:37:14.114 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-08-19 19:37:14.114 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-08-19 19:37:14.114 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.114 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.114 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.114 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.114 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:37:14.114 | 4cca138bbb8549e7a492111625df6e21' 2022-08-19 19:37:14.114 | + functions-common:get_or_create_service:1094 : echo 4cca138bbb8549e7a492111625df6e21 2022-08-19 19:37:14.114 | 4cca138bbb8549e7a492111625df6e21 2022-08-19 19:37:14.114 | + lib/nova:create_nova_accounts:372 : get_or_create_endpoint compute RegionOne http://10.222.0.23/compute/v2.1 2022-08-19 19:37:14.114 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:37:14.114 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.23/compute/v2.1 RegionOne 2022-08-19 19:37:14.114 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:37:14.114 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-08-19 19:37:14.114 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.114 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.114 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.114 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.114 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:37:14.114 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:37:14.114 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.23/compute/v2.1 --region RegionOne -f value -c id 2022-08-19 19:37:14.114 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.114 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.114 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.115 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.115 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=939781513e2641e0b04a0771b8e0e9d9 2022-08-19 19:37:14.115 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 939781513e2641e0b04a0771b8e0e9d9 2022-08-19 19:37:14.115 | + functions-common:get_or_create_endpoint:1127 : public_id=939781513e2641e0b04a0771b8e0e9d9 2022-08-19 19:37:14.115 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:37:14.115 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:37:14.115 | + functions-common:get_or_create_endpoint:1136 : echo 939781513e2641e0b04a0771b8e0e9d9 2022-08-19 19:37:14.115 | 939781513e2641e0b04a0771b8e0e9d9 2022-08-19 19:37:14.115 | + lib/nova:create_nova_accounts:377 : is_service_enabled n-api 2022-08-19 19:37:14.115 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:37:14.115 | + lib/nova:create_nova_accounts:379 : is_service_enabled swift 2022-08-19 19:37:14.115 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:37:14.115 | + lib/nova:create_nova_accounts:382 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-08-19 19:37:14.115 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.115 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.115 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.115 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.115 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.115 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.115 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.115 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.115 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.115 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.115 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.115 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.115 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.115 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.115 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.115 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.115 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.115 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.115 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.115 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.116 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.116 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.116 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.116 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.116 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.116 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.116 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.116 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.116 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.116 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.116 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.116 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.116 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.116 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.116 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.116 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.116 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.116 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.116 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.116 | ++ functions-common:get_field:818 : echo '| f885cf77999c40a39454cbf179c40211 | f5c9d66aead4415399148a170d56fbfb | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.116 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.116 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.116 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f885cf77999c40a39454cbf179c40211 2022-08-19 19:37:14.116 | + functions-common:get_or_add_user_project_role:997 : echo f885cf77999c40a39454cbf179c40211 2022-08-19 19:37:14.116 | f885cf77999c40a39454cbf179c40211 2022-08-19 19:37:14.116 | + lib/nova:create_nova_accounts:387 : is_service_enabled s3api 2022-08-19 19:37:14.116 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:37:14.116 | + lib/nova:create_nova_accounts:398 : is_service_enabled n-api 2022-08-19 19:37:14.116 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:37:14.117 | + lib/nova:create_nova_accounts:399 : [[ False = True ]] 2022-08-19 19:37:14.154 | [147941 Async create_nova_accounts:195504]: finished create_nova_accounts with result 0 in 83 seconds 2022-08-19 19:37:14.192 | [147941 Async create_glance_accounts:195628]: Waiting for completion of create_glance_accounts running on PID 195628 (5 other jobs running) 2022-08-19 19:37:14.217 | [147941 Async create_glance_accounts:195628]: Signaling child to exit 2022-08-19 19:37:14.217 | WAKEUP 2022-08-19 19:37:14.240 | [147941 Async create_glance_accounts:195628]: Signaled 2022-08-19 19:37:14.242 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-08-19 19:37:14.242 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:37:14.242 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-08-19 19:37:14.242 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-08-19 19:37:14.242 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:37:14.242 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:37:14.242 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:37:14.242 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:37:14.242 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.242 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.242 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.242 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.242 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.242 | + functions-common:get_or_create_user:925 : user_id=cb82dc5dd5a440729b109f73ab51a859 2022-08-19 19:37:14.242 | + functions-common:get_or_create_user:926 : echo cb82dc5dd5a440729b109f73ab51a859 2022-08-19 19:37:14.242 | cb82dc5dd5a440729b109f73ab51a859 2022-08-19 19:37:14.242 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-08-19 19:37:14.242 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.243 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.243 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.243 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.243 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.243 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.243 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.243 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.243 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.243 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.243 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.243 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.243 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.243 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.243 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.243 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.243 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.243 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.243 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.243 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.243 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.243 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.243 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.243 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.243 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.243 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.243 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.243 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.243 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.244 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.244 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.244 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.244 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.244 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.244 | ++ functions-common:get_field:818 : echo '| 008c31ab093b4a78982f52a1acedf4e1 | cb82dc5dd5a440729b109f73ab51a859 | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.244 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.244 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.244 | + functions-common:get_or_add_user_project_role:995 : user_role_id=008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.244 | + functions-common:get_or_add_user_project_role:997 : echo 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.244 | 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.244 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-19 19:37:14.244 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-08-19 19:37:14.244 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:37:14.244 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-08-19 19:37:14.244 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-08-19 19:37:14.244 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:37:14.244 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:37:14.244 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:37:14.244 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:37:14.244 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.244 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.244 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.244 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.244 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.244 | + functions-common:get_or_create_user:925 : user_id=9deb53825c374894bb3065e165c6781c 2022-08-19 19:37:14.244 | + functions-common:get_or_create_user:926 : echo 9deb53825c374894bb3065e165c6781c 2022-08-19 19:37:14.244 | 9deb53825c374894bb3065e165c6781c 2022-08-19 19:37:14.244 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-08-19 19:37:14.244 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.245 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.245 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.245 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.245 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.245 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.245 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.245 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.245 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.245 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.245 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.245 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.245 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.245 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.245 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.245 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.245 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.245 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.245 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.245 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.245 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.245 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.245 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.245 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.245 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.245 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.245 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.245 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.245 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.246 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.246 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.246 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.246 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.246 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.246 | ++ functions-common:get_field:818 : echo '| 008c31ab093b4a78982f52a1acedf4e1 | 9deb53825c374894bb3065e165c6781c | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.246 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.246 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.246 | + functions-common:get_or_add_user_project_role:995 : user_role_id=008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.246 | + functions-common:get_or_add_user_project_role:997 : echo 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.246 | 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.246 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-08-19 19:37:14.246 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-08-19 19:37:14.246 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.246 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.246 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.246 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.246 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.246 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.246 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.246 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.246 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.246 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.246 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.246 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.246 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.246 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.246 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.246 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.246 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.246 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.246 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.246 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.247 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.247 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.247 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.247 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.247 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.247 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.247 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.247 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.247 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.247 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.247 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.247 | ++ functions-common:get_field:818 : echo '| f885cf77999c40a39454cbf179c40211 | 9deb53825c374894bb3065e165c6781c | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.247 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.247 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.247 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f885cf77999c40a39454cbf179c40211 2022-08-19 19:37:14.247 | + functions-common:get_or_add_user_project_role:997 : echo f885cf77999c40a39454cbf179c40211 2022-08-19 19:37:14.247 | f885cf77999c40a39454cbf179c40211 2022-08-19 19:37:14.247 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-08-19 19:37:14.247 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:37:14.247 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-08-19 19:37:14.247 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-08-19 19:37:14.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.248 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.248 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.248 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:37:14.248 | 894fef3e9c7e4ff793e0ac14d3700e3b' 2022-08-19 19:37:14.248 | + functions-common:get_or_create_service:1094 : echo 894fef3e9c7e4ff793e0ac14d3700e3b 2022-08-19 19:37:14.248 | 894fef3e9c7e4ff793e0ac14d3700e3b 2022-08-19 19:37:14.248 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.23/image 2022-08-19 19:37:14.248 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:37:14.248 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.23/image RegionOne 2022-08-19 19:37:14.248 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:37:14.248 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-08-19 19:37:14.248 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.248 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.248 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.248 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.248 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:37:14.248 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:37:14.248 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.23/image --region RegionOne -f value -c id 2022-08-19 19:37:14.248 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.248 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.248 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.248 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.248 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=9be2a352d4ba4e02a15e5187df22fcd4 2022-08-19 19:37:14.248 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 9be2a352d4ba4e02a15e5187df22fcd4 2022-08-19 19:37:14.248 | + functions-common:get_or_create_endpoint:1127 : public_id=9be2a352d4ba4e02a15e5187df22fcd4 2022-08-19 19:37:14.248 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:37:14.248 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:37:14.248 | + functions-common:get_or_create_endpoint:1136 : echo 9be2a352d4ba4e02a15e5187df22fcd4 2022-08-19 19:37:14.248 | 9be2a352d4ba4e02a15e5187df22fcd4 2022-08-19 19:37:14.248 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-08-19 19:37:14.248 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-19 19:37:14.249 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-19 19:37:14.249 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-08-19 19:37:14.249 | ++ functions-common:get_or_create_domain:888 : echo default 2022-08-19 19:37:14.249 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-08-19 19:37:14.249 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-08-19 19:37:14.249 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-08-19 19:37:14.249 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-08-19 19:37:14.288 | [147941 Async create_glance_accounts:195628]: finished create_glance_accounts with result 0 in 77 seconds 2022-08-19 19:37:14.327 | [147941 Async create_cinder_accounts:195767]: Waiting for completion of create_cinder_accounts running on PID 195767 (4 other jobs running) 2022-08-19 19:37:14.352 | [147941 Async create_cinder_accounts:195767]: Signaling child to exit 2022-08-19 19:37:14.352 | WAKEUP 2022-08-19 19:37:14.375 | [147941 Async create_cinder_accounts:195767]: Signaled 2022-08-19 19:37:14.377 | + lib/cinder:create_cinder_accounts:398 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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 =~ c-api ]] 2022-08-19 19:37:14.377 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-08-19 19:37:14.377 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-08-19 19:37:14.377 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:37:14.377 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:37:14.377 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:37:14.378 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:37:14.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.378 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.378 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.378 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.378 | + functions-common:get_or_create_user:925 : user_id=3711a93ea3dc492d90bb2932b36f2ae0 2022-08-19 19:37:14.378 | + functions-common:get_or_create_user:926 : echo 3711a93ea3dc492d90bb2932b36f2ae0 2022-08-19 19:37:14.378 | 3711a93ea3dc492d90bb2932b36f2ae0 2022-08-19 19:37:14.378 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-08-19 19:37:14.378 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.378 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.378 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.378 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.378 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.378 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.378 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.378 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.378 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.378 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.378 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.378 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.378 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.378 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.378 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.378 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.378 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.378 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.378 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.378 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.378 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.379 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.379 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.379 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.379 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.379 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.379 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.379 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.379 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.379 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.379 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.379 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.379 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.379 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.379 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.379 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.379 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.379 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.379 | ++ functions-common:get_field:818 : echo '| 008c31ab093b4a78982f52a1acedf4e1 | 3711a93ea3dc492d90bb2932b36f2ae0 | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.379 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.379 | + functions-common:get_or_add_user_project_role:995 : user_role_id=008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.379 | + functions-common:get_or_add_user_project_role:997 : echo 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.379 | 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.379 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-19 19:37:14.379 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-08-19 19:37:14.379 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:37:14.379 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-08-19 19:37:14.379 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-08-19 19:37:14.379 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.379 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.379 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.379 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.379 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.380 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:37:14.380 | 36acdac58e71416cbb3f8029db78f6b5' 2022-08-19 19:37:14.380 | + functions-common:get_or_create_service:1094 : echo 36acdac58e71416cbb3f8029db78f6b5 2022-08-19 19:37:14.380 | 36acdac58e71416cbb3f8029db78f6b5 2022-08-19 19:37:14.380 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-08-19 19:37:14.380 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.23/volume/v3/$(project_id)s' 2022-08-19 19:37:14.380 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:37:14.380 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.23/volume/v3/$(project_id)s' RegionOne 2022-08-19 19:37:14.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:37:14.380 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-08-19 19:37:14.380 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.380 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.380 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.380 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.380 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:37:14.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:37:14.380 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.23/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:37:14.380 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.380 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.380 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.380 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.380 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=eadcb8ff24204983bf5adcfa57f99cac 2022-08-19 19:37:14.380 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo eadcb8ff24204983bf5adcfa57f99cac 2022-08-19 19:37:14.380 | + functions-common:get_or_create_endpoint:1127 : public_id=eadcb8ff24204983bf5adcfa57f99cac 2022-08-19 19:37:14.380 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:37:14.380 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:37:14.380 | + functions-common:get_or_create_endpoint:1136 : echo eadcb8ff24204983bf5adcfa57f99cac 2022-08-19 19:37:14.380 | eadcb8ff24204983bf5adcfa57f99cac 2022-08-19 19:37:14.380 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-08-19 19:37:14.380 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:37:14.381 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-08-19 19:37:14.381 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-08-19 19:37:14.381 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.381 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.381 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.381 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.381 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.381 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:37:14.381 | 1378ecf2cb1443cb905954ea6b9e8cf3' 2022-08-19 19:37:14.381 | + functions-common:get_or_create_service:1094 : echo 1378ecf2cb1443cb905954ea6b9e8cf3 2022-08-19 19:37:14.381 | 1378ecf2cb1443cb905954ea6b9e8cf3 2022-08-19 19:37:14.381 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.23/volume/v3/$(project_id)s' 2022-08-19 19:37:14.381 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:37:14.381 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.23/volume/v3/$(project_id)s' RegionOne 2022-08-19 19:37:14.381 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:37:14.381 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-08-19 19:37:14.381 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.381 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.381 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.381 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.381 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.381 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:37:14.381 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:37:14.381 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.23/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:37:14.381 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.381 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.381 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.381 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.381 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.381 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=f50453bd37f24ab397fc284f51b2e9ef 2022-08-19 19:37:14.381 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo f50453bd37f24ab397fc284f51b2e9ef 2022-08-19 19:37:14.381 | + functions-common:get_or_create_endpoint:1127 : public_id=f50453bd37f24ab397fc284f51b2e9ef 2022-08-19 19:37:14.381 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:37:14.381 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:37:14.382 | + functions-common:get_or_create_endpoint:1136 : echo f50453bd37f24ab397fc284f51b2e9ef 2022-08-19 19:37:14.382 | f50453bd37f24ab397fc284f51b2e9ef 2022-08-19 19:37:14.382 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-08-19 19:37:14.382 | ++ lib/cinder:configure_cinder_internal_tenant:616 : get_or_create_project service 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:37:14.382 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-08-19 19:37:14.382 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.382 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.382 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.382 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.382 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_project:938 : project_id=875165eaaa014e80886801aa7f965e80 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_project:939 : echo 875165eaaa014e80886801aa7f965e80 2022-08-19 19:37:14.382 | + lib/cinder:configure_cinder_internal_tenant:616 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 875165eaaa014e80886801aa7f965e80 2022-08-19 19:37:14.382 | ++ lib/cinder:configure_cinder_internal_tenant:617 : get_or_create_user cinder 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_user:913 : local email= 2022-08-19 19:37:14.382 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-08-19 19:37:14.382 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.382 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.382 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.382 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.382 | No password was supplied, authentication will fail when a user does not have a password. 2022-08-19 19:37:14.382 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_user:925 : user_id=3711a93ea3dc492d90bb2932b36f2ae0 2022-08-19 19:37:14.382 | ++ functions-common:get_or_create_user:926 : echo 3711a93ea3dc492d90bb2932b36f2ae0 2022-08-19 19:37:14.382 | + lib/cinder:configure_cinder_internal_tenant:617 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 3711a93ea3dc492d90bb2932b36f2ae0 2022-08-19 19:37:14.425 | [147941 Async create_cinder_accounts:195767]: finished create_cinder_accounts with result 0 in 62 seconds 2022-08-19 19:37:14.429 | + inc/async:async_wait:197 : return 0 2022-08-19 19:37:14.432 | + ./stack.sh:main:1124 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-08-19 19:37:14.483 | [147941 Async create_neutron_accounts:195892]: Waiting for completion of create_neutron_accounts running on PID 195892 (3 other jobs running) 2022-08-19 19:37:14.509 | [147941 Async create_neutron_accounts:195892]: Signaling child to exit 2022-08-19 19:37:14.509 | WAKEUP 2022-08-19 19:37:14.532 | [147941 Async create_neutron_accounts:195892]: Signaled 2022-08-19 19:37:14.533 | + lib/neutron:create_neutron_accounts:685 : is_neutron_legacy_enabled 2022-08-19 19:37:14.533 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:37:14.533 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:37:14.533 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:37:14.533 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:37:14.533 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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-08-19 19:37:14.533 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:37:14.533 | + lib/neutron:create_neutron_accounts:687 : create_mutnauq_accounts 2022-08-19 19:37:14.533 | + lib/neutron-legacy:create_mutnauq_accounts:438 : local neutron_url 2022-08-19 19:37:14.533 | + lib/neutron-legacy:create_mutnauq_accounts:439 : '[' False == True ']' 2022-08-19 19:37:14.533 | + lib/neutron-legacy:create_mutnauq_accounts:442 : neutron_url=http://10.222.0.23:9696/ 2022-08-19 19:37:14.533 | + lib/neutron-legacy:create_mutnauq_accounts:444 : '[' '!' -z networking ']' 2022-08-19 19:37:14.534 | + lib/neutron-legacy:create_mutnauq_accounts:445 : neutron_url=http://10.222.0.23:9696/networking 2022-08-19 19:37:14.534 | + lib/neutron-legacy:create_mutnauq_accounts:448 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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-svc ]] 2022-08-19 19:37:14.534 | + lib/neutron-legacy:create_mutnauq_accounts:450 : create_service_user neutron 2022-08-19 19:37:14.534 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-08-19 19:37:14.534 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:37:14.534 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:37:14.534 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:37:14.534 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:37:14.534 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.534 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.534 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.534 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.534 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.534 | + functions-common:get_or_create_user:925 : user_id=4bcf576c4ef54e3bae1ce49328387bc1 2022-08-19 19:37:14.534 | + functions-common:get_or_create_user:926 : echo 4bcf576c4ef54e3bae1ce49328387bc1 2022-08-19 19:37:14.534 | 4bcf576c4ef54e3bae1ce49328387bc1 2022-08-19 19:37:14.534 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-08-19 19:37:14.534 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:37:14.534 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:37:14.534 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:37:14.534 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:37:14.534 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:37:14.534 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:37:14.534 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:37:14.534 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:37:14.534 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:37:14.534 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:37:14.534 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:37:14.534 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.534 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.534 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.534 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.534 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.535 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.535 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.535 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.535 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.535 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:37:14.535 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:37:14.535 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.535 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.535 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.535 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.535 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.535 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:37:14.535 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-08-19 19:37:14.535 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:37:14.535 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:37:14.535 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.535 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.535 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.535 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.535 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.535 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.535 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:37:14.535 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:37:14.535 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:37:14.535 | ++ functions-common:get_field:818 : echo '| 008c31ab093b4a78982f52a1acedf4e1 | 4bcf576c4ef54e3bae1ce49328387bc1 | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:37:14.536 | ++ functions-common:get_field:812 : read data 2022-08-19 19:37:14.536 | + functions-common:get_or_add_user_project_role:995 : user_role_id=008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.536 | + functions-common:get_or_add_user_project_role:997 : echo 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.536 | 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:37:14.536 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-19 19:37:14.536 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_service neutron network 'Neutron Service' 2022-08-19 19:37:14.536 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:37:14.536 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-08-19 19:37:14.536 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-08-19 19:37:14.536 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.536 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.536 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.536 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.536 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.536 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:37:14.536 | be7479f39e9440d9ae1f16291a66169b' 2022-08-19 19:37:14.536 | + functions-common:get_or_create_service:1094 : echo be7479f39e9440d9ae1f16291a66169b 2022-08-19 19:37:14.536 | be7479f39e9440d9ae1f16291a66169b 2022-08-19 19:37:14.536 | + lib/neutron-legacy:create_mutnauq_accounts:454 : get_or_create_endpoint network RegionOne http://10.222.0.23:9696/networking 2022-08-19 19:37:14.536 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:37:14.536 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.23:9696/networking RegionOne 2022-08-19 19:37:14.536 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:37:14.536 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-08-19 19:37:14.536 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.536 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.536 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.536 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.536 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.536 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:37:14.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:37:14.537 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.23:9696/networking --region RegionOne -f value -c id 2022-08-19 19:37:14.537 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.537 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.537 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:37:14.537 | from cryptography.utils import int_from_bytes 2022-08-19 19:37:14.537 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:37:14.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=4413f03193124270826e0d41837ad60f 2022-08-19 19:37:14.537 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 4413f03193124270826e0d41837ad60f 2022-08-19 19:37:14.537 | + functions-common:get_or_create_endpoint:1127 : public_id=4413f03193124270826e0d41837ad60f 2022-08-19 19:37:14.537 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:37:14.537 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:37:14.537 | + functions-common:get_or_create_endpoint:1136 : echo 4413f03193124270826e0d41837ad60f 2022-08-19 19:37:14.537 | 4413f03193124270826e0d41837ad60f 2022-08-19 19:37:14.581 | [147941 Async create_neutron_accounts:195892]: finished create_neutron_accounts with result 0 in 43 seconds 2022-08-19 19:37:14.621 | [147941 Async create_swift_accounts:196047]: Waiting for completion of create_swift_accounts running on PID 196047 (2 other jobs running) 2022-08-19 19:37:14.649 | [147941 Async create_swift_accounts:196047]: Signaling child to exit 2022-08-19 19:38:01.934 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:38:01.964 | [196047 Async create_swift_accounts:196047]: finished successfully 2022-08-19 19:38:01.989 | WAKEUP 2022-08-19 19:38:02.012 | [147941 Async create_swift_accounts:196047]: Signaled 2022-08-19 19:38:02.013 | + lib/swift:create_swift_accounts:613 : export swiftusertest1_password=testing 2022-08-19 19:38:02.013 | + lib/swift:create_swift_accounts:613 : swiftusertest1_password=testing 2022-08-19 19:38:02.013 | + lib/swift:create_swift_accounts:614 : export swiftusertest2_password=testing2 2022-08-19 19:38:02.014 | + lib/swift:create_swift_accounts:614 : swiftusertest2_password=testing2 2022-08-19 19:38:02.014 | + lib/swift:create_swift_accounts:615 : export swiftusertest3_password=testing3 2022-08-19 19:38:02.014 | + lib/swift:create_swift_accounts:615 : swiftusertest3_password=testing3 2022-08-19 19:38:02.014 | + lib/swift:create_swift_accounts:616 : export swiftusertest4_password=testing4 2022-08-19 19:38:02.014 | + lib/swift:create_swift_accounts:616 : swiftusertest4_password=testing4 2022-08-19 19:38:02.014 | + lib/swift:create_swift_accounts:618 : local another_role 2022-08-19 19:38:02.014 | ++ lib/swift:create_swift_accounts:619 : get_or_create_role anotherrole 2022-08-19 19:38:02.015 | ++ functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:38:02.015 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-19 19:38:02.015 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.015 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.015 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.015 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.015 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.015 | ++ functions-common:get_or_create_role:950 : role_id=eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:38:02.015 | ++ functions-common:get_or_create_role:951 : echo eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:38:02.015 | + lib/swift:create_swift_accounts:619 : another_role=eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:38:02.015 | + lib/swift:create_swift_accounts:623 : create_service_user swift admin 2022-08-19 19:38:02.015 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-08-19 19:38:02.015 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:38:02.015 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:38:02.015 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:38:02.015 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:38:02.015 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.015 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.015 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.016 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.016 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.016 | + functions-common:get_or_create_user:925 : user_id=dac19597382943b0b7051430dae0bd74 2022-08-19 19:38:02.016 | + functions-common:get_or_create_user:926 : echo dac19597382943b0b7051430dae0bd74 2022-08-19 19:38:02.016 | dac19597382943b0b7051430dae0bd74 2022-08-19 19:38:02.016 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-08-19 19:38:02.016 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:38:02.016 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:38:02.016 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:38:02.016 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:38:02.016 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:38:02.016 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:38:02.016 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:38:02.016 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:38:02.016 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:38:02.016 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:38:02.016 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:38:02.016 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:38:02.016 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.016 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.016 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.016 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.016 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.016 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.016 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.016 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.016 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:38:02.016 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:38:02.016 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:38:02.016 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.016 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.016 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.016 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.017 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:38:02.017 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:38:02.017 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.017 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.017 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.017 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.017 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.017 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.017 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.017 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.017 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:38:02.017 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:38:02.017 | ++ functions-common:get_field:818 : echo '| 008c31ab093b4a78982f52a1acedf4e1 | dac19597382943b0b7051430dae0bd74 | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:38:02.017 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:38:02.017 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.017 | + functions-common:get_or_add_user_project_role:995 : user_role_id=008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:38:02.017 | + functions-common:get_or_add_user_project_role:997 : echo 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:38:02.017 | 008c31ab093b4a78982f52a1acedf4e1 2022-08-19 19:38:02.017 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-19 19:38:02.017 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-08-19 19:38:02.017 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:38:02.017 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:38:02.017 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:38:02.017 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:38:02.017 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:38:02.017 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:38:02.017 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:38:02.017 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:38:02.017 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:38:02.017 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:38:02.018 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:38:02.018 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.018 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:38:02.018 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.018 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.018 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.018 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.018 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.018 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.018 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.018 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:38:02.018 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:38:02.018 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:38:02.018 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.018 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.018 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.018 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.019 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:38:02.019 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.019 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:38:02.019 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.019 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.019 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.019 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.019 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.019 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.019 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.019 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:38:02.019 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:38:02.019 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | dac19597382943b0b7051430dae0bd74 | | 875165eaaa014e80886801aa7f965e80 | | | False |' 2022-08-19 19:38:02.019 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:38:02.019 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.019 | + functions-common:get_or_add_user_project_role:995 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.019 | + functions-common:get_or_add_user_project_role:997 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.019 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.019 | + lib/swift:create_swift_accounts:625 : get_or_create_service swift object-store 'Swift Service' 2022-08-19 19:38:02.020 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:38:02.020 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-08-19 19:38:02.020 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-08-19 19:38:02.020 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.020 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.020 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.020 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.020 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.020 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:38:02.020 | 3548ac76bce340099f33ea7fbb38e986' 2022-08-19 19:38:02.020 | + functions-common:get_or_create_service:1094 : echo 3548ac76bce340099f33ea7fbb38e986 2022-08-19 19:38:02.020 | 3548ac76bce340099f33ea7fbb38e986 2022-08-19 19:38:02.020 | + lib/swift:create_swift_accounts:627 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.23:8080/v1/AUTH_$(project_id)s' http://10.222.0.23:8080 2022-08-19 19:38:02.020 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:38:02.020 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.23:8080/v1/AUTH_$(project_id)s' RegionOne 2022-08-19 19:38:02.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:38:02.020 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-08-19 19:38:02.020 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.020 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.020 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.020 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.020 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:38:02.020 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:38:02.021 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.23:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:38:02.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.021 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.021 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.021 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.021 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=74a82d10b7de44338ef60d55924e32de 2022-08-19 19:38:02.021 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 74a82d10b7de44338ef60d55924e32de 2022-08-19 19:38:02.021 | + functions-common:get_or_create_endpoint:1127 : public_id=74a82d10b7de44338ef60d55924e32de 2022-08-19 19:38:02.021 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.23:8080 ]] 2022-08-19 19:38:02.021 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.23:8080 RegionOne 2022-08-19 19:38:02.021 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:38:02.021 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-08-19 19:38:02.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.021 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.021 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.021 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.021 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:38:02.021 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:38:02.021 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.23:8080 --region RegionOne -f value -c id 2022-08-19 19:38:02.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.021 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.021 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.021 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.021 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=6ffd6907407749a289d1bf9ade6a127a 2022-08-19 19:38:02.021 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 6ffd6907407749a289d1bf9ade6a127a 2022-08-19 19:38:02.021 | 6ffd6907407749a289d1bf9ade6a127a 2022-08-19 19:38:02.021 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:38:02.021 | + functions-common:get_or_create_endpoint:1136 : echo 74a82d10b7de44338ef60d55924e32de 2022-08-19 19:38:02.021 | 74a82d10b7de44338ef60d55924e32de 2022-08-19 19:38:02.022 | + lib/swift:create_swift_accounts:632 : local swift_project_test1 2022-08-19 19:38:02.022 | ++ lib/swift:create_swift_accounts:633 : get_or_create_project swiftprojecttest1 default 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:38:02.022 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-08-19 19:38:02.022 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.022 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.022 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.022 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.022 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_project:938 : project_id=f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_project:939 : echo f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.022 | + lib/swift:create_swift_accounts:633 : swift_project_test1=f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.022 | + lib/swift:create_swift_accounts:634 : die_if_not_set 634 swift_project_test1 'Failure creating swift_project_test1' 2022-08-19 19:38:02.022 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.022 | ++ lib/swift:create_swift_accounts:636 : get_or_create_user swiftusertest1 testing default test@example.com 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-08-19 19:38:02.022 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-08-19 19:38:02.022 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.022 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.022 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.022 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.022 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_user:925 : user_id=92404388c1ac4905a4587a441189ae13 2022-08-19 19:38:02.022 | ++ functions-common:get_or_create_user:926 : echo 92404388c1ac4905a4587a441189ae13 2022-08-19 19:38:02.022 | + lib/swift:create_swift_accounts:636 : SWIFT_USER_TEST1=92404388c1ac4905a4587a441189ae13 2022-08-19 19:38:02.022 | + lib/swift:create_swift_accounts:637 : die_if_not_set 637 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-08-19 19:38:02.022 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.022 | + lib/swift:create_swift_accounts:638 : get_or_add_user_project_role admin 92404388c1ac4905a4587a441189ae13 f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.022 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:38:02.022 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:38:02.023 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:38:02.023 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:38:02.023 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:38:02.023 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:38:02.023 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:38:02.023 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:38:02.023 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 92404388c1ac4905a4587a441189ae13 --project f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.023 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.023 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:38:02.023 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.023 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.023 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.023 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:38:02.023 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:38:02.023 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 92404388c1ac4905a4587a441189ae13 --project f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.023 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 92404388c1ac4905a4587a441189ae13 --project f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.023 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.023 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:38:02.023 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.023 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.023 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.024 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:38:02.024 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:38:02.024 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:38:02.024 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | 92404388c1ac4905a4587a441189ae13 | | f6c4b5e1bd6d47c39d0efcfa325f5544 | | | False |' 2022-08-19 19:38:02.024 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.024 | + functions-common:get_or_add_user_project_role:995 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.024 | + functions-common:get_or_add_user_project_role:997 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.024 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.024 | + lib/swift:create_swift_accounts:640 : local swift_user_test3 2022-08-19 19:38:02.024 | ++ lib/swift:create_swift_accounts:642 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-08-19 19:38:02.024 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:38:02.024 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-08-19 19:38:02.024 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-08-19 19:38:02.024 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-08-19 19:38:02.024 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.024 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.024 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.024 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.024 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.024 | ++ functions-common:get_or_create_user:925 : user_id=68ae1795d7324990a14e0386606a8626 2022-08-19 19:38:02.024 | ++ functions-common:get_or_create_user:926 : echo 68ae1795d7324990a14e0386606a8626 2022-08-19 19:38:02.024 | + lib/swift:create_swift_accounts:642 : swift_user_test3=68ae1795d7324990a14e0386606a8626 2022-08-19 19:38:02.024 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_user_test3 'Failure creating swift_user_test3' 2022-08-19 19:38:02.024 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.024 | + lib/swift:create_swift_accounts:644 : get_or_add_user_project_role eaccf6870ea440de8015dd72c855d6de 68ae1795d7324990a14e0386606a8626 f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.024 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:38:02.024 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:38:02.024 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:38:02.024 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:38:02.024 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:38:02.024 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:38:02.024 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:38:02.025 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:38:02.025 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role eaccf6870ea440de8015dd72c855d6de --user 68ae1795d7324990a14e0386606a8626 --project f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.025 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.025 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:38:02.025 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.025 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.025 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.025 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.025 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.025 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.025 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:38:02.025 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:38:02.025 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add eaccf6870ea440de8015dd72c855d6de --user 68ae1795d7324990a14e0386606a8626 --project f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.025 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.025 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.025 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.025 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.025 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role eaccf6870ea440de8015dd72c855d6de --user 68ae1795d7324990a14e0386606a8626 --project f6c4b5e1bd6d47c39d0efcfa325f5544 2022-08-19 19:38:02.025 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:38:02.025 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.025 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.025 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.025 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.025 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.025 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.025 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.025 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:38:02.025 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:38:02.025 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:38:02.025 | ++ functions-common:get_field:818 : echo '| eaccf6870ea440de8015dd72c855d6de | 68ae1795d7324990a14e0386606a8626 | | f6c4b5e1bd6d47c39d0efcfa325f5544 | | | False |' 2022-08-19 19:38:02.026 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.026 | + functions-common:get_or_add_user_project_role:995 : user_role_id=eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:38:02.026 | + functions-common:get_or_add_user_project_role:997 : echo eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:38:02.026 | eaccf6870ea440de8015dd72c855d6de 2022-08-19 19:38:02.026 | + lib/swift:create_swift_accounts:646 : local swift_project_test2 2022-08-19 19:38:02.026 | ++ lib/swift:create_swift_accounts:647 : get_or_create_project swiftprojecttest2 default 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:38:02.026 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-08-19 19:38:02.026 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.026 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.026 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.026 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.026 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_project:938 : project_id=c2fc89d5d6924d9db87382aa8f74f828 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_project:939 : echo c2fc89d5d6924d9db87382aa8f74f828 2022-08-19 19:38:02.026 | + lib/swift:create_swift_accounts:647 : swift_project_test2=c2fc89d5d6924d9db87382aa8f74f828 2022-08-19 19:38:02.026 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_project_test2 'Failure creating swift_project_test2' 2022-08-19 19:38:02.026 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.026 | + lib/swift:create_swift_accounts:650 : local swift_user_test2 2022-08-19 19:38:02.026 | ++ lib/swift:create_swift_accounts:652 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-08-19 19:38:02.026 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-08-19 19:38:02.026 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.026 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.026 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.026 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.026 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_user:925 : user_id=4f094ed90844445fb3789757d6b9a24f 2022-08-19 19:38:02.026 | ++ functions-common:get_or_create_user:926 : echo 4f094ed90844445fb3789757d6b9a24f 2022-08-19 19:38:02.026 | + lib/swift:create_swift_accounts:652 : swift_user_test2=4f094ed90844445fb3789757d6b9a24f 2022-08-19 19:38:02.026 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_user_test2 'Failure creating swift_user_test2' 2022-08-19 19:38:02.026 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.027 | + lib/swift:create_swift_accounts:654 : get_or_add_user_project_role admin 4f094ed90844445fb3789757d6b9a24f c2fc89d5d6924d9db87382aa8f74f828 2022-08-19 19:38:02.027 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:38:02.027 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:38:02.027 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:38:02.027 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:38:02.027 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:38:02.027 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:38:02.027 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:38:02.027 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:38:02.027 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 4f094ed90844445fb3789757d6b9a24f --project c2fc89d5d6924d9db87382aa8f74f828 2022-08-19 19:38:02.027 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.027 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:38:02.027 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.027 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.027 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.027 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.027 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.027 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.027 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.027 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:38:02.027 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:38:02.027 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 4f094ed90844445fb3789757d6b9a24f --project c2fc89d5d6924d9db87382aa8f74f828 2022-08-19 19:38:02.027 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.027 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.027 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.027 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.027 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 4f094ed90844445fb3789757d6b9a24f --project c2fc89d5d6924d9db87382aa8f74f828 2022-08-19 19:38:02.027 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.027 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:38:02.027 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.027 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.027 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.028 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.028 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.028 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.028 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.028 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:38:02.028 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:38:02.028 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | 4f094ed90844445fb3789757d6b9a24f | | c2fc89d5d6924d9db87382aa8f74f828 | | | False |' 2022-08-19 19:38:02.028 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:38:02.028 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.028 | + functions-common:get_or_add_user_project_role:995 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.028 | + functions-common:get_or_add_user_project_role:997 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.028 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.028 | + lib/swift:create_swift_accounts:656 : local swift_domain 2022-08-19 19:38:02.028 | ++ lib/swift:create_swift_accounts:657 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-08-19 19:38:02.028 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-19 19:38:02.028 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-08-19 19:38:02.028 | +++ functions-common:get_or_create_domain:891 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-08-19 19:38:02.028 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.028 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.028 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.028 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.028 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.028 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-08-19 19:38:02.028 | ca6eb696b9554fcdaa495f9f6f90d449' 2022-08-19 19:38:02.028 | ++ functions-common:get_or_create_domain:888 : echo ca6eb696b9554fcdaa495f9f6f90d449 2022-08-19 19:38:02.028 | + lib/swift:create_swift_accounts:657 : swift_domain=ca6eb696b9554fcdaa495f9f6f90d449 2022-08-19 19:38:02.028 | + lib/swift:create_swift_accounts:658 : die_if_not_set 658 swift_domain 'Failure creating swift_test domain' 2022-08-19 19:38:02.028 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.028 | + lib/swift:create_swift_accounts:660 : local swift_project_test4 2022-08-19 19:38:02.028 | ++ lib/swift:create_swift_accounts:661 : get_or_create_project swiftprojecttest4 ca6eb696b9554fcdaa495f9f6f90d449 2022-08-19 19:38:02.028 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:38:02.028 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=ca6eb696b9554fcdaa495f9f6f90d449 --or-show -f value -c id 2022-08-19 19:38:02.029 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.029 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.029 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.029 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.029 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.029 | ++ functions-common:get_or_create_project:938 : project_id=eb7608d82dd04acd92b2f908bfa2be96 2022-08-19 19:38:02.029 | ++ functions-common:get_or_create_project:939 : echo eb7608d82dd04acd92b2f908bfa2be96 2022-08-19 19:38:02.029 | + lib/swift:create_swift_accounts:661 : swift_project_test4=eb7608d82dd04acd92b2f908bfa2be96 2022-08-19 19:38:02.029 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_project_test4 'Failure creating swift_project_test4' 2022-08-19 19:38:02.029 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.029 | + lib/swift:create_swift_accounts:664 : local swift_user_test4 2022-08-19 19:38:02.029 | ++ lib/swift:create_swift_accounts:666 : get_or_create_user swiftusertest4 testing4 ca6eb696b9554fcdaa495f9f6f90d449 test4@example.com 2022-08-19 19:38:02.029 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:38:02.029 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-08-19 19:38:02.029 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-08-19 19:38:02.029 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=ca6eb696b9554fcdaa495f9f6f90d449 --email=test4@example.com --or-show -f value -c id 2022-08-19 19:38:02.029 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.029 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.029 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.029 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.029 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.030 | ++ functions-common:get_or_create_user:925 : user_id=f296a8446f654b5ebe1f6c5a0184fa78 2022-08-19 19:38:02.030 | ++ functions-common:get_or_create_user:926 : echo f296a8446f654b5ebe1f6c5a0184fa78 2022-08-19 19:38:02.030 | + lib/swift:create_swift_accounts:666 : swift_user_test4=f296a8446f654b5ebe1f6c5a0184fa78 2022-08-19 19:38:02.030 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_user_test4 'Failure creating swift_user_test4' 2022-08-19 19:38:02.030 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:38:02.030 | + lib/swift:create_swift_accounts:668 : get_or_add_user_project_role admin f296a8446f654b5ebe1f6c5a0184fa78 eb7608d82dd04acd92b2f908bfa2be96 2022-08-19 19:38:02.030 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:38:02.030 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:38:02.030 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:38:02.030 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:38:02.030 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:38:02.030 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:38:02.030 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:38:02.030 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:38:02.030 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f296a8446f654b5ebe1f6c5a0184fa78 --project eb7608d82dd04acd92b2f908bfa2be96 2022-08-19 19:38:02.030 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:38:02.030 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.030 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.030 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.030 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.030 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.031 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.031 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.031 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.031 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:38:02.031 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:38:02.031 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user f296a8446f654b5ebe1f6c5a0184fa78 --project eb7608d82dd04acd92b2f908bfa2be96 2022-08-19 19:38:02.031 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.031 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.031 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.031 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.031 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:38:02.031 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f296a8446f654b5ebe1f6c5a0184fa78 --project eb7608d82dd04acd92b2f908bfa2be96 2022-08-19 19:38:02.031 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:38:02.031 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:38:02.031 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.031 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.031 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.031 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:02.031 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:02.031 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:38:02.031 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:38:02.031 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:38:02.031 | ++ functions-common:get_field:818 : echo '| 6ee29539780a438dad18cd16a3e3df34 | f296a8446f654b5ebe1f6c5a0184fa78 | | eb7608d82dd04acd92b2f908bfa2be96 | | | False |' 2022-08-19 19:38:02.031 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:38:02.031 | ++ functions-common:get_field:812 : read data 2022-08-19 19:38:02.031 | + functions-common:get_or_add_user_project_role:995 : user_role_id=6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.031 | + functions-common:get_or_add_user_project_role:997 : echo 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.031 | 6ee29539780a438dad18cd16a3e3df34 2022-08-19 19:38:02.060 | [147941 Async create_swift_accounts:196047]: finished create_swift_accounts with result 0 in 130 seconds 2022-08-19 19:38:02.067 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-08-19 19:38:02.070 | + inc/async:async_wait:197 : return 0 2022-08-19 19:38:02.073 | + ./stack.sh:main:1130 : is_service_enabled mysql postgresql 2022-08-19 19:38:02.092 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:02.095 | + ./stack.sh:main:1130 : is_service_enabled glance 2022-08-19 19:38:02.122 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:02.125 | + ./stack.sh:main:1131 : echo_summary 'Configuring Glance' 2022-08-19 19:38:02.127 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:38:02.130 | + ./stack.sh:echo_summary:441 : echo -e Configuring Glance 2022-08-19 19:38:02.132 | + ./stack.sh:main:1132 : async_runfunc init_glance 2022-08-19 19:38:02.135 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-08-19 19:38:02.204 | + inc/async:async_inner:63 : init_glance 2022-08-19 19:38:02.246 | [147941 Async init_glance:200341]: running: init_glance 2022-08-19 19:38:02.249 | + ./stack.sh:main:1139 : is_service_enabled neutron 2022-08-19 19:38:02.269 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:02.272 | + ./stack.sh:main:1140 : echo_summary 'Configuring Neutron' 2022-08-19 19:38:02.274 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:38:02.277 | + ./stack.sh:echo_summary:441 : echo -e Configuring Neutron 2022-08-19 19:38:02.283 | + ./stack.sh:main:1142 : configure_neutron 2022-08-19 19:38:02.283 | + lib/neutron:configure_neutron:636 : is_neutron_legacy_enabled 2022-08-19 19:38:02.287 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:38:02.287 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:38:02.293 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:38:02.295 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:38:02.298 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,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,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-08-19 19:38:02.302 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:38:02.304 | + lib/neutron:configure_neutron:638 : configure_mutnauq 2022-08-19 19:38:02.307 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_common 2022-08-19 19:38:02.310 | + lib/neutron-legacy:_configure_neutron_common:782 : _create_neutron_conf_dir 2022-08-19 19:38:02.314 | + lib/neutron-legacy:_create_neutron_conf_dir:775 : sudo install -d -o ubuntu /etc/neutron 2022-08-19 19:38:02.326 | + lib/neutron-legacy:_configure_neutron_common:785 : cd /opt/stack/neutron 2022-08-19 19:38:02.329 | + lib/neutron-legacy:_configure_neutron_common:785 : exec ./tools/generate_config_file_samples.sh 2022-08-19 19:38:05.494 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:05.494 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:05.494 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:05.494 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:08.716 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:08.716 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:08.717 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:08.717 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:11.902 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:11.902 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:11.903 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:11.903 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:15.092 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:15.092 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:15.092 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:15.092 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:18.290 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:18.290 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:18.290 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:18.290 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:21.509 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:21.509 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:21.509 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:21.509 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:24.681 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:24.681 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:24.681 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:24.681 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:28.211 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:28.211 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:28.211 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:28.211 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:32.277 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:32.277 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:32.277 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:32.277 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:37.463 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:37.464 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:37.464 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:37.464 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:37.791 | + lib/neutron-legacy:_configure_neutron_common:787 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-08-19 19:38:37.797 | + lib/neutron-legacy:_configure_neutron_common:789 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-08-19 19:38:37.799 | + lib/neutron-legacy:_configure_neutron_common:793 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-08-19 19:38:37.805 | + lib/neutron-legacy:_configure_neutron_common:797 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-08-19 19:38:37.808 | + lib/neutron-legacy:_configure_neutron_common:802 : neutron_plugin_configure_common 2022-08-19 19:38:37.810 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-08-19 19:38:37.814 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-08-19 19:38:37.816 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-08-19 19:38:37.819 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-08-19 19:38:37.821 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : local service_plugin_class=router 2022-08-19 19:38:37.824 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : [[ '' == '' ]] 2022-08-19 19:38:37.839 | + lib/neutron-legacy:_neutron_service_plugin_class_add:968 : Q_SERVICE_PLUGIN_CLASSES=router 2022-08-19 19:38:37.839 | + lib/neutron-legacy:_configure_neutron_common:804 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-08-19 19:38:37.839 | + lib/neutron-legacy:_configure_neutron_common:804 : [[ ml2_conf.ini == '' ]] 2022-08-19 19:38:37.839 | + lib/neutron-legacy:_configure_neutron_common:804 : [[ ml2 == '' ]] 2022-08-19 19:38:37.841 | + lib/neutron-legacy:_configure_neutron_common:809 : mkdir -p /etc/neutron/plugins/ml2 2022-08-19 19:38:37.846 | + lib/neutron-legacy:_configure_neutron_common:810 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:37.849 | + lib/neutron-legacy:_configure_neutron_common:813 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-08-19 19:38:37.851 | + lib/neutron-legacy:_configure_neutron_common:814 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:37.858 | ++ lib/neutron-legacy:_configure_neutron_common:819 : database_connection_url neutron 2022-08-19 19:38:37.861 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-08-19 19:38:37.864 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-08-19 19:38:37.867 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-08-19 19:38:37.873 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:38:37.873 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:37.875 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:38:37.898 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:37.901 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:38:37.904 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-19 19:38:37.908 | + lib/neutron-legacy:_configure_neutron_common:819 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-19 19:38:37.953 | + lib/neutron-legacy:_configure_neutron_common:820 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-08-19 19:38:38.001 | + lib/neutron-legacy:_configure_neutron_common:821 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-08-19 19:38:38.042 | + lib/neutron-legacy:_configure_neutron_common:822 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-08-19 19:38:38.084 | + lib/neutron-legacy:_configure_neutron_common:823 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-08-19 19:38:38.128 | + lib/neutron-legacy:_configure_neutron_common:826 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-08-19 19:38:38.171 | + lib/neutron-legacy:_configure_neutron_common:828 : '[' libvirt = fake ']' 2022-08-19 19:38:38.174 | + lib/neutron-legacy:_configure_neutron_common:838 : setup_logging /etc/neutron/neutron.conf 2022-08-19 19:38:38.178 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-08-19 19:38:38.191 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:38:38.191 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:38:38.209 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:38:38.213 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:38:38.216 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:38:38.219 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:38:38.222 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:38:38.268 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:38:38.319 | + functions:setup_systemd_logging:705 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:38:38.398 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:38:38.453 | + lib/neutron-legacy:_configure_neutron_common:840 : is_service_enabled tls-proxy 2022-08-19 19:38:38.474 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:38:38.477 | + lib/neutron-legacy:_configure_neutron_common:846 : _neutron_setup_rootwrap 2022-08-19 19:38:38.481 | + lib/neutron-legacy:_neutron_setup_rootwrap:1001 : [[ True == \F\a\l\s\e ]] 2022-08-19 19:38:38.484 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-08-19 19:38:38.487 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : [[ -d /etc/neutron/rootwrap.d ]] 2022-08-19 19:38:38.490 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 : sudo rm -rf /etc/neutron/rootwrap.d 2022-08-19 19:38:38.506 | + lib/neutron-legacy:_neutron_setup_rootwrap:1010 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-08-19 19:38:38.509 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:991 : [[ True == \F\a\l\s\e ]] 2022-08-19 19:38:38.513 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:994 : local srcdir=/opt/stack/neutron 2022-08-19 19:38:38.520 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:995 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-08-19 19:38:38.535 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:996 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-08-19 19:38:38.551 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-08-19 19:38:38.554 | + lib/neutron-legacy:_neutron_setup_rootwrap:1017 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-08-19 19:38:38.571 | + lib/neutron-legacy:_neutron_setup_rootwrap:1019 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-08-19 19:38:38.586 | + lib/neutron-legacy:_neutron_setup_rootwrap:1020 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-08-19 19:38:38.603 | + lib/neutron-legacy:_neutron_setup_rootwrap:1023 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-19 19:38:38.606 | + lib/neutron-legacy:_neutron_setup_rootwrap:1024 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:38:38.610 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1027 : mktemp 2022-08-19 19:38:38.616 | + lib/neutron-legacy:_neutron_setup_rootwrap:1027 : TEMPFILE=/tmp/tmp.6q2BccghXw 2022-08-19 19:38:38.620 | + lib/neutron-legacy:_neutron_setup_rootwrap:1028 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-19 19:38:38.623 | + lib/neutron-legacy:_neutron_setup_rootwrap:1029 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:38:38.628 | + lib/neutron-legacy:_neutron_setup_rootwrap:1030 : chmod 0440 /tmp/tmp.6q2BccghXw 2022-08-19 19:38:38.633 | + lib/neutron-legacy:_neutron_setup_rootwrap:1031 : sudo chown root:root /tmp/tmp.6q2BccghXw 2022-08-19 19:38:38.653 | + lib/neutron-legacy:_neutron_setup_rootwrap:1032 : sudo mv /tmp/tmp.6q2BccghXw /etc/sudoers.d/neutron-rootwrap 2022-08-19 19:38:38.670 | + lib/neutron-legacy:_neutron_setup_rootwrap:1035 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:38:38.713 | + lib/neutron-legacy:_neutron_setup_rootwrap:1036 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:38.716 | + lib/neutron-legacy:_neutron_setup_rootwrap:1037 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:38:38.758 | + lib/neutron-legacy:configure_mutnauq:352 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-08-19 19:38:38.760 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-08-19 19:38:38.762 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-08-19 19:38:38.766 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:38:38.769 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:38:38.771 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:38:38.790 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:38.793 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:38:38.797 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:38:38.800 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:38:38.824 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:38.828 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:38:38.832 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:38:38.878 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:38:38.881 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:38:38.884 | + lib/neutron-legacy:configure_mutnauq:354 : is_service_enabled q-metering 2022-08-19 19:38:38.905 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:38.908 | + lib/neutron-legacy:configure_mutnauq:355 : _configure_neutron_metering 2022-08-19 19:38:38.912 | + lib/neutron-legacy:_configure_neutron_metering:895 : neutron_agent_metering_configure_common 2022-08-19 19:38:38.934 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-19 19:38:38.934 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-19 19:38:38.934 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : [[ router == '' ]] 2022-08-19 19:38:38.934 | + lib/neutron-legacy:_neutron_service_plugin_class_add:969 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-08-19 19:38:38.934 | + lib/neutron-legacy:_neutron_service_plugin_class_add:970 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-19 19:38:38.934 | + lib/neutron-legacy:_configure_neutron_metering:896 : neutron_agent_metering_configure_agent 2022-08-19 19:38:38.934 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-08-19 19:38:38.938 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-08-19 19:38:38.943 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-08-19 19:38:38.946 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2022-08-19 19:38:38.951 | + lib/neutron-legacy:configure_mutnauq:357 : is_service_enabled q-agt q-svc 2022-08-19 19:38:38.974 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:38.976 | + lib/neutron-legacy:configure_mutnauq:358 : _configure_neutron_service 2022-08-19 19:38:38.982 | + lib/neutron-legacy:_configure_neutron_service:932 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-08-19 19:38:38.986 | + lib/neutron-legacy:_configure_neutron_service:933 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-08-19 19:38:38.991 | + lib/neutron-legacy:_configure_neutron_service:935 : [[ -n networking ]] 2022-08-19 19:38:38.994 | + lib/neutron-legacy:_configure_neutron_service:936 : _replace_api_paste_composite 2022-08-19 19:38:38.997 | + lib/neutron-legacy:_replace_api_paste_composite:921 : local sep 2022-08-19 19:38:39.002 | ++ lib/neutron-legacy:_replace_api_paste_composite:922 : echo -ne '\x01' 2022-08-19 19:38:39.005 | + lib/neutron-legacy:_replace_api_paste_composite:922 : sep=$'\001' 2022-08-19 19:38:39.008 | + lib/neutron-legacy:_replace_api_paste_composite:924 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2022-08-19 19:38:39.014 | + lib/neutron-legacy:_replace_api_paste_composite:925 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2022-08-19 19:38:39.019 | + lib/neutron-legacy:_replace_api_paste_composite:926 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2022-08-19 19:38:39.027 | + lib/neutron-legacy:_configure_neutron_service:940 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-08-19 19:38:39.070 | + lib/neutron-legacy:_configure_neutron_service:942 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-19 19:38:39.111 | + lib/neutron-legacy:_configure_neutron_service:943 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-08-19 19:38:39.153 | + lib/neutron-legacy:_configure_neutron_service:945 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-08-19 19:38:39.192 | + lib/neutron-legacy:_configure_neutron_service:946 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-08-19 19:38:39.194 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:38:39.197 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-08-19 19:38:39.200 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:38:39.204 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-08-19 19:38:39.242 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-08-19 19:38:39.287 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:38:39.327 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-08-19 19:38:39.372 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-08-19 19:38:39.418 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-08-19 19:38:39.465 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-08-19 19:38:39.509 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-08-19 19:38:39.550 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:38:39.598 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:38:39.652 | + lib/neutron-legacy:_configure_neutron_service:949 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-08-19 19:38:39.697 | + lib/neutron-legacy:_configure_neutron_service:950 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-08-19 19:38:39.759 | + lib/neutron-legacy:_configure_neutron_service:952 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-08-19 19:38:39.762 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:38:39.766 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-19 19:38:39.769 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-19 19:38:39.771 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-08-19 19:38:39.845 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-08-19 19:38:39.897 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.23/identity 2022-08-19 19:38:39.945 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-08-19 19:38:39.997 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-08-19 19:38:40.048 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-08-19 19:38:40.096 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-08-19 19:38:40.137 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-08-19 19:38:40.183 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:38:40.228 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-08-19 19:38:40.276 | + lib/neutron-legacy:_configure_neutron_service:955 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2022-08-19 19:38:40.280 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:38:40.290 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-19 19:38:40.290 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=placement 2022-08-19 19:38:40.291 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf placement auth_type password 2022-08-19 19:38:40.337 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf placement interface public 2022-08-19 19:38:40.386 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf placement auth_url http://10.222.0.23/identity 2022-08-19 19:38:40.426 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf placement username placement 2022-08-19 19:38:40.466 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf placement password Passw0rd 2022-08-19 19:38:40.505 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2022-08-19 19:38:40.543 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement project_name service 2022-08-19 19:38:40.581 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2022-08-19 19:38:40.616 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:38:40.658 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2022-08-19 19:38:40.697 | + lib/neutron-legacy:_configure_neutron_service:958 : neutron_plugin_configure_service 2022-08-19 19:38:40.700 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-08-19 19:38:40.703 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-08-19 19:38:40.706 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-08-19 19:38:40.709 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-08-19 19:38:40.712 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-08-19 19:38:40.714 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-08-19 19:38:40.717 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 650:699 != '' ]] 2022-08-19 19:38:40.719 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:650:699 2022-08-19 19:38:40.722 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:650:699 != '' ]] 2022-08-19 19:38:40.725 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-08-19 19:38:40.728 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-08-19 19:38:40.733 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-08-19 19:38:40.733 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-08-19 19:38:40.736 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-08-19 19:38:40.739 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-08-19 19:38:40.742 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-08-19 19:38:40.745 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-08-19 19:38:40.748 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:40.751 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2022-08-19 19:38:40.797 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2022-08-19 19:38:40.800 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:40.803 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:38:40.808 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-08-19 19:38:40.809 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-08-19 19:38:40.812 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:40.815 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-08-19 19:38:40.851 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ openvswitch,hyperv == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2022-08-19 19:38:40.854 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:131 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2022-08-19 19:38:40.856 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:40.862 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:38:40.868 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2022-08-19 19:38:40.868 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2022-08-19 19:38:40.870 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:40.873 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2022-08-19 19:38:40.913 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : [[ -n '' ]] 2022-08-19 19:38:40.915 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-08-19 19:38:40.918 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:40.922 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:38:40.928 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-08-19 19:38:40.930 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-08-19 19:38:40.934 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:40.936 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-08-19 19:38:40.978 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-08-19 19:38:40.980 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:40.982 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:38:40.985 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-08-19 19:38:40.989 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-08-19 19:38:40.991 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:40.994 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-08-19 19:38:41.032 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-08-19 19:38:41.036 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:41.041 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-08-19 19:38:41.045 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-08-19 19:38:41.048 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-08-19 19:38:41.051 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:41.054 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2022-08-19 19:38:41.093 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-08-19 19:38:41.099 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:41.109 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-08-19 19:38:41.110 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-19 19:38:41.110 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-19 19:38:41.111 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:41.114 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-08-19 19:38:41.151 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-08-19 19:38:41.154 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:41.157 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-08-19 19:38:41.160 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-08-19 19:38:41.163 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-08-19 19:38:41.166 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:41.169 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-08-19 19:38:41.208 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:650:699 2022-08-19 19:38:41.211 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:41.222 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-08-19 19:38:41.222 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:650:699 2022-08-19 19:38:41.222 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:650:699 ']' 2022-08-19 19:38:41.222 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:41.225 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:650:699 2022-08-19 19:38:41.270 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:149 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-08-19 19:38:41.273 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:38:41.276 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-08-19 19:38:41.279 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-19 19:38:41.283 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-19 19:38:41.286 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:38:41.289 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-08-19 19:38:41.339 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:151 : [[ legacy != \l\e\g\a\c\y ]] 2022-08-19 19:38:41.342 | + lib/neutron-legacy:configure_mutnauq:360 : is_service_enabled q-agt 2022-08-19 19:38:41.368 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:41.376 | + lib/neutron-legacy:configure_mutnauq:361 : _configure_neutron_plugin_agent 2022-08-19 19:38:41.376 | + lib/neutron-legacy:_configure_neutron_plugin_agent:910 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:38:41.426 | + lib/neutron-legacy:_configure_neutron_plugin_agent:911 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:41.428 | + lib/neutron-legacy:_configure_neutron_plugin_agent:912 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:38:41.480 | + lib/neutron-legacy:_configure_neutron_plugin_agent:914 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-19 19:38:41.535 | + lib/neutron-legacy:_configure_neutron_plugin_agent:917 : neutron_plugin_configure_plugin_agent 2022-08-19 19:38:41.538 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-08-19 19:38:41.541 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-08-19 19:38:41.547 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-19 19:38:44.698 | INFO neutron.common.config [-] Logging enabled! 2022-08-19 19:38:44.698 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev497 2022-08-19 19:38:44.698 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=202720) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-08-19 19:38:44.751 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=202720) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:38:44.751 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=202720) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:38:44.751 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=202720) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:44.751 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=202720) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:44.752 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=202720) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:44.752 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=202720) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:44.809 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-19 19:38:44.809 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:44.809 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:44.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:44.810 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:45.166 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-08-19 19:38:45.169 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-08-19 19:38:45.171 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-08-19 19:38:45.174 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-19 19:38:45.177 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-08-19 19:38:45.242 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-08-19 19:38:45.264 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-08-19 19:38:45.268 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:45.271 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-08-19 19:38:45.314 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-08-19 19:38:45.318 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-08-19 19:38:45.327 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-08-19 19:38:45.331 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-08-19 19:38:45.334 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-08-19 19:38:45.351 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-08-19 19:38:45.366 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-19 19:38:45.369 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-08-19 19:38:45.388 | net.bridge.bridge-nf-call-iptables = 1 2022-08-19 19:38:45.397 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-19 19:38:45.400 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-08-19 19:38:45.415 | net.bridge.bridge-nf-call-ip6tables = 1 2022-08-19 19:38:45.421 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-08-19 19:38:45.423 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-08-19 19:38:45.427 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-08-19 19:38:45.430 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-08-19 19:38:45.433 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-08-19 19:38:45.435 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-19 19:38:45.440 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-19 19:38:45.443 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-19 19:38:45.445 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-19 19:38:45.485 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-08-19 19:38:45.493 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2022-08-19 19:38:45.539 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-08-19 19:38:45.542 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-08-19 19:38:45.581 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-08-19 19:38:45.623 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled q-dhcp 2022-08-19 19:38:45.645 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:45.648 | + lib/neutron-legacy:configure_mutnauq:364 : _configure_neutron_dhcp_agent 2022-08-19 19:38:45.652 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:851 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-08-19 19:38:45.657 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:853 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-08-19 19:38:45.700 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:855 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-08-19 19:38:45.753 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:856 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:38:45.796 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:857 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:45.799 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:858 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:38:45.837 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:861 : is_service_enabled q-l3 2022-08-19 19:38:45.857 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:45.860 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:872 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-19 19:38:45.864 | + lib/neutron-legacy:_neutron_setup_interface_driver:1045 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-08-19 19:38:45.907 | + lib/neutron-legacy:_neutron_setup_interface_driver:1047 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-19 19:38:45.910 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-19 19:38:45.913 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-08-19 19:38:45.961 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:874 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-08-19 19:38:45.965 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-19 19:38:45.969 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-08-19 19:38:45.973 | + lib/neutron-legacy:configure_mutnauq:366 : is_service_enabled q-l3 2022-08-19 19:38:45.995 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:38:45.998 | + lib/neutron-legacy:configure_mutnauq:367 : _configure_neutron_l3_agent 2022-08-19 19:38:46.002 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2022-08-19 19:38:46.008 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-08-19 19:38:46.048 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:38:46.112 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:46.116 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:38:46.163 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-19 19:38:46.166 | + lib/neutron-legacy:_neutron_setup_interface_driver:1045 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-08-19 19:38:46.209 | + lib/neutron-legacy:_neutron_setup_interface_driver:1047 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-19 19:38:46.211 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-19 19:38:46.214 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-08-19 19:38:46.259 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-08-19 19:38:46.262 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-19 19:38:46.265 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-08-19 19:38:46.268 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-19 19:38:49.177 | INFO neutron.common.config [-] Logging enabled! 2022-08-19 19:38:49.178 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev497 2022-08-19 19:38:49.178 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=203297) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-08-19 19:38:49.232 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=203297) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:38:49.232 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=203297) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:38:49.233 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=203297) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:49.233 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=203297) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:49.233 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=203297) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:49.234 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=203297) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:38:49.299 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-08-19 19:38:49.300 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=203297) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-08-19 19:38:49.301 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=203297) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-08-19 19:38:49.301 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-19 19:38:49.301 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:49.301 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:49.301 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:38:49.301 | from cryptography.utils import int_from_bytes 2022-08-19 19:38:49.676 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-08-19 19:38:49.679 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-08-19 19:38:49.682 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-08-19 19:38:49.686 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-19 19:38:49.689 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-19 19:38:49.693 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-19 19:38:49.697 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-19 19:38:49.721 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-08-19 19:38:49.723 | + functions:set_mtu:785 : local dev=br-data 2022-08-19 19:38:49.726 | + functions:set_mtu:786 : local mtu=1500 2022-08-19 19:38:49.729 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-08-19 19:38:49.743 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-08-19 19:38:49.772 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-08-19 19:38:49.775 | + lib/neutron-legacy:_configure_public_network_connectivity:717 : [[ -n eth1 ]] 2022-08-19 19:38:49.778 | + lib/neutron-legacy:_configure_public_network_connectivity:718 : _move_neutron_addresses_route eth1 br-data True False inet 2022-08-19 19:38:49.780 | + lib/neutron-legacy:_move_neutron_addresses_route:658 : local from_intf=eth1 2022-08-19 19:38:49.784 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : local to_intf=br-data 2022-08-19 19:38:49.788 | + lib/neutron-legacy:_move_neutron_addresses_route:660 : local add_ovs_port=True 2022-08-19 19:38:49.791 | + lib/neutron-legacy:_move_neutron_addresses_route:661 : local del_ovs_port=False 2022-08-19 19:38:49.794 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : local af=inet 2022-08-19 19:38:49.799 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : [[ -n eth1 ]] 2022-08-19 19:38:49.803 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : [[ -n br-data ]] 2022-08-19 19:38:49.807 | + lib/neutron-legacy:_move_neutron_addresses_route:670 : local IP_REPLACE= 2022-08-19 19:38:49.810 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : local IP_DEL= 2022-08-19 19:38:49.813 | + lib/neutron-legacy:_move_neutron_addresses_route:672 : local IP_UP= 2022-08-19 19:38:49.816 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : local DEFAULT_ROUTE_GW 2022-08-19 19:38:49.820 | ++ lib/neutron-legacy:_move_neutron_addresses_route:674 : ip -f inet r 2022-08-19 19:38:49.822 | ++ lib/neutron-legacy:_move_neutron_addresses_route:674 : awk '/default.+eth1\s/ { print $3; exit }' 2022-08-19 19:38:49.830 | + lib/neutron-legacy:_move_neutron_addresses_route:674 : DEFAULT_ROUTE_GW= 2022-08-19 19:38:49.836 | + lib/neutron-legacy:_move_neutron_addresses_route:675 : local ADD_OVS_PORT= 2022-08-19 19:38:49.838 | + lib/neutron-legacy:_move_neutron_addresses_route:676 : local DEL_OVS_PORT= 2022-08-19 19:38:49.841 | + lib/neutron-legacy:_move_neutron_addresses_route:677 : local ARP_CMD= 2022-08-19 19:38:49.848 | ++ lib/neutron-legacy:_move_neutron_addresses_route:679 : ip -f inet a s dev eth1 scope global primary 2022-08-19 19:38:49.849 | ++ lib/neutron-legacy:_move_neutron_addresses_route:679 : awk '{ print $2, $3, $4; exit }' 2022-08-19 19:38:49.850 | ++ lib/neutron-legacy:_move_neutron_addresses_route:679 : grep inet 2022-08-19 19:38:49.856 | + lib/neutron-legacy:_move_neutron_addresses_route:679 : IP_BRD='192.168.0.47/22 brd 192.168.3.255' 2022-08-19 19:38:49.859 | + lib/neutron-legacy:_move_neutron_addresses_route:681 : '[' '' '!=' '' ']' 2022-08-19 19:38:49.862 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:49.865 | + lib/neutron-legacy:_move_neutron_addresses_route:686 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-08-19 19:38:49.868 | + lib/neutron-legacy:_move_neutron_addresses_route:689 : [[ False == \T\r\u\e ]] 2022-08-19 19:38:49.871 | + lib/neutron-legacy:_move_neutron_addresses_route:693 : [[ 192.168.0.47/22 brd 192.168.3.255 != '' ]] 2022-08-19 19:38:49.875 | + lib/neutron-legacy:_move_neutron_addresses_route:694 : IP_DEL='sudo ip addr del 192.168.0.47/22 brd 192.168.3.255 dev eth1' 2022-08-19 19:38:49.879 | + lib/neutron-legacy:_move_neutron_addresses_route:695 : IP_REPLACE='sudo ip addr replace 192.168.0.47/22 brd 192.168.3.255 dev br-data' 2022-08-19 19:38:49.885 | + lib/neutron-legacy:_move_neutron_addresses_route:696 : IP_UP='sudo ip link set br-data up' 2022-08-19 19:38:49.888 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : [[ inet == \i\n\e\t ]] 2022-08-19 19:38:49.896 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : echo 192.168.0.47/22 brd 192.168.3.255 2022-08-19 19:38:49.896 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : awk '{ print $1; exit }' 2022-08-19 19:38:49.898 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : cut -d / -f1 2022-08-19 19:38:49.899 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : grep -o -E '(.*)/' 2022-08-19 19:38:49.905 | + lib/neutron-legacy:_move_neutron_addresses_route:698 : IP=192.168.0.47 2022-08-19 19:38:49.909 | + lib/neutron-legacy:_move_neutron_addresses_route:699 : ARP_CMD='sudo arping -A -c 3 -w 5 -I br-data 192.168.0.47 ' 2022-08-19 19:38:49.913 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ip addr del 192.168.0.47/22 brd 192.168.3.255 dev eth1 2022-08-19 19:38:49.929 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ip addr replace 192.168.0.47/22 brd 192.168.3.255 dev br-data 2022-08-19 19:38:49.946 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ip link set br-data up 2022-08-19 19:38:49.962 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-08-19 19:38:49.991 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo arping -A -c 3 -w 5 -I br-data 192.168.0.47 2022-08-19 19:38:53.006 | ARPING 192.168.0.47 from 192.168.0.47 br-data 2022-08-19 19:38:53.006 | Sent 3 probes (3 broadcast(s)) 2022-08-19 19:38:53.006 | Received 0 response(s) 2022-08-19 19:38:53.025 | + lib/neutron-legacy:_move_neutron_addresses_route:1 : exit_trap 2022-08-19 19:38:53.027 | + ./stack.sh:exit_trap:516 : local r=1 2022-08-19 19:38:53.031 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-08-19 19:38:53.034 | + ./stack.sh:exit_trap:517 : jobs='186000 2022-08-19 19:38:53.034 | 200341' 2022-08-19 19:38:53.036 | + ./stack.sh:exit_trap:520 : [[ -n 186000 2022-08-19 19:38:53.036 | 200341 ]] 2022-08-19 19:38:53.038 | + ./stack.sh:exit_trap:520 : [[ -n /opt/stack/logs/stack.sh.log.2022-08-19-192935 ]] 2022-08-19 19:38:53.041 | + ./stack.sh:exit_trap:520 : [[ True == \T\r\u\e ]] 2022-08-19 19:38:53.043 | + ./stack.sh:exit_trap:521 : echo 'exit_trap: cleaning up child processes' 2022-08-19 19:38:53.043 | exit_trap: cleaning up child processes 2022-08-19 19:38:53.046 | + ./stack.sh:exit_trap:522 : kill 186000 200341 2022-08-19 19:38:53.049 | + ./stack.sh:exit_trap:526 : '[' -f /tmp/tmp.fU1y5ZPMSu ']' 2022-08-19 19:38:53.052 | + ./stack.sh:exit_trap:527 : rm /tmp/tmp.fU1y5ZPMSu 2022-08-19 19:38:53.056 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-08-19 19:38:53.059 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-08-19 19:38:53.065 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-08-19 19:38:53.068 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-08-19 19:38:53.068 | Error on exit 2022-08-19 19:38:53.070 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-08-19 19:38:53.077 | + ./stack.sh:exit_trap:537 : generate-subunit 1660937372 561 fail 2022-08-19 19:38:53.348 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-08-19 19:38:53.355 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-08-19 19:38:54.148 | + ./stack.sh:exit_trap:551 : exit 1