2022-08-24 14:53:37.026 | + ./stack.sh:main:482 : exec 2022-08-24 14:53:37.026 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-24-145336' 2022-08-24 14:53:37.026 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-24-145336.summary.2022-08-24-145336 2022-08-24 14:53:37.026 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 14:53:37.026 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-24-145336 2022-08-24 14:53:37.026 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-24-145336 /opt/stack/logs/stack.sh.log 2022-08-24 14:53:37.026 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-24-145336.summary.2022-08-24-145336 /opt/stack/logs/stack.sh.log.summary 2022-08-24 14:53:37.026 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-24 14:53:37.026 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-24 14:53:37.026 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-24 14:53:37.026 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-24 14:53:37.027 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-24 14:53:37.027 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-24 14:53:37.027 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-24 14:53:37.027 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-24 14:53:37.027 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-24 14:53:37.027 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-24 14:53:37.027 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-24 14:53:37.027 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-24 14:53:37.027 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-24 14:53:37.027 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-24 14:53:37.029 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-24 14:53:37.031 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-24 14:53:37.033 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-24 14:53:37.035 | + ./stack.sh:main:568 : set -o errexit 2022-08-24 14:53:37.037 | + ./stack.sh:main:571 : uname -a 2022-08-24 14:53:37.038 | Linux dv-neutron-843871-6-hyperv 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-08-24 14:53:37.040 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-24 14:53:37.041 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-24 14:53:37.044 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-24 14:53:37.083 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-24 14:53:37.097 | + ./stack.sh:main:585 : fetch_plugins 2022-08-24 14:53:37.099 | + functions-common:fetch_plugins:1785 : local plugins= 2022-08-24 14:53:37.101 | + functions-common:fetch_plugins:1786 : local plugin 2022-08-24 14:53:37.103 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-08-24 14:53:37.104 | + functions-common:fetch_plugins:1790 : return 2022-08-24 14:53:37.106 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-24 14:53:37.108 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-08-24 14:53:37.110 | + functions-common:run_phase:1868 : local phase= 2022-08-24 14:53:37.111 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-24 14:53:37.114 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-24 14:53:37.115 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-24 14:53:37.117 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-24 14:53:37.119 | + functions-common:run_phase:1877 : local extra 2022-08-24 14:53:37.121 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-24 14:53:37.124 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-24 14:53:37.125 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-24 14:53:37.127 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-24 14:53:37.129 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-24 14:53:37.131 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-24 14:53:37.144 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 14:53:37.146 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-24 14:53:37.147 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-24 14:53:37.149 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-24 14:53:37.151 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-24 14:53:37.152 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-24 14:53:37.154 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-24 14:53:37.156 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-24 14:53:37.157 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-24 14:53:37.160 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-24 14:53:37.162 | + 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-24 14:53:37.163 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-08-24 14:53:37.166 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-08-24 14:53:37.167 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-08-24 14:53:37.169 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-08-24 14:53:37.171 | + functions-common:plugin_override_defaults:1831 : return 2022-08-24 14:53:37.173 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-24 14:53:37.191 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-24 14:53:37.193 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-24 14:53:37.207 | ++ functions-common:is_service_enabled:2095 : return 1 2022-08-24 14:53:37.209 | +++ lib/tls:source:43 : hostname -f 2022-08-24 14:53:37.212 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-24 14:53:37.214 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-24 14:53:37.216 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-24 14:53:37.218 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-24 14:53:37.220 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-24 14:53:37.222 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-24 14:53:37.224 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-24 14:53:37.226 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-24 14:53:37.228 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-24 14:53:37.230 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-24 14:53:37.234 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-24 14:53:37.246 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-24 14:53:37.265 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-24 14:53:37.279 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-24 14:53:37.293 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-24 14:53:37.327 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-24 14:53:37.388 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-24 14:53:37.474 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-24 14:53:37.494 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-24 14:53:37.543 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-24 14:53:37.592 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-24 14:53:37.732 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-24 14:53:37.746 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-24 14:53:37.758 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-24 14:53:37.770 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-24 14:53:37.851 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-24 14:53:37.853 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-24 14:53:37.856 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-24 14:53:37.858 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-24 14:53:37.860 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-24 14:53:37.862 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-24 14:53:37.865 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-24 14:53:37.865 | False' 2022-08-24 14:53:37.868 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-24 14:53:37.882 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-24 14:53:37.884 | + ./stack.sh:main:619 : run_phase source 2022-08-24 14:53:37.886 | + functions-common:run_phase:1867 : local mode=source 2022-08-24 14:53:37.888 | + functions-common:run_phase:1868 : local phase= 2022-08-24 14:53:37.890 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-24 14:53:37.892 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-24 14:53:37.894 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-24 14:53:37.896 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-24 14:53:37.898 | + functions-common:run_phase:1877 : local extra 2022-08-24 14:53:37.900 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-24 14:53:37.904 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-24 14:53:37.906 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-24 14:53:37.908 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-24 14:53:37.910 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-24 14:53:37.912 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-24 14:53:37.926 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 14:53:37.928 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-24 14:53:37.930 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-24 14:53:37.968 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-24 14:53:37.970 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-24 14:53:37.973 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-08-24 14:53:37.975 | + functions-common:run_phase:1889 : load_plugin_settings 2022-08-24 14:53:37.977 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-08-24 14:53:37.979 | + functions-common:load_plugin_settings:1804 : local plugin 2022-08-24 14:53:37.981 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-08-24 14:53:37.983 | + functions-common:load_plugin_settings:1808 : return 2022-08-24 14:53:37.985 | + functions-common:run_phase:1890 : verify_disabled_services 2022-08-24 14:53:37.987 | + functions-common:verify_disabled_services:2150 : local service 2022-08-24 14:53:37.990 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:37.992 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-24 14:53:37.994 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:37.996 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-24 14:53:37.998 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.001 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-24 14:53:38.003 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.005 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-24 14:53:38.008 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.010 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-24 14:53:38.012 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.014 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-24 14:53:38.017 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.019 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-24 14:53:38.021 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.023 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-24 14:53:38.025 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.027 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-24 14:53:38.030 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.032 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-24 14:53:38.034 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.036 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-08-24 14:53:38.039 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.041 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-24 14:53:38.043 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.045 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-24 14:53:38.048 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.050 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-24 14:53:38.053 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.055 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-24 14:53:38.057 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.059 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-24 14:53:38.061 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.064 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-24 14:53:38.066 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.069 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-24 14:53:38.071 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.073 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-24 14:53:38.075 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.077 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-24 14:53:38.079 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.082 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-24 14:53:38.084 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.086 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-24 14:53:38.088 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.091 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-24 14:53:38.093 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.095 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-24 14:53:38.098 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.101 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-24 14:53:38.103 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.106 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-24 14:53:38.108 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.110 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-24 14:53:38.113 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.115 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-24 14:53:38.117 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.119 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-24 14:53:38.121 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.124 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-24 14:53:38.126 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.128 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-24 14:53:38.130 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.132 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-24 14:53:38.135 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.137 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-08-24 14:53:38.139 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.141 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-24 14:53:38.143 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.145 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-24 14:53:38.148 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.150 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-24 14:53:38.152 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.154 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-24 14:53:38.156 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.159 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-24 14:53:38.161 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.163 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-24 14:53:38.166 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.168 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-24 14:53:38.170 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.172 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-24 14:53:38.175 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.177 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-24 14:53:38.180 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.182 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-24 14:53:38.184 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.186 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-24 14:53:38.188 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.191 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-24 14:53:38.193 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.195 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-24 14:53:38.197 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 14:53:38.199 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-24 14:53:38.202 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-24 14:53:38.204 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-24 14:53:38.206 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-24 14:53:38.221 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 14:53:38.223 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-24 14:53:38.225 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-24 14:53:38.227 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-24 14:53:38.242 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 14:53:38.245 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-24 14:53:38.247 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-24 14:53:38.249 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-24 14:53:38.251 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-24 14:53:38.254 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-24 14:53:38.256 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-24 14:53:38.258 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-24 14:53:38.260 | + lib/database:initialize_database_backends:92 : return 0 2022-08-24 14:53:38.263 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-24 14:53:38.263 | Using mysql database backend 2022-08-24 14:53:38.265 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-24 14:53:38.280 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-24 14:53:38.283 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-24 14:53:38.286 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-24 14:53:38.288 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-24 14:53:38.291 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-24 14:53:38.294 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-24 14:53:38.309 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 14:53:38.314 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-24 14:53:38.329 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-24 14:53:38.344 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 14:53:38.347 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-24 14:53:38.363 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-24 14:53:38.379 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-24 14:53:38.394 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 14:53:38.396 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-24 14:53:38.412 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 14:53:38.415 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-24 14:53:38.431 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-24 14:53:38.433 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-24 14:53:38.435 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-24 14:53:38.438 | + functions-common:save_stackenv:60 : local tag=752 2022-08-24 14:53:38.441 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-24 14:53:38.445 | + functions-common:save_stackenv:62 : time_stamp=2022-08-24-145338 2022-08-24 14:53:38.447 | + functions-common:save_stackenv:63 : echo '# 2022-08-24-145338 752' 2022-08-24 14:53:38.450 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.452 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-24 14:53:38.454 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.457 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-24 14:53:38.460 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.462 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-24 14:53:38.464 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.467 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-08-24 14:53:38.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.471 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.89 2022-08-24 14:53:38.474 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.476 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.89/identity 2022-08-24 14:53:38.478 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.481 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-24-145336 2022-08-24 14:53:38.483 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.485 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-24 14:53:38.488 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.491 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.89 2022-08-24 14:53:38.493 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.495 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-24 14:53:38.497 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.500 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-24 14:53:38.502 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.505 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-24 14:53:38.507 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.510 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-24 14:53:38.512 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.514 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.89 2022-08-24 14:53:38.517 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 14:53:38.519 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-24 14:53:38.521 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-24 14:53:38.524 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-24 14:53:38.526 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-24 14:53:38.528 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-08-24 14:53:38.530 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 14:53:38.532 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 14:53:38.535 | ++ functions-common:git_clone:600 : pwd 2022-08-24 14:53:38.537 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 14:53:38.539 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 14:53:38.542 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 14:53:38.557 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 14:53:38.559 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 14:53:38.561 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 14:53:38.563 | + functions-common:git_clone:617 : echo master 2022-08-24 14:53:38.564 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 14:53:38.570 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-08-24 14:53:38.572 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-24 14:53:38.574 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-24 14:53:38.586 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-08-24 14:53:38.588 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 14:53:38.589 | + functions-common:git_clone:678 : head -1 2022-08-24 14:53:38.592 | f9677e5f Updated from generate-constraints 2022-08-24 14:53:38.594 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 14:53:38.597 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-24 14:53:38.599 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 14:53:38.602 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-24 14:53:38.604 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-24 14:53:38.606 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-24 14:53:38.609 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-24 14:53:38.611 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-24 14:53:38.614 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-24 14:53:38.617 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-24 14:53:38.619 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-24 14:53:38.622 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-24 14:53:38.626 | ++ tools/install_prereqs.sh:source:47 : NOW=1661352818 2022-08-24 14:53:38.629 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-24 14:53:38.633 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-08-24 14:53:38.636 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-08-24 14:53:38.638 | ++ tools/install_prereqs.sh:source:49 : DELTA=1661352818 2022-08-24 14:53:38.641 | ++ tools/install_prereqs.sh:source:50 : [[ 1661352818 -lt 7200 ]] 2022-08-24 14:53:38.643 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-24 14:53:38.645 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-08-24 14:53:38.647 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-24 14:53:38.650 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-08-24 14:53:38.652 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-24 14:53:38.654 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-08-24 14:53:38.656 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-24 14:53:38.660 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-08-24 14:53:38.706 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-24 14:53:38.707 | apache2-dev 2022-08-24 14:53:38.707 | bc 2022-08-24 14:53:38.707 | bsdmainutils 2022-08-24 14:53:38.707 | curl 2022-08-24 14:53:38.707 | g++ 2022-08-24 14:53:38.707 | gawk 2022-08-24 14:53:38.707 | gcc 2022-08-24 14:53:38.707 | gettext 2022-08-24 14:53:38.707 | git 2022-08-24 14:53:38.707 | graphviz 2022-08-24 14:53:38.707 | iputils-ping 2022-08-24 14:53:38.707 | libapache2-mod-proxy-uwsgi 2022-08-24 14:53:38.707 | libffi-dev 2022-08-24 14:53:38.707 | libjpeg-dev 2022-08-24 14:53:38.707 | libpcre3-dev 2022-08-24 14:53:38.707 | libpq-dev 2022-08-24 14:53:38.707 | libssl-dev 2022-08-24 14:53:38.707 | libsystemd-dev 2022-08-24 14:53:38.707 | libxml2-dev 2022-08-24 14:53:38.707 | libxslt1-dev 2022-08-24 14:53:38.707 | libyaml-dev 2022-08-24 14:53:38.707 | lsof 2022-08-24 14:53:38.707 | openssh-server 2022-08-24 14:53:38.707 | openssl 2022-08-24 14:53:38.707 | pkg-config 2022-08-24 14:53:38.707 | psmisc 2022-08-24 14:53:38.707 | python3-dev 2022-08-24 14:53:38.707 | python3-pip 2022-08-24 14:53:38.707 | python3-systemd 2022-08-24 14:53:38.707 | python3-venv 2022-08-24 14:53:38.707 | tar 2022-08-24 14:53:38.707 | tcpdump 2022-08-24 14:53:38.707 | unzip 2022-08-24 14:53:38.707 | uuid-runtime 2022-08-24 14:53:38.708 | wget 2022-08-24 14:53:38.708 | wget 2022-08-24 14:53:38.708 | zlib1g-dev 2022-08-24 14:53:38.708 | libkrb5-dev 2022-08-24 14:53:38.708 | libldap2-dev 2022-08-24 14:53:38.708 | libsasl2-dev 2022-08-24 14:53:38.708 | memcached 2022-08-24 14:53:38.708 | python3-mysqldb 2022-08-24 14:53:38.708 | sqlite3 2022-08-24 14:53:38.708 | conntrack 2022-08-24 14:53:38.708 | curl 2022-08-24 14:53:38.708 | dnsmasq-base 2022-08-24 14:53:38.708 | dnsmasq-utils 2022-08-24 14:53:38.708 | ebtables 2022-08-24 14:53:38.708 | genisoimage 2022-08-24 14:53:38.708 | iptables 2022-08-24 14:53:38.708 | iputils-arping 2022-08-24 14:53:38.708 | kpartx 2022-08-24 14:53:38.708 | libjs-jquery-tablesorter 2022-08-24 14:53:38.708 | parted 2022-08-24 14:53:38.708 | pm-utils 2022-08-24 14:53:38.708 | python3-mysqldb 2022-08-24 14:53:38.708 | socat 2022-08-24 14:53:38.708 | sqlite3 2022-08-24 14:53:38.708 | sudo 2022-08-24 14:53:38.708 | vlan 2022-08-24 14:53:38.708 | lsscsi 2022-08-24 14:53:38.708 | open-iscsi 2022-08-24 14:53:38.708 | lvm2 2022-08-24 14:53:38.708 | qemu-utils 2022-08-24 14:53:38.708 | thin-provisioning-tools 2022-08-24 14:53:38.708 | acl 2022-08-24 14:53:38.708 | dnsmasq-base 2022-08-24 14:53:38.708 | dnsmasq-utils 2022-08-24 14:53:38.708 | ebtables 2022-08-24 14:53:38.708 | haproxy 2022-08-24 14:53:38.708 | iptables 2022-08-24 14:53:38.708 | iputils-arping 2022-08-24 14:53:38.708 | iputils-ping 2022-08-24 14:53:38.709 | postgresql-server-dev-all 2022-08-24 14:53:38.709 | python3-mysqldb 2022-08-24 14:53:38.709 | sqlite3 2022-08-24 14:53:38.709 | sudo 2022-08-24 14:53:38.709 | vlan 2022-08-24 14:53:38.709 | pcp 2022-08-24 14:53:38.709 | ipset 2022-08-24 14:53:38.709 | conntrack 2022-08-24 14:53:38.709 | conntrackd 2022-08-24 14:53:38.709 | keepalived 2022-08-24 14:53:38.709 | lvm2 2022-08-24 14:53:38.709 | qemu-utils 2022-08-24 14:53:38.709 | thin-provisioning-tools 2022-08-24 14:53:38.709 | curl 2022-08-24 14:53:38.709 | liberasurecode-dev 2022-08-24 14:53:38.709 | make 2022-08-24 14:53:38.709 | memcached 2022-08-24 14:53:38.709 | rsync 2022-08-24 14:53:38.709 | sqlite3 2022-08-24 14:53:38.709 | xfsprogs' 2022-08-24 14:53:38.709 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-24 14:53:38.727 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-24 14:53:38.727 | apache2-dev 2022-08-24 14:53:38.727 | bc 2022-08-24 14:53:38.727 | bsdmainutils 2022-08-24 14:53:38.727 | curl 2022-08-24 14:53:38.727 | g++ 2022-08-24 14:53:38.727 | gawk 2022-08-24 14:53:38.727 | gcc 2022-08-24 14:53:38.727 | gettext 2022-08-24 14:53:38.727 | git 2022-08-24 14:53:38.727 | graphviz 2022-08-24 14:53:38.727 | iputils-ping 2022-08-24 14:53:38.727 | libapache2-mod-proxy-uwsgi 2022-08-24 14:53:38.727 | libffi-dev 2022-08-24 14:53:38.727 | libjpeg-dev 2022-08-24 14:53:38.727 | libpcre3-dev 2022-08-24 14:53:38.727 | libpq-dev 2022-08-24 14:53:38.727 | libssl-dev 2022-08-24 14:53:38.727 | libsystemd-dev 2022-08-24 14:53:38.727 | libxml2-dev 2022-08-24 14:53:38.727 | libxslt1-dev 2022-08-24 14:53:38.727 | libyaml-dev 2022-08-24 14:53:38.727 | lsof 2022-08-24 14:53:38.727 | openssh-server 2022-08-24 14:53:38.727 | openssl 2022-08-24 14:53:38.727 | pkg-config 2022-08-24 14:53:38.727 | psmisc 2022-08-24 14:53:38.727 | python3-dev 2022-08-24 14:53:38.727 | python3-pip 2022-08-24 14:53:38.727 | python3-systemd 2022-08-24 14:53:38.727 | python3-venv 2022-08-24 14:53:38.727 | tar 2022-08-24 14:53:38.727 | tcpdump 2022-08-24 14:53:38.727 | unzip 2022-08-24 14:53:38.728 | uuid-runtime 2022-08-24 14:53:38.728 | wget 2022-08-24 14:53:38.728 | wget 2022-08-24 14:53:38.728 | zlib1g-dev 2022-08-24 14:53:38.728 | libkrb5-dev 2022-08-24 14:53:38.728 | libldap2-dev 2022-08-24 14:53:38.728 | libsasl2-dev 2022-08-24 14:53:38.728 | memcached 2022-08-24 14:53:38.728 | python3-mysqldb 2022-08-24 14:53:38.728 | sqlite3 2022-08-24 14:53:38.728 | conntrack 2022-08-24 14:53:38.728 | curl 2022-08-24 14:53:38.728 | dnsmasq-base 2022-08-24 14:53:38.728 | dnsmasq-utils 2022-08-24 14:53:38.728 | ebtables 2022-08-24 14:53:38.728 | genisoimage 2022-08-24 14:53:38.728 | iptables 2022-08-24 14:53:38.728 | iputils-arping 2022-08-24 14:53:38.728 | kpartx 2022-08-24 14:53:38.728 | libjs-jquery-tablesorter 2022-08-24 14:53:38.728 | parted 2022-08-24 14:53:38.728 | pm-utils 2022-08-24 14:53:38.728 | python3-mysqldb 2022-08-24 14:53:38.728 | socat 2022-08-24 14:53:38.728 | sqlite3 2022-08-24 14:53:38.728 | sudo 2022-08-24 14:53:38.728 | vlan 2022-08-24 14:53:38.728 | lsscsi 2022-08-24 14:53:38.728 | open-iscsi 2022-08-24 14:53:38.728 | lvm2 2022-08-24 14:53:38.728 | qemu-utils 2022-08-24 14:53:38.728 | thin-provisioning-tools 2022-08-24 14:53:38.728 | acl 2022-08-24 14:53:38.728 | dnsmasq-base 2022-08-24 14:53:38.728 | dnsmasq-utils 2022-08-24 14:53:38.728 | ebtables 2022-08-24 14:53:38.728 | haproxy 2022-08-24 14:53:38.728 | iptables 2022-08-24 14:53:38.728 | iputils-arping 2022-08-24 14:53:38.728 | iputils-ping 2022-08-24 14:53:38.729 | postgresql-server-dev-all 2022-08-24 14:53:38.729 | python3-mysqldb 2022-08-24 14:53:38.729 | sqlite3 2022-08-24 14:53:38.729 | sudo 2022-08-24 14:53:38.729 | vlan 2022-08-24 14:53:38.729 | pcp 2022-08-24 14:53:38.729 | ipset 2022-08-24 14:53:38.729 | conntrack 2022-08-24 14:53:38.729 | conntrackd 2022-08-24 14:53:38.729 | keepalived 2022-08-24 14:53:38.729 | lvm2 2022-08-24 14:53:38.729 | qemu-utils 2022-08-24 14:53:38.729 | thin-provisioning-tools 2022-08-24 14:53:38.729 | curl 2022-08-24 14:53:38.729 | liberasurecode-dev 2022-08-24 14:53:38.729 | make 2022-08-24 14:53:38.729 | memcached 2022-08-24 14:53:38.729 | rsync 2022-08-24 14:53:38.729 | sqlite3 2022-08-24 14:53:38.729 | xfsprogs ' 2022-08-24 14:53:38.729 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-24 14:53:38.731 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 14:53:38.733 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 14:53:38.736 | ++ 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-24 14:53:38.737 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-24 14:53:38.741 | ++ 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-24 14:53:38.744 | ++ functions-common:install_package:1463 : update_package_repo 2022-08-24 14:53:38.746 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 14:53:38.748 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-08-24 14:53:38.750 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 14:53:38.753 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 14:53:38.756 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 14:53:38.759 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 14:53:38.761 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 14:53:38.763 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 14:53:38.766 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-08-24 14:53:38.768 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-24 14:53:38.770 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-24 14:53:38.772 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-24 14:53:38.776 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-24 14:53:38.778 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-24 14:53:38.780 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-24 14:53:38.782 | ++ functions-common:time_start:2426 : local start_time= 2022-08-24 14:53:38.784 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 14:53:38.787 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 14:53:38.790 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1661352818788 2022-08-24 14:53:38.792 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-24 14:53:38.794 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-24 14:53:38.796 | ++ 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-24 14:53:39.149 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-24 14:53:39.149 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-24 14:53:39.252 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-24 14:53:39.364 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-24 14:53:41.509 | Reading package lists... 2022-08-24 14:53:41.541 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-24 14:53:41.543 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-24 14:53:41.545 | ++ functions-common:time_stop:2439 : local name 2022-08-24 14:53:41.547 | ++ functions-common:time_stop:2440 : local end_time 2022-08-24 14:53:41.549 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-24 14:53:41.552 | ++ functions-common:time_stop:2442 : local total 2022-08-24 14:53:41.554 | ++ functions-common:time_stop:2443 : local start_time 2022-08-24 14:53:41.556 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-24 14:53:41.558 | ++ functions-common:time_stop:2446 : start_time=1661352818788 2022-08-24 14:53:41.560 | ++ functions-common:time_stop:2448 : [[ -z 1661352818788 ]] 2022-08-24 14:53:41.563 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 14:53:41.567 | ++ functions-common:time_stop:2451 : end_time=1661352821565 2022-08-24 14:53:41.569 | ++ functions-common:time_stop:2452 : elapsed_time=2777 2022-08-24 14:53:41.571 | ++ functions-common:time_stop:2453 : total=0 2022-08-24 14:53:41.573 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 14:53:41.575 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2777 2022-08-24 14:53:41.578 | ++ 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-24 14:53:41.580 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 14:53:41.582 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 14:53:41.584 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 14:53:41.587 | ++ 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-24 14:53:41.606 | ++ 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-24 14:53:41.716 | Reading package lists... 2022-08-24 14:53:41.967 | Building dependency tree... 2022-08-24 14:53:41.999 | Reading state information... 2022-08-24 14:53:42.260 | bc is already the newest version (1.07.1-2build1). 2022-08-24 14:53:42.260 | bc set to manually installed. 2022-08-24 14:53:42.260 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-08-24 14:53:42.260 | bsdmainutils set to manually installed. 2022-08-24 14:53:42.260 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-08-24 14:53:42.260 | g++ set to manually installed. 2022-08-24 14:53:42.260 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-08-24 14:53:42.261 | gawk set to manually installed. 2022-08-24 14:53:42.261 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-08-24 14:53:42.261 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-08-24 14:53:42.261 | iptables set to manually installed. 2022-08-24 14:53:42.261 | iputils-ping is already the newest version (3:20190709-3). 2022-08-24 14:53:42.261 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-08-24 14:53:42.261 | kpartx set to manually installed. 2022-08-24 14:53:42.261 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-08-24 14:53:42.261 | make is already the newest version (4.2.1-1.2). 2022-08-24 14:53:42.261 | make set to manually installed. 2022-08-24 14:53:42.261 | psmisc is already the newest version (23.3-1). 2022-08-24 14:53:42.261 | psmisc set to manually installed. 2022-08-24 14:53:42.261 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-08-24 14:53:42.261 | python3-systemd is already the newest version (234-3build2). 2022-08-24 14:53:42.261 | python3-systemd set to manually installed. 2022-08-24 14:53:42.261 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-08-24 14:53:42.261 | thin-provisioning-tools set to manually installed. 2022-08-24 14:53:42.261 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-08-24 14:53:42.261 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-08-24 14:53:42.261 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-08-24 14:53:42.261 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-08-24 14:53:42.261 | lsof set to manually installed. 2022-08-24 14:53:42.261 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-08-24 14:53:42.261 | parted set to manually installed. 2022-08-24 14:53:42.261 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-08-24 14:53:42.261 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-08-24 14:53:42.261 | zlib1g-dev set to manually installed. 2022-08-24 14:53:42.261 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-08-24 14:53:42.261 | The following packages were automatically installed and are no longer required: 2022-08-24 14:53:42.262 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 14:53:42.262 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 14:53:42.262 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 14:53:42.262 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 14:53:42.262 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 14:53:42.262 | python3-zope.interface 2022-08-24 14:53:42.262 | Use 'sudo apt autoremove' to remove them. 2022-08-24 14:53:42.262 | The following additional packages will be installed: 2022-08-24 14:53:42.262 | apache2-bin apache2-data apache2-utils autoconf automake autopoint 2022-08-24 14:53:42.262 | autotools-dev binfmt-support clang-10 comerr-dev debhelper dh-autoreconf 2022-08-24 14:53:42.262 | dh-strip-nondeterminism dns-root-data dwz fontconfig fontconfig-config 2022-08-24 14:53:42.262 | fonts-dejavu-core fonts-liberation ibverbs-providers icu-devtools 2022-08-24 14:53:42.262 | intltool-debian ipvsadm javascript-common krb5-multidev lib32gcc-s1 2022-08-24 14:53:42.262 | lib32stdc++6 libann0 libapr1 libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 2022-08-24 14:53:42.262 | libaprutil1-dev libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-24 14:53:42.262 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-24 14:53:42.262 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcom-err2 2022-08-24 14:53:42.262 | libcroco3 libcurl4 libdatrie1 libdebhelper-perl liberasurecode1 2022-08-24 14:53:42.262 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-24 14:53:42.262 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-24 14:53:42.262 | libharfbuzz0b libibverbs1 libice6 libicu-dev libicu66 libidn11 libipset13 2022-08-24 14:53:42.263 | libiscsi7 libjansson4 libjbig0 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-24 14:53:42.263 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libkadm5clnt-mit11 2022-08-24 14:53:42.263 | libkadm5srv-mit11 libkdb5-9 liblab-gamut1 libldap-2.4-2 libllvm10 2022-08-24 14:53:42.263 | libltdl-dev liblua5.2-0 liblua5.3-0 libmail-sendmail-perl libmysqlclient21 2022-08-24 14:53:42.263 | libncurses-dev libnetfilter-cthelper0 libnetfilter-queue1 libnl-3-200 2022-08-24 14:53:42.263 | libnl-genl-3-200 libnl-route-3-200 libnspr4 libnss-systemd libnss3 2022-08-24 14:53:42.263 | libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpam-systemd 2022-08-24 14:53:42.263 | libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 2022-08-24 14:53:42.263 | libpcp-gui2 libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 2022-08-24 14:53:42.263 | libpcp-trace2 libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq5 librados2 2022-08-24 14:53:42.263 | librbd1 librdmacm1 libsasl2-2 libsasl2-modules libsasl2-modules-db 2022-08-24 14:53:42.263 | libsctp-dev libsctp1 libsensors-config libsensors5 libsm6 libsnmp-base 2022-08-24 14:53:42.263 | libsnmp35 libsqlite3-0 libssl1.1 libsub-override-perl 2022-08-24 14:53:42.263 | libsys-hostname-long-perl libsystemd0 libthai-data libthai0 libtiff5 2022-08-24 14:53:42.263 | libtinfo-dev libtool libuuid1 libwebp6 libx86-1 libxaw7 libxcb-render0 2022-08-24 14:53:42.263 | libxcb-shm0 libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 libz3-4 2022-08-24 14:53:42.263 | libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools m4 mysql-common 2022-08-24 14:53:42.263 | openssh-client openssh-sftp-server pcp-conf po-debconf postgresql-client-12 2022-08-24 14:53:42.263 | postgresql-client-common postgresql-common postgresql-server-dev-12 2022-08-24 14:53:42.263 | python3-pcp python3-pygments python3-yaml python3.8-venv qemu-block-extra 2022-08-24 14:53:42.263 | sharutils ssl-cert systemd systemd-sysv systemd-timesyncd uuid-dev vbetool 2022-08-24 14:53:42.263 | x11-common 2022-08-24 14:53:42.265 | Suggested packages: 2022-08-24 14:53:42.265 | apache2-doc apache2-suexec-pristine | apache2-suexec-custom www-browser 2022-08-24 14:53:42.265 | autoconf-archive gnu-standards autoconf-doc clang-10-doc doc-base nftables 2022-08-24 14:53:42.265 | dh-make wodim cdrkit-doc gettext-doc libasprintf-dev libgettextpo-dev 2022-08-24 14:53:42.265 | gsfonts graphviz-doc vim-haproxy haproxy-doc heartbeat ldirectord krb5-doc 2022-08-24 14:53:42.265 | python libisal2 libjerasure2 libgd-tools krb5-user icu-doc libtool-doc 2022-08-24 14:53:42.265 | ncurses-doc libomp-10-doc postgresql-doc-12 libsasl2-modules-gssapi-mit 2022-08-24 14:53:42.265 | | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp 2022-08-24 14:53:42.265 | libsasl2-modules-sql lksctp-tools lm-sensors snmp-mibs-downloader libssl-doc 2022-08-24 14:53:42.265 | gfortran | fortran95-compiler gcj-jdk libyaml-doc llvm-10-doc m4-doc 2022-08-24 14:53:42.265 | libanyevent-perl libcache-memcached-perl libmemcached libterm-readkey-perl 2022-08-24 14:53:42.265 | libyaml-perl keychain libpam-ssh monkeysphere ssh-askpass molly-guard 2022-08-24 14:53:42.265 | pcp-gui libpcp-import-perl cpufrequtils wireless-tools radeontool 2022-08-24 14:53:42.265 | libmail-box-perl postgresql-12 libjson-perl default-mysql-server 2022-08-24 14:53:42.265 | | virtual-mysql-server python3-mysqldb-dbg python-pygments-doc 2022-08-24 14:53:42.265 | ttf-bitstream-vera debootstrap sharutils-doc bsd-mailx | mailx sqlite3-doc 2022-08-24 14:53:42.266 | openssl-blacklist systemd-container ncompress tar-scripts tar-doc zip 2022-08-24 14:53:42.521 | The following NEW packages will be installed: 2022-08-24 14:53:42.521 | acl apache2 apache2-bin apache2-data apache2-dev apache2-utils autoconf 2022-08-24 14:53:42.521 | automake autopoint autotools-dev binfmt-support clang-10 comerr-dev 2022-08-24 14:53:42.521 | conntrack conntrackd debhelper dh-autoreconf dh-strip-nondeterminism 2022-08-24 14:53:42.521 | dns-root-data dnsmasq-base dnsmasq-utils dwz ebtables fontconfig 2022-08-24 14:53:42.521 | fontconfig-config fonts-dejavu-core fonts-liberation genisoimage gettext 2022-08-24 14:53:42.521 | graphviz haproxy ibverbs-providers icu-devtools intltool-debian ipset 2022-08-24 14:53:42.521 | iputils-arping ipvsadm javascript-common keepalived krb5-multidev 2022-08-24 14:53:42.522 | lib32gcc-s1 lib32stdc++6 libann0 libapache2-mod-proxy-uwsgi libapr1 2022-08-24 14:53:42.522 | libapr1-dev libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-dev 2022-08-24 14:53:42.522 | libaprutil1-ldap libarchive-cpio-perl libarchive-zip-perl 2022-08-24 14:53:42.522 | libboost-iostreams1.71.0 libboost-thread1.71.0 libc6-i386 libcairo2 libcdt5 2022-08-24 14:53:42.522 | libcgraph6 libclang-common-10-dev libclang-cpp10 libclang1-10 libcroco3 2022-08-24 14:53:42.522 | libdatrie1 libdebhelper-perl liberasurecode-dev liberasurecode1 libffi-dev 2022-08-24 14:53:42.522 | libfile-stripnondeterminism-perl libfontconfig1 libgc1c2 libgd3 2022-08-24 14:53:42.522 | libgraphite2-3 libgssrpc4 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 2022-08-24 14:53:42.522 | libharfbuzz0b libibverbs1 libice6 libicu-dev libidn11 libipset13 libiscsi7 2022-08-24 14:53:42.522 | libjansson4 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 2022-08-24 14:53:42.522 | libjpeg8-dev libjs-jquery libjs-jquery-metadata libjs-jquery-tablesorter 2022-08-24 14:53:42.522 | libkadm5clnt-mit11 libkadm5srv-mit11 libkdb5-9 libkrb5-dev liblab-gamut1 2022-08-24 14:53:42.522 | libldap2-dev libllvm10 libltdl-dev liblua5.2-0 liblua5.3-0 2022-08-24 14:53:42.522 | libmail-sendmail-perl libmysqlclient21 libncurses-dev libnetfilter-cthelper0 2022-08-24 14:53:42.522 | libnetfilter-queue1 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnspr4 2022-08-24 14:53:42.522 | libnss3 libobjc-9-dev libobjc4 libomp-10-dev libomp5-10 libpango-1.0-0 2022-08-24 14:53:42.522 | libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpcp-gui2 2022-08-24 14:53:42.522 | libpcp-import1 libpcp-mmv1 libpcp-pmda-perl libpcp-pmda3 libpcp-trace2 2022-08-24 14:53:42.522 | libpcp-web1 libpcp3 libpfm4 libpixman-1-0 libpq-dev libpq5 librados2 librbd1 2022-08-24 14:53:42.522 | librdmacm1 libsasl2-dev libsctp-dev libsctp1 libsensors-config libsensors5 2022-08-24 14:53:42.522 | libsm6 libsnmp-base libsnmp35 libssl-dev libsub-override-perl 2022-08-24 14:53:42.522 | libsys-hostname-long-perl libsystemd-dev libthai-data libthai0 libtiff5 2022-08-24 14:53:42.522 | libtinfo-dev libtool libwebp6 libx86-1 libxaw7 libxcb-render0 libxcb-shm0 2022-08-24 14:53:42.522 | libxml2-dev libxmu6 libxpm4 libxrender1 libxslt1-dev libxt6 libyaml-dev 2022-08-24 14:53:42.522 | libz3-4 libz3-dev llvm-10 llvm-10-dev llvm-10-runtime llvm-10-tools lsscsi 2022-08-24 14:53:42.522 | m4 memcached mysql-common pcp pcp-conf pkg-config pm-utils po-debconf 2022-08-24 14:53:42.522 | postgresql-client-12 postgresql-client-common postgresql-common 2022-08-24 14:53:42.522 | postgresql-server-dev-12 postgresql-server-dev-all python3-mysqldb 2022-08-24 14:53:42.522 | python3-pcp python3-pygments python3-venv python3-yaml python3.8-venv 2022-08-24 14:53:42.523 | qemu-block-extra qemu-utils sharutils socat sqlite3 ssl-cert unzip uuid-dev 2022-08-24 14:53:42.523 | vbetool vlan x11-common 2022-08-24 14:53:42.523 | The following packages will be upgraded: 2022-08-24 14:53:42.524 | curl libcom-err2 libcurl4 libicu66 libldap-2.4-2 libnss-systemd 2022-08-24 14:53:42.524 | libpam-systemd libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 2022-08-24 14:53:42.524 | libssl1.1 libsystemd0 libuuid1 libxml2 libxslt1.1 open-iscsi openssh-client 2022-08-24 14:53:42.524 | openssh-server openssh-sftp-server openssl rsync systemd systemd-sysv 2022-08-24 14:53:42.524 | systemd-timesyncd tar tcpdump uuid-runtime wget 2022-08-24 14:53:42.782 | 29 upgraded, 203 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 14:53:42.782 | Need to get 152 MB of archives. 2022-08-24 14:53:42.782 | After this operation, 712 MB of additional disk space will be used. 2022-08-24 14:53:42.783 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] 2022-08-24 14:53:43.403 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.17 [96.0 kB] 2022-08-24 14:53:43.436 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.17 [28.1 kB] 2022-08-24 14:53:43.446 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.17 [10.3 kB] 2022-08-24 14:53:43.450 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.17 [186 kB] 2022-08-24 14:53:43.541 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.17 [3,809 kB] 2022-08-24 14:53:44.021 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.17 [269 kB] 2022-08-24 14:53:44.042 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.4 [318 kB] 2022-08-24 14:53:44.071 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 2022-08-24 14:53:44.072 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-runtime amd64 2.34-0.1ubuntu9.3 [35.2 kB] 2022-08-24 14:53:44.075 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1 amd64 1.6.5-1ubuntu1 [91.4 kB] 2022-08-24 14:53:44.083 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 [1,321 kB] 2022-08-24 14:53:44.301 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1 amd64 1.6.1-4ubuntu2 [84.7 kB] 2022-08-24 14:53:44.326 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.3 [549 kB] 2022-08-24 14:53:44.360 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-4ubuntu2 [10.5 kB] 2022-08-24 14:53:44.360 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 2022-08-24 14:53:44.423 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 2022-08-24 14:53:44.425 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB] 2022-08-24 14:53:44.428 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-ldap amd64 1.6.1-4ubuntu2 [8,736 B] 2022-08-24 14:53:44.429 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.12 [161 kB] 2022-08-24 14:53:44.432 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.12 [235 kB] 2022-08-24 14:53:44.493 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] 2022-08-24 14:53:44.495 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.2-0 amd64 5.2.4-1.1build3 [106 kB] 2022-08-24 14:53:44.504 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8,515 kB] 2022-08-24 14:53:45.703 | Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 [640 kB] 2022-08-24 14:53:45.829 | Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-bin amd64 2.4.41-4ubuntu3.12 [1,181 kB] 2022-08-24 14:53:46.054 | Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-data all 2.4.41-4ubuntu3.12 [159 kB] 2022-08-24 14:53:46.090 | Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-utils amd64 2.4.41-4ubuntu3.12 [84.5 kB] 2022-08-24 14:53:46.103 | Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2 amd64 2.4.41-4ubuntu3.12 [95.6 kB] 2022-08-24 14:53:46.105 | Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-08-24 14:53:46.347 | Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 haproxy amd64 2.0.13-2ubuntu0.5 [1,519 kB] 2022-08-24 14:53:46.377 | Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-3-200 amd64 3.4.0-1 [53.9 kB] 2022-08-24 14:53:46.378 | Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-genl-3-200 amd64 3.4.0-1 [11.1 kB] 2022-08-24 14:53:46.379 | Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7,496 B] 2022-08-24 14:53:46.379 | Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.30-0ubuntu0.20.04.2 [1,323 kB] 2022-08-24 14:53:46.649 | Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6,052 B] 2022-08-24 14:53:46.649 | Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB] 2022-08-24 14:53:46.650 | Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.5 [206 kB] 2022-08-24 14:53:46.661 | Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.5 [980 kB] 2022-08-24 14:53:46.720 | Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 keepalived amd64 1:2.0.19-2ubuntu0.2 [361 kB] 2022-08-24 14:53:46.892 | Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 memcached amd64 1.5.22-2ubuntu0.2 [128 kB] 2022-08-24 14:53:46.896 | Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 open-iscsi amd64 2.0.874-7.1ubuntu6.2 [283 kB] 2022-08-24 14:53:46.902 | Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcom-err2 amd64 1.45.5-2ubuntu1.1 [9,548 B] 2022-08-24 14:53:46.902 | Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 [621 kB] 2022-08-24 14:53:47.132 | Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-yaml amd64 5.3.1-1ubuntu0.1 [136 kB] 2022-08-24 14:53:47.135 | Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-sftp-server amd64 1:8.2p1-4ubuntu0.5 [51.5 kB] 2022-08-24 14:53:47.137 | Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-server amd64 1:8.2p1-4ubuntu0.5 [377 kB] 2022-08-24 14:53:47.145 | Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB] 2022-08-24 14:53:47.158 | Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 tcpdump amd64 4.9.3-4ubuntu0.1 [369 kB] 2022-08-24 14:53:47.166 | Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] 2022-08-24 14:53:47.284 | Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] 2022-08-24 14:53:47.285 | Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2022-08-24 14:53:47.286 | Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2022-08-24 14:53:47.306 | Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2022-08-24 14:53:47.411 | Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2022-08-24 14:53:47.547 | Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] 2022-08-24 14:53:47.554 | Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] 2022-08-24 14:53:50.146 | Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-cpp10 amd64 1:10.0.0-4ubuntu1 [9,944 kB] 2022-08-24 14:53:51.719 | Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgc1c2 amd64 1:7.6.4-0.4ubuntu1 [83.9 kB] 2022-08-24 14:53:51.721 | Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc4 amd64 10.3.0-1ubuntu1~20.04 [42.8 kB] 2022-08-24 14:53:51.723 | Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libobjc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [225 kB] 2022-08-24 14:53:51.728 | Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 [2,730 kB] 2022-08-24 14:53:52.247 | Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB] 2022-08-24 14:53:52.249 | Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB] 2022-08-24 14:53:52.276 | Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang-common-10-dev amd64 1:10.0.0-4ubuntu1 [5,012 kB] 2022-08-24 14:53:53.089 | Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libclang1-10 amd64 1:10.0.0-4ubuntu1 [7,571 kB] 2022-08-24 14:53:54.591 | Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 clang-10 amd64 1:10.0.0-4ubuntu1 [66.9 kB] 2022-08-24 14:53:54.711 | Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2022-08-24 14:53:54.731 | Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] 2022-08-24 14:53:54.732 | Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] 2022-08-24 14:53:54.733 | Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] 2022-08-24 14:53:54.735 | Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9,532 B] 2022-08-24 14:53:54.736 | Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] 2022-08-24 14:53:54.736 | Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5,228 B] 2022-08-24 14:53:54.737 | Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] 2022-08-24 14:53:54.739 | Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] 2022-08-24 14:53:54.828 | Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] 2022-08-24 14:53:54.944 | Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] 2022-08-24 14:53:54.947 | Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] 2022-08-24 14:53:54.977 | Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] 2022-08-24 14:53:55.092 | Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] 2022-08-24 14:53:55.095 | Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [7,876 B] 2022-08-24 14:53:55.097 | Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [59.8 kB] 2022-08-24 14:53:55.104 | Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libapr1-dev amd64 1.6.5-1ubuntu1 [702 kB] 2022-08-24 14:53:55.305 | Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap2-dev amd64 2.4.49+dfsg-2ubuntu1.9 [262 kB] 2022-08-24 14:53:55.310 | Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libaprutil1-dev amd64 1.6.1-4ubuntu2 [394 kB] 2022-08-24 14:53:55.365 | Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 apache2-dev amd64 2.4.41-4ubuntu3.12 [180 kB] 2022-08-24 14:53:55.369 | Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 binfmt-support amd64 2.2.0-2 [58.2 kB] 2022-08-24 14:53:55.370 | Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-08-24 14:53:55.371 | Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-cthelper0 amd64 1.0.0-1ubuntu2 [6,724 B] 2022-08-24 14:53:55.371 | Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnetfilter-queue1 amd64 1.0.3-1 [12.4 kB] 2022-08-24 14:53:55.372 | Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 conntrackd amd64 1:1.4.5-2 [125 kB] 2022-08-24 14:53:55.419 | Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5,300 B] 2022-08-24 14:53:55.421 | Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] 2022-08-24 14:53:55.535 | Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.5 [315 kB] 2022-08-24 14:53:55.570 | Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-utils amd64 2.80-1.1ubuntu1.5 [13.2 kB] 2022-08-24 14:53:55.571 | Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-08-24 14:53:55.580 | Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] 2022-08-24 14:53:55.803 | Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fonts-liberation all 1:1.07.4-11 [822 kB] 2022-08-24 14:53:55.904 | Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2022-08-24 14:53:55.919 | Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2022-08-24 14:53:56.162 | Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2022-08-24 14:53:56.712 | Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 genisoimage amd64 9:1.1.11-3.1ubuntu1 [330 kB] 2022-08-24 14:53:56.894 | Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libann0 amd64 1.1.2+doc-7build1 [26.0 kB] 2022-08-24 14:53:56.905 | Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcdt5 amd64 2.42.2-3build2 [18.7 kB] 2022-08-24 14:53:56.913 | Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libcgraph6 amd64 2.42.2-3build2 [41.3 kB] 2022-08-24 14:53:56.928 | Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] 2022-08-24 14:53:56.958 | Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] 2022-08-24 14:53:56.958 | Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] 2022-08-24 14:53:56.964 | Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] 2022-08-24 14:53:57.002 | Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 [162 kB] 2022-08-24 14:53:57.036 | Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] 2022-08-24 14:53:57.042 | Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2022-08-24 14:53:57.120 | Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] 2022-08-24 14:53:57.134 | Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] 2022-08-24 14:53:57.153 | Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2022-08-24 14:53:57.155 | Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] 2022-08-24 14:53:57.156 | Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2022-08-24 14:53:57.156 | Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2022-08-24 14:53:57.206 | Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2022-08-24 14:53:57.232 | Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] 2022-08-24 14:53:57.269 | Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2022-08-24 14:53:57.283 | Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2022-08-24 14:53:57.344 | Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2022-08-24 14:53:57.346 | Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2022-08-24 14:53:57.360 | Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2022-08-24 14:53:57.363 | Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2022-08-24 14:53:57.365 | Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpathplan4 amd64 2.42.2-3build2 [21.9 kB] 2022-08-24 14:53:57.367 | Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvc6 amd64 2.42.2-3build2 [647 kB] 2022-08-24 14:53:57.422 | Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgvpr2 amd64 2.42.2-3build2 [167 kB] 2022-08-24 14:53:57.456 | Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 liblab-gamut1 amd64 2.42.2-3build2 [177 kB] 2022-08-24 14:53:57.472 | Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2022-08-24 14:53:57.474 | Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2022-08-24 14:53:57.569 | Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2022-08-24 14:53:57.570 | Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2022-08-24 14:53:57.584 | Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] 2022-08-24 14:53:57.588 | Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] 2022-08-24 14:53:57.603 | Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 graphviz amd64 2.42.2-3build2 [590 kB] 2022-08-24 14:53:57.653 | Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnl-route-3-200 amd64 3.4.0-1 [149 kB] 2022-08-24 14:53:57.666 | Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2022-08-24 14:53:57.681 | Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ibverbs-providers amd64 28.0-1ubuntu1 [232 kB] 2022-08-24 14:53:57.704 | Get:142 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 icu-devtools amd64 66.1-2ubuntu2.1 [189 kB] 2022-08-24 14:53:57.720 | Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 iputils-arping amd64 3:20190709-3 [15.8 kB] 2022-08-24 14:53:57.797 | Get:144 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B] 2022-08-24 14:53:57.798 | Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 2022-08-24 14:53:57.803 | Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 2022-08-24 14:53:57.806 | Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 2022-08-24 14:53:57.807 | Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 2022-08-24 14:53:57.810 | Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1.1 [39.9 kB] 2022-08-24 14:53:57.814 | Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 2022-08-24 14:53:57.910 | Get:151 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] 2022-08-24 14:53:57.910 | Get:152 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-iostreams1.71.0 amd64 1.71.0-6ubuntu6 [237 kB] 2022-08-24 14:53:57.931 | Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] 2022-08-24 14:53:58.022 | Get:154 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] 2022-08-24 14:53:58.026 | Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu-dev amd64 66.1-2ubuntu2.1 [9,451 kB] 2022-08-24 14:53:59.235 | Get:156 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libipset13 amd64 7.5-1ubuntu0.20.04.1 [53.6 kB] 2022-08-24 14:53:59.246 | Get:157 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2022-08-24 14:53:59.248 | Get:158 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libiscsi7 amd64 1.18.0-2 [63.9 kB] 2022-08-24 14:53:59.249 | Get:159 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.1 [238 kB] 2022-08-24 14:53:59.276 | Get:160 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] 2022-08-24 14:53:59.277 | Get:161 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1,546 B] 2022-08-24 14:53:59.277 | Get:162 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libjs-jquery all 3.3.1~dfsg-3 [329 kB] 2022-08-24 14:53:59.302 | Get:163 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-metadata all 12-1.1 [7,032 B] 2022-08-24 14:53:59.303 | Get:164 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-jquery-tablesorter all 1:2.31.1+dfsg1-1 [175 kB] 2022-08-24 14:53:59.426 | Get:165 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] 2022-08-24 14:53:59.429 | Get:166 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] 2022-08-24 14:53:59.430 | Get:167 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] 2022-08-24 14:53:59.430 | Get:168 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB] 2022-08-24 14:53:59.548 | Get:169 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libnspr4 amd64 2:4.25-1 [107 kB] 2022-08-24 14:53:59.551 | Get:170 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.49.1-1ubuntu1.8 [1,256 kB] 2022-08-24 14:53:59.692 | Get:171 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp5-10 amd64 1:10.0.0-4ubuntu1 [300 kB] 2022-08-24 14:53:59.695 | Get:172 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libomp-10-dev amd64 1:10.0.0-4ubuntu1 [47.7 kB] 2022-08-24 14:53:59.731 | Get:173 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp-conf amd64 5.0.3-1 [17.0 kB] 2022-08-24 14:53:59.732 | Get:174 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp3 amd64 5.0.3-1 [255 kB] 2022-08-24 14:53:59.863 | Get:175 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda3 amd64 5.0.3-1 [39.4 kB] 2022-08-24 14:53:59.864 | Get:176 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-pmda-perl amd64 5.0.3-1 [39.7 kB] 2022-08-24 14:53:59.864 | Get:177 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 [117 kB] 2022-08-24 14:53:59.886 | Get:178 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq-dev amd64 12.12-0ubuntu0.20.04.1 [137 kB] 2022-08-24 14:53:59.889 | Get:179 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librados2 amd64 15.2.16-0ubuntu0.20.04.1 [3,214 kB] 2022-08-24 14:54:00.383 | Get:180 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 librbd1 amd64 15.2.16-0ubuntu0.20.04.1 [1,623 kB] 2022-08-24 14:54:00.766 | Get:181 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-dev amd64 2.1.27+dfsg-2ubuntu0.1 [226 kB] 2022-08-24 14:54:00.771 | Get:182 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] 2022-08-24 14:54:00.773 | Get:183 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.16 [1,584 kB] 2022-08-24 14:54:00.887 | Get:184 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.17 [246 kB] 2022-08-24 14:54:01.126 | Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B] 2022-08-24 14:54:01.127 | Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libx86-1 amd64 1.1+ds1-11 [76.1 kB] 2022-08-24 14:54:01.129 | Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-dev amd64 2.9.10+dfsg-5ubuntu0.20.04.4 [736 kB] 2022-08-24 14:54:01.163 | Get:188 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 [151 kB] 2022-08-24 14:54:01.167 | Get:189 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1-dev amd64 1.1.34-4ubuntu0.20.04.1 [219 kB] 2022-08-24 14:54:01.216 | Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-runtime amd64 1:10.0.0-4ubuntu1 [180 kB] 2022-08-24 14:54:01.238 | Get:191 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libpfm4 amd64 4.10.1+git20-g7700f49-2 [266 kB] 2022-08-24 14:54:01.253 | Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10 amd64 1:10.0.0-4ubuntu1 [5,214 kB] 2022-08-24 14:54:02.151 | Get:193 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2022-08-24 14:54:02.153 | Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2022-08-24 14:54:02.258 | Get:195 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-tools amd64 1:10.0.0-4ubuntu1 [317 kB] 2022-08-24 14:54:02.269 | Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-4 amd64 4.8.7-4build1 [6,792 kB] 2022-08-24 14:54:03.302 | Get:197 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libz3-dev amd64 4.8.7-4build1 [67.5 kB] 2022-08-24 14:54:03.304 | Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 llvm-10-dev amd64 1:10.0.0-4ubuntu1 [26.0 MB] 2022-08-24 14:54:07.855 | Get:199 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 lsscsi amd64 0.30-0.1 [46.1 kB] 2022-08-24 14:54:07.856 | Get:200 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2022-08-24 14:54:07.857 | Get:201 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pm-utils all 1.4.1-19 [48.1 kB] 2022-08-24 14:54:07.858 | Get:202 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] 2022-08-24 14:54:08.089 | Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 [1,051 kB] 2022-08-24 14:54:08.962 | Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] 2022-08-24 14:54:08.964 | Get:205 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] 2022-08-24 14:54:08.978 | Get:206 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-12 amd64 12.12-0ubuntu0.20.04.1 [983 kB] 2022-08-24 14:54:09.086 | Get:207 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 postgresql-server-dev-all all 214ubuntu0.1 [7,652 B] 2022-08-24 14:54:09.087 | Get:208 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-mysqldb amd64 1.4.4-2build1 [44.9 kB] 2022-08-24 14:54:09.090 | Get:209 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 [5,444 B] 2022-08-24 14:54:09.091 | Get:210 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] 2022-08-24 14:54:09.091 | Get:211 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-block-extra amd64 1:4.2-3ubuntu6.23 [54.9 kB] 2022-08-24 14:54:09.096 | Get:212 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 qemu-utils amd64 1:4.2-3ubuntu6.23 [968 kB] 2022-08-24 14:54:09.179 | Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 sharutils amd64 1:4.15.2-4build1 [155 kB] 2022-08-24 14:54:09.192 | Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 sqlite3 amd64 3.31.1-4ubuntu0.3 [861 kB] 2022-08-24 14:54:09.267 | Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] 2022-08-24 14:54:09.307 | Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 vbetool amd64 1.1-4 [11.5 kB] 2022-08-24 14:54:09.308 | Get:217 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 ipset amd64 7.5-1ubuntu0.20.04.1 [29.8 kB] 2022-08-24 14:54:09.311 | Get:218 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 ipvsadm amd64 1:1.31-1 [40.2 kB] 2022-08-24 14:54:09.315 | Get:219 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libapache2-mod-proxy-uwsgi amd64 2.4.41-4ubuntu3.12 [1,184 B] 2022-08-24 14:54:09.316 | Get:220 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode1 amd64 1.6.1-4 [40.2 kB] 2022-08-24 14:54:09.318 | Get:221 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liberasurecode-dev amd64 1.6.1-4 [15.1 kB] 2022-08-24 14:54:09.319 | Get:222 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 2022-08-24 14:54:09.423 | Get:223 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-gui2 amd64 5.0.3-1 [11.6 kB] 2022-08-24 14:54:09.424 | Get:224 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-import1 amd64 5.0.3-1 [15.5 kB] 2022-08-24 14:54:09.425 | Get:225 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-mmv1 amd64 5.0.3-1 [12.4 kB] 2022-08-24 14:54:09.537 | Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-trace2 amd64 5.0.3-1 [15.6 kB] 2022-08-24 14:54:09.539 | Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpcp-web1 amd64 5.0.3-1 [127 kB] 2022-08-24 14:54:09.550 | Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2022-08-24 14:54:09.555 | Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-pcp amd64 5.0.3-1 [66.6 kB] 2022-08-24 14:54:09.560 | Get:230 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 pcp amd64 5.0.3-1 [2,954 kB] 2022-08-24 14:54:09.881 | Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-08-24 14:54:09.886 | Get:232 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 vlan all 2.0.4ubuntu1.20.04.1 [11.3 kB] 2022-08-24 14:54:11.374 | Preconfiguring packages ... 2022-08-24 14:54:11.655 | Fetched 152 MB in 27s (5,561 kB/s) 2022-08-24 14:54:11.868 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68945 files and directories currently installed.) 2022-08-24 14:54:11.870 | Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... 2022-08-24 14:54:12.045 | Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7ubuntu0.20.04.1) ... 2022-08-24 14:54:12.542 | Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... 2022-08-24 14:54:13.120 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68945 files and directories currently installed.) 2022-08-24 14:54:13.122 | Preparing to unpack .../0-libnss-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-24 14:54:13.685 | Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-24 14:54:14.127 | Preparing to unpack .../1-systemd-timesyncd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-24 14:54:14.279 | Unpacking systemd-timesyncd (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-24 14:54:15.167 | Preparing to unpack .../2-systemd-sysv_245.4-4ubuntu3.17_amd64.deb ... 2022-08-24 14:54:15.302 | Unpacking systemd-sysv (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-24 14:54:15.704 | Preparing to unpack .../3-libpam-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-24 14:54:15.867 | Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-24 14:54:16.498 | Preparing to unpack .../4-systemd_245.4-4ubuntu3.17_amd64.deb ... 2022-08-24 14:54:16.780 | Unpacking systemd (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-24 14:54:18.121 | Preparing to unpack .../5-libsystemd0_245.4-4ubuntu3.17_amd64.deb ... 2022-08-24 14:54:18.285 | Unpacking libsystemd0:amd64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.6) ... 2022-08-24 14:54:18.727 | Setting up libsystemd0:amd64 (245.4-4ubuntu3.17) ... 2022-08-24 14:54:19.307 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68946 files and directories currently installed.) 2022-08-24 14:54:19.309 | Preparing to unpack .../rsync_3.1.3-8ubuntu0.4_amd64.deb ... 2022-08-24 14:54:19.496 | Unpacking rsync (3.1.3-8ubuntu0.4) over (3.1.3-8) ... 2022-08-24 14:54:20.315 | Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 2022-08-24 14:54:20.513 | Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-08-24 14:54:20.909 | Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 2022-08-24 14:54:21.410 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 68946 files and directories currently installed.) 2022-08-24 14:54:21.413 | Preparing to unpack .../000-uuid-runtime_2.34-0.1ubuntu9.3_amd64.deb ... 2022-08-24 14:54:21.598 | Unpacking uuid-runtime (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9.1) ... 2022-08-24 14:54:22.067 | Selecting previously unselected package libapr1:amd64. 2022-08-24 14:54:22.075 | Preparing to unpack .../001-libapr1_1.6.5-1ubuntu1_amd64.deb ... 2022-08-24 14:54:22.130 | Unpacking libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-08-24 14:54:22.543 | Preparing to unpack .../002-libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-08-24 14:54:22.684 | Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.16) over (1.1.1f-1ubuntu2.3) ... 2022-08-24 14:54:23.450 | Selecting previously unselected package libaprutil1:amd64. 2022-08-24 14:54:23.458 | Preparing to unpack .../003-libaprutil1_1.6.1-4ubuntu2_amd64.deb ... 2022-08-24 14:54:23.518 | Unpacking libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-08-24 14:54:24.057 | Preparing to unpack .../004-libsqlite3-0_3.31.1-4ubuntu0.3_amd64.deb ... 2022-08-24 14:54:24.158 | Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) over (3.31.1-4ubuntu0.2) ... 2022-08-24 14:54:24.713 | Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. 2022-08-24 14:54:24.721 | Preparing to unpack .../005-libaprutil1-dbd-sqlite3_1.6.1-4ubuntu2_amd64.deb ... 2022-08-24 14:54:24.764 | Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-08-24 14:54:25.074 | Preparing to unpack .../006-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-24 14:54:25.250 | Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-08-24 14:54:25.795 | Preparing to unpack .../007-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-24 14:54:25.976 | Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-08-24 14:54:26.526 | Preparing to unpack .../008-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... 2022-08-24 14:54:26.701 | Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) over (2.4.49+dfsg-2ubuntu1.7) ... 2022-08-24 14:54:27.113 | Selecting previously unselected package libaprutil1-ldap:amd64. 2022-08-24 14:54:27.120 | Preparing to unpack .../009-libaprutil1-ldap_1.6.1-4ubuntu2_amd64.deb ... 2022-08-24 14:54:27.176 | Unpacking libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-08-24 14:54:27.509 | Preparing to unpack .../010-curl_7.68.0-1ubuntu2.12_amd64.deb ... 2022-08-24 14:54:27.701 | Unpacking curl (7.68.0-1ubuntu2.12) over (7.68.0-1ubuntu2.5) ... 2022-08-24 14:54:28.200 | Preparing to unpack .../011-libcurl4_7.68.0-1ubuntu2.12_amd64.deb ... 2022-08-24 14:54:28.433 | Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.12) over (7.68.0-1ubuntu2.5) ... 2022-08-24 14:54:28.913 | Selecting previously unselected package libjansson4:amd64. 2022-08-24 14:54:28.921 | Preparing to unpack .../012-libjansson4_2.12-1build1_amd64.deb ... 2022-08-24 14:54:28.964 | Unpacking libjansson4:amd64 (2.12-1build1) ... 2022-08-24 14:54:29.233 | Selecting previously unselected package liblua5.2-0:amd64. 2022-08-24 14:54:29.240 | Preparing to unpack .../013-liblua5.2-0_5.2.4-1.1build3_amd64.deb ... 2022-08-24 14:54:29.284 | Unpacking liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-08-24 14:54:29.681 | Preparing to unpack .../014-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2022-08-24 14:54:29.850 | Unpacking libicu66:amd64 (66.1-2ubuntu2.1) over (66.1-2ubuntu2) ... 2022-08-24 14:54:31.692 | Preparing to unpack .../015-libxml2_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb ... 2022-08-24 14:54:31.850 | Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) over (2.9.10+dfsg-5) ... 2022-08-24 14:54:32.387 | Selecting previously unselected package apache2-bin. 2022-08-24 14:54:32.395 | Preparing to unpack .../016-apache2-bin_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-24 14:54:32.449 | Unpacking apache2-bin (2.4.41-4ubuntu3.12) ... 2022-08-24 14:54:33.050 | Selecting previously unselected package apache2-data. 2022-08-24 14:54:33.057 | Preparing to unpack .../017-apache2-data_2.4.41-4ubuntu3.12_all.deb ... 2022-08-24 14:54:33.095 | Unpacking apache2-data (2.4.41-4ubuntu3.12) ... 2022-08-24 14:54:33.570 | Selecting previously unselected package apache2-utils. 2022-08-24 14:54:33.577 | Preparing to unpack .../018-apache2-utils_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-24 14:54:33.609 | Unpacking apache2-utils (2.4.41-4ubuntu3.12) ... 2022-08-24 14:54:34.198 | Selecting previously unselected package apache2. 2022-08-24 14:54:34.206 | Preparing to unpack .../019-apache2_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-24 14:54:34.278 | Unpacking apache2 (2.4.41-4ubuntu3.12) ... 2022-08-24 14:54:34.759 | Selecting previously unselected package liblua5.3-0:amd64. 2022-08-24 14:54:34.766 | Preparing to unpack .../020-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-08-24 14:54:34.815 | Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-08-24 14:54:35.238 | Selecting previously unselected package haproxy. 2022-08-24 14:54:35.246 | Preparing to unpack .../021-haproxy_2.0.13-2ubuntu0.5_amd64.deb ... 2022-08-24 14:54:35.303 | Unpacking haproxy (2.0.13-2ubuntu0.5) ... 2022-08-24 14:54:36.056 | Selecting previously unselected package libnl-3-200:amd64. 2022-08-24 14:54:36.063 | Preparing to unpack .../022-libnl-3-200_3.4.0-1_amd64.deb ... 2022-08-24 14:54:36.118 | Unpacking libnl-3-200:amd64 (3.4.0-1) ... 2022-08-24 14:54:36.701 | Selecting previously unselected package libnl-genl-3-200:amd64. 2022-08-24 14:54:36.709 | Preparing to unpack .../023-libnl-genl-3-200_3.4.0-1_amd64.deb ... 2022-08-24 14:54:36.764 | Unpacking libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-08-24 14:54:37.181 | Selecting previously unselected package mysql-common. 2022-08-24 14:54:37.189 | Preparing to unpack .../024-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2022-08-24 14:54:37.259 | Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2022-08-24 14:54:37.581 | Selecting previously unselected package libmysqlclient21:amd64. 2022-08-24 14:54:37.588 | Preparing to unpack .../025-libmysqlclient21_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-24 14:54:37.644 | Unpacking libmysqlclient21:amd64 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 14:54:38.176 | Selecting previously unselected package libsensors-config. 2022-08-24 14:54:38.183 | Preparing to unpack .../026-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... 2022-08-24 14:54:38.215 | Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... 2022-08-24 14:54:38.502 | Selecting previously unselected package libsensors5:amd64. 2022-08-24 14:54:38.509 | Preparing to unpack .../027-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ... 2022-08-24 14:54:38.664 | Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2022-08-24 14:54:39.067 | Selecting previously unselected package libsnmp-base. 2022-08-24 14:54:39.074 | Preparing to unpack .../028-libsnmp-base_5.8+dfsg-2ubuntu2.5_all.deb ... 2022-08-24 14:54:39.129 | Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.5) ... 2022-08-24 14:54:39.524 | Selecting previously unselected package libsnmp35:amd64. 2022-08-24 14:54:39.531 | Preparing to unpack .../029-libsnmp35_5.8+dfsg-2ubuntu2.5_amd64.deb ... 2022-08-24 14:54:39.581 | Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.5) ... 2022-08-24 14:54:40.175 | Selecting previously unselected package keepalived. 2022-08-24 14:54:40.183 | Preparing to unpack .../030-keepalived_1%3a2.0.19-2ubuntu0.2_amd64.deb ... 2022-08-24 14:54:40.237 | Unpacking keepalived (1:2.0.19-2ubuntu0.2) ... 2022-08-24 14:54:40.758 | Selecting previously unselected package memcached. 2022-08-24 14:54:40.765 | Preparing to unpack .../031-memcached_1.5.22-2ubuntu0.2_amd64.deb ... 2022-08-24 14:54:40.815 | Unpacking memcached (1.5.22-2ubuntu0.2) ... 2022-08-24 14:54:41.400 | Preparing to unpack .../032-open-iscsi_2.0.874-7.1ubuntu6.2_amd64.deb ... 2022-08-24 14:54:42.328 | Unpacking open-iscsi (2.0.874-7.1ubuntu6.2) over (2.0.874-7.1ubuntu6.1) ... 2022-08-24 14:54:42.917 | Preparing to unpack .../033-libcom-err2_1.45.5-2ubuntu1.1_amd64.deb ... 2022-08-24 14:54:43.061 | Unpacking libcom-err2:amd64 (1.45.5-2ubuntu1.1) over (1.45.5-2ubuntu1) ... 2022-08-24 14:54:43.549 | Preparing to unpack .../034-openssl_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-08-24 14:54:43.735 | Unpacking openssl (1.1.1f-1ubuntu2.16) over (1.1.1f-1ubuntu2.3) ... 2022-08-24 14:54:44.335 | Selecting previously unselected package python3-yaml. 2022-08-24 14:54:44.343 | Preparing to unpack .../035-python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-08-24 14:54:44.403 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-08-24 14:54:44.618 | Preparing to unpack .../036-openssh-sftp-server_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-08-24 14:54:44.746 | Unpacking openssh-sftp-server (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-08-24 14:54:45.286 | Preparing to unpack .../037-openssh-server_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-08-24 14:54:45.589 | Unpacking openssh-server (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-08-24 14:54:46.600 | Preparing to unpack .../038-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ... 2022-08-24 14:54:46.732 | Unpacking openssh-client (1:8.2p1-4ubuntu0.5) over (1:8.2p1-4ubuntu0.2) ... 2022-08-24 14:54:47.399 | Preparing to unpack .../039-tcpdump_4.9.3-4ubuntu0.1_amd64.deb ... 2022-08-24 14:54:47.563 | Unpacking tcpdump (4.9.3-4ubuntu0.1) over (4.9.3-4) ... 2022-08-24 14:54:48.132 | Preparing to unpack .../040-wget_1.20.3-1ubuntu2_amd64.deb ... 2022-08-24 14:54:48.283 | Unpacking wget (1.20.3-1ubuntu2) over (1.20.3-1ubuntu1) ... 2022-08-24 14:54:48.855 | Selecting previously unselected package acl. 2022-08-24 14:54:48.864 | Preparing to unpack .../041-acl_2.2.53-6_amd64.deb ... 2022-08-24 14:54:48.917 | Unpacking acl (2.2.53-6) ... 2022-08-24 14:54:49.283 | Selecting previously unselected package autotools-dev. 2022-08-24 14:54:49.291 | Preparing to unpack .../042-autotools-dev_20180224.1_all.deb ... 2022-08-24 14:54:49.346 | Unpacking autotools-dev (20180224.1) ... 2022-08-24 14:54:49.649 | Selecting previously unselected package m4. 2022-08-24 14:54:49.657 | Preparing to unpack .../043-m4_1.4.18-4_amd64.deb ... 2022-08-24 14:54:49.712 | Unpacking m4 (1.4.18-4) ... 2022-08-24 14:54:50.141 | Selecting previously unselected package autoconf. 2022-08-24 14:54:50.148 | Preparing to unpack .../044-autoconf_2.69-11.1_all.deb ... 2022-08-24 14:54:50.197 | Unpacking autoconf (2.69-11.1) ... 2022-08-24 14:54:50.752 | Selecting previously unselected package automake. 2022-08-24 14:54:50.760 | Preparing to unpack .../045-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2022-08-24 14:54:50.816 | Unpacking automake (1:1.16.1-4ubuntu6) ... 2022-08-24 14:54:51.301 | Selecting previously unselected package autopoint. 2022-08-24 14:54:51.308 | Preparing to unpack .../046-autopoint_0.19.8.1-10build1_all.deb ... 2022-08-24 14:54:51.380 | Unpacking autopoint (0.19.8.1-10build1) ... 2022-08-24 14:54:51.758 | Selecting previously unselected package libllvm10:amd64. 2022-08-24 14:54:51.765 | Preparing to unpack .../047-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:54:51.820 | Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:54:54.586 | Selecting previously unselected package libclang-cpp10. 2022-08-24 14:54:54.593 | Preparing to unpack .../048-libclang-cpp10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:54:54.643 | Unpacking libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:54:56.832 | Selecting previously unselected package libgc1c2:amd64. 2022-08-24 14:54:56.839 | Preparing to unpack .../049-libgc1c2_1%3a7.6.4-0.4ubuntu1_amd64.deb ... 2022-08-24 14:54:56.912 | Unpacking libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-08-24 14:54:57.386 | Selecting previously unselected package libobjc4:amd64. 2022-08-24 14:54:57.393 | Preparing to unpack .../050-libobjc4_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-08-24 14:54:57.425 | Unpacking libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-08-24 14:54:57.723 | Selecting previously unselected package libobjc-9-dev:amd64. 2022-08-24 14:54:57.731 | Preparing to unpack .../051-libobjc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... 2022-08-24 14:54:57.797 | Unpacking libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-08-24 14:54:58.518 | Selecting previously unselected package libc6-i386. 2022-08-24 14:54:58.525 | Preparing to unpack .../052-libc6-i386_2.31-0ubuntu9.9_amd64.deb ... 2022-08-24 14:54:58.592 | Unpacking libc6-i386 (2.31-0ubuntu9.9) ... 2022-08-24 14:54:59.586 | Selecting previously unselected package lib32gcc-s1. 2022-08-24 14:54:59.593 | Preparing to unpack .../053-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-08-24 14:54:59.689 | Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-08-24 14:55:00.232 | Selecting previously unselected package lib32stdc++6. 2022-08-24 14:55:00.240 | Preparing to unpack .../054-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 2022-08-24 14:55:00.272 | Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-08-24 14:55:00.735 | Selecting previously unselected package libclang-common-10-dev. 2022-08-24 14:55:00.742 | Preparing to unpack .../055-libclang-common-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:55:00.797 | Unpacking libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-24 14:55:02.374 | Selecting previously unselected package libclang1-10. 2022-08-24 14:55:02.383 | Preparing to unpack .../056-libclang1-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:55:02.466 | Unpacking libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:55:04.163 | Selecting previously unselected package clang-10. 2022-08-24 14:55:04.171 | Preparing to unpack .../057-clang-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:55:04.226 | Unpacking clang-10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:55:04.626 | Selecting previously unselected package libtool. 2022-08-24 14:55:04.634 | Preparing to unpack .../058-libtool_2.4.6-14_all.deb ... 2022-08-24 14:55:04.688 | Unpacking libtool (2.4.6-14) ... 2022-08-24 14:55:05.048 | Selecting previously unselected package dh-autoreconf. 2022-08-24 14:55:05.057 | Preparing to unpack .../059-dh-autoreconf_19_all.deb ... 2022-08-24 14:55:05.111 | Unpacking dh-autoreconf (19) ... 2022-08-24 14:55:05.540 | Selecting previously unselected package libdebhelper-perl. 2022-08-24 14:55:05.548 | Preparing to unpack .../060-libdebhelper-perl_12.10ubuntu1_all.deb ... 2022-08-24 14:55:05.585 | Unpacking libdebhelper-perl (12.10ubuntu1) ... 2022-08-24 14:55:05.912 | Selecting previously unselected package libarchive-zip-perl. 2022-08-24 14:55:05.919 | Preparing to unpack .../061-libarchive-zip-perl_1.67-2_all.deb ... 2022-08-24 14:55:05.968 | Unpacking libarchive-zip-perl (1.67-2) ... 2022-08-24 14:55:06.335 | Selecting previously unselected package libsub-override-perl. 2022-08-24 14:55:06.342 | Preparing to unpack .../062-libsub-override-perl_0.09-2_all.deb ... 2022-08-24 14:55:06.385 | Unpacking libsub-override-perl (0.09-2) ... 2022-08-24 14:55:06.751 | Selecting previously unselected package libfile-stripnondeterminism-perl. 2022-08-24 14:55:06.759 | Preparing to unpack .../063-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... 2022-08-24 14:55:06.854 | Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-08-24 14:55:07.305 | Selecting previously unselected package dh-strip-nondeterminism. 2022-08-24 14:55:07.313 | Preparing to unpack .../064-dh-strip-nondeterminism_1.7.0-1_all.deb ... 2022-08-24 14:55:07.351 | Unpacking dh-strip-nondeterminism (1.7.0-1) ... 2022-08-24 14:55:07.677 | Selecting previously unselected package dwz. 2022-08-24 14:55:07.684 | Preparing to unpack .../065-dwz_0.13-5_amd64.deb ... 2022-08-24 14:55:07.745 | Unpacking dwz (0.13-5) ... 2022-08-24 14:55:08.129 | Selecting previously unselected package libcroco3:amd64. 2022-08-24 14:55:08.136 | Preparing to unpack .../066-libcroco3_0.6.13-1_amd64.deb ... 2022-08-24 14:55:08.208 | Unpacking libcroco3:amd64 (0.6.13-1) ... 2022-08-24 14:55:08.597 | Selecting previously unselected package gettext. 2022-08-24 14:55:08.604 | Preparing to unpack .../067-gettext_0.19.8.1-10build1_amd64.deb ... 2022-08-24 14:55:08.659 | Unpacking gettext (0.19.8.1-10build1) ... 2022-08-24 14:55:09.140 | Selecting previously unselected package intltool-debian. 2022-08-24 14:55:09.148 | Preparing to unpack .../068-intltool-debian_0.35.0+20060710.5_all.deb ... 2022-08-24 14:55:09.197 | Unpacking intltool-debian (0.35.0+20060710.5) ... 2022-08-24 14:55:09.466 | Selecting previously unselected package po-debconf. 2022-08-24 14:55:09.474 | Preparing to unpack .../069-po-debconf_1.0.21_all.deb ... 2022-08-24 14:55:09.539 | Unpacking po-debconf (1.0.21) ... 2022-08-24 14:55:09.957 | Selecting previously unselected package debhelper. 2022-08-24 14:55:09.965 | Preparing to unpack .../070-debhelper_12.10ubuntu1_all.deb ... 2022-08-24 14:55:10.014 | Unpacking debhelper (12.10ubuntu1) ... 2022-08-24 14:55:10.814 | Selecting previously unselected package uuid-dev:amd64. 2022-08-24 14:55:10.823 | Preparing to unpack .../071-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... 2022-08-24 14:55:10.911 | Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-08-24 14:55:11.380 | Selecting previously unselected package libsctp1:amd64. 2022-08-24 14:55:11.388 | Preparing to unpack .../072-libsctp1_1.0.18+dfsg-1_amd64.deb ... 2022-08-24 14:55:11.420 | Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-08-24 14:55:11.786 | Selecting previously unselected package libsctp-dev:amd64. 2022-08-24 14:55:11.794 | Preparing to unpack .../073-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... 2022-08-24 14:55:11.859 | Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-08-24 14:55:12.168 | Selecting previously unselected package libapr1-dev. 2022-08-24 14:55:12.177 | Preparing to unpack .../074-libapr1-dev_1.6.5-1ubuntu1_amd64.deb ... 2022-08-24 14:55:12.231 | Unpacking libapr1-dev (1.6.5-1ubuntu1) ... 2022-08-24 14:55:13.340 | Selecting previously unselected package libldap2-dev:amd64. 2022-08-24 14:55:13.349 | Preparing to unpack .../075-libldap2-dev_2.4.49+dfsg-2ubuntu1.9_amd64.deb ... 2022-08-24 14:55:13.396 | Unpacking libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-08-24 14:55:13.871 | Selecting previously unselected package libaprutil1-dev. 2022-08-24 14:55:13.879 | Preparing to unpack .../076-libaprutil1-dev_1.6.1-4ubuntu2_amd64.deb ... 2022-08-24 14:55:13.957 | Unpacking libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-08-24 14:55:14.597 | Selecting previously unselected package apache2-dev. 2022-08-24 14:55:14.605 | Preparing to unpack .../077-apache2-dev_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-24 14:55:14.654 | Unpacking apache2-dev (2.4.41-4ubuntu3.12) ... 2022-08-24 14:55:15.105 | Selecting previously unselected package binfmt-support. 2022-08-24 14:55:15.114 | Preparing to unpack .../078-binfmt-support_2.2.0-2_amd64.deb ... 2022-08-24 14:55:15.169 | Unpacking binfmt-support (2.2.0-2) ... 2022-08-24 14:55:15.483 | Selecting previously unselected package conntrack. 2022-08-24 14:55:15.490 | Preparing to unpack .../079-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-08-24 14:55:15.539 | Unpacking conntrack (1:1.4.5-2) ... 2022-08-24 14:55:15.986 | Selecting previously unselected package libnetfilter-cthelper0:amd64. 2022-08-24 14:55:15.994 | Preparing to unpack .../080-libnetfilter-cthelper0_1.0.0-1ubuntu2_amd64.deb ... 2022-08-24 14:55:16.054 | Unpacking libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-08-24 14:55:16.505 | Selecting previously unselected package libnetfilter-queue1. 2022-08-24 14:55:16.513 | Preparing to unpack .../081-libnetfilter-queue1_1.0.3-1_amd64.deb ... 2022-08-24 14:55:16.597 | Unpacking libnetfilter-queue1 (1.0.3-1) ... 2022-08-24 14:55:16.968 | Selecting previously unselected package conntrackd. 2022-08-24 14:55:16.976 | Preparing to unpack .../082-conntrackd_1%3a1.4.5-2_amd64.deb ... 2022-08-24 14:55:17.019 | Unpacking conntrackd (1:1.4.5-2) ... 2022-08-24 14:55:17.414 | Selecting previously unselected package dns-root-data. 2022-08-24 14:55:17.421 | Preparing to unpack .../083-dns-root-data_2019052802_all.deb ... 2022-08-24 14:55:17.493 | Unpacking dns-root-data (2019052802) ... 2022-08-24 14:55:17.894 | Selecting previously unselected package libidn11:amd64. 2022-08-24 14:55:17.902 | Preparing to unpack .../084-libidn11_1.33-2.2ubuntu2_amd64.deb ... 2022-08-24 14:55:17.944 | Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-08-24 14:55:18.397 | Selecting previously unselected package dnsmasq-base. 2022-08-24 14:55:18.405 | Preparing to unpack .../085-dnsmasq-base_2.80-1.1ubuntu1.5_amd64.deb ... 2022-08-24 14:55:18.453 | Unpacking dnsmasq-base (2.80-1.1ubuntu1.5) ... 2022-08-24 14:55:18.797 | Selecting previously unselected package dnsmasq-utils. 2022-08-24 14:55:18.805 | Preparing to unpack .../086-dnsmasq-utils_2.80-1.1ubuntu1.5_amd64.deb ... 2022-08-24 14:55:18.864 | Unpacking dnsmasq-utils (2.80-1.1ubuntu1.5) ... 2022-08-24 14:55:19.311 | Selecting previously unselected package ebtables. 2022-08-24 14:55:19.319 | Preparing to unpack .../087-ebtables_2.0.11-3build1_amd64.deb ... 2022-08-24 14:55:19.404 | Unpacking ebtables (2.0.11-3build1) ... 2022-08-24 14:55:19.780 | Selecting previously unselected package fonts-dejavu-core. 2022-08-24 14:55:19.788 | Preparing to unpack .../088-fonts-dejavu-core_2.37-1_all.deb ... 2022-08-24 14:55:19.842 | Unpacking fonts-dejavu-core (2.37-1) ... 2022-08-24 14:55:20.265 | Selecting previously unselected package fonts-liberation. 2022-08-24 14:55:20.274 | Preparing to unpack .../089-fonts-liberation_1%3a1.07.4-11_all.deb ... 2022-08-24 14:55:20.322 | Unpacking fonts-liberation (1:1.07.4-11) ... 2022-08-24 14:55:21.042 | Selecting previously unselected package fontconfig-config. 2022-08-24 14:55:21.050 | Preparing to unpack .../090-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2022-08-24 14:55:21.151 | Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2022-08-24 14:55:21.614 | Selecting previously unselected package libfontconfig1:amd64. 2022-08-24 14:55:21.622 | Preparing to unpack .../091-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2022-08-24 14:55:21.687 | Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-08-24 14:55:22.094 | Selecting previously unselected package fontconfig. 2022-08-24 14:55:22.102 | Preparing to unpack .../092-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2022-08-24 14:55:22.179 | Unpacking fontconfig (2.13.1-2ubuntu3) ... 2022-08-24 14:55:22.567 | Selecting previously unselected package genisoimage. 2022-08-24 14:55:22.575 | Preparing to unpack .../093-genisoimage_9%3a1.1.11-3.1ubuntu1_amd64.deb ... 2022-08-24 14:55:22.624 | Unpacking genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-08-24 14:55:23.083 | Selecting previously unselected package libann0. 2022-08-24 14:55:23.091 | Preparing to unpack .../094-libann0_1.1.2+doc-7build1_amd64.deb ... 2022-08-24 14:55:23.133 | Unpacking libann0 (1.1.2+doc-7build1) ... 2022-08-24 14:55:23.460 | Selecting previously unselected package libcdt5:amd64. 2022-08-24 14:55:23.468 | Preparing to unpack .../095-libcdt5_2.42.2-3build2_amd64.deb ... 2022-08-24 14:55:23.522 | Unpacking libcdt5:amd64 (2.42.2-3build2) ... 2022-08-24 14:55:23.945 | Selecting previously unselected package libcgraph6:amd64. 2022-08-24 14:55:23.952 | Preparing to unpack .../096-libcgraph6_2.42.2-3build2_amd64.deb ... 2022-08-24 14:55:24.002 | Unpacking libcgraph6:amd64 (2.42.2-3build2) ... 2022-08-24 14:55:24.414 | Selecting previously unselected package libjpeg-turbo8:amd64. 2022-08-24 14:55:24.423 | Preparing to unpack .../097-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-08-24 14:55:24.470 | Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-24 14:55:24.774 | Selecting previously unselected package libjpeg8:amd64. 2022-08-24 14:55:24.782 | Preparing to unpack .../098-libjpeg8_8c-2ubuntu8_amd64.deb ... 2022-08-24 14:55:24.831 | Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2022-08-24 14:55:25.191 | Selecting previously unselected package libjbig0:amd64. 2022-08-24 14:55:25.199 | Preparing to unpack .../099-libjbig0_2.1-3.1build1_amd64.deb ... 2022-08-24 14:55:25.236 | Unpacking libjbig0:amd64 (2.1-3.1build1) ... 2022-08-24 14:55:25.591 | Selecting previously unselected package libwebp6:amd64. 2022-08-24 14:55:25.599 | Preparing to unpack .../100-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:55:25.665 | Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-08-24 14:55:26.087 | Selecting previously unselected package libtiff5:amd64. 2022-08-24 14:55:26.095 | Preparing to unpack .../101-libtiff5_4.1.0+git191117-2ubuntu0.20.04.3_amd64.deb ... 2022-08-24 14:55:26.138 | Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... 2022-08-24 14:55:26.597 | Selecting previously unselected package libxpm4:amd64. 2022-08-24 14:55:26.605 | Preparing to unpack .../102-libxpm4_1%3a3.5.12-1_amd64.deb ... 2022-08-24 14:55:26.682 | Unpacking libxpm4:amd64 (1:3.5.12-1) ... 2022-08-24 14:55:27.139 | Selecting previously unselected package libgd3:amd64. 2022-08-24 14:55:27.148 | Preparing to unpack .../103-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2022-08-24 14:55:27.225 | Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-08-24 14:55:27.739 | Selecting previously unselected package libgts-0.7-5:amd64. 2022-08-24 14:55:27.747 | Preparing to unpack .../104-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... 2022-08-24 14:55:27.808 | Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-08-24 14:55:28.271 | Selecting previously unselected package libpixman-1-0:amd64. 2022-08-24 14:55:28.279 | Preparing to unpack .../105-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... 2022-08-24 14:55:28.339 | Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-08-24 14:55:28.762 | Selecting previously unselected package libxcb-render0:amd64. 2022-08-24 14:55:28.770 | Preparing to unpack .../106-libxcb-render0_1.14-2_amd64.deb ... 2022-08-24 14:55:28.825 | Unpacking libxcb-render0:amd64 (1.14-2) ... 2022-08-24 14:55:29.225 | Selecting previously unselected package libxcb-shm0:amd64. 2022-08-24 14:55:29.233 | Preparing to unpack .../107-libxcb-shm0_1.14-2_amd64.deb ... 2022-08-24 14:55:29.287 | Unpacking libxcb-shm0:amd64 (1.14-2) ... 2022-08-24 14:55:29.619 | Selecting previously unselected package libxrender1:amd64. 2022-08-24 14:55:29.627 | Preparing to unpack .../108-libxrender1_1%3a0.9.10-1_amd64.deb ... 2022-08-24 14:55:29.676 | Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2022-08-24 14:55:30.054 | Selecting previously unselected package libcairo2:amd64. 2022-08-24 14:55:30.062 | Preparing to unpack .../109-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2022-08-24 14:55:30.099 | Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-08-24 14:55:30.584 | Selecting previously unselected package libgraphite2-3:amd64. 2022-08-24 14:55:30.592 | Preparing to unpack .../110-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2022-08-24 14:55:30.653 | Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-08-24 14:55:31.065 | Selecting previously unselected package libharfbuzz0b:amd64. 2022-08-24 14:55:31.073 | Preparing to unpack .../111-libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb ... 2022-08-24 14:55:31.116 | Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2022-08-24 14:55:31.481 | Selecting previously unselected package libthai-data. 2022-08-24 14:55:31.489 | Preparing to unpack .../112-libthai-data_0.1.28-3_all.deb ... 2022-08-24 14:55:31.544 | Unpacking libthai-data (0.1.28-3) ... 2022-08-24 14:55:31.968 | Selecting previously unselected package libdatrie1:amd64. 2022-08-24 14:55:31.976 | Preparing to unpack .../113-libdatrie1_0.2.12-3_amd64.deb ... 2022-08-24 14:55:32.013 | Unpacking libdatrie1:amd64 (0.2.12-3) ... 2022-08-24 14:55:32.310 | Selecting previously unselected package libthai0:amd64. 2022-08-24 14:55:32.317 | Preparing to unpack .../114-libthai0_0.1.28-3_amd64.deb ... 2022-08-24 14:55:32.350 | Unpacking libthai0:amd64 (0.1.28-3) ... 2022-08-24 14:55:32.700 | Selecting previously unselected package libpango-1.0-0:amd64. 2022-08-24 14:55:32.707 | Preparing to unpack .../115-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-08-24 14:55:32.739 | Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-24 14:55:33.219 | Selecting previously unselected package libpangoft2-1.0-0:amd64. 2022-08-24 14:55:33.227 | Preparing to unpack .../116-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-08-24 14:55:33.276 | Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-24 14:55:33.784 | Selecting previously unselected package libpangocairo-1.0-0:amd64. 2022-08-24 14:55:33.793 | Preparing to unpack .../117-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2022-08-24 14:55:33.853 | Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-24 14:55:34.202 | Selecting previously unselected package libpathplan4:amd64. 2022-08-24 14:55:34.210 | Preparing to unpack .../118-libpathplan4_2.42.2-3build2_amd64.deb ... 2022-08-24 14:55:34.241 | Unpacking libpathplan4:amd64 (2.42.2-3build2) ... 2022-08-24 14:55:34.614 | Selecting previously unselected package libgvc6. 2022-08-24 14:55:34.622 | Preparing to unpack .../119-libgvc6_2.42.2-3build2_amd64.deb ... 2022-08-24 14:55:34.726 | Unpacking libgvc6 (2.42.2-3build2) ... 2022-08-24 14:55:35.174 | Selecting previously unselected package libgvpr2:amd64. 2022-08-24 14:55:35.182 | Preparing to unpack .../120-libgvpr2_2.42.2-3build2_amd64.deb ... 2022-08-24 14:55:35.270 | Unpacking libgvpr2:amd64 (2.42.2-3build2) ... 2022-08-24 14:55:35.676 | Selecting previously unselected package liblab-gamut1:amd64. 2022-08-24 14:55:35.684 | Preparing to unpack .../121-liblab-gamut1_2.42.2-3build2_amd64.deb ... 2022-08-24 14:55:35.750 | Unpacking liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-08-24 14:55:36.488 | Selecting previously unselected package x11-common. 2022-08-24 14:55:36.496 | Preparing to unpack .../122-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2022-08-24 14:55:36.578 | dpkg-query: no packages found matching nux-tools 2022-08-24 14:55:36.591 | Unpacking x11-common (1:7.7+19ubuntu14) ... 2022-08-24 14:55:36.951 | Selecting previously unselected package libice6:amd64. 2022-08-24 14:55:36.960 | Preparing to unpack .../123-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2022-08-24 14:55:37.013 | Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-08-24 14:55:37.475 | Selecting previously unselected package libsm6:amd64. 2022-08-24 14:55:37.483 | Preparing to unpack .../124-libsm6_2%3a1.2.3-1_amd64.deb ... 2022-08-24 14:55:37.538 | Unpacking libsm6:amd64 (2:1.2.3-1) ... 2022-08-24 14:55:37.945 | Selecting previously unselected package libxt6:amd64. 2022-08-24 14:55:37.953 | Preparing to unpack .../125-libxt6_1%3a1.1.5-1_amd64.deb ... 2022-08-24 14:55:37.991 | Unpacking libxt6:amd64 (1:1.1.5-1) ... 2022-08-24 14:55:38.425 | Selecting previously unselected package libxmu6:amd64. 2022-08-24 14:55:38.433 | Preparing to unpack .../126-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... 2022-08-24 14:55:38.480 | Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-08-24 14:55:38.814 | Selecting previously unselected package libxaw7:amd64. 2022-08-24 14:55:38.822 | Preparing to unpack .../127-libxaw7_2%3a1.0.13-1_amd64.deb ... 2022-08-24 14:55:38.875 | Unpacking libxaw7:amd64 (2:1.0.13-1) ... 2022-08-24 14:55:39.270 | Selecting previously unselected package graphviz. 2022-08-24 14:55:39.278 | Preparing to unpack .../128-graphviz_2.42.2-3build2_amd64.deb ... 2022-08-24 14:55:39.344 | Unpacking graphviz (2.42.2-3build2) ... 2022-08-24 14:55:39.985 | Selecting previously unselected package libnl-route-3-200:amd64. 2022-08-24 14:55:39.994 | Preparing to unpack .../129-libnl-route-3-200_3.4.0-1_amd64.deb ... 2022-08-24 14:55:40.063 | Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... 2022-08-24 14:55:40.665 | Selecting previously unselected package libibverbs1:amd64. 2022-08-24 14:55:40.673 | Preparing to unpack .../130-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2022-08-24 14:55:40.710 | Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-08-24 14:55:41.208 | Selecting previously unselected package ibverbs-providers:amd64. 2022-08-24 14:55:41.216 | Preparing to unpack .../131-ibverbs-providers_28.0-1ubuntu1_amd64.deb ... 2022-08-24 14:55:41.293 | Unpacking ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-08-24 14:55:41.676 | Selecting previously unselected package icu-devtools. 2022-08-24 14:55:41.685 | Preparing to unpack .../132-icu-devtools_66.1-2ubuntu2.1_amd64.deb ... 2022-08-24 14:55:41.766 | Unpacking icu-devtools (66.1-2ubuntu2.1) ... 2022-08-24 14:55:42.122 | Selecting previously unselected package iputils-arping. 2022-08-24 14:55:42.130 | Preparing to unpack .../133-iputils-arping_3%3a20190709-3_amd64.deb ... 2022-08-24 14:55:42.167 | Unpacking iputils-arping (3:20190709-3) ... 2022-08-24 14:55:42.630 | Selecting previously unselected package javascript-common. 2022-08-24 14:55:42.638 | Preparing to unpack .../134-javascript-common_11_all.deb ... 2022-08-24 14:55:42.706 | Unpacking javascript-common (11) ... 2022-08-24 14:55:43.121 | Selecting previously unselected package libgssrpc4:amd64. 2022-08-24 14:55:43.130 | Preparing to unpack .../135-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 2022-08-24 14:55:43.183 | Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:55:43.676 | Selecting previously unselected package libkdb5-9:amd64. 2022-08-24 14:55:43.684 | Preparing to unpack .../136-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 2022-08-24 14:55:43.738 | Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:55:44.127 | Selecting previously unselected package libkadm5srv-mit11:amd64. 2022-08-24 14:55:44.136 | Preparing to unpack .../137-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-08-24 14:55:44.184 | Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:55:44.590 | Selecting previously unselected package libkadm5clnt-mit11:amd64. 2022-08-24 14:55:44.598 | Preparing to unpack .../138-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 2022-08-24 14:55:44.630 | Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:55:44.973 | Selecting previously unselected package comerr-dev:amd64. 2022-08-24 14:55:44.982 | Preparing to unpack .../139-comerr-dev_2.1-1.45.5-2ubuntu1.1_amd64.deb ... 2022-08-24 14:55:45.026 | Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... 2022-08-24 14:55:45.310 | Selecting previously unselected package krb5-multidev:amd64. 2022-08-24 14:55:45.318 | Preparing to unpack .../140-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 2022-08-24 14:55:45.373 | Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:55:45.749 | Selecting previously unselected package libarchive-cpio-perl. 2022-08-24 14:55:45.757 | Preparing to unpack .../141-libarchive-cpio-perl_0.10-1_all.deb ... 2022-08-24 14:55:45.828 | Unpacking libarchive-cpio-perl (0.10-1) ... 2022-08-24 14:55:46.196 | Selecting previously unselected package libboost-iostreams1.71.0:amd64. 2022-08-24 14:55:46.204 | Preparing to unpack .../142-libboost-iostreams1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-08-24 14:55:46.264 | Unpacking libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-24 14:55:46.704 | Selecting previously unselected package libboost-thread1.71.0:amd64. 2022-08-24 14:55:46.713 | Preparing to unpack .../143-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... 2022-08-24 14:55:46.754 | Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-24 14:55:47.150 | Selecting previously unselected package libgts-bin. 2022-08-24 14:55:47.158 | Preparing to unpack .../144-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... 2022-08-24 14:55:47.207 | Unpacking libgts-bin (0.7.6+darcs121130-4) ... 2022-08-24 14:55:47.522 | Selecting previously unselected package libicu-dev:amd64. 2022-08-24 14:55:47.530 | Preparing to unpack .../145-libicu-dev_66.1-2ubuntu2.1_amd64.deb ... 2022-08-24 14:55:47.583 | Unpacking libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-08-24 14:55:49.510 | Selecting previously unselected package libipset13:amd64. 2022-08-24 14:55:49.518 | Preparing to unpack .../146-libipset13_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:55:49.573 | Unpacking libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-08-24 14:55:50.013 | Selecting previously unselected package librdmacm1:amd64. 2022-08-24 14:55:50.021 | Preparing to unpack .../147-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2022-08-24 14:55:50.155 | Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-08-24 14:55:50.555 | Selecting previously unselected package libiscsi7:amd64. 2022-08-24 14:55:50.563 | Preparing to unpack .../148-libiscsi7_1.18.0-2_amd64.deb ... 2022-08-24 14:55:50.623 | Unpacking libiscsi7:amd64 (1.18.0-2) ... 2022-08-24 14:55:50.939 | Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2022-08-24 14:55:50.948 | Preparing to unpack .../149-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.1_amd64.deb ... 2022-08-24 14:55:50.978 | Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-24 14:55:51.287 | Selecting previously unselected package libjpeg8-dev:amd64. 2022-08-24 14:55:51.295 | Preparing to unpack .../150-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2022-08-24 14:55:51.344 | Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-08-24 14:55:51.642 | Selecting previously unselected package libjpeg-dev:amd64. 2022-08-24 14:55:51.650 | Preparing to unpack .../151-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2022-08-24 14:55:51.699 | Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-08-24 14:55:52.013 | Selecting previously unselected package libjs-jquery. 2022-08-24 14:55:52.021 | Preparing to unpack .../152-libjs-jquery_3.3.1~dfsg-3_all.deb ... 2022-08-24 14:55:52.068 | Unpacking libjs-jquery (3.3.1~dfsg-3) ... 2022-08-24 14:55:52.407 | Selecting previously unselected package libjs-jquery-metadata. 2022-08-24 14:55:52.416 | Preparing to unpack .../153-libjs-jquery-metadata_12-1.1_all.deb ... 2022-08-24 14:55:52.470 | Unpacking libjs-jquery-metadata (12-1.1) ... 2022-08-24 14:55:52.796 | Selecting previously unselected package libjs-jquery-tablesorter. 2022-08-24 14:55:52.804 | Preparing to unpack .../154-libjs-jquery-tablesorter_1%3a2.31.1+dfsg1-1_all.deb ... 2022-08-24 14:55:52.853 | Unpacking libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-08-24 14:55:53.242 | Selecting previously unselected package libltdl-dev:amd64. 2022-08-24 14:55:53.250 | Preparing to unpack .../155-libltdl-dev_2.4.6-14_amd64.deb ... 2022-08-24 14:55:53.310 | Unpacking libltdl-dev:amd64 (2.4.6-14) ... 2022-08-24 14:55:53.682 | Selecting previously unselected package libsys-hostname-long-perl. 2022-08-24 14:55:53.690 | Preparing to unpack .../156-libsys-hostname-long-perl_1.5-1_all.deb ... 2022-08-24 14:55:53.744 | Unpacking libsys-hostname-long-perl (1.5-1) ... 2022-08-24 14:55:54.059 | Selecting previously unselected package libmail-sendmail-perl. 2022-08-24 14:55:54.067 | Preparing to unpack .../157-libmail-sendmail-perl_0.80-1_all.deb ... 2022-08-24 14:55:54.115 | Unpacking libmail-sendmail-perl (0.80-1) ... 2022-08-24 14:55:54.413 | Selecting previously unselected package libncurses-dev:amd64. 2022-08-24 14:55:54.422 | Preparing to unpack .../158-libncurses-dev_6.2-0ubuntu2_amd64.deb ... 2022-08-24 14:55:54.475 | Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-08-24 14:55:55.007 | Selecting previously unselected package libnspr4:amd64. 2022-08-24 14:55:55.016 | Preparing to unpack .../159-libnspr4_2%3a4.25-1_amd64.deb ... 2022-08-24 14:55:55.068 | Unpacking libnspr4:amd64 (2:4.25-1) ... 2022-08-24 14:55:55.470 | Selecting previously unselected package libnss3:amd64. 2022-08-24 14:55:55.478 | Preparing to unpack .../160-libnss3_2%3a3.49.1-1ubuntu1.8_amd64.deb ... 2022-08-24 14:55:55.521 | Unpacking libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... 2022-08-24 14:55:56.099 | Selecting previously unselected package libomp5-10:amd64. 2022-08-24 14:55:56.107 | Preparing to unpack .../161-libomp5-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:55:56.166 | Unpacking libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:55:56.687 | Selecting previously unselected package libomp-10-dev. 2022-08-24 14:55:56.695 | Preparing to unpack .../162-libomp-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:55:56.749 | Unpacking libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-24 14:55:57.053 | Selecting previously unselected package pcp-conf. 2022-08-24 14:55:57.061 | Preparing to unpack .../163-pcp-conf_5.0.3-1_amd64.deb ... 2022-08-24 14:55:57.108 | Unpacking pcp-conf (5.0.3-1) ... 2022-08-24 14:55:57.539 | Selecting previously unselected package libpcp3. 2022-08-24 14:55:57.547 | Preparing to unpack .../164-libpcp3_5.0.3-1_amd64.deb ... 2022-08-24 14:55:57.589 | Unpacking libpcp3 (5.0.3-1) ... 2022-08-24 14:55:58.030 | Selecting previously unselected package libpcp-pmda3. 2022-08-24 14:55:58.038 | Preparing to unpack .../165-libpcp-pmda3_5.0.3-1_amd64.deb ... 2022-08-24 14:55:58.092 | Unpacking libpcp-pmda3 (5.0.3-1) ... 2022-08-24 14:55:58.447 | Selecting previously unselected package libpcp-pmda-perl. 2022-08-24 14:55:58.455 | Preparing to unpack .../166-libpcp-pmda-perl_5.0.3-1_amd64.deb ... 2022-08-24 14:55:58.509 | Unpacking libpcp-pmda-perl (5.0.3-1) ... 2022-08-24 14:55:58.984 | Selecting previously unselected package libpq5:amd64. 2022-08-24 14:55:58.992 | Preparing to unpack .../167-libpq5_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:55:59.051 | Unpacking libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:55:59.360 | Selecting previously unselected package libpq-dev. 2022-08-24 14:55:59.368 | Preparing to unpack .../168-libpq-dev_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:55:59.424 | Unpacking libpq-dev (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:55:59.921 | Selecting previously unselected package librados2. 2022-08-24 14:55:59.930 | Preparing to unpack .../169-librados2_15.2.16-0ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:55:59.984 | Unpacking librados2 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-24 14:56:01.000 | Selecting previously unselected package librbd1. 2022-08-24 14:56:01.009 | Preparing to unpack .../170-librbd1_15.2.16-0ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:56:01.064 | Unpacking librbd1 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-24 14:56:01.738 | Selecting previously unselected package libsasl2-dev. 2022-08-24 14:56:01.747 | Preparing to unpack .../171-libsasl2-dev_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-24 14:56:01.801 | Unpacking libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-24 14:56:02.208 | Preparing to unpack .../172-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2022-08-24 14:56:02.367 | Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) over (2.1.27+dfsg-2) ... 2022-08-24 14:56:02.823 | Selecting previously unselected package libssl-dev:amd64. 2022-08-24 14:56:02.831 | Preparing to unpack .../173-libssl-dev_1.1.1f-1ubuntu2.16_amd64.deb ... 2022-08-24 14:56:02.875 | Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.16) ... 2022-08-24 14:56:03.468 | Selecting previously unselected package libsystemd-dev:amd64. 2022-08-24 14:56:03.477 | Preparing to unpack .../174-libsystemd-dev_245.4-4ubuntu3.17_amd64.deb ... 2022-08-24 14:56:03.532 | Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.17) ... 2022-08-24 14:56:04.017 | Selecting previously unselected package libtinfo-dev:amd64. 2022-08-24 14:56:04.025 | Preparing to unpack .../175-libtinfo-dev_6.2-0ubuntu2_amd64.deb ... 2022-08-24 14:56:04.092 | Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-08-24 14:56:04.451 | Selecting previously unselected package libx86-1:amd64. 2022-08-24 14:56:04.459 | Preparing to unpack .../176-libx86-1_1.1+ds1-11_amd64.deb ... 2022-08-24 14:56:04.526 | Unpacking libx86-1:amd64 (1.1+ds1-11) ... 2022-08-24 14:56:04.864 | Selecting previously unselected package libxml2-dev:amd64. 2022-08-24 14:56:04.872 | Preparing to unpack .../177-libxml2-dev_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb ... 2022-08-24 14:56:04.932 | Unpacking libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-08-24 14:56:05.609 | Preparing to unpack .../178-libxslt1.1_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:56:05.789 | Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) over (1.1.34-4) ... 2022-08-24 14:56:06.274 | Selecting previously unselected package libxslt1-dev:amd64. 2022-08-24 14:56:06.282 | Preparing to unpack .../179-libxslt1-dev_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:56:06.344 | Unpacking libxslt1-dev:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-08-24 14:56:06.841 | Selecting previously unselected package llvm-10-runtime. 2022-08-24 14:56:06.850 | Preparing to unpack .../180-llvm-10-runtime_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:56:06.904 | Unpacking llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-08-24 14:56:07.304 | Selecting previously unselected package libpfm4:amd64. 2022-08-24 14:56:07.313 | Preparing to unpack .../181-libpfm4_4.10.1+git20-g7700f49-2_amd64.deb ... 2022-08-24 14:56:07.361 | Unpacking libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-08-24 14:56:07.817 | Selecting previously unselected package llvm-10. 2022-08-24 14:56:07.825 | Preparing to unpack .../182-llvm-10_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:56:07.938 | Unpacking llvm-10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:56:09.018 | Selecting previously unselected package libffi-dev:amd64. 2022-08-24 14:56:09.027 | Preparing to unpack .../183-libffi-dev_3.3-4_amd64.deb ... 2022-08-24 14:56:09.069 | Unpacking libffi-dev:amd64 (3.3-4) ... 2022-08-24 14:56:09.424 | Selecting previously unselected package python3-pygments. 2022-08-24 14:56:09.433 | Preparing to unpack .../184-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2022-08-24 14:56:09.481 | Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-08-24 14:56:09.882 | Selecting previously unselected package llvm-10-tools. 2022-08-24 14:56:09.890 | Preparing to unpack .../185-llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:56:09.944 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-08-24 14:56:10.435 | Selecting previously unselected package libz3-4:amd64. 2022-08-24 14:56:10.444 | Preparing to unpack .../186-libz3-4_4.8.7-4build1_amd64.deb ... 2022-08-24 14:56:10.496 | Unpacking libz3-4:amd64 (4.8.7-4build1) ... 2022-08-24 14:56:11.755 | Selecting previously unselected package libz3-dev:amd64. 2022-08-24 14:56:11.764 | Preparing to unpack .../187-libz3-dev_4.8.7-4build1_amd64.deb ... 2022-08-24 14:56:11.810 | Unpacking libz3-dev:amd64 (4.8.7-4build1) ... 2022-08-24 14:56:12.242 | Selecting previously unselected package llvm-10-dev. 2022-08-24 14:56:12.250 | Preparing to unpack .../188-llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-08-24 14:56:12.303 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-24 14:56:17.262 | Selecting previously unselected package lsscsi. 2022-08-24 14:56:17.272 | Preparing to unpack .../189-lsscsi_0.30-0.1_amd64.deb ... 2022-08-24 14:56:17.332 | Unpacking lsscsi (0.30-0.1) ... 2022-08-24 14:56:17.693 | Selecting previously unselected package pkg-config. 2022-08-24 14:56:17.702 | Preparing to unpack .../190-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2022-08-24 14:56:17.738 | Unpacking pkg-config (0.29.1-0ubuntu4) ... 2022-08-24 14:56:18.041 | Selecting previously unselected package pm-utils. 2022-08-24 14:56:18.050 | Preparing to unpack .../191-pm-utils_1.4.1-19_all.deb ... 2022-08-24 14:56:18.102 | Unpacking pm-utils (1.4.1-19) ... 2022-08-24 14:56:18.549 | Selecting previously unselected package postgresql-client-common. 2022-08-24 14:56:18.559 | Preparing to unpack .../192-postgresql-client-common_214ubuntu0.1_all.deb ... 2022-08-24 14:56:18.612 | Unpacking postgresql-client-common (214ubuntu0.1) ... 2022-08-24 14:56:18.937 | Selecting previously unselected package postgresql-client-12. 2022-08-24 14:56:18.946 | Preparing to unpack .../193-postgresql-client-12_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:56:18.977 | Unpacking postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:56:19.549 | Selecting previously unselected package ssl-cert. 2022-08-24 14:56:19.559 | Preparing to unpack .../194-ssl-cert_1.0.39_all.deb ... 2022-08-24 14:56:19.616 | Unpacking ssl-cert (1.0.39) ... 2022-08-24 14:56:20.193 | Selecting previously unselected package postgresql-common. 2022-08-24 14:56:20.202 | Preparing to unpack .../195-postgresql-common_214ubuntu0.1_all.deb ... 2022-08-24 14:56:20.265 | Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' 2022-08-24 14:56:20.361 | Unpacking postgresql-common (214ubuntu0.1) ... 2022-08-24 14:56:20.756 | Selecting previously unselected package postgresql-server-dev-12. 2022-08-24 14:56:20.766 | Preparing to unpack .../196-postgresql-server-dev-12_12.12-0ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:56:20.816 | Unpacking postgresql-server-dev-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:56:21.441 | Selecting previously unselected package postgresql-server-dev-all. 2022-08-24 14:56:21.450 | Preparing to unpack .../197-postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-08-24 14:56:21.514 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-08-24 14:56:21.869 | Selecting previously unselected package python3-mysqldb. 2022-08-24 14:56:21.878 | Preparing to unpack .../198-python3-mysqldb_1.4.4-2build1_amd64.deb ... 2022-08-24 14:56:21.932 | Unpacking python3-mysqldb (1.4.4-2build1) ... 2022-08-24 14:56:22.315 | Selecting previously unselected package python3.8-venv. 2022-08-24 14:56:22.324 | Preparing to unpack .../199-python3.8-venv_3.8.10-0ubuntu1~20.04.5_amd64.deb ... 2022-08-24 14:56:22.354 | Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... 2022-08-24 14:56:22.696 | Selecting previously unselected package python3-venv. 2022-08-24 14:56:22.704 | Preparing to unpack .../200-python3-venv_3.8.2-0ubuntu2_amd64.deb ... 2022-08-24 14:56:22.752 | Unpacking python3-venv (3.8.2-0ubuntu2) ... 2022-08-24 14:56:23.064 | Selecting previously unselected package qemu-block-extra:amd64. 2022-08-24 14:56:23.073 | Preparing to unpack .../201-qemu-block-extra_1%3a4.2-3ubuntu6.23_amd64.deb ... 2022-08-24 14:56:23.119 | Unpacking qemu-block-extra:amd64 (1:4.2-3ubuntu6.23) ... 2022-08-24 14:56:23.429 | Selecting previously unselected package qemu-utils. 2022-08-24 14:56:23.438 | Preparing to unpack .../202-qemu-utils_1%3a4.2-3ubuntu6.23_amd64.deb ... 2022-08-24 14:56:23.491 | Unpacking qemu-utils (1:4.2-3ubuntu6.23) ... 2022-08-24 14:56:23.955 | Selecting previously unselected package sharutils. 2022-08-24 14:56:23.964 | Preparing to unpack .../203-sharutils_1%3a4.15.2-4build1_amd64.deb ... 2022-08-24 14:56:24.004 | Unpacking sharutils (1:4.15.2-4build1) ... 2022-08-24 14:56:24.384 | Selecting previously unselected package sqlite3. 2022-08-24 14:56:24.392 | Preparing to unpack .../204-sqlite3_3.31.1-4ubuntu0.3_amd64.deb ... 2022-08-24 14:56:24.446 | Unpacking sqlite3 (3.31.1-4ubuntu0.3) ... 2022-08-24 14:56:25.022 | Selecting previously unselected package unzip. 2022-08-24 14:56:25.031 | Preparing to unpack .../205-unzip_6.0-25ubuntu1_amd64.deb ... 2022-08-24 14:56:25.084 | Unpacking unzip (6.0-25ubuntu1) ... 2022-08-24 14:56:25.378 | Selecting previously unselected package vbetool. 2022-08-24 14:56:25.387 | Preparing to unpack .../206-vbetool_1.1-4_amd64.deb ... 2022-08-24 14:56:25.417 | Unpacking vbetool (1.1-4) ... 2022-08-24 14:56:25.856 | Selecting previously unselected package ipset. 2022-08-24 14:56:25.865 | Preparing to unpack .../207-ipset_7.5-1ubuntu0.20.04.1_amd64.deb ... 2022-08-24 14:56:25.922 | Unpacking ipset (7.5-1ubuntu0.20.04.1) ... 2022-08-24 14:56:26.376 | Selecting previously unselected package ipvsadm. 2022-08-24 14:56:26.385 | Preparing to unpack .../208-ipvsadm_1%3a1.31-1_amd64.deb ... 2022-08-24 14:56:26.463 | Unpacking ipvsadm (1:1.31-1) ... 2022-08-24 14:56:26.938 | Selecting previously unselected package libapache2-mod-proxy-uwsgi. 2022-08-24 14:56:26.947 | Preparing to unpack .../209-libapache2-mod-proxy-uwsgi_2.4.41-4ubuntu3.12_amd64.deb ... 2022-08-24 14:56:27.008 | Unpacking libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.12) ... 2022-08-24 14:56:27.361 | Selecting previously unselected package liberasurecode1:amd64. 2022-08-24 14:56:27.370 | Preparing to unpack .../210-liberasurecode1_1.6.1-4_amd64.deb ... 2022-08-24 14:56:27.406 | Unpacking liberasurecode1:amd64 (1.6.1-4) ... 2022-08-24 14:56:27.829 | Selecting previously unselected package liberasurecode-dev:amd64. 2022-08-24 14:56:27.838 | Preparing to unpack .../211-liberasurecode-dev_1.6.1-4_amd64.deb ... 2022-08-24 14:56:27.891 | Unpacking liberasurecode-dev:amd64 (1.6.1-4) ... 2022-08-24 14:56:28.193 | Selecting previously unselected package libkrb5-dev:amd64. 2022-08-24 14:56:28.202 | Preparing to unpack .../212-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 2022-08-24 14:56:28.251 | Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:56:28.561 | Selecting previously unselected package libpcp-gui2. 2022-08-24 14:56:28.572 | Preparing to unpack .../213-libpcp-gui2_5.0.3-1_amd64.deb ... 2022-08-24 14:56:28.621 | Unpacking libpcp-gui2 (5.0.3-1) ... 2022-08-24 14:56:29.000 | Selecting previously unselected package libpcp-import1. 2022-08-24 14:56:29.010 | Preparing to unpack .../214-libpcp-import1_5.0.3-1_amd64.deb ... 2022-08-24 14:56:29.057 | Unpacking libpcp-import1 (5.0.3-1) ... 2022-08-24 14:56:29.407 | Selecting previously unselected package libpcp-mmv1. 2022-08-24 14:56:29.416 | Preparing to unpack .../215-libpcp-mmv1_5.0.3-1_amd64.deb ... 2022-08-24 14:56:29.457 | Unpacking libpcp-mmv1 (5.0.3-1) ... 2022-08-24 14:56:29.834 | Selecting previously unselected package libpcp-trace2. 2022-08-24 14:56:29.842 | Preparing to unpack .../216-libpcp-trace2_5.0.3-1_amd64.deb ... 2022-08-24 14:56:29.892 | Unpacking libpcp-trace2 (5.0.3-1) ... 2022-08-24 14:56:30.244 | Selecting previously unselected package libpcp-web1. 2022-08-24 14:56:30.253 | Preparing to unpack .../217-libpcp-web1_5.0.3-1_amd64.deb ... 2022-08-24 14:56:30.315 | Unpacking libpcp-web1 (5.0.3-1) ... 2022-08-24 14:56:30.652 | Selecting previously unselected package libyaml-dev:amd64. 2022-08-24 14:56:30.661 | Preparing to unpack .../218-libyaml-dev_0.2.2-1_amd64.deb ... 2022-08-24 14:56:30.712 | Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2022-08-24 14:56:31.098 | Selecting previously unselected package python3-pcp. 2022-08-24 14:56:31.107 | Preparing to unpack .../219-python3-pcp_5.0.3-1_amd64.deb ... 2022-08-24 14:56:31.195 | Unpacking python3-pcp (5.0.3-1) ... 2022-08-24 14:56:31.639 | Selecting previously unselected package pcp. 2022-08-24 14:56:31.648 | Preparing to unpack .../220-pcp_5.0.3-1_amd64.deb ... 2022-08-24 14:56:31.773 | Unpacking pcp (5.0.3-1) ... 2022-08-24 14:56:32.784 | Selecting previously unselected package socat. 2022-08-24 14:56:32.794 | Preparing to unpack .../221-socat_1.7.3.3-2_amd64.deb ... 2022-08-24 14:56:32.823 | Unpacking socat (1.7.3.3-2) ... 2022-08-24 14:56:33.187 | Selecting previously unselected package vlan. 2022-08-24 14:56:33.196 | Preparing to unpack .../222-vlan_2.0.4ubuntu1.20.04.1_all.deb ... 2022-08-24 14:56:33.249 | Unpacking vlan (2.0.4ubuntu1.20.04.1) ... 2022-08-24 14:56:33.650 | Setting up genisoimage (9:1.1.11-3.1ubuntu1) ... 2022-08-24 14:56:33.880 | Setting up postgresql-client-common (214ubuntu0.1) ... 2022-08-24 14:56:34.154 | Setting up javascript-common (11) ... 2022-08-24 14:56:34.402 | Package apache2 is not configured yet. Will defer actions by package javascript-common. 2022-08-24 14:56:34.484 | Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2022-08-24 14:56:34.627 | Setting up dnsmasq-utils (2.80-1.1ubuntu1.5) ... 2022-08-24 14:56:34.794 | Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... 2022-08-24 14:56:34.981 | Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2022-08-24 14:56:35.269 | update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-08-24 14:56:35.349 | Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ... 2022-08-24 14:56:35.489 | Setting up libxpm4:amd64 (1:3.5.12-1) ... 2022-08-24 14:56:35.645 | Setting up libxrender1:amd64 (1:0.9.10-1) ... 2022-08-24 14:56:35.789 | Setting up libdatrie1:amd64 (0.2.12-3) ... 2022-08-24 14:56:35.926 | Setting up libyaml-dev:amd64 (0.2.2-1) ... 2022-08-24 14:56:36.112 | Setting up libx86-1:amd64 (1.1+ds1-11) ... 2022-08-24 14:56:36.292 | Setting up libxcb-render0:amd64 (1.14-2) ... 2022-08-24 14:56:36.469 | Setting up libarchive-zip-perl (1.67-2) ... 2022-08-24 14:56:36.741 | Setting up libgc1c2:amd64 (1:7.6.4-0.4ubuntu1) ... 2022-08-24 14:56:36.889 | Setting up vbetool (1.1-4) ... 2022-08-24 14:56:37.040 | Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2022-08-24 14:56:37.192 | Setting up libsnmp-base (5.8+dfsg-2ubuntu2.5) ... 2022-08-24 14:56:37.409 | Setting up pm-utils (1.4.1-19) ... 2022-08-24 14:56:37.735 | Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ... 2022-08-24 14:56:38.232 | Setting up unzip (6.0-25ubuntu1) ... 2022-08-24 14:56:38.423 | Setting up libdebhelper-perl (12.10ubuntu1) ... 2022-08-24 14:56:38.549 | Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.3) ... 2022-08-24 14:56:38.652 | Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-24 14:56:38.880 | Setting up liblab-gamut1:amd64 (2.42.2-3build2) ... 2022-08-24 14:56:39.028 | Setting up x11-common (1:7.7+19ubuntu14) ... 2022-08-24 14:56:40.194 | update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2022-08-24 14:56:40.966 | Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... 2022-08-24 14:56:41.312 | Setting up libapr1:amd64 (1.6.5-1ubuntu1) ... 2022-08-24 14:56:41.463 | Setting up m4 (1.4.18-4) ... 2022-08-24 14:56:41.609 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-08-24 14:56:42.072 | Setting up libobjc4:amd64 (10.3.0-1ubuntu1~20.04) ... 2022-08-24 14:56:42.255 | Setting up libxcb-shm0:amd64 (1.14-2) ... 2022-08-24 14:56:42.445 | Setting up libcom-err2:amd64 (1.45.5-2ubuntu1.1) ... 2022-08-24 14:56:42.643 | Setting up iputils-arping (3:20190709-3) ... 2022-08-24 14:56:42.840 | Setting up libffi-dev:amd64 (3.3-4) ... 2022-08-24 14:56:42.994 | Setting up conntrack (1:1.4.5-2) ... 2022-08-24 14:56:43.182 | Setting up libboost-iostreams1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-24 14:56:43.326 | Setting up libjbig0:amd64 (2.1-3.1build1) ... 2022-08-24 14:56:43.523 | Setting up open-iscsi (2.0.874-7.1ubuntu6.2) ... 2022-08-24 14:56:44.079 | grep: /lib/modules-load.d/open-iscsi.conf: No such file or directory 2022-08-24 14:56:46.375 | Setting up libjansson4:amd64 (2.12-1build1) ... 2022-08-24 14:56:46.540 | Setting up acl (2.2.53-6) ... 2022-08-24 14:56:46.708 | Setting up dns-root-data (2019052802) ... 2022-08-24 14:56:46.883 | Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-24 14:56:47.068 | Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:56:47.234 | Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... 2022-08-24 14:56:47.411 | Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:56:47.611 | Setting up autotools-dev (20180224.1) ... 2022-08-24 14:56:47.845 | Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2022-08-24 14:56:48.814 | Setting up libz3-4:amd64 (4.8.7-4build1) ... 2022-08-24 14:56:48.957 | Setting up libpfm4:amd64 (4.10.1+git20-g7700f49-2) ... 2022-08-24 14:56:49.091 | Setting up libnspr4:amd64 (2:4.25-1) ... 2022-08-24 14:56:49.279 | Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... 2022-08-24 14:56:49.468 | Setting up libclang1-10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:56:49.660 | Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... 2022-08-24 14:56:49.843 | Setting up libpathplan4:amd64 (2.42.2-3build2) ... 2022-08-24 14:56:50.051 | Setting up ebtables (2.0.11-3build1) ... 2022-08-24 14:56:50.774 | Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... 2022-08-24 14:56:50.992 | Setting up socat (1.7.3.3-2) ... 2022-08-24 14:56:51.157 | Setting up libann0 (1.1.2+doc-7build1) ... 2022-08-24 14:56:51.406 | Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1.1) ... 2022-08-24 14:56:51.617 | Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.16) ... 2022-08-24 14:56:51.777 | Setting up autopoint (0.19.8.1-10build1) ... 2022-08-24 14:56:51.920 | Setting up binfmt-support (2.2.0-2) ... 2022-08-24 14:56:52.358 | Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service. 2022-08-24 14:56:53.523 | Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... 2022-08-24 14:56:53.712 | Setting up icu-devtools (66.1-2ubuntu2.1) ... 2022-08-24 14:56:53.896 | Setting up pkg-config (0.29.1-0ubuntu4) ... 2022-08-24 14:56:54.199 | Setting up fonts-dejavu-core (2.37-1) ... 2022-08-24 14:56:55.262 | Setting up libnetfilter-queue1 (1.0.3-1) ... 2022-08-24 14:56:55.489 | Setting up lsscsi (0.30-0.1) ... 2022-08-24 14:56:55.711 | Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2022-08-24 14:56:55.900 | Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-24 14:56:56.066 | Setting up libobjc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... 2022-08-24 14:56:56.274 | Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-24 14:56:56.468 | Setting up autoconf (2.69-11.1) ... 2022-08-24 14:56:56.777 | Setting up liberasurecode1:amd64 (1.6.1-4) ... 2022-08-24 14:56:56.974 | Setting up dwz (0.13-5) ... 2022-08-24 14:56:57.142 | Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... 2022-08-24 14:56:57.329 | Setting up libnetfilter-cthelper0:amd64 (1.0.0-1ubuntu2) ... 2022-08-24 14:56:57.497 | Setting up libipset13:amd64 (7.5-1ubuntu0.20.04.1) ... 2022-08-24 14:56:57.685 | Setting up liblua5.2-0:amd64 (5.2.4-1.1build3) ... 2022-08-24 14:56:57.868 | Setting up vlan (2.0.4ubuntu1.20.04.1) ... 2022-08-24 14:56:58.262 | Setting up uuid-runtime (2.34-0.1ubuntu9.3) ... 2022-08-24 14:56:59.757 | Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:56:59.919 | Setting up libomp5-10:amd64 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:00.085 | Setting up libarchive-cpio-perl (0.10-1) ... 2022-08-24 14:57:00.260 | Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-08-24 14:57:00.465 | Setting up fonts-liberation (1:1.07.4-11) ... 2022-08-24 14:57:00.588 | Setting up libnl-3-200:amd64 (3.4.0-1) ... 2022-08-24 14:57:00.848 | Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... 2022-08-24 14:57:01.037 | Setting up pcp-conf (5.0.3-1) ... 2022-08-24 14:57:01.260 | Setting up libc6-i386 (2.31-0ubuntu9.9) ... 2022-08-24 14:57:01.546 | Setting up libsub-override-perl (0.09-2) ... 2022-08-24 14:57:01.702 | Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2022-08-24 14:57:01.891 | Setting up libthai-data (0.1.28-3) ... 2022-08-24 14:57:02.114 | Setting up libcdt5:amd64 (2.42.2-3build2) ... 2022-08-24 14:57:02.296 | Setting up libcgraph6:amd64 (2.42.2-3build2) ... 2022-08-24 14:57:02.480 | Setting up apache2-data (2.4.41-4ubuntu3.12) ... 2022-08-24 14:57:02.680 | Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:57:02.940 | Setting up libjs-jquery (3.3.1~dfsg-3) ... 2022-08-24 14:57:03.165 | Setting up sharutils (1:4.15.2-4build1) ... 2022-08-24 14:57:03.388 | Setting up ipset (7.5-1ubuntu0.20.04.1) ... 2022-08-24 14:57:03.614 | Setting up openssl (1.1.1f-1ubuntu2.16) ... 2022-08-24 14:57:03.851 | Setting up conntrackd (1:1.4.5-2) ... 2022-08-24 14:57:05.254 | Created symlink /etc/systemd/system/multi-user.target.wants/conntrackd.service → /lib/systemd/system/conntrackd.service. 2022-08-24 14:57:05.628 | Setting up libsys-hostname-long-perl (1.5-1) ... 2022-08-24 14:57:05.782 | Setting up libicu-dev:amd64 (66.1-2ubuntu2.1) ... 2022-08-24 14:57:05.940 | Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-08-24 14:57:06.108 | Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.17) ... 2022-08-24 14:57:06.302 | Setting up sqlite3 (3.31.1-4ubuntu0.3) ... 2022-08-24 14:57:06.479 | Setting up rsync (3.1.3-8ubuntu0.4) ... 2022-08-24 14:57:08.114 | Setting up libaprutil1:amd64 (1.6.1-4ubuntu2) ... 2022-08-24 14:57:08.285 | Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2022-08-24 14:57:08.414 | Setting up automake (1:1.16.1-4ubuntu6) ... 2022-08-24 14:57:08.546 | update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2022-08-24 14:57:08.713 | Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... 2022-08-24 14:57:08.894 | Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ... 2022-08-24 14:57:09.079 | Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:57:09.274 | Setting up libgts-bin (0.7.6+darcs121130-4) ... 2022-08-24 14:57:09.491 | Setting up libz3-dev:amd64 (4.8.7-4build1) ... 2022-08-24 14:57:09.674 | Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2022-08-24 14:57:09.882 | Setting up tcpdump (4.9.3-4ubuntu0.1) ... 2022-08-24 14:57:10.331 | Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.1) ... 2022-08-24 14:57:10.502 | Setting up libmysqlclient21:amd64 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 14:57:10.683 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:10.833 | Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.5) ... 2022-08-24 14:57:11.020 | Setting up libomp-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:11.205 | Setting up wget (1.20.3-1ubuntu2) ... 2022-08-24 14:57:11.442 | Setting up libtool (2.4.6-14) ... 2022-08-24 14:57:11.616 | Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2022-08-24 14:57:14.336 | Setting up openssh-client (1:8.2p1-4ubuntu0.5) ... 2022-08-24 14:57:14.579 | Setting up haproxy (2.0.13-2ubuntu0.5) ... 2022-08-24 14:57:16.337 | Created symlink /etc/systemd/system/multi-user.target.wants/haproxy.service → /lib/systemd/system/haproxy.service. 2022-08-24 14:57:17.514 | Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-08-24 14:57:17.682 | Setting up libnss3:amd64 (2:3.49.1-1ubuntu1.8) ... 2022-08-24 14:57:17.865 | Setting up libaprutil1-ldap:amd64 (1.6.1-4ubuntu2) ... 2022-08-24 14:57:18.025 | Setting up dnsmasq-base (2.80-1.1ubuntu1.5) ... 2022-08-24 14:57:18.814 | Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-4ubuntu2) ... 2022-08-24 14:57:18.971 | Setting up libclang-cpp10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:19.154 | Setting up llvm-10-runtime (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:19.397 | Setting up memcached (1.5.22-2ubuntu0.2) ... 2022-08-24 14:57:21.388 | Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. 2022-08-24 14:57:22.233 | Setting up libnl-route-3-200:amd64 (3.4.0-1) ... 2022-08-24 14:57:22.402 | Setting up python3-mysqldb (1.4.4-2build1) ... 2022-08-24 14:57:22.848 | Setting up libldap2-dev:amd64 (2.4.49+dfsg-2ubuntu1.9) ... 2022-08-24 14:57:23.002 | Setting up libmail-sendmail-perl (0.80-1) ... 2022-08-24 14:57:23.139 | Setting up libltdl-dev:amd64 (2.4.6-14) ... 2022-08-24 14:57:23.305 | Setting up libthai0:amd64 (0.1.28-3) ... 2022-08-24 14:57:23.496 | Setting up libxml2-dev:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ... 2022-08-24 14:57:23.696 | Setting up libsasl2-dev (2.1.27+dfsg-2ubuntu0.1) ... 2022-08-24 14:57:23.885 | Setting up python3-venv (3.8.2-0ubuntu2) ... 2022-08-24 14:57:24.082 | Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ... 2022-08-24 14:57:24.256 | Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ... 2022-08-24 14:57:24.451 | Setting up ssl-cert (1.0.39) ... 2022-08-24 14:57:25.476 | Setting up liberasurecode-dev:amd64 (1.6.1-4) ... 2022-08-24 14:57:25.628 | Setting up libjs-jquery-metadata (12-1.1) ... 2022-08-24 14:57:25.839 | Setting up postgresql-common (214ubuntu0.1) ... 2022-08-24 14:57:27.175 | Adding user postgres to group ssl-cert 2022-08-24 14:57:27.512 | 2022-08-24 14:57:27.512 | Creating config file /etc/postgresql-common/createcluster.conf with new version 2022-08-24 14:57:27.734 | Building PostgreSQL dictionaries from installed myspell/hunspell packages... 2022-08-24 14:57:27.734 | Removing obsolete dictionary files: 2022-08-24 14:57:28.337 | Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. 2022-08-24 14:57:29.593 | Setting up libcroco3:amd64 (0.6.13-1) ... 2022-08-24 14:57:29.870 | Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... 2022-08-24 14:57:30.093 | Setting up dh-strip-nondeterminism (1.7.0-1) ... 2022-08-24 14:57:30.276 | Setting up libgvpr2:amd64 (2.42.2-3build2) ... 2022-08-24 14:57:30.445 | Setting up libjs-jquery-tablesorter (1:2.31.1+dfsg1-1) ... 2022-08-24 14:57:30.607 | Setting up libnl-genl-3-200:amd64 (3.4.0-1) ... 2022-08-24 14:57:30.784 | Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-08-24 14:57:30.995 | Setting up libcurl4:amd64 (7.68.0-1ubuntu2.12) ... 2022-08-24 14:57:31.164 | Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... 2022-08-24 14:57:31.336 | Setting up curl (7.68.0-1ubuntu2.12) ... 2022-08-24 14:57:31.493 | Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2022-08-24 14:57:31.648 | Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2022-08-24 14:57:31.816 | Setting up libsm6:amd64 (2:1.2.3-1) ... 2022-08-24 14:57:31.950 | Setting up apache2-utils (2.4.41-4ubuntu3.12) ... 2022-08-24 14:57:32.104 | Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:57:32.287 | Setting up ipvsadm (1:1.31-1) ... 2022-08-24 14:57:33.399 | Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.5) ... 2022-08-24 14:57:33.596 | Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2022-08-24 14:57:34.019 | Setting up fontconfig (2.13.1-2ubuntu3) ... 2022-08-24 14:57:36.187 | Regenerating fonts cache... done. 2022-08-24 14:57:36.253 | Setting up gettext (0.19.8.1-10build1) ... 2022-08-24 14:57:36.470 | Setting up libpcp3 (5.0.3-1) ... 2022-08-24 14:57:36.642 | Setting up libpcp-pmda3 (5.0.3-1) ... 2022-08-24 14:57:36.867 | Setting up libxslt1-dev:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2022-08-24 14:57:37.052 | Setting up openssh-server (1:8.2p1-4ubuntu0.5) ... 2022-08-24 14:57:39.047 | rescue-ssh.target is a disabled or a static unit, not starting it. 2022-08-24 14:57:40.012 | Setting up ibverbs-providers:amd64 (28.0-1ubuntu1) ... 2022-08-24 14:57:41.267 | Setting up libclang-common-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:41.475 | Setting up keepalived (1:2.0.19-2ubuntu0.2) ... 2022-08-24 14:57:42.799 | Created symlink /etc/systemd/system/multi-user.target.wants/keepalived.service → /lib/systemd/system/keepalived.service. 2022-08-24 14:57:43.607 | Setting up llvm-10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:43.787 | Setting up libpcp-trace2 (5.0.3-1) ... 2022-08-24 14:57:44.023 | Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-24 14:57:44.218 | Setting up libpcp-pmda-perl (5.0.3-1) ... 2022-08-24 14:57:44.424 | Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2022-08-24 14:57:44.635 | Setting up libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:57:44.869 | Setting up libpq-dev (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:57:45.058 | Setting up libpcp-gui2 (5.0.3-1) ... 2022-08-24 14:57:45.321 | Setting up apache2-bin (2.4.41-4ubuntu3.12) ... 2022-08-24 14:57:45.541 | Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2022-08-24 14:57:45.732 | Setting up libpcp-web1 (5.0.3-1) ... 2022-08-24 14:57:45.904 | Setting up intltool-debian (0.35.0+20060710.5) ... 2022-08-24 14:57:46.098 | Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 2022-08-24 14:57:46.287 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:46.521 | Setting up postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:57:47.274 | update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode 2022-08-24 14:57:47.412 | Setting up libpcp-mmv1 (5.0.3-1) ... 2022-08-24 14:57:47.570 | Setting up libapr1-dev (1.6.5-1ubuntu1) ... 2022-08-24 14:57:47.704 | Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2022-08-24 14:57:47.913 | Setting up libxt6:amd64 (1:1.1.5-1) ... 2022-08-24 14:57:48.109 | Setting up libaprutil1-dev (1.6.1-4ubuntu2) ... 2022-08-24 14:57:48.252 | Setting up clang-10 (1:10.0.0-4ubuntu1) ... 2022-08-24 14:57:48.567 | Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-24 14:57:48.752 | Setting up postgresql-server-dev-12 (12.12-0ubuntu0.20.04.1) ... 2022-08-24 14:57:48.919 | Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2022-08-24 14:57:49.107 | Setting up libpcp-import1 (5.0.3-1) ... 2022-08-24 14:57:49.355 | Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2022-08-24 14:57:49.555 | Setting up librados2 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-24 14:57:49.760 | Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... 2022-08-24 14:57:49.981 | Setting up po-debconf (1.0.21) ... 2022-08-24 14:57:50.244 | Setting up apache2 (2.4.41-4ubuntu3.12) ... 2022-08-24 14:58:00.909 | Enabling module mpm_event. 2022-08-24 14:58:00.974 | Enabling module authz_core. 2022-08-24 14:58:00.980 | Enabling module authz_host. 2022-08-24 14:58:01.042 | Enabling module authn_core. 2022-08-24 14:58:01.047 | Enabling module auth_basic. 2022-08-24 14:58:01.108 | Enabling module access_compat. 2022-08-24 14:58:01.169 | Enabling module authn_file. 2022-08-24 14:58:01.230 | Enabling module authz_user. 2022-08-24 14:58:01.292 | Enabling module alias. 2022-08-24 14:58:01.351 | Enabling module dir. 2022-08-24 14:58:01.411 | Enabling module autoindex. 2022-08-24 14:58:01.472 | Enabling module env. 2022-08-24 14:58:01.532 | Enabling module mime. 2022-08-24 14:58:01.592 | Enabling module negotiation. 2022-08-24 14:58:01.653 | Enabling module setenvif. 2022-08-24 14:58:01.714 | Enabling module filter. 2022-08-24 14:58:01.778 | Enabling module deflate. 2022-08-24 14:58:01.839 | Enabling module status. 2022-08-24 14:58:01.899 | Enabling module reqtimeout. 2022-08-24 14:58:01.959 | Enabling conf charset. 2022-08-24 14:58:02.023 | Enabling conf localized-error-pages. 2022-08-24 14:58:02.083 | Enabling conf other-vhosts-access-log. 2022-08-24 14:58:02.144 | Enabling conf security. 2022-08-24 14:58:02.205 | Enabling conf serve-cgi-bin. 2022-08-24 14:58:02.266 | Enabling site 000-default. 2022-08-24 14:58:02.319 | info: Executing deferred 'a2enconf javascript-common' for package javascript-common 2022-08-24 14:58:02.375 | Enabling conf javascript-common. 2022-08-24 14:58:02.638 | Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service. 2022-08-24 14:58:03.215 | Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service. 2022-08-24 14:58:06.006 | Setting up libxaw7:amd64 (2:1.0.13-1) ... 2022-08-24 14:58:06.255 | Setting up python3-pcp (5.0.3-1) ... 2022-08-24 14:58:06.737 | Setting up libgvc6 (2.42.2-3build2) ... 2022-08-24 14:58:07.000 | Setting up librbd1 (15.2.16-0ubuntu0.20.04.1) ... 2022-08-24 14:58:07.177 | Setting up libapache2-mod-proxy-uwsgi (2.4.41-4ubuntu3.12) ... 2022-08-24 14:58:07.354 | Setting up libiscsi7:amd64 (1.18.0-2) ... 2022-08-24 14:58:07.537 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-08-24 14:58:07.714 | Setting up qemu-block-extra:amd64 (1:4.2-3ubuntu6.23) ... 2022-08-24 14:58:07.903 | Setting up graphviz (2.42.2-3build2) ... 2022-08-24 14:58:08.097 | Setting up pcp (5.0.3-1) ... 2022-08-24 14:58:12.531 | Created symlink /etc/systemd/system/multi-user.target.wants/pmcd.service → /lib/systemd/system/pmcd.service. 2022-08-24 14:58:12.952 | Created symlink /etc/systemd/system/multi-user.target.wants/pmlogger.service → /lib/systemd/system/pmlogger.service. 2022-08-24 14:58:13.357 | Created symlink /etc/systemd/system/multi-user.target.wants/pmie.service → /lib/systemd/system/pmie.service. 2022-08-24 14:58:13.797 | Created symlink /etc/systemd/system/multi-user.target.wants/pmproxy.service → /lib/systemd/system/pmproxy.service. 2022-08-24 14:58:31.358 | Setting up qemu-utils (1:4.2-3ubuntu6.23) ... 2022-08-24 14:58:31.527 | Setting up systemd (245.4-4ubuntu3.17) ... 2022-08-24 14:58:31.579 | Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 2022-08-24 14:58:33.433 | Setting up dh-autoreconf (19) ... 2022-08-24 14:58:33.606 | Setting up systemd-timesyncd (245.4-4ubuntu3.17) ... 2022-08-24 14:58:34.641 | Setting up systemd-sysv (245.4-4ubuntu3.17) ... 2022-08-24 14:58:34.805 | Setting up libnss-systemd:amd64 (245.4-4ubuntu3.17) ... 2022-08-24 14:58:34.970 | Setting up debhelper (12.10ubuntu1) ... 2022-08-24 14:58:35.124 | Setting up libpam-systemd:amd64 (245.4-4ubuntu3.17) ... 2022-08-24 14:58:35.702 | Setting up apache2-dev (2.4.41-4ubuntu3.12) ... 2022-08-24 14:58:35.886 | Processing triggers for mime-support (3.64ubuntu1) ... 2022-08-24 14:58:36.034 | Processing triggers for initramfs-tools (0.136ubuntu6.4) ... 2022-08-24 14:58:36.203 | update-initramfs: Generating /boot/initrd.img-5.4.0-72-generic 2022-08-24 14:58:49.976 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-08-24 14:58:50.140 | Processing triggers for rsyslog (8.2001.0-1ubuntu1.1) ... 2022-08-24 14:58:50.656 | Processing triggers for ufw (0.36-6) ... 2022-08-24 14:58:50.894 | Processing triggers for man-db (2.9.1-1) ... 2022-08-24 14:59:14.889 | Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-08-24 14:59:14.997 | Processing triggers for install-info (6.7.0.dfsg.2-5) ... 2022-08-24 14:59:23.090 | ++ functions-common:apt_get:1234 : result=0 2022-08-24 14:59:23.092 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 14:59:23.095 | ++ functions-common:time_stop:2439 : local name 2022-08-24 14:59:23.097 | ++ functions-common:time_stop:2440 : local end_time 2022-08-24 14:59:23.099 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-24 14:59:23.102 | ++ functions-common:time_stop:2442 : local total 2022-08-24 14:59:23.108 | ++ functions-common:time_stop:2443 : local start_time 2022-08-24 14:59:23.110 | ++ functions-common:time_stop:2445 : name=apt-get 2022-08-24 14:59:23.113 | ++ functions-common:time_stop:2446 : start_time=1661352821604 2022-08-24 14:59:23.115 | ++ functions-common:time_stop:2448 : [[ -z 1661352821604 ]] 2022-08-24 14:59:23.118 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 14:59:23.122 | ++ functions-common:time_stop:2451 : end_time=1661353163119 2022-08-24 14:59:23.124 | ++ functions-common:time_stop:2452 : elapsed_time=341515 2022-08-24 14:59:23.127 | ++ functions-common:time_stop:2453 : total=799 2022-08-24 14:59:23.129 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 14:59:23.131 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=342314 2022-08-24 14:59:23.133 | ++ functions-common:apt_get:1238 : return 0 2022-08-24 14:59:23.136 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-08-24 14:59:23.139 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-08-24 14:59:23.141 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-08-24 14:59:23.145 | ++ tools/install_prereqs.sh:source:89 : date 2022-08-24 14:59:23.149 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-08-24 14:59:23.151 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-08-24 14:59:23.154 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-08-24 14:59:24.551 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-08-24 14:59:24.553 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-08-24 14:59:24.555 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-08-24 14:59:24.557 | + tools/install_pip.sh:main:43 : GetDistro 2022-08-24 14:59:24.558 | + functions-common:GetDistro:446 : GetOSVersion 2022-08-24 14:59:24.561 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-08-24 14:59:24.563 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-08-24 14:59:24.565 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-08-24 14:59:24.566 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-08-24 14:59:24.568 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-08-24 14:59:24.570 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-08-24 14:59:24.572 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-08-24 14:59:24.574 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-08-24 14:59:24.576 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-08-24 14:59:24.578 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-08-24 14:59:24.580 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-08-24 14:59:24.581 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-08-24 14:59:24.583 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-08-24 14:59:24.585 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-08-24 14:59:24.588 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-08-24 14:59:24.590 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-08-24 14:59:24.593 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-08-24 14:59:24.594 | + functions-common:_ensure_lsb_release:394 : return 2022-08-24 14:59:24.597 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-08-24 14:59:24.661 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-08-24 14:59:24.664 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-08-24 14:59:24.728 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-08-24 14:59:24.731 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-08-24 14:59:24.796 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-08-24 14:59:24.798 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2022-08-24 14:59:24.799 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-08-24 14:59:24.801 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-08-24 14:59:24.803 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-08-24 14:59:24.805 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-08-24 14:59:24.807 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-08-24 14:59:24.809 | + functions-common:GetDistro:447 : [[ Ubuntu =~ (Ubuntu) ]] 2022-08-24 14:59:24.811 | + functions-common:GetDistro:450 : DISTRO=focal 2022-08-24 14:59:24.813 | + functions-common:GetDistro:495 : typeset -xr DISTRO 2022-08-24 14:59:24.815 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-08-24 14:59:24.815 | Distro: focal 2022-08-24 14:59:24.818 | + tools/install_pip.sh:main:124 : get_versions 2022-08-24 14:59:24.820 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-24 14:59:24.823 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-24 14:59:24.825 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-24 14:59:24.828 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-24 14:59:24.828 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-24 14:59:26.218 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-24 14:59:26.220 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-24 14:59:26.225 | pip: 20.0.2 2022-08-24 14:59:26.225 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-08-24 14:59:26.225 | + tools/install_pip.sh:main:130 : is_fedora 2022-08-24 14:59:26.226 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 14:59:26.228 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 14:59:26.229 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 14:59:26.231 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 14:59:26.233 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 14:59:26.235 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 14:59:26.237 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 14:59:26.239 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 14:59:26.240 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 14:59:26.242 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 14:59:26.244 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-08-24 14:59:26.245 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 14:59:26.247 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 14:59:26.250 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-08-24 14:59:26.254 | + tools/install_pip.sh:main:153 : set -x 2022-08-24 14:59:26.256 | + tools/install_pip.sh:main:156 : get_versions 2022-08-24 14:59:26.259 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-24 14:59:26.262 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-24 14:59:26.264 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-24 14:59:26.268 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-24 14:59:26.268 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-24 14:59:27.661 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-24 14:59:27.663 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-24 14:59:27.663 | pip: 20.0.2 2022-08-24 14:59:27.666 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-08-24 14:59:27.669 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-08-24 14:59:27.672 | + ./stack.sh:main:791 : fixup_all 2022-08-24 14:59:27.675 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-08-24 14:59:27.677 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-08-24 14:59:27.679 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 14:59:27.681 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 14:59:27.684 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-08-24 14:59:27.696 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-08-24 14:59:27.707 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-08-24 14:59:27.718 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-08-24 14:59:27.721 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-08-24 14:59:27.723 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 14:59:27.725 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 14:59:27.727 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 14:59:27.729 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 14:59:27.731 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 14:59:27.734 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 14:59:27.736 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 14:59:27.738 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 14:59:27.740 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 14:59:27.742 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 14:59:27.744 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-08-24 14:59:27.746 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-08-24 14:59:27.750 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-08-24 14:59:27.753 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 14:59:27.758 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 14:59:27.760 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 14:59:27.762 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 14:59:27.765 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 14:59:27.767 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 14:59:27.770 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-08-24 14:59:27.772 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-08-24 14:59:27.793 | Using python 3.8 to install os-testr 2022-08-24 14:59:27.796 | + 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-24 14:59:29.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 14:59:29.799 | from cryptography.utils import int_from_bytes 2022-08-24 14:59:29.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 14:59:29.799 | from cryptography.utils import int_from_bytes 2022-08-24 14:59:30.813 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 14:59:30.944 | Collecting os-testr===3.0.0 2022-08-24 14:59:30.951 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1e0/7334ed43c783c/os_testr-3.0.0-py3-none-any.whl (32 kB) 2022-08-24 14:59:31.081 | 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 352)) (2.5.0) 2022-08-24 14:59:31.179 | 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 45)) (5.10.0) 2022-08-24 14:59:31.272 | Collecting python-subunit===1.4.0 2022-08-24 14:59:31.287 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/40f/34660c3da3e51/python_subunit-1.4.0-py2.py3-none-any.whl (106 kB) 2022-08-24 14:59:31.404 | 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 161)) (1.0.0) 2022-08-24 14:59:31.433 | 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 61)) (4.0.1) 2022-08-24 14:59:32.813 | Installing collected packages: python-subunit, os-testr 2022-08-24 14:59:33.056 | Successfully installed os-testr-3.0.0 python-subunit-1.4.0 2022-08-24 14:59:33.162 | + inc/python:pip_install:196 : result=0 2022-08-24 14:59:33.164 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 14:59:33.166 | + functions-common:time_stop:2439 : local name 2022-08-24 14:59:33.168 | + functions-common:time_stop:2440 : local end_time 2022-08-24 14:59:33.171 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 14:59:33.173 | + functions-common:time_stop:2442 : local total 2022-08-24 14:59:33.175 | + functions-common:time_stop:2443 : local start_time 2022-08-24 14:59:33.177 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 14:59:33.179 | + functions-common:time_stop:2446 : start_time=1661353167788 2022-08-24 14:59:33.181 | + functions-common:time_stop:2448 : [[ -z 1661353167788 ]] 2022-08-24 14:59:33.184 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 14:59:33.188 | + functions-common:time_stop:2451 : end_time=1661353173186 2022-08-24 14:59:33.190 | + functions-common:time_stop:2452 : elapsed_time=5398 2022-08-24 14:59:33.192 | + functions-common:time_stop:2453 : total=0 2022-08-24 14:59:33.194 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 14:59:33.196 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5398 2022-08-24 14:59:33.199 | + inc/python:pip_install:199 : return 0 2022-08-24 14:59:33.201 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-08-24 14:59:33.254 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-08-24 14:59:33.478 | + ./stack.sh:main:805 : install_infra 2022-08-24 14:59:33.480 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-24 14:59:33.483 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-08-24 14:59:33.486 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-08-24 14:59:36.625 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-24 14:59:36.627 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-08-24 14:59:36.649 | + 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-24 14:59:39.273 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 14:59:39.400 | Collecting pbr===5.10.0 2022-08-24 14:59:39.407 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da3/e18aac0a3c003/pbr-5.10.0-py2.py3-none-any.whl (112 kB) 2022-08-24 14:59:39.445 | Installing collected packages: pbr 2022-08-24 14:59:39.596 | Successfully installed pbr-5.10.0 2022-08-24 14:59:39.658 | + inc/python:pip_install:196 : result=0 2022-08-24 14:59:39.661 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 14:59:39.663 | + functions-common:time_stop:2439 : local name 2022-08-24 14:59:39.665 | + functions-common:time_stop:2440 : local end_time 2022-08-24 14:59:39.667 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 14:59:39.669 | + functions-common:time_stop:2442 : local total 2022-08-24 14:59:39.672 | + functions-common:time_stop:2443 : local start_time 2022-08-24 14:59:39.674 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 14:59:39.676 | + functions-common:time_stop:2446 : start_time=1661353176642 2022-08-24 14:59:39.678 | + functions-common:time_stop:2448 : [[ -z 1661353176642 ]] 2022-08-24 14:59:39.680 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 14:59:39.684 | + functions-common:time_stop:2451 : end_time=1661353179682 2022-08-24 14:59:39.686 | + functions-common:time_stop:2452 : elapsed_time=3040 2022-08-24 14:59:39.688 | + functions-common:time_stop:2453 : total=5398 2022-08-24 14:59:39.690 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 14:59:39.692 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=8438 2022-08-24 14:59:39.694 | + inc/python:pip_install:199 : return 0 2022-08-24 14:59:39.696 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-24 14:59:39.699 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-08-24 14:59:39.721 | + 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-24 14:59:42.374 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 14:59:42.376 | Processing /opt/stack/requirements 2022-08-24 14:59:43.777 | Collecting fixtures===4.0.1 2022-08-24 14:59:43.783 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d27/58826400d095b/fixtures-4.0.1.tar.gz (56 kB) 2022-08-24 14:59:43.825 | Installing build dependencies: started 2022-08-24 14:59:48.237 | Installing build dependencies: finished with status 'done' 2022-08-24 14:59:48.239 | Getting requirements to build wheel: started 2022-08-24 14:59:48.640 | Getting requirements to build wheel: finished with status 'done' 2022-08-24 14:59:48.645 | Preparing wheel metadata: started 2022-08-24 14:59:49.216 | Preparing wheel metadata: finished with status 'done' 2022-08-24 14:59:49.431 | Collecting PyYAML===6.0 2022-08-24 14:59:49.439 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/277/a0ef2981ca405/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2022-08-24 14:59:49.615 | Collecting requests===2.28.1 2022-08-24 14:59:49.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8fe/fa2a1a1365bf5/requests-2.28.1-py3-none-any.whl (62 kB) 2022-08-24 14:59:49.705 | Collecting packaging===21.3 2022-08-24 14:59:49.712 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-08-24 14:59:49.764 | Collecting idna===3.3 2022-08-24 14:59:49.771 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2022-08-24 14:59:49.916 | Collecting pyparsing===3.0.9 2022-08-24 14:59:49.923 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/502/6bae9a10eeaef/pyparsing-3.0.9-py3-none-any.whl (98 kB) 2022-08-24 14:59:49.984 | Collecting six===1.16.0 2022-08-24 14:59:49.991 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-08-24 14:59:50.117 | Collecting charset-normalizer===2.1.1 2022-08-24 14:59:50.123 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/83e/9a75d1911279a/charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2022-08-24 14:59:50.159 | Collecting Parsley>=1.2 2022-08-24 14:59:50.166 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-08-24 14:59:50.213 | Collecting beagle>=0.2.1 2022-08-24 14:59:50.220 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-08-24 14:59:50.246 | 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 45)) (5.10.0) 2022-08-24 14:59:50.321 | Collecting certifi>=2017.4.17 2022-08-24 14:59:50.329 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fe8/6415d55e84719/certifi-2022.6.15-py3-none-any.whl (160 kB) 2022-08-24 14:59:50.420 | Collecting urllib3===1.26.11 2022-08-24 14:59:50.427 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c33/ccba33c819596/urllib3-1.26.11-py2.py3-none-any.whl (139 kB) 2022-08-24 14:59:50.560 | Collecting cliff===4.0.0 2022-08-24 14:59:50.567 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3f2/8b95a5509b4c7/cliff-4.0.0-py3-none-any.whl (80 kB) 2022-08-24 14:59:50.696 | Collecting stevedore===4.0.0 2022-08-24 14:59:50.703 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/87e/4d27fe96d0d7e/stevedore-4.0.0-py3-none-any.whl (49 kB) 2022-08-24 14:59:50.864 | Collecting cmd2===2.4.2 2022-08-24 14:59:50.871 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a77/e305675139327/cmd2-2.4.2-py3-none-any.whl (147 kB) 2022-08-24 14:59:50.964 | Collecting autopage===0.5.1 2022-08-24 14:59:50.971 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0fb/f5efbe78d466a/autopage-0.5.1-py3-none-any.whl (29 kB) 2022-08-24 14:59:51.024 | Collecting prettytable===3.3.0 2022-08-24 14:59:51.030 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d1c/34d72ea2c0ffd/prettytable-3.3.0-py3-none-any.whl (26 kB) 2022-08-24 14:59:51.153 | Collecting importlib-metadata===4.12.0 2022-08-24 14:59:51.160 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/740/1a975809ea1fd/importlib_metadata-4.12.0-py3-none-any.whl (21 kB) 2022-08-24 14:59:51.237 | Collecting wcwidth===0.2.5 2022-08-24 14:59:51.244 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-08-24 14:59:51.297 | Collecting pyperclip===1.8.2 2022-08-24 14:59:51.303 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-08-24 14:59:51.351 | Collecting attrs===22.1.0 2022-08-24 14:59:51.357 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/86e/fa402f67bf2df/attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-08-24 14:59:51.482 | Collecting zipp===3.8.1 2022-08-24 14:59:51.489 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/47c/40d7fe183a6f2/zipp-3.8.1-py3-none-any.whl (5.6 kB) 2022-08-24 14:59:51.522 | Building wheels for collected packages: fixtures, openstack-requirements 2022-08-24 14:59:51.524 | Building wheel for fixtures (PEP 517): started 2022-08-24 14:59:52.264 | Building wheel for fixtures (PEP 517): finished with status 'done' 2022-08-24 14:59:52.267 | Created wheel for fixtures: filename=fixtures-4.0.1-py3-none-any.whl size=63052 sha256=aba99e934ce6a7357b8b55a786a82781c0ec59b420bb0c952e0bc5c1e5418fec 2022-08-24 14:59:52.267 | Stored in directory: /home/ubuntu/.cache/pip/wheels/ba/79/66/8da5543796d0218944a0794bcd8607a64c769d75a6fe1fddda 2022-08-24 14:59:52.269 | Building wheel for openstack-requirements (setup.py): started 2022-08-24 14:59:53.229 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-08-24 14:59:53.229 | ERROR: Command errored out with exit status 1: 2022-08-24 14:59:53.229 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-5lrpxonr/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-5lrpxonr/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-eyqueufs 2022-08-24 14:59:53.229 | cwd: /tmp/pip-req-build-5lrpxonr/ 2022-08-24 14:59:53.230 | Complete output (6 lines): 2022-08-24 14:59:53.230 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-08-24 14:59:53.230 | or: setup.py --help [cmd1 cmd2 ...] 2022-08-24 14:59:53.230 | or: setup.py --help-commands 2022-08-24 14:59:53.230 | or: setup.py cmd --help 2022-08-24 14:59:53.230 | 2022-08-24 14:59:53.230 | error: invalid command 'bdist_wheel' 2022-08-24 14:59:53.230 | ---------------------------------------- 2022-08-24 14:59:53.230 | ERROR: Failed building wheel for openstack-requirements 2022-08-24 14:59:53.230 | Running setup.py clean for openstack-requirements 2022-08-24 14:59:54.081 | Successfully built fixtures 2022-08-24 14:59:54.081 | Failed to build openstack-requirements 2022-08-24 14:59:54.391 | Installing collected packages: attrs, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, certifi, charset-normalizer, requests, stevedore, pyperclip, cmd2, autopage, zipp, importlib-metadata, cliff, pyparsing, packaging, six, Parsley, beagle, openstack-requirements 2022-08-24 14:59:56.017 | Running setup.py install for openstack-requirements: started 2022-08-24 14:59:58.448 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-08-24 14:59:58.481 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2022.6.15 charset-normalizer-2.1.1 cliff-4.0.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.3 importlib-metadata-4.12.0 openstack-requirements-1.2.1.dev5630 packaging-21.3 prettytable-3.3.0 pyparsing-3.0.9 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-4.0.0 urllib3-1.26.11 wcwidth-0.2.5 zipp-3.8.1 2022-08-24 14:59:58.644 | + inc/python:pip_install:196 : result=0 2022-08-24 14:59:58.647 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 14:59:58.649 | + functions-common:time_stop:2439 : local name 2022-08-24 14:59:58.651 | + functions-common:time_stop:2440 : local end_time 2022-08-24 14:59:58.653 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 14:59:58.655 | + functions-common:time_stop:2442 : local total 2022-08-24 14:59:58.658 | + functions-common:time_stop:2443 : local start_time 2022-08-24 14:59:58.660 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 14:59:58.662 | + functions-common:time_stop:2446 : start_time=1661353179713 2022-08-24 14:59:58.664 | + functions-common:time_stop:2448 : [[ -z 1661353179713 ]] 2022-08-24 14:59:58.667 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 14:59:58.671 | + functions-common:time_stop:2451 : end_time=1661353198668 2022-08-24 14:59:58.674 | + functions-common:time_stop:2452 : elapsed_time=18955 2022-08-24 14:59:58.676 | + functions-common:time_stop:2453 : total=8438 2022-08-24 14:59:58.678 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 14:59:58.680 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=27393 2022-08-24 14:59:58.683 | + inc/python:pip_install:199 : return 0 2022-08-24 14:59:58.685 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-08-24 14:59:58.688 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-08-24 14:59:58.692 | + inc/python:use_library_from_git:246 : local name=pbr 2022-08-24 14:59:58.694 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 14:59:58.697 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 14:59:58.699 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-08-24 14:59:58.702 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 14:59:58.704 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-08-24 14:59:58.725 | Using python 3.8 to install pbr 2022-08-24 14:59:58.727 | + 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-24 15:00:00.709 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:00:00.710 | from cryptography.utils import int_from_bytes 2022-08-24 15:00:00.710 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:00:00.710 | from cryptography.utils import int_from_bytes 2022-08-24 15:00:01.733 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:00:01.858 | 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 45)) (5.10.0) 2022-08-24 15:00:03.396 | + inc/python:pip_install:196 : result=0 2022-08-24 15:00:03.399 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:00:03.401 | + functions-common:time_stop:2439 : local name 2022-08-24 15:00:03.403 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:00:03.406 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:00:03.408 | + functions-common:time_stop:2442 : local total 2022-08-24 15:00:03.410 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:00:03.412 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:00:03.414 | + functions-common:time_stop:2446 : start_time=1661353198720 2022-08-24 15:00:03.416 | + functions-common:time_stop:2448 : [[ -z 1661353198720 ]] 2022-08-24 15:00:03.419 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:00:03.424 | + functions-common:time_stop:2451 : end_time=1661353203421 2022-08-24 15:00:03.426 | + functions-common:time_stop:2452 : elapsed_time=4701 2022-08-24 15:00:03.428 | + functions-common:time_stop:2453 : total=27393 2022-08-24 15:00:03.431 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:00:03.433 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=32094 2022-08-24 15:00:03.435 | + inc/python:pip_install:199 : return 0 2022-08-24 15:00:03.437 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-08-24 15:00:06.547 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-08-24 15:00:08.322 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:00:08.403 | Collecting bindep 2022-08-24 15:00:08.410 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ab/e2f721e5388b5/bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2022-08-24 15:00:08.522 | Collecting packaging; python_version >= "3.6" 2022-08-24 15:00:08.527 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-08-24 15:00:08.575 | Collecting distro>=1.7.0; python_version >= "3.6" 2022-08-24 15:00:08.581 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d59/6311d707e692c/distro-1.7.0-py3-none-any.whl (20 kB) 2022-08-24 15:00:08.626 | Collecting Parsley 2022-08-24 15:00:08.633 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-08-24 15:00:08.774 | Collecting pbr>=2.0.0 2022-08-24 15:00:08.782 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/da3/e18aac0a3c003/pbr-5.10.0-py2.py3-none-any.whl (112 kB) 2022-08-24 15:00:08.973 | Collecting pyparsing!=3.0.5,>=2.0.2 2022-08-24 15:00:08.980 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/502/6bae9a10eeaef/pyparsing-3.0.9-py3-none-any.whl (98 kB) 2022-08-24 15:00:09.031 | Installing collected packages: pyparsing, packaging, distro, Parsley, pbr, bindep 2022-08-24 15:00:09.599 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.7.0 packaging-21.3 pbr-5.10.0 pyparsing-3.0.9 2022-08-24 15:00:09.670 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-24 15:00:09.673 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-24 15:00:09.676 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-08-24 15:00:09.693 | + ./stack.sh:main:814 : pkgs= 2022-08-24 15:00:09.695 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-08-24 15:00:09.697 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-08-24 15:00:09.700 | + functions-common:run_phase:1867 : local mode=stack 2022-08-24 15:00:09.703 | + functions-common:run_phase:1868 : local phase=pre-install 2022-08-24 15:00:09.705 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-24 15:00:09.707 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-24 15:00:09.709 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-24 15:00:09.712 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-24 15:00:09.714 | + functions-common:run_phase:1877 : local extra 2022-08-24 15:00:09.717 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-24 15:00:09.721 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-24 15:00:09.723 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-24 15:00:09.726 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-24 15:00:09.728 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-08-24 15:00:09.730 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-24 15:00:09.744 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:00:09.747 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:00:09.749 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:00:09.751 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-08-24 15:00:09.753 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:00:09.755 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-08-24 15:00:09.757 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:00:09.759 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-08-24 15:00:09.761 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:00:09.764 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-08-24 15:00:09.766 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:00:09.768 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-08-24 15:00:09.770 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-24 15:00:09.772 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-24 15:00:09.775 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:00:09.777 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-24 15:00:09.780 | + functions-common:run_phase:1894 : run_plugins stack pre-install 2022-08-24 15:00:09.782 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-24 15:00:09.784 | + functions-common:run_plugins:1854 : local phase=pre-install 2022-08-24 15:00:09.786 | + functions-common:run_plugins:1856 : local plugins= 2022-08-24 15:00:09.788 | + functions-common:run_plugins:1857 : local plugin 2022-08-24 15:00:09.791 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-08-24 15:00:09.793 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-08-24 15:00:09.795 | + functions:set_systemd_override:821 : local value=2048 2022-08-24 15:00:09.798 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-08-24 15:00:09.800 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-08-24 15:00:09.853 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-08-24 15:00:09.853 | Set systemd system override for DefaultLimitNOFILE=2048 2022-08-24 15:00:09.855 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-08-24 15:00:10.208 | + ./stack.sh:main:827 : install_rpc_backend 2022-08-24 15:00:10.210 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-08-24 15:00:10.226 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:00:10.228 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-08-24 15:00:10.230 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:00:10.233 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:00:10.235 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:00:10.237 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:00:10.239 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:00:10.242 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:00:10.244 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:00:10.246 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:00:10.249 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:00:10.251 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:00:10.253 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:00:10.256 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:00:10.258 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-08-24 15:00:10.260 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:00:10.262 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:00:10.265 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:00:10.267 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-08-24 15:00:10.288 | + 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-24 15:00:10.397 | Reading package lists... 2022-08-24 15:00:10.661 | Building dependency tree... 2022-08-24 15:00:10.663 | Reading state information... 2022-08-24 15:00:10.926 | The following packages were automatically installed and are no longer required: 2022-08-24 15:00:10.927 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:00:10.938 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:00:10.938 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:00:10.939 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:00:10.939 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:00:10.939 | python3-zope.interface 2022-08-24 15:00:10.939 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:00:10.939 | The following additional packages will be installed: 2022-08-24 15:00:10.939 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-08-24 15:00:10.939 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-08-24 15:00:10.939 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-08-24 15:00:10.939 | erlang-tools erlang-xmerl locales-all 2022-08-24 15:00:10.939 | Suggested packages: 2022-08-24 15:00:10.939 | erlang erlang-manpages erlang-doc 2022-08-24 15:00:11.003 | The following NEW packages will be installed: 2022-08-24 15:00:11.003 | erlang-asn1 erlang-base erlang-crypto erlang-eldap erlang-ftp erlang-inets 2022-08-24 15:00:11.003 | erlang-mnesia erlang-os-mon erlang-parsetools erlang-public-key 2022-08-24 15:00:11.003 | erlang-runtime-tools erlang-snmp erlang-ssl erlang-syntax-tools erlang-tftp 2022-08-24 15:00:11.004 | erlang-tools erlang-xmerl locales-all rabbitmq-server 2022-08-24 15:00:11.252 | 0 upgraded, 19 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:00:11.252 | Need to get 38.0 MB of archives. 2022-08-24 15:00:11.252 | After this operation, 276 MB of additional disk space will be used. 2022-08-24 15:00:11.252 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-base amd64 1:22.2.7+dfsg-1 [8,063 kB] 2022-08-24 15:00:13.119 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-asn1 amd64 1:22.2.7+dfsg-1 [712 kB] 2022-08-24 15:00:13.232 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-crypto amd64 1:22.2.7+dfsg-1 [137 kB] 2022-08-24 15:00:13.255 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-public-key amd64 1:22.2.7+dfsg-1 [567 kB] 2022-08-24 15:00:13.335 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-mnesia amd64 1:22.2.7+dfsg-1 [716 kB] 2022-08-24 15:00:13.418 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-runtime-tools amd64 1:22.2.7+dfsg-1 [182 kB] 2022-08-24 15:00:13.436 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ssl amd64 1:22.2.7+dfsg-1 [1,103 kB] 2022-08-24 15:00:13.717 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-eldap amd64 1:22.2.7+dfsg-1 [99.7 kB] 2022-08-24 15:00:13.719 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-ftp amd64 1:22.2.7+dfsg-1 [68.8 kB] 2022-08-24 15:00:13.766 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tftp amd64 1:22.2.7+dfsg-1 [84.6 kB] 2022-08-24 15:00:13.768 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-inets amd64 1:22.2.7+dfsg-1 [577 kB] 2022-08-24 15:00:13.814 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-snmp amd64 1:22.2.7+dfsg-1 [1,538 kB] 2022-08-24 15:00:14.159 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-os-mon amd64 1:22.2.7+dfsg-1 [81.2 kB] 2022-08-24 15:00:14.160 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-parsetools amd64 1:22.2.7+dfsg-1 [151 kB] 2022-08-24 15:00:14.163 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-syntax-tools amd64 1:22.2.7+dfsg-1 [344 kB] 2022-08-24 15:00:14.168 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-tools amd64 1:22.2.7+dfsg-1 [499 kB] 2022-08-24 15:00:14.176 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 erlang-xmerl amd64 1:22.2.7+dfsg-1 [1,113 kB] 2022-08-24 15:00:14.362 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 locales-all amd64 2.31-0ubuntu9.9 [10.5 MB] 2022-08-24 15:00:16.338 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 rabbitmq-server all 3.8.2-0ubuntu1.3 [11.5 MB] 2022-08-24 15:00:18.884 | Fetched 38.0 MB in 7s (5,218 kB/s) 2022-08-24 15:00:19.030 | Selecting previously unselected package erlang-base. 2022-08-24 15:00:19.079 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81596 files and directories currently installed.) 2022-08-24 15:00:19.083 | Preparing to unpack .../00-erlang-base_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:19.154 | Unpacking erlang-base (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:20.572 | Selecting previously unselected package erlang-asn1. 2022-08-24 15:00:20.582 | Preparing to unpack .../01-erlang-asn1_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:20.612 | Unpacking erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:20.949 | Selecting previously unselected package erlang-crypto. 2022-08-24 15:00:20.958 | Preparing to unpack .../02-erlang-crypto_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:21.011 | Unpacking erlang-crypto (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:21.298 | Selecting previously unselected package erlang-public-key. 2022-08-24 15:00:21.307 | Preparing to unpack .../03-erlang-public-key_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:21.359 | Unpacking erlang-public-key (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:21.703 | Selecting previously unselected package erlang-mnesia. 2022-08-24 15:00:21.712 | Preparing to unpack .../04-erlang-mnesia_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:21.754 | Unpacking erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:22.155 | Selecting previously unselected package erlang-runtime-tools. 2022-08-24 15:00:22.164 | Preparing to unpack .../05-erlang-runtime-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:22.228 | Unpacking erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:22.560 | Selecting previously unselected package erlang-ssl. 2022-08-24 15:00:22.569 | Preparing to unpack .../06-erlang-ssl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:22.617 | Unpacking erlang-ssl (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:23.006 | Selecting previously unselected package erlang-eldap. 2022-08-24 15:00:23.015 | Preparing to unpack .../07-erlang-eldap_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:23.063 | Unpacking erlang-eldap (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:23.429 | Selecting previously unselected package erlang-ftp. 2022-08-24 15:00:23.438 | Preparing to unpack .../08-erlang-ftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:23.491 | Unpacking erlang-ftp (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:23.823 | Selecting previously unselected package erlang-tftp. 2022-08-24 15:00:23.833 | Preparing to unpack .../09-erlang-tftp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:23.886 | Unpacking erlang-tftp (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:24.202 | Selecting previously unselected package erlang-inets. 2022-08-24 15:00:24.209 | Preparing to unpack .../10-erlang-inets_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:24.246 | Unpacking erlang-inets (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:24.612 | Selecting previously unselected package erlang-snmp. 2022-08-24 15:00:24.620 | Preparing to unpack .../11-erlang-snmp_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:24.651 | Unpacking erlang-snmp (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:25.246 | Selecting previously unselected package erlang-os-mon. 2022-08-24 15:00:25.255 | Preparing to unpack .../12-erlang-os-mon_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:25.297 | Unpacking erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:25.669 | Selecting previously unselected package erlang-parsetools. 2022-08-24 15:00:25.678 | Preparing to unpack .../13-erlang-parsetools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:25.731 | Unpacking erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:26.154 | Selecting previously unselected package erlang-syntax-tools. 2022-08-24 15:00:26.163 | Preparing to unpack .../14-erlang-syntax-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:26.240 | Unpacking erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:26.720 | Selecting previously unselected package erlang-tools. 2022-08-24 15:00:26.729 | Preparing to unpack .../15-erlang-tools_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:26.811 | Unpacking erlang-tools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:27.275 | Selecting previously unselected package erlang-xmerl. 2022-08-24 15:00:27.285 | Preparing to unpack .../16-erlang-xmerl_1%3a22.2.7+dfsg-1_amd64.deb ... 2022-08-24 15:00:27.332 | Unpacking erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:27.846 | Selecting previously unselected package locales-all. 2022-08-24 15:00:27.855 | Preparing to unpack .../17-locales-all_2.31-0ubuntu9.9_amd64.deb ... 2022-08-24 15:00:27.902 | Unpacking locales-all (2.31-0ubuntu9.9) ... 2022-08-24 15:00:32.767 | Selecting previously unselected package rabbitmq-server. 2022-08-24 15:00:32.778 | Preparing to unpack .../18-rabbitmq-server_3.8.2-0ubuntu1.3_all.deb ... 2022-08-24 15:00:32.840 | Unpacking rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-08-24 15:00:34.356 | Setting up erlang-base (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:35.307 | Created symlink /etc/systemd/system/multi-user.target.wants/epmd.service → /lib/systemd/system/epmd.service. 2022-08-24 15:00:35.307 | Created symlink /etc/systemd/system/sockets.target.wants/epmd.socket → /lib/systemd/system/epmd.socket. 2022-08-24 15:00:39.553 | Searching for services which depend on erlang and should be started... none found. 2022-08-24 15:00:39.621 | Setting up erlang-xmerl (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:39.787 | Setting up erlang-syntax-tools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:39.942 | Setting up locales-all (2.31-0ubuntu9.9) ... 2022-08-24 15:00:40.097 | Setting up erlang-parsetools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:40.233 | Setting up erlang-asn1 (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:40.417 | Setting up erlang-tftp (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:40.588 | Setting up erlang-mnesia (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:40.685 | Setting up erlang-crypto (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:40.799 | Setting up erlang-runtime-tools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:40.948 | Setting up erlang-tools (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:41.068 | Setting up erlang-snmp (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:41.166 | Setting up erlang-public-key (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:41.343 | Setting up erlang-ssl (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:41.514 | Setting up erlang-os-mon (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:41.657 | Setting up erlang-eldap (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:41.777 | Setting up erlang-ftp (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:41.976 | Setting up erlang-inets (1:22.2.7+dfsg-1) ... 2022-08-24 15:00:42.142 | Setting up rabbitmq-server (3.8.2-0ubuntu1.3) ... 2022-08-24 15:00:42.489 | Adding group `rabbitmq' (GID 125) ... 2022-08-24 15:00:42.614 | Done. 2022-08-24 15:00:42.695 | Adding system user `rabbitmq' (UID 117) ... 2022-08-24 15:00:42.695 | Adding new user `rabbitmq' (UID 117) with group `rabbitmq' ... 2022-08-24 15:00:43.020 | Not creating home directory `/var/lib/rabbitmq'. 2022-08-24 15:00:43.283 | Created symlink /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service → /lib/systemd/system/rabbitmq-server.service. 2022-08-24 15:00:50.852 | Processing triggers for man-db (2.9.1-1) ... 2022-08-24 15:00:51.616 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-24 15:00:59.789 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:00:59.791 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:00:59.794 | + functions-common:time_stop:2439 : local name 2022-08-24 15:00:59.797 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:00:59.800 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:00:59.803 | + functions-common:time_stop:2442 : local total 2022-08-24 15:00:59.805 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:00:59.807 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:00:59.809 | + functions-common:time_stop:2446 : start_time=1661353210285 2022-08-24 15:00:59.813 | + functions-common:time_stop:2448 : [[ -z 1661353210285 ]] 2022-08-24 15:00:59.819 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:00:59.824 | + functions-common:time_stop:2451 : end_time=1661353259821 2022-08-24 15:00:59.826 | + functions-common:time_stop:2452 : elapsed_time=49536 2022-08-24 15:00:59.829 | + functions-common:time_stop:2453 : total=342314 2022-08-24 15:00:59.831 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:00:59.833 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=391850 2022-08-24 15:00:59.835 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:00:59.838 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-08-24 15:00:59.840 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:00:59.843 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:00:59.845 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:00:59.848 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:00:59.850 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:00:59.852 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:00:59.855 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-08-24 15:00:59.857 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 15:00:59.859 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 15:00:59.862 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 15:00:59.864 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 15:00:59.866 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 15:00:59.869 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 15:00:59.871 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 15:00:59.873 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 15:00:59.876 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:00:59.880 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 15:00:59.883 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-08-24 15:00:59.885 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:00:59.888 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:00:59.891 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:00:59.894 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:00:59.896 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:00:59.898 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:00:59.901 | + ./stack.sh:main:828 : restart_rpc_backend 2022-08-24 15:00:59.903 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-08-24 15:00:59.919 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:00:59.922 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-08-24 15:00:59.924 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:00:59.927 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-08-24 15:00:59.929 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-08-24 15:00:59.932 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-08-24 15:00:59.936 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-08-24 15:00:59.939 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-08-24 15:00:59.941 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-08-24 15:00:59.943 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-08-24 15:00:59.945 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-08-24 15:00:59.948 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-08-24 15:00:59.950 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-08-24 15:01:00.661 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-08-24 15:01:00.661 | user tags 2022-08-24 15:01:00.661 | guest [administrator]' 2022-08-24 15:01:00.665 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-08-24 15:01:00.665 | user tags 2022-08-24 15:01:00.665 | guest [administrator]' 2022-08-24 15:01:00.665 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-08-24 15:01:00.672 | + lib/rpc_backend:rabbit_setuser:176 : found= 2022-08-24 15:01:00.674 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2022-08-24 15:01:00.676 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit Passw0rd 2022-08-24 15:01:01.332 | Adding user "stackrabbit" ... 2022-08-24 15:01:01.384 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-08-24 15:01:02.067 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-08-24 15:01:02.128 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-08-24 15:01:02.131 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-24 15:01:02.802 | Changing password for user "stackrabbit" ... 2022-08-24 15:01:02.974 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-08-24 15:01:02.976 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-08-24 15:01:02.979 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-08-24 15:01:03.648 | Deleting user "guest" ... 2022-08-24 15:01:03.717 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-08-24 15:01:03.736 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:01:03.738 | + ./stack.sh:main:831 : install_database 2022-08-24 15:01:03.741 | + lib/database:install_database:118 : install_database_mysql 2022-08-24 15:01:03.743 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-08-24 15:01:03.746 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:01:03.749 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:01:03.751 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-08-24 15:01:04.197 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-08-24 15:01:04.199 | + lib/databases/mysql:install_database_mysql:184 : cat 2022-08-24 15:01:04.204 | + lib/databases/mysql:install_database_mysql:190 : is_ubuntu 2022-08-24 15:01:04.207 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:01:04.209 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:01:04.211 | + lib/databases/mysql:install_database_mysql:190 : '[' mysql '!=' mariadb ']' 2022-08-24 15:01:04.214 | + lib/databases/mysql:install_database_mysql:191 : echo host=127.0.0.1 2022-08-24 15:01:04.216 | + lib/databases/mysql:install_database_mysql:193 : chmod 0600 /home/ubuntu/.my.cnf 2022-08-24 15:01:04.220 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-08-24 15:01:04.222 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-08-24 15:01:04.224 | + functions-common:is_oraclelinux:507 : [[ -z Ubuntu ]] 2022-08-24 15:01:04.227 | + functions-common:is_oraclelinux:511 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:01:04.229 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-08-24 15:01:04.231 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 15:01:04.234 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 15:01:04.236 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 15:01:04.238 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 15:01:04.241 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 15:01:04.243 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 15:01:04.245 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 15:01:04.248 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 15:01:04.251 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:01:04.253 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 15:01:04.255 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-08-24 15:01:04.258 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:01:04.260 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:01:04.262 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:01:04.265 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:01:04.268 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:01:04.270 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:01:04.273 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-08-24 15:01:04.275 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:01:04.277 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:01:04.280 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-08-24 15:01:04.282 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:01:04.284 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:01:04.286 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:01:04.289 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:01:04.291 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:01:04.293 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:01:04.296 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:01:04.298 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:01:04.300 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:01:04.302 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:01:04.304 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:01:04.307 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:01:04.309 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-08-24 15:01:04.313 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:01:04.315 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:01:04.318 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:01:04.320 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-08-24 15:01:04.342 | + 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-24 15:01:04.454 | Reading package lists... 2022-08-24 15:01:04.720 | Building dependency tree... 2022-08-24 15:01:04.721 | Reading state information... 2022-08-24 15:01:04.987 | The following packages were automatically installed and are no longer required: 2022-08-24 15:01:04.989 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:01:04.989 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:01:04.989 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:01:04.989 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:01:04.989 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:01:04.989 | python3-zope.interface 2022-08-24 15:01:04.989 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:01:04.990 | The following additional packages will be installed: 2022-08-24 15:01:04.990 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-08-24 15:01:04.990 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-08-24 15:01:04.990 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-08-24 15:01:04.990 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-08-24 15:01:04.990 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-08-24 15:01:04.991 | mysql-server-8.0 mysql-server-core-8.0 2022-08-24 15:01:04.992 | Suggested packages: 2022-08-24 15:01:04.992 | libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx tinyca 2022-08-24 15:01:05.071 | The following NEW packages will be installed: 2022-08-24 15:01:05.071 | libcgi-fast-perl libcgi-pm-perl libencode-locale-perl libevent-core-2.1-7 2022-08-24 15:01:05.071 | libevent-pthreads-2.1-7 libfcgi-perl libhtml-parser-perl libhtml-tagset-perl 2022-08-24 15:01:05.071 | libhtml-template-perl libhttp-date-perl libhttp-message-perl libio-html-perl 2022-08-24 15:01:05.072 | liblwp-mediatypes-perl libmecab2 libtimedate-perl liburi-perl mecab-ipadic 2022-08-24 15:01:05.072 | mecab-ipadic-utf8 mecab-utils mysql-client-8.0 mysql-client-core-8.0 2022-08-24 15:01:05.072 | mysql-server mysql-server-8.0 mysql-server-core-8.0 2022-08-24 15:01:05.213 | 0 upgraded, 24 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:01:05.213 | Need to get 32.1 MB of archives. 2022-08-24 15:01:05.213 | After this operation, 264 MB of additional disk space will be used. 2022-08-24 15:01:05.213 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-core-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [4,521 kB] 2022-08-24 15:01:06.017 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-client-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [22.0 kB] 2022-08-24 15:01:06.019 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2022-08-24 15:01:06.027 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7,372 B] 2022-08-24 15:01:06.027 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libmecab2 amd64 0.996-10build1 [233 kB] 2022-08-24 15:01:06.048 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-core-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [18.6 MB] 2022-08-24 15:01:08.761 | Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server-8.0 amd64 8.0.30-0ubuntu0.20.04.2 [1,292 kB] 2022-08-24 15:01:08.947 | Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] 2022-08-24 15:01:08.947 | Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] 2022-08-24 15:01:08.949 | Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] 2022-08-24 15:01:08.965 | Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-pm-perl all 4.46-1 [186 kB] 2022-08-24 15:01:08.987 | Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libfcgi-perl amd64 0.79-1 [33.1 kB] 2022-08-24 15:01:08.988 | Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB] 2022-08-24 15:01:08.988 | Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] 2022-08-24 15:01:08.989 | Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] 2022-08-24 15:01:08.990 | Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] 2022-08-24 15:01:09.007 | Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9,920 B] 2022-08-24 15:01:09.008 | Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] 2022-08-24 15:01:09.065 | Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] 2022-08-24 15:01:09.068 | Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] 2022-08-24 15:01:09.080 | Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-utils amd64 0.996-10build1 [4,912 B] 2022-08-24 15:01:09.081 | Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic all 2.7.0-20070801+main-2.1 [6,714 kB] 2022-08-24 15:01:10.239 | Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 mecab-ipadic-utf8 all 2.7.0-20070801+main-2.1 [4,380 B] 2022-08-24 15:01:10.239 | Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 mysql-server all 8.0.30-0ubuntu0.20.04.2 [9,540 B] 2022-08-24 15:01:10.756 | Preconfiguring packages ... 2022-08-24 15:01:11.025 | Fetched 32.1 MB in 5s (6,220 kB/s) 2022-08-24 15:01:11.154 | Selecting previously unselected package mysql-client-core-8.0. 2022-08-24 15:01:11.210 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90052 files and directories currently installed.) 2022-08-24 15:01:11.214 | Preparing to unpack .../00-mysql-client-core-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-24 15:01:11.296 | Unpacking mysql-client-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:12.737 | Selecting previously unselected package mysql-client-8.0. 2022-08-24 15:01:12.746 | Preparing to unpack .../01-mysql-client-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-24 15:01:12.799 | Unpacking mysql-client-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:13.279 | Selecting previously unselected package libevent-core-2.1-7:amd64. 2022-08-24 15:01:13.291 | Preparing to unpack .../02-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-08-24 15:01:13.405 | Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-24 15:01:13.782 | Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2022-08-24 15:01:13.792 | Preparing to unpack .../03-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2022-08-24 15:01:13.828 | Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-24 15:01:14.284 | Selecting previously unselected package libmecab2:amd64. 2022-08-24 15:01:14.293 | Preparing to unpack .../04-libmecab2_0.996-10build1_amd64.deb ... 2022-08-24 15:01:14.353 | Unpacking libmecab2:amd64 (0.996-10build1) ... 2022-08-24 15:01:14.794 | Selecting previously unselected package mysql-server-core-8.0. 2022-08-24 15:01:14.804 | Preparing to unpack .../05-mysql-server-core-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-24 15:01:14.856 | Unpacking mysql-server-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:18.691 | Selecting previously unselected package mysql-server-8.0. 2022-08-24 15:01:18.701 | Preparing to unpack .../06-mysql-server-8.0_8.0.30-0ubuntu0.20.04.2_amd64.deb ... 2022-08-24 15:01:19.769 | Unpacking mysql-server-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:20.209 | Selecting previously unselected package libhtml-tagset-perl. 2022-08-24 15:01:20.219 | Preparing to unpack .../07-libhtml-tagset-perl_3.20-4_all.deb ... 2022-08-24 15:01:20.267 | Unpacking libhtml-tagset-perl (3.20-4) ... 2022-08-24 15:01:20.554 | Selecting previously unselected package liburi-perl. 2022-08-24 15:01:20.563 | Preparing to unpack .../08-liburi-perl_1.76-2_all.deb ... 2022-08-24 15:01:20.594 | Unpacking liburi-perl (1.76-2) ... 2022-08-24 15:01:20.906 | Selecting previously unselected package libhtml-parser-perl. 2022-08-24 15:01:20.916 | Preparing to unpack .../09-libhtml-parser-perl_3.72-5_amd64.deb ... 2022-08-24 15:01:20.980 | Unpacking libhtml-parser-perl (3.72-5) ... 2022-08-24 15:01:21.295 | Selecting previously unselected package libcgi-pm-perl. 2022-08-24 15:01:21.305 | Preparing to unpack .../10-libcgi-pm-perl_4.46-1_all.deb ... 2022-08-24 15:01:21.359 | Unpacking libcgi-pm-perl (4.46-1) ... 2022-08-24 15:01:21.748 | Selecting previously unselected package libfcgi-perl. 2022-08-24 15:01:21.758 | Preparing to unpack .../11-libfcgi-perl_0.79-1_amd64.deb ... 2022-08-24 15:01:21.799 | Unpacking libfcgi-perl (0.79-1) ... 2022-08-24 15:01:22.154 | Selecting previously unselected package libcgi-fast-perl. 2022-08-24 15:01:22.163 | Preparing to unpack .../12-libcgi-fast-perl_1%3a2.15-1_all.deb ... 2022-08-24 15:01:22.199 | Unpacking libcgi-fast-perl (1:2.15-1) ... 2022-08-24 15:01:22.491 | Selecting previously unselected package libencode-locale-perl. 2022-08-24 15:01:22.501 | Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ... 2022-08-24 15:01:22.553 | Unpacking libencode-locale-perl (1.05-1) ... 2022-08-24 15:01:22.868 | Selecting previously unselected package libhtml-template-perl. 2022-08-24 15:01:22.877 | Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ... 2022-08-24 15:01:22.940 | Unpacking libhtml-template-perl (2.97-1) ... 2022-08-24 15:01:23.257 | Selecting previously unselected package libtimedate-perl. 2022-08-24 15:01:23.267 | Preparing to unpack .../15-libtimedate-perl_2.3200-1_all.deb ... 2022-08-24 15:01:23.318 | Unpacking libtimedate-perl (2.3200-1) ... 2022-08-24 15:01:23.649 | Selecting previously unselected package libhttp-date-perl. 2022-08-24 15:01:23.659 | Preparing to unpack .../16-libhttp-date-perl_6.05-1_all.deb ... 2022-08-24 15:01:23.735 | Unpacking libhttp-date-perl (6.05-1) ... 2022-08-24 15:01:24.045 | Selecting previously unselected package libio-html-perl. 2022-08-24 15:01:24.055 | Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ... 2022-08-24 15:01:24.100 | Unpacking libio-html-perl (1.001-1) ... 2022-08-24 15:01:24.571 | Selecting previously unselected package liblwp-mediatypes-perl. 2022-08-24 15:01:24.581 | Preparing to unpack .../18-liblwp-mediatypes-perl_6.04-1_all.deb ... 2022-08-24 15:01:24.631 | Unpacking liblwp-mediatypes-perl (6.04-1) ... 2022-08-24 15:01:24.929 | Selecting previously unselected package libhttp-message-perl. 2022-08-24 15:01:24.942 | Preparing to unpack .../19-libhttp-message-perl_6.22-1_all.deb ... 2022-08-24 15:01:24.993 | Unpacking libhttp-message-perl (6.22-1) ... 2022-08-24 15:01:25.297 | Selecting previously unselected package mecab-utils. 2022-08-24 15:01:25.307 | Preparing to unpack .../20-mecab-utils_0.996-10build1_amd64.deb ... 2022-08-24 15:01:25.353 | Unpacking mecab-utils (0.996-10build1) ... 2022-08-24 15:01:25.719 | Selecting previously unselected package mecab-ipadic. 2022-08-24 15:01:25.729 | Preparing to unpack .../21-mecab-ipadic_2.7.0-20070801+main-2.1_all.deb ... 2022-08-24 15:01:25.776 | Unpacking mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-08-24 15:01:27.554 | Selecting previously unselected package mecab-ipadic-utf8. 2022-08-24 15:01:27.564 | Preparing to unpack .../22-mecab-ipadic-utf8_2.7.0-20070801+main-2.1_all.deb ... 2022-08-24 15:01:27.633 | Unpacking mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-08-24 15:01:27.988 | Selecting previously unselected package mysql-server. 2022-08-24 15:01:27.997 | Preparing to unpack .../23-mysql-server_8.0.30-0ubuntu0.20.04.2_all.deb ... 2022-08-24 15:01:28.048 | Unpacking mysql-server (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:28.418 | Setting up libmecab2:amd64 (0.996-10build1) ... 2022-08-24 15:01:28.684 | Setting up mysql-client-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:28.799 | Setting up libhtml-tagset-perl (3.20-4) ... 2022-08-24 15:01:28.976 | Setting up liblwp-mediatypes-perl (6.04-1) ... 2022-08-24 15:01:29.159 | Setting up libencode-locale-perl (1.05-1) ... 2022-08-24 15:01:29.324 | Setting up mecab-utils (0.996-10build1) ... 2022-08-24 15:01:29.496 | Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-24 15:01:29.672 | Setting up libio-html-perl (1.001-1) ... 2022-08-24 15:01:29.873 | Setting up libtimedate-perl (2.3200-1) ... 2022-08-24 15:01:30.085 | Setting up mysql-client-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:30.285 | Setting up libfcgi-perl (0.79-1) ... 2022-08-24 15:01:30.517 | Setting up liburi-perl (1.76-2) ... 2022-08-24 15:01:30.753 | Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2022-08-24 15:01:30.987 | Setting up libhttp-date-perl (6.05-1) ... 2022-08-24 15:01:31.164 | Setting up mecab-ipadic (2.7.0-20070801+main-2.1) ... 2022-08-24 15:01:31.309 | Compiling IPA dictionary for Mecab. This takes long time... 2022-08-24 15:01:31.313 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-08-24 15:01:31.313 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-08-24 15:01:31.313 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-08-24 15:01:31.313 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-08-24 15:01:31.455 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-08-24 15:01:31.455 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-08-24 15:01:31.455 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-08-24 15:01:31.455 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-08-24 15:01:31.463 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-08-24 15:01:31.554 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-08-24 15:01:31.554 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-08-24 15:01:31.555 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-08-24 15:01:31.581 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-08-24 15:01:31.626 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-08-24 15:01:31.916 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-08-24 15:01:31.922 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-08-24 15:01:32.013 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-08-24 15:01:32.013 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-08-24 15:01:32.014 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-08-24 15:01:32.014 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-08-24 15:01:32.018 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-08-24 15:01:32.018 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-08-24 15:01:32.064 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-08-24 15:01:32.255 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-08-24 15:01:32.255 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-08-24 15:01:32.256 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-08-24 15:01:32.256 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-08-24 15:01:32.258 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-08-24 15:01:32.259 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-08-24 15:01:32.694 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-08-24 15:01:32.817 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-08-24 15:01:33.140 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-08-24 15:01:33.144 | 2022-08-24 15:01:33.144 | done! 2022-08-24 15:01:33.151 | update-alternatives: using /var/lib/mecab/dic/ipadic to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-08-24 15:01:33.244 | Setting up mysql-server-core-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:33.399 | Setting up mecab-ipadic-utf8 (2.7.0-20070801+main-2.1) ... 2022-08-24 15:01:33.501 | Compiling IPA dictionary for Mecab. This takes long time... 2022-08-24 15:01:33.505 | reading /usr/share/mecab/dic/ipadic/unk.def ... 40 2022-08-24 15:01:33.505 | emitting double-array: 9% |### | emitting double-array: 18% |####### | emitting double-array: 27% |########### | emitting double-array: 36% |############### | emitting double-array: 45% |################### | emitting double-array: 54% |####################### | emitting double-array: 63% |########################### | emitting double-array: 72% |############################### | emitting double-array: 81% |################################### | emitting double-array: 90% |####################################### | emitting double-array: 100% |###########################################| 2022-08-24 15:01:33.505 | /usr/share/mecab/dic/ipadic/model.def is not found. skipped. 2022-08-24 15:01:33.505 | reading /usr/share/mecab/dic/ipadic/Others.csv ... 2 2022-08-24 15:01:33.717 | reading /usr/share/mecab/dic/ipadic/Noun.csv ... 60477 2022-08-24 15:01:33.717 | reading /usr/share/mecab/dic/ipadic/Filler.csv ... 19 2022-08-24 15:01:33.719 | reading /usr/share/mecab/dic/ipadic/Interjection.csv ... 252 2022-08-24 15:01:33.719 | reading /usr/share/mecab/dic/ipadic/Noun.nai.csv ... 42 2022-08-24 15:01:33.731 | reading /usr/share/mecab/dic/ipadic/Noun.adjv.csv ... 3328 2022-08-24 15:01:33.864 | reading /usr/share/mecab/dic/ipadic/Noun.name.csv ... 34202 2022-08-24 15:01:33.864 | reading /usr/share/mecab/dic/ipadic/Noun.others.csv ... 151 2022-08-24 15:01:33.865 | reading /usr/share/mecab/dic/ipadic/Adnominal.csv ... 135 2022-08-24 15:01:33.906 | reading /usr/share/mecab/dic/ipadic/Noun.verbal.csv ... 12146 2022-08-24 15:01:33.979 | reading /usr/share/mecab/dic/ipadic/Noun.org.csv ... 16668 2022-08-24 15:01:34.482 | reading /usr/share/mecab/dic/ipadic/Verb.csv ... 130750 2022-08-24 15:01:34.492 | reading /usr/share/mecab/dic/ipadic/Adverb.csv ... 3032 2022-08-24 15:01:34.603 | reading /usr/share/mecab/dic/ipadic/Noun.proper.csv ... 27328 2022-08-24 15:01:34.604 | reading /usr/share/mecab/dic/ipadic/Symbol.csv ... 208 2022-08-24 15:01:34.604 | reading /usr/share/mecab/dic/ipadic/Postp-col.csv ... 91 2022-08-24 15:01:34.604 | reading /usr/share/mecab/dic/ipadic/Noun.number.csv ... 42 2022-08-24 15:01:34.611 | reading /usr/share/mecab/dic/ipadic/Suffix.csv ... 1393 2022-08-24 15:01:34.611 | reading /usr/share/mecab/dic/ipadic/Noun.demonst.csv ... 120 2022-08-24 15:01:34.706 | reading /usr/share/mecab/dic/ipadic/Adj.csv ... 27210 2022-08-24 15:01:34.998 | reading /usr/share/mecab/dic/ipadic/Noun.place.csv ... 72999 2022-08-24 15:01:34.998 | reading /usr/share/mecab/dic/ipadic/Prefix.csv ... 221 2022-08-24 15:01:34.999 | reading /usr/share/mecab/dic/ipadic/Auxil.csv ... 199 2022-08-24 15:01:34.999 | reading /usr/share/mecab/dic/ipadic/Postp.csv ... 146 2022-08-24 15:01:35.003 | reading /usr/share/mecab/dic/ipadic/Noun.adverbal.csv ... 795 2022-08-24 15:01:35.003 | reading /usr/share/mecab/dic/ipadic/Conjunction.csv ... 171 2022-08-24 15:01:35.520 | emitting double-array: 0% | | emitting double-array: 1% | | emitting double-array: 2% | | emitting double-array: 3% |# | emitting double-array: 4% |# | emitting double-array: 5% |## | emitting double-array: 6% |## | emitting double-array: 7% |### | emitting double-array: 8% |### | emitting double-array: 9% |### | emitting double-array: 10% |#### | emitting double-array: 11% |#### | emitting double-array: 12% |##### | emitting double-array: 13% |##### | emitting double-array: 14% |###### | emitting double-array: 15% |###### | emitting double-array: 16% |###### | emitting double-array: 17% |####### | emitting double-array: 18% |####### | emitting double-array: 19% |######## | emitting double-array: 20% |######## | emitting double-array: 21% |######### | emitting double-array: 22% |######### | emitting double-array: 23% |######### | emitting double-array: 24% |########## | emitting double-array: 25% |########## | emitting double-array: 26% |########### | emitting double-array: 27% |########### | emitting double-array: 28% |############ | emitting double-array: 29% |############ | emitting double-array: 30% |############ | emitting double-array: 31% |############# | emitting double-array: 32% |############# | emitting double-array: 33% |############## | emitting double-array: 34% |############## | emitting double-array: 35% |############### | emitting double-array: 36% |############### | emitting double-array: 37% |############### | emitting double-array: 38% |################ | emitting double-array: 39% |################ | emitting double-array: 40% |################# | emitting double-array: 41% |################# | emitting double-array: 42% |################## | emitting double-array: 43% |################## | emitting double-array: 44% |################## | emitting double-array: 45% |################### | emitting double-array: 46% |################### | emitting double-array: 47% |#################### | emitting double-array: 48% |#################### | emitting double-array: 49% |##################### | emitting double-array: 50% |##################### | emitting double-array: 51% |##################### | emitting double-array: 52% |###################### | emitting double-array: 53% |###################### | emitting double-array: 54% |####################### | emitting double-array: 55% |####################### | emitting double-array: 56% |######################## | emitting double-array: 57% |######################## | emitting double-array: 58% |######################## | emitting double-array: 59% |######################### | emitting double-array: 60% |######################### | emitting double-array: 61% |########################## | emitting double-array: 62% |########################## | emitting double-array: 63% |########################### | emitting double-array: 64% |########################### | emitting double-array: 65% |########################### | emitting double-array: 66% |############################ | emitting double-array: 67% |############################ | emitting double-array: 68% |############################# | emitting double-array: 69% |############################# | emitting double-array: 70% |############################## | emitting double-array: 71% |############################## | emitting double-array: 72% |############################## | emitting double-array: 73% |############################### | emitting double-array: 74% |############################### | emitting double-array: 75% |################################ | emitting double-array: 76% |################################ | emitting double-array: 77% |################################# | emitting double-array: 78% |################################# | emitting double-array: 79% |################################# | emitting double-array: 80% |################################## | emitting double-array: 81% |################################## | emitting double-array: 82% |################################### | emitting double-array: 83% |################################### | emitting double-array: 84% |#################################### | emitting double-array: 85% |#################################### | emitting double-array: 86% |#################################### | emitting double-array: 87% |##################################### | emitting double-array: 88% |##################################### | emitting double-array: 89% |###################################### | emitting double-array: 90% |###################################### | emitting double-array: 91% |####################################### | emitting double-array: 92% |####################################### | emitting double-array: 93% |####################################### | emitting double-array: 94% |######################################## | emitting double-array: 95% |######################################## | emitting double-array: 96% |######################################### | emitting double-array: 97% |######################################### | emitting double-array: 98% |########################################## | emitting double-array: 99% |########################################## | emitting double-array: 100% |###########################################| 2022-08-24 15:01:35.659 | reading /usr/share/mecab/dic/ipadic/matrix.def ... 1316x1316 2022-08-24 15:01:35.982 | emitting matrix : 0% | | emitting matrix : 1% | | emitting matrix : 2% | | emitting matrix : 3% |# | emitting matrix : 4% |# | emitting matrix : 5% |## | emitting matrix : 6% |## | emitting matrix : 7% |### | emitting matrix : 8% |### | emitting matrix : 9% |### | emitting matrix : 10% |#### | emitting matrix : 11% |#### | emitting matrix : 12% |##### | emitting matrix : 13% |##### | emitting matrix : 14% |###### | emitting matrix : 15% |###### | emitting matrix : 16% |###### | emitting matrix : 17% |####### | emitting matrix : 18% |####### | emitting matrix : 19% |######## | emitting matrix : 20% |######## | emitting matrix : 21% |######### | emitting matrix : 22% |######### | emitting matrix : 23% |######### | emitting matrix : 24% |########## | emitting matrix : 25% |########## | emitting matrix : 26% |########### | emitting matrix : 27% |########### | emitting matrix : 28% |############ | emitting matrix : 29% |############ | emitting matrix : 30% |############ | emitting matrix : 31% |############# | emitting matrix : 32% |############# | emitting matrix : 33% |############## | emitting matrix : 34% |############## | emitting matrix : 35% |############### | emitting matrix : 36% |############### | emitting matrix : 37% |############### | emitting matrix : 38% |################ | emitting matrix : 39% |################ | emitting matrix : 40% |################# | emitting matrix : 41% |################# | emitting matrix : 42% |################## | emitting matrix : 43% |################## | emitting matrix : 44% |################## | emitting matrix : 45% |################### | emitting matrix : 46% |################### | emitting matrix : 47% |#################### | emitting matrix : 48% |#################### | emitting matrix : 49% |##################### | emitting matrix : 50% |##################### | emitting matrix : 51% |##################### | emitting matrix : 52% |###################### | emitting matrix : 53% |###################### | emitting matrix : 54% |####################### | emitting matrix : 55% |####################### | emitting matrix : 56% |######################## | emitting matrix : 57% |######################## | emitting matrix : 58% |######################## | emitting matrix : 59% |######################### | emitting matrix : 60% |######################### | emitting matrix : 61% |########################## | emitting matrix : 62% |########################## | emitting matrix : 63% |########################### | emitting matrix : 64% |########################### | emitting matrix : 65% |########################### | emitting matrix : 66% |############################ | emitting matrix : 67% |############################ | emitting matrix : 68% |############################# | emitting matrix : 69% |############################# | emitting matrix : 70% |############################## | emitting matrix : 71% |############################## | emitting matrix : 72% |############################## | emitting matrix : 73% |############################### | emitting matrix : 74% |############################### | emitting matrix : 75% |################################ | emitting matrix : 76% |################################ | emitting matrix : 77% |################################# | emitting matrix : 78% |################################# | emitting matrix : 79% |################################# | emitting matrix : 80% |################################## | emitting matrix : 81% |################################## | emitting matrix : 82% |################################### | emitting matrix : 83% |################################### | emitting matrix : 84% |#################################### | emitting matrix : 85% |#################################### | emitting matrix : 86% |#################################### | emitting matrix : 87% |##################################### | emitting matrix : 88% |##################################### | emitting matrix : 89% |###################################### | emitting matrix : 90% |###################################### | emitting matrix : 91% |####################################### | emitting matrix : 92% |####################################### | emitting matrix : 93% |####################################### | emitting matrix : 94% |######################################## | emitting matrix : 95% |######################################## | emitting matrix : 96% |######################################### | emitting matrix : 97% |######################################### | emitting matrix : 98% |########################################## | emitting matrix : 99% |########################################## | emitting matrix : 100% |###########################################| 2022-08-24 15:01:35.986 | 2022-08-24 15:01:35.986 | done! 2022-08-24 15:01:35.994 | update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode 2022-08-24 15:01:36.101 | Setting up libhtml-parser-perl (3.72-5) ... 2022-08-24 15:01:36.261 | Setting up libhttp-message-perl (6.22-1) ... 2022-08-24 15:01:36.427 | Setting up mysql-server-8.0 (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:01:37.847 | update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2022-08-24 15:01:37.925 | Renaming removed key_buffer and myisam-recover options (if present) 2022-08-24 15:02:32.122 | mysqld will log errors to /var/log/mysql/error.log 2022-08-24 15:02:34.558 | mysqld is running as pid 56834 2022-08-24 15:02:38.189 | Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service. 2022-08-24 15:02:41.884 | Setting up libcgi-pm-perl (4.46-1) ... 2022-08-24 15:02:42.147 | Setting up libhtml-template-perl (2.97-1) ... 2022-08-24 15:02:42.395 | Setting up mysql-server (8.0.30-0ubuntu0.20.04.2) ... 2022-08-24 15:02:42.580 | Setting up libcgi-fast-perl (1:2.15-1) ... 2022-08-24 15:02:42.735 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-24 15:02:43.230 | Processing triggers for man-db (2.9.1-1) ... 2022-08-24 15:02:45.181 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-08-24 15:02:53.056 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:02:53.058 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:02:53.060 | + functions-common:time_stop:2439 : local name 2022-08-24 15:02:53.062 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:02:53.064 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:02:53.066 | + functions-common:time_stop:2442 : local total 2022-08-24 15:02:53.068 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:02:53.071 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:02:53.073 | + functions-common:time_stop:2446 : start_time=1661353264339 2022-08-24 15:02:53.075 | + functions-common:time_stop:2448 : [[ -z 1661353264339 ]] 2022-08-24 15:02:53.077 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:02:53.082 | + functions-common:time_stop:2451 : end_time=1661353373079 2022-08-24 15:02:53.084 | + functions-common:time_stop:2452 : elapsed_time=108740 2022-08-24 15:02:53.086 | + functions-common:time_stop:2453 : total=391850 2022-08-24 15:02:53.088 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:02:53.090 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=500590 2022-08-24 15:02:53.093 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:02:53.095 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-08-24 15:02:53.097 | + ./stack.sh:main:834 : install_database_python 2022-08-24 15:02:53.100 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-08-24 15:02:53.102 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-08-24 15:02:53.104 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-08-24 15:02:53.107 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-24 15:02:53.109 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-08-24 15:02:53.112 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-08-24 15:02:53.114 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-24 15:02:53.118 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-24 15:02:53.118 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-08-24 15:02:53.123 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-08-24 15:02:53.125 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-08-24 15:02:53.128 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-08-24 15:02:53.131 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-08-24 15:02:53.134 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-08-24 15:02:53.156 | Using python 3.8 to install PyMySQL 2022-08-24 15:02:53.158 | + 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-24 15:02:55.133 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:02:55.133 | from cryptography.utils import int_from_bytes 2022-08-24 15:02:55.133 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:02:55.133 | from cryptography.utils import int_from_bytes 2022-08-24 15:02:56.143 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:02:56.294 | Collecting PyMySQL===1.0.2 2022-08-24 15:02:56.300 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/41f/c3a0c5013d5f0/PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2022-08-24 15:02:57.784 | Installing collected packages: PyMySQL 2022-08-24 15:02:57.908 | Successfully installed PyMySQL-1.0.2 2022-08-24 15:02:58.004 | + inc/python:pip_install:196 : result=0 2022-08-24 15:02:58.007 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:02:58.009 | + functions-common:time_stop:2439 : local name 2022-08-24 15:02:58.012 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:02:58.014 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:02:58.016 | + functions-common:time_stop:2442 : local total 2022-08-24 15:02:58.019 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:02:58.021 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:02:58.023 | + functions-common:time_stop:2446 : start_time=1661353373150 2022-08-24 15:02:58.025 | + functions-common:time_stop:2448 : [[ -z 1661353373150 ]] 2022-08-24 15:02:58.028 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:02:58.032 | + functions-common:time_stop:2451 : end_time=1661353378030 2022-08-24 15:02:58.035 | + functions-common:time_stop:2452 : elapsed_time=4880 2022-08-24 15:02:58.041 | + functions-common:time_stop:2453 : total=32094 2022-08-24 15:02:58.043 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:02:58.046 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=36974 2022-08-24 15:02:58.048 | + inc/python:pip_install:199 : return 0 2022-08-24 15:02:58.050 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-08-24 15:02:58.053 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-24 15:02:58.055 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-08-24 15:02:58.057 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-08-24 15:02:58.074 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:02:58.076 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-08-24 15:02:58.079 | + lib/neutron:install_neutron_agent_packages:729 : is_neutron_legacy_enabled 2022-08-24 15:02:58.082 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:02:58.083 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-24 15:02:58.088 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:02:58.090 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-24 15:02:58.092 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-08-24 15:02:58.095 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-24 15:02:58.097 | + lib/neutron:install_neutron_agent_packages:731 : install_neutron_agent_packages_mutnauq 2022-08-24 15:02:58.100 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : is_service_enabled q-l3 2022-08-24 15:02:58.115 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:02:58.118 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:489 : install_package radvd 2022-08-24 15:02:58.120 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:02:58.122 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:02:58.124 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:02:58.127 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:02:58.129 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:02:58.132 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:02:58.135 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:02:58.137 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:02:58.139 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:02:58.142 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:02:58.144 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:02:58.146 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:02:58.148 | + functions-common:install_package:1464 : real_install_package radvd 2022-08-24 15:02:58.150 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:02:58.153 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:02:58.155 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:02:58.157 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-08-24 15:02:58.178 | + 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-24 15:02:58.288 | Reading package lists... 2022-08-24 15:02:58.545 | Building dependency tree... 2022-08-24 15:02:58.546 | Reading state information... 2022-08-24 15:02:58.809 | The following packages were automatically installed and are no longer required: 2022-08-24 15:02:58.810 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:02:58.810 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:02:58.810 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:02:58.810 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:02:58.810 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:02:58.810 | python3-zope.interface 2022-08-24 15:02:58.810 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:02:58.878 | The following NEW packages will be installed: 2022-08-24 15:02:58.878 | radvd 2022-08-24 15:02:59.017 | 0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:02:59.017 | Need to get 59.0 kB of archives. 2022-08-24 15:02:59.017 | After this operation, 164 kB of additional disk space will be used. 2022-08-24 15:02:59.017 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 radvd amd64 1:2.17-2 [59.0 kB] 2022-08-24 15:02:59.713 | Fetched 59.0 kB in 0s (224 kB/s) 2022-08-24 15:02:59.959 | Selecting previously unselected package radvd. 2022-08-24 15:03:00.012 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90630 files and directories currently installed.) 2022-08-24 15:03:00.016 | Preparing to unpack .../radvd_1%3a2.17-2_amd64.deb ... 2022-08-24 15:03:00.073 | Unpacking radvd (1:2.17-2) ... 2022-08-24 15:03:00.573 | Setting up radvd (1:2.17-2) ... 2022-08-24 15:03:02.026 | Job for radvd.service failed because the control process exited with error code. 2022-08-24 15:03:02.026 | See "systemctl status radvd.service" and "journalctl -xe" for details. 2022-08-24 15:03:02.027 | invoke-rc.d: initscript radvd, action "start" failed. 2022-08-24 15:03:02.039 | ● radvd.service - Router advertisement daemon for IPv6 2022-08-24 15:03:02.039 | Loaded: loaded (]8;;file://dv-neutron-843871-6-hyperv/lib/systemd/system/radvd.service/lib/systemd/system/radvd.service]8;;; disabled; vendor preset: enabled) 2022-08-24 15:03:02.039 | Active: failed (Result: exit-code) since Wed 2022-08-24 15:03:02 UTC; 15ms ago 2022-08-24 15:03:02.039 | Docs: ]8;;man:radvd(8)man:radvd(8)]8;; 2022-08-24 15:03:02.039 | Process: 57993 ExecStartPre=/usr/sbin/radvd --logmethod stderr_clean --configtest (code=exited, status=1/FAILURE) 2022-08-24 15:03:02.039 | 2022-08-24 15:03:02.039 | Aug 24 15:03:01 dv-neutron-843871-6-hyperv systemd[1]: Starting Router advertisement daemon for IPv6... 2022-08-24 15:03:02.039 | Aug 24 15:03:02 dv-neutron-843871-6-hyperv radvd[57993]: can't open /etc/radvd.conf: No such file or directory 2022-08-24 15:03:02.039 | Aug 24 15:03:02 dv-neutron-843871-6-hyperv radvd[57993]: Insecure file permissions, but continuing anyway 2022-08-24 15:03:02.040 | Aug 24 15:03:02 dv-neutron-843871-6-hyperv radvd[57993]: exiting, failed to read config file 2022-08-24 15:03:02.040 | Aug 24 15:03:02 dv-neutron-843871-6-hyperv systemd[1]: radvd.service: Control process exited, code=exited, status=1/FAILURE 2022-08-24 15:03:02.040 | Aug 24 15:03:02 dv-neutron-843871-6-hyperv systemd[1]: radvd.service: Failed with result 'exit-code'. 2022-08-24 15:03:02.040 | Aug 24 15:03:02 dv-neutron-843871-6-hyperv systemd[1]: Failed to start Router advertisement daemon for IPv6. 2022-08-24 15:03:02.102 | Processing triggers for man-db (2.9.1-1) ... 2022-08-24 15:03:02.377 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-24 15:03:10.584 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:03:10.587 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:03:10.589 | + functions-common:time_stop:2439 : local name 2022-08-24 15:03:10.591 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:03:10.594 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:03:10.596 | + functions-common:time_stop:2442 : local total 2022-08-24 15:03:10.598 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:03:10.600 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:03:10.602 | + functions-common:time_stop:2446 : start_time=1661353378175 2022-08-24 15:03:10.605 | + functions-common:time_stop:2448 : [[ -z 1661353378175 ]] 2022-08-24 15:03:10.607 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:03:10.611 | + functions-common:time_stop:2451 : end_time=1661353390609 2022-08-24 15:03:10.614 | + functions-common:time_stop:2452 : elapsed_time=12434 2022-08-24 15:03:10.616 | + functions-common:time_stop:2453 : total=500590 2022-08-24 15:03:10.618 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:03:10.620 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=513024 2022-08-24 15:03:10.622 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:03:10.624 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:492 : is_service_enabled q-agt q-dhcp q-l3 2022-08-24 15:03:10.641 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:03:10.643 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:493 : neutron_plugin_install_agent_packages 2022-08-24 15:03:10.647 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-08-24 15:03:10.649 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-08-24 15:03:10.652 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-08-24 15:03:10.673 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-08-24 15:03:10.675 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:03:10.678 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:03:10.680 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:03:10.683 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:03:10.685 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:03:10.687 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:03:10.689 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:03:10.692 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:03:10.694 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:03:10.696 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:03:10.698 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:03:10.700 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:03:10.703 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-08-24 15:03:10.705 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:03:10.708 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:03:10.710 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:03:10.712 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-08-24 15:03:10.732 | + 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-24 15:03:10.845 | Reading package lists... 2022-08-24 15:03:11.109 | Building dependency tree... 2022-08-24 15:03:11.110 | Reading state information... 2022-08-24 15:03:11.375 | fakeroot is already the newest version (1.24-1). 2022-08-24 15:03:11.375 | fakeroot set to manually installed. 2022-08-24 15:03:11.375 | make is already the newest version (4.2.1-1.2). 2022-08-24 15:03:11.375 | openvswitch-switch is already the newest version (2.13.8-0ubuntu1). 2022-08-24 15:03:11.376 | The following packages were automatically installed and are no longer required: 2022-08-24 15:03:11.376 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:03:11.376 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:03:11.376 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:03:11.376 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:03:11.377 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:03:11.377 | python3-zope.interface 2022-08-24 15:03:11.377 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:03:11.512 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:03:11.517 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:03:11.520 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:03:11.522 | + functions-common:time_stop:2439 : local name 2022-08-24 15:03:11.524 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:03:11.526 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:03:11.529 | + functions-common:time_stop:2442 : local total 2022-08-24 15:03:11.531 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:03:11.533 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:03:11.535 | + functions-common:time_stop:2446 : start_time=1661353390729 2022-08-24 15:03:11.538 | + functions-common:time_stop:2448 : [[ -z 1661353390729 ]] 2022-08-24 15:03:11.540 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:03:11.544 | + functions-common:time_stop:2451 : end_time=1661353391542 2022-08-24 15:03:11.546 | + functions-common:time_stop:2452 : elapsed_time=813 2022-08-24 15:03:11.549 | + functions-common:time_stop:2453 : total=513024 2022-08-24 15:03:11.551 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:03:11.553 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=513837 2022-08-24 15:03:11.555 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:03:11.557 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-08-24 15:03:11.560 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:03:11.562 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:03:11.564 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-08-24 15:03:11.567 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-08-24 15:03:11.570 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-08-24 15:03:11.574 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-08-24 15:03:11.576 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-08-24 15:03:11.580 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-08-24 15:03:11.580 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-08-24 15:03:11.587 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-08-24 15:03:11.590 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-08-24 15:03:11.592 | + functions:vercmp:628 : local v1=5.4 2022-08-24 15:03:11.594 | + functions:vercmp:629 : local 'op=<' 2022-08-24 15:03:11.596 | + functions:vercmp:630 : local v2=3.13 2022-08-24 15:03:11.599 | + functions:vercmp:631 : local result 2022-08-24 15:03:11.603 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-08-24 15:03:11.603 | ++ functions:vercmp:635 : head -1 2022-08-24 15:03:11.604 | ++ functions:vercmp:635 : sort -V 2022-08-24 15:03:11.608 | + functions:vercmp:635 : result=3.13 2022-08-24 15:03:11.610 | + functions:vercmp:637 : case $op in 2022-08-24 15:03:11.613 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-08-24 15:03:11.615 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-08-24 15:03:11.617 | + functions:vercmp:648 : return 2022-08-24 15:03:11.620 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-08-24 15:03:11.622 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:03:11.624 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart openvswitch-switch 2022-08-24 15:03:11.958 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-08-24 15:03:11.961 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-08-24 15:03:11.964 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:11.967 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:11.970 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-08-24 15:03:11.972 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:11.974 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-08-24 15:03:11.992 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:03:11.994 | + ./stack.sh:main:842 : install_etcd3 2022-08-24 15:03:11.999 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-08-24 15:03:11.999 | Installing etcd 2022-08-24 15:03:12.001 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-08-24 15:03:12.014 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-08-24 15:03:12.029 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-08-24 15:03:12.031 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-08-24 15:03:12.044 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-08-24 15:03:12.047 | ++ 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-24 15:03:12.049 | ++ 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-24 15:03:12.053 | +++ 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-24 15:03:12.057 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-08-24 15:03:12.059 | ++ 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-24 15:03:12.062 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-08-24 15:03:12.064 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-24 15:03:12.068 | --2022-08-24 15:03:12-- https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-24 15:03:12.072 | Resolving github.com (github.com)... 140.82.121.4 2022-08-24 15:03:12.115 | Connecting to github.com (github.com)|140.82.121.4|:443... connected. 2022-08-24 15:03:12.469 | HTTP request sent, awaiting response... 302 Found 2022-08-24 15:03:12.469 | Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220824%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220824T150312Z&X-Amz-Expires=300&X-Amz-Signature=3d9c1650f3ca4e9c2e19a7f6dc5722e58438e38de228263ea0d36df8c1d658e3&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream [following] 2022-08-24 15:03:12.469 | --2022-08-24 15:03:12-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/11225014/686bc180-2acf-11e9-9edb-e79e93487a0e?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220824%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220824T150312Z&X-Amz-Expires=300&X-Amz-Signature=3d9c1650f3ca4e9c2e19a7f6dc5722e58438e38de228263ea0d36df8c1d658e3&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=11225014&response-content-disposition=attachment%3B%20filename%3Detcd-v3.3.12-linux-amd64.tar.gz&response-content-type=application%2Foctet-stream 2022-08-24 15:03:12.470 | Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.108.133, 185.199.109.133, ... 2022-08-24 15:03:12.496 | Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. 2022-08-24 15:03:12.681 | HTTP request sent, awaiting response... 200 OK 2022-08-24 15:03:12.681 | Length: 11350736 (11M) [application/octet-stream] 2022-08-24 15:03:12.681 | Saving to: ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2022-08-24 15:03:12.797 | 2022-08-24 15:03:12.977 | 0K ........ .. 100% 36.6M=0.3s 2022-08-24 15:03:12.977 | 2022-08-24 15:03:12.977 | 2022-08-24 15:03:12 (36.6 MB/s) - ‘/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2022-08-24 15:03:12.977 | 2022-08-24 15:03:12.981 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2022-08-24 15:03:12.983 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-24 15:03:12.986 | ++ functions:get_extra_file:74 : return 2022-08-24 15:03:12.989 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-24 15:03:12.992 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-08-24 15:03:12.994 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-08-24 15:03:12.996 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-08-24 15:03:13.132 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2022-08-24 15:03:13.135 | + lib/etcd3:install_etcd3:120 : tar xzvf /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /home/ubuntu/devstack/files 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/ 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/README.md 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/Documentation/ 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2022-08-24 15:03:13.140 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2022-08-24 15:03:13.141 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2022-08-24 15:03:13.142 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2022-08-24 15:03:13.143 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2022-08-24 15:03:13.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2022-08-24 15:03:13.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2022-08-24 15:03:13.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2022-08-24 15:03:13.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2022-08-24 15:03:13.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2022-08-24 15:03:13.144 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2022-08-24 15:03:13.145 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2022-08-24 15:03:13.146 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2022-08-24 15:03:13.147 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2022-08-24 15:03:13.148 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2022-08-24 15:03:13.149 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2022-08-24 15:03:13.149 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2022-08-24 15:03:13.149 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2022-08-24 15:03:13.149 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2022-08-24 15:03:13.149 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2022-08-24 15:03:13.149 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2022-08-24 15:03:13.149 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2022-08-24 15:03:13.150 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2022-08-24 15:03:13.151 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2022-08-24 15:03:13.151 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2022-08-24 15:03:13.151 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2022-08-24 15:03:13.151 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2022-08-24 15:03:13.151 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2022-08-24 15:03:13.151 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2022-08-24 15:03:13.151 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2022-08-24 15:03:13.152 | etcd-v3.3.12-linux-amd64/etcdctl 2022-08-24 15:03:13.349 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2022-08-24 15:03:13.349 | etcd-v3.3.12-linux-amd64/etcd 2022-08-24 15:03:13.580 | + lib/etcd3:install_etcd3:121 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack/bin/etcd 2022-08-24 15:03:13.618 | + lib/etcd3:install_etcd3:122 : sudo cp /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack/bin/etcdctl 2022-08-24 15:03:13.652 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-08-24 15:03:13.655 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-08-24 15:03:13.671 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:03:13.674 | + ./stack.sh:main:861 : install_dstat 2022-08-24 15:03:13.676 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-08-24 15:03:13.692 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:03:13.695 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-08-24 15:03:13.697 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:03:13.699 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-08-24 15:03:13.702 | + ./stack.sh:main:870 : install_libs 2022-08-24 15:03:13.704 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-08-24 15:03:13.706 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-08-24 15:03:13.709 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-08-24 15:03:13.711 | + inc/python:use_library_from_git:246 : local name=automaton 2022-08-24 15:03:13.713 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.716 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.718 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-08-24 15:03:13.720 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.722 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-08-24 15:03:13.725 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-08-24 15:03:13.727 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-08-24 15:03:13.729 | + inc/python:use_library_from_git:246 : local name=castellan 2022-08-24 15:03:13.731 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.733 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.735 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-08-24 15:03:13.738 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.740 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-08-24 15:03:13.743 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-08-24 15:03:13.745 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-08-24 15:03:13.747 | + inc/python:use_library_from_git:246 : local name=cliff 2022-08-24 15:03:13.749 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.752 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.755 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-08-24 15:03:13.757 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.759 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-08-24 15:03:13.762 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-08-24 15:03:13.765 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-08-24 15:03:13.767 | + inc/python:use_library_from_git:246 : local name=cursive 2022-08-24 15:03:13.769 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.771 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.774 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-08-24 15:03:13.776 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.778 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-08-24 15:03:13.780 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-08-24 15:03:13.783 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-08-24 15:03:13.785 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-08-24 15:03:13.787 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.789 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.792 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-08-24 15:03:13.794 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.796 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-08-24 15:03:13.798 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-08-24 15:03:13.801 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-08-24 15:03:13.804 | + inc/python:use_library_from_git:246 : local name=futurist 2022-08-24 15:03:13.806 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.808 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.810 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-08-24 15:03:13.813 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.815 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-08-24 15:03:13.818 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-08-24 15:03:13.820 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-08-24 15:03:13.822 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-08-24 15:03:13.825 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.827 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.829 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-08-24 15:03:13.832 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.834 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-08-24 15:03:13.836 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-08-24 15:03:13.838 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-08-24 15:03:13.841 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-08-24 15:03:13.843 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.845 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.847 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-08-24 15:03:13.850 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.852 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-08-24 15:03:13.854 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-08-24 15:03:13.857 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-08-24 15:03:13.859 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-08-24 15:03:13.861 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.864 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.866 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-08-24 15:03:13.869 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.871 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-08-24 15:03:13.873 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-08-24 15:03:13.876 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-08-24 15:03:13.878 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-08-24 15:03:13.881 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.883 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.885 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-08-24 15:03:13.888 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.890 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-08-24 15:03:13.892 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-08-24 15:03:13.895 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-08-24 15:03:13.897 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-08-24 15:03:13.899 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.902 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.904 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-08-24 15:03:13.907 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.909 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-08-24 15:03:13.911 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-08-24 15:03:13.914 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-08-24 15:03:13.916 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-08-24 15:03:13.918 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.920 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.923 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-08-24 15:03:13.925 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.928 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-08-24 15:03:13.930 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-08-24 15:03:13.933 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-08-24 15:03:13.935 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-08-24 15:03:13.937 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.940 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.943 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-08-24 15:03:13.945 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.947 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-08-24 15:03:13.950 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-08-24 15:03:13.952 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-08-24 15:03:13.954 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-08-24 15:03:13.957 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.959 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.961 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-08-24 15:03:13.963 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.966 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-08-24 15:03:13.968 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-08-24 15:03:13.970 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-08-24 15:03:13.973 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-08-24 15:03:13.975 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.977 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.980 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-08-24 15:03:13.982 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:13.984 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-08-24 15:03:13.987 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-08-24 15:03:13.990 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-08-24 15:03:13.992 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-08-24 15:03:13.994 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:13.997 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:13.999 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-08-24 15:03:14.001 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.004 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-08-24 15:03:14.007 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-08-24 15:03:14.009 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-08-24 15:03:14.011 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-08-24 15:03:14.014 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.016 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.018 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-08-24 15:03:14.021 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.023 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-08-24 15:03:14.025 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-08-24 15:03:14.028 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-08-24 15:03:14.030 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-08-24 15:03:14.032 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.035 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.038 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-08-24 15:03:14.040 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.042 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-08-24 15:03:14.044 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-08-24 15:03:14.047 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-08-24 15:03:14.049 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-08-24 15:03:14.052 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.054 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.056 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-08-24 15:03:14.059 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.061 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-08-24 15:03:14.067 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-08-24 15:03:14.069 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-08-24 15:03:14.072 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-08-24 15:03:14.074 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.076 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.079 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-08-24 15:03:14.081 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.084 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-08-24 15:03:14.086 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-08-24 15:03:14.088 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-08-24 15:03:14.091 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-08-24 15:03:14.093 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.096 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.098 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-08-24 15:03:14.100 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.103 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-08-24 15:03:14.105 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-08-24 15:03:14.107 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-08-24 15:03:14.110 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-08-24 15:03:14.112 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.115 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.117 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-08-24 15:03:14.120 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.122 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-08-24 15:03:14.124 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-08-24 15:03:14.126 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-08-24 15:03:14.130 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-08-24 15:03:14.132 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.135 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.137 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-08-24 15:03:14.140 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.142 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-08-24 15:03:14.144 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-08-24 15:03:14.147 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-08-24 15:03:14.149 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-08-24 15:03:14.151 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.154 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.156 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-08-24 15:03:14.159 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.162 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-08-24 15:03:14.164 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-08-24 15:03:14.167 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-08-24 15:03:14.169 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-08-24 15:03:14.171 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.174 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.177 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-08-24 15:03:14.179 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.182 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-08-24 15:03:14.184 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-08-24 15:03:14.186 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-08-24 15:03:14.189 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-08-24 15:03:14.191 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.193 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.196 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-08-24 15:03:14.198 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.200 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-08-24 15:03:14.203 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-08-24 15:03:14.205 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-08-24 15:03:14.207 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-08-24 15:03:14.210 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.212 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.214 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-08-24 15:03:14.217 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.219 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-08-24 15:03:14.221 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-08-24 15:03:14.224 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-08-24 15:03:14.227 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-08-24 15:03:14.229 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.231 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.233 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-08-24 15:03:14.236 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.239 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-08-24 15:03:14.241 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-08-24 15:03:14.243 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-08-24 15:03:14.246 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-08-24 15:03:14.248 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.251 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.253 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-08-24 15:03:14.255 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.257 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-08-24 15:03:14.260 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-08-24 15:03:14.262 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-08-24 15:03:14.265 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-08-24 15:03:14.267 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.270 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.272 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-08-24 15:03:14.275 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.277 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-08-24 15:03:14.279 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-08-24 15:03:14.281 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-08-24 15:03:14.284 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-08-24 15:03:14.287 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.289 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.291 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-08-24 15:03:14.294 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.296 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-08-24 15:03:14.299 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-08-24 15:03:14.302 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-08-24 15:03:14.304 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-08-24 15:03:14.307 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.309 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.311 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-08-24 15:03:14.314 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.316 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-08-24 15:03:14.318 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-08-24 15:03:14.320 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-08-24 15:03:14.323 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-08-24 15:03:14.325 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.327 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.330 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-08-24 15:03:14.332 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.335 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-08-24 15:03:14.337 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-08-24 15:03:14.339 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-08-24 15:03:14.342 | + inc/python:use_library_from_git:246 : local name=tooz 2022-08-24 15:03:14.344 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.346 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.349 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-08-24 15:03:14.352 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.354 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-08-24 15:03:14.356 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-08-24 15:03:14.359 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-08-24 15:03:14.361 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-08-24 15:03:14.364 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.366 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.369 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-08-24 15:03:14.371 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.373 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-08-24 15:03:14.376 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-08-24 15:03:14.378 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-08-24 15:03:14.380 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-08-24 15:03:14.383 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.385 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.387 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-08-24 15:03:14.390 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.392 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-08-24 15:03:14.395 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-08-24 15:03:14.398 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-08-24 15:03:14.400 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-08-24 15:03:14.403 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.405 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.408 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-08-24 15:03:14.411 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.413 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-08-24 15:03:14.416 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-08-24 15:03:14.418 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-08-24 15:03:14.420 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-08-24 15:03:14.423 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:14.425 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:14.428 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-08-24 15:03:14.430 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:14.433 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-08-24 15:03:14.454 | Using python 3.8 to install etcd3 2022-08-24 15:03:14.457 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-08-24 15:03:16.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:16.437 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:16.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:16.437 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:17.452 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:03:17.577 | Collecting etcd3===0.12.0 2022-08-24 15:03:17.584 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-08-24 15:03:20.557 | Collecting grpcio===1.47.0 2022-08-24 15:03:20.573 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cc3/4d182c4fd64b6/grpcio-1.47.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2022-08-24 15:03:21.722 | Collecting protobuf===4.21.5 2022-08-24 15:03:21.757 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e0/b272217aad897/protobuf-4.21.5-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2022-08-24 15:03:21.876 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.16.0) 2022-08-24 15:03:21.880 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 493)) (6.3.1) 2022-08-24 15:03:21.895 | Building wheels for collected packages: etcd3 2022-08-24 15:03:21.895 | Building wheel for etcd3 (setup.py): started 2022-08-24 15:03:22.584 | Building wheel for etcd3 (setup.py): finished with status 'done' 2022-08-24 15:03:22.585 | Created wheel for etcd3: filename=etcd3-0.12.0-py2.py3-none-any.whl size=42858 sha256=34e232e8fd3c3290150a474eda0cf4280167282aeb56677d63bb684a2644e308 2022-08-24 15:03:22.585 | Stored in directory: /root/.cache/pip/wheels/32/8a/31/1308d0452fdcc24ed454fa7c297cc2b924f30bfd57b1080bf1 2022-08-24 15:03:22.586 | Successfully built etcd3 2022-08-24 15:03:24.031 | Installing collected packages: grpcio, protobuf, etcd3 2022-08-24 15:03:24.830 | Successfully installed etcd3-0.12.0 grpcio-1.47.0 protobuf-4.21.5 2022-08-24 15:03:24.954 | + inc/python:pip_install:196 : result=0 2022-08-24 15:03:24.956 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:03:24.958 | + functions-common:time_stop:2439 : local name 2022-08-24 15:03:24.960 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:03:24.963 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:03:24.965 | + functions-common:time_stop:2442 : local total 2022-08-24 15:03:24.967 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:03:24.969 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:03:24.971 | + functions-common:time_stop:2446 : start_time=1661353394449 2022-08-24 15:03:24.974 | + functions-common:time_stop:2448 : [[ -z 1661353394449 ]] 2022-08-24 15:03:24.976 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:03:24.981 | + functions-common:time_stop:2451 : end_time=1661353404978 2022-08-24 15:03:24.983 | + functions-common:time_stop:2452 : elapsed_time=10529 2022-08-24 15:03:24.985 | + functions-common:time_stop:2453 : total=36974 2022-08-24 15:03:24.987 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:03:24.990 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=47503 2022-08-24 15:03:24.992 | + inc/python:pip_install:199 : return 0 2022-08-24 15:03:24.994 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-08-24 15:03:25.015 | Using python 3.8 to install etcd3gw 2022-08-24 15:03:25.018 | + 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-24 15:03:26.999 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:26.999 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:26.999 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:26.999 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:28.008 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:03:28.142 | Collecting etcd3gw===2.0.0 2022-08-24 15:03:28.148 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/827/5a9233ccda502/etcd3gw-2.0.0-py3-none-any.whl (22 kB) 2022-08-24 15:03:28.231 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 540)) (2.4.1) 2022-08-24 15:03:28.234 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.10.0) 2022-08-24 15:03:28.236 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.28.1) 2022-08-24 15:03:28.250 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (1.26.11) 2022-08-24 15:03:28.283 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (3.3) 2022-08-24 15:03:28.286 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (2.1.1) 2022-08-24 15:03:28.290 | 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 222)) (2019.11.28) 2022-08-24 15:03:29.666 | Installing collected packages: etcd3gw 2022-08-24 15:03:29.767 | Successfully installed etcd3gw-2.0.0 2022-08-24 15:03:29.862 | + inc/python:pip_install:196 : result=0 2022-08-24 15:03:29.864 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:03:29.867 | + functions-common:time_stop:2439 : local name 2022-08-24 15:03:29.869 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:03:29.871 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:03:29.873 | + functions-common:time_stop:2442 : local total 2022-08-24 15:03:29.875 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:03:29.878 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:03:29.880 | + functions-common:time_stop:2446 : start_time=1661353405010 2022-08-24 15:03:29.882 | + functions-common:time_stop:2448 : [[ -z 1661353405010 ]] 2022-08-24 15:03:29.886 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:03:29.890 | + functions-common:time_stop:2451 : end_time=1661353409887 2022-08-24 15:03:29.892 | + functions-common:time_stop:2452 : elapsed_time=4877 2022-08-24 15:03:29.894 | + functions-common:time_stop:2453 : total=47503 2022-08-24 15:03:29.896 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:03:29.898 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=52380 2022-08-24 15:03:29.901 | + inc/python:pip_install:199 : return 0 2022-08-24 15:03:29.903 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-08-24 15:03:29.906 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-08-24 15:03:29.908 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-08-24 15:03:29.911 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 15:03:29.913 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 15:03:29.915 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 15:03:29.918 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 15:03:29.920 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 15:03:29.922 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 15:03:29.926 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 15:03:29.928 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 15:03:29.931 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:03:29.933 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 15:03:29.936 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-08-24 15:03:29.938 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:03:29.940 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:03:29.943 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-08-24 15:03:29.945 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-24 15:03:29.947 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:03:29.949 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:03:29.952 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:03:29.954 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:03:29.956 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:03:29.959 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:03:29.961 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:03:29.963 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:03:29.965 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:03:29.968 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:03:29.970 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:03:29.973 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:03:29.975 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-24 15:03:29.978 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:03:29.980 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:03:29.982 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:03:29.985 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-24 15:03:30.007 | + 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-24 15:03:30.118 | Reading package lists... 2022-08-24 15:03:30.377 | Building dependency tree... 2022-08-24 15:03:30.379 | Reading state information... 2022-08-24 15:03:30.642 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-24 15:03:30.642 | The following packages were automatically installed and are no longer required: 2022-08-24 15:03:30.643 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:03:30.643 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:03:30.643 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:03:30.643 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:03:30.643 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:03:30.644 | python3-zope.interface 2022-08-24 15:03:30.644 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:03:30.644 | The following additional packages will be installed: 2022-08-24 15:03:30.645 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi-core 2022-08-24 15:03:30.646 | Suggested packages: 2022-08-24 15:03:30.646 | uwsgi-dev uwsgi-extra uwsgi-plugins-all python3-uwsgidecorators 2022-08-24 15:03:30.715 | The following NEW packages will be installed: 2022-08-24 15:03:30.715 | libnorm1 libpgm-5.2-0 libzmq5 uwsgi uwsgi-core uwsgi-plugin-python3 2022-08-24 15:03:30.857 | 0 upgraded, 6 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:03:30.857 | Need to get 1,306 kB of archives. 2022-08-24 15:03:30.857 | After this operation, 4,613 kB of additional disk space will be used. 2022-08-24 15:03:30.857 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 2022-08-24 15:03:31.193 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 2022-08-24 15:03:31.216 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 2022-08-24 15:03:31.266 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-core amd64 2.0.18-11ubuntu1 [523 kB] 2022-08-24 15:03:31.328 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi amd64 2.0.18-11ubuntu1 [17.6 kB] 2022-08-24 15:03:31.330 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 uwsgi-plugin-python3 amd64 2.0.18-11ubuntu1 [75.1 kB] 2022-08-24 15:03:31.905 | Fetched 1,306 kB in 1s (2,139 kB/s) 2022-08-24 15:03:32.195 | Selecting previously unselected package libnorm1:amd64. 2022-08-24 15:03:32.248 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90643 files and directories currently installed.) 2022-08-24 15:03:32.252 | Preparing to unpack .../0-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 2022-08-24 15:03:32.400 | Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-08-24 15:03:32.963 | Selecting previously unselected package libpgm-5.2-0:amd64. 2022-08-24 15:03:32.973 | Preparing to unpack .../1-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 2022-08-24 15:03:33.025 | Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-08-24 15:03:33.517 | Selecting previously unselected package libzmq5:amd64. 2022-08-24 15:03:33.527 | Preparing to unpack .../2-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 2022-08-24 15:03:33.591 | Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-08-24 15:03:34.018 | Selecting previously unselected package uwsgi-core. 2022-08-24 15:03:34.027 | Preparing to unpack .../3-uwsgi-core_2.0.18-11ubuntu1_amd64.deb ... 2022-08-24 15:03:34.074 | Unpacking uwsgi-core (2.0.18-11ubuntu1) ... 2022-08-24 15:03:34.784 | Selecting previously unselected package uwsgi. 2022-08-24 15:03:34.794 | Preparing to unpack .../4-uwsgi_2.0.18-11ubuntu1_amd64.deb ... 2022-08-24 15:03:34.846 | Unpacking uwsgi (2.0.18-11ubuntu1) ... 2022-08-24 15:03:35.275 | Selecting previously unselected package uwsgi-plugin-python3. 2022-08-24 15:03:35.285 | Preparing to unpack .../5-uwsgi-plugin-python3_2.0.18-11ubuntu1_amd64.deb ... 2022-08-24 15:03:35.333 | Unpacking uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-08-24 15:03:35.684 | Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 2022-08-24 15:03:35.853 | Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 2022-08-24 15:03:35.956 | Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 2022-08-24 15:03:36.110 | Setting up uwsgi-core (2.0.18-11ubuntu1) ... 2022-08-24 15:03:36.316 | Setting up uwsgi (2.0.18-11ubuntu1) ... 2022-08-24 15:03:37.572 | Setting up uwsgi-plugin-python3 (2.0.18-11ubuntu1) ... 2022-08-24 15:03:37.860 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-24 15:03:38.368 | Processing triggers for man-db (2.9.1-1) ... 2022-08-24 15:03:38.913 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-08-24 15:03:46.921 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:03:46.924 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:03:46.926 | + functions-common:time_stop:2439 : local name 2022-08-24 15:03:46.928 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:03:46.930 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:03:46.933 | + functions-common:time_stop:2442 : local total 2022-08-24 15:03:46.935 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:03:46.937 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:03:46.940 | + functions-common:time_stop:2446 : start_time=1661353410004 2022-08-24 15:03:46.945 | + functions-common:time_stop:2448 : [[ -z 1661353410004 ]] 2022-08-24 15:03:46.948 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:03:46.952 | + functions-common:time_stop:2451 : end_time=1661353426950 2022-08-24 15:03:46.955 | + functions-common:time_stop:2452 : elapsed_time=16946 2022-08-24 15:03:46.957 | + functions-common:time_stop:2453 : total=513837 2022-08-24 15:03:46.960 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:03:46.962 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=530783 2022-08-24 15:03:46.964 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:03:46.967 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-08-24 15:03:46.969 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:03:46.972 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:03:46.974 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-08-24 15:03:47.037 | Enabling module proxy. 2022-08-24 15:03:47.042 | To activate the new configuration, you need to run: 2022-08-24 15:03:47.042 | systemctl restart apache2 2022-08-24 15:03:47.047 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-08-24 15:03:47.111 | Considering dependency proxy for proxy_uwsgi: 2022-08-24 15:03:47.111 | Module proxy already enabled 2022-08-24 15:03:47.111 | Enabling module proxy_uwsgi. 2022-08-24 15:03:47.116 | To activate the new configuration, you need to run: 2022-08-24 15:03:47.117 | systemctl restart apache2 2022-08-24 15:03:47.121 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-08-24 15:03:47.123 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-24 15:03:47.126 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:03:47.129 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-24 15:03:47.256 | + ./stack.sh:main:876 : install_keystoneauth 2022-08-24 15:03:47.258 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-08-24 15:03:47.261 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-08-24 15:03:47.264 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.266 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.269 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-08-24 15:03:47.272 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.275 | + ./stack.sh:main:877 : install_keystoneclient 2022-08-24 15:03:47.277 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-08-24 15:03:47.279 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-08-24 15:03:47.282 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.284 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-08-24 15:03:47.289 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.291 | + ./stack.sh:main:878 : install_glanceclient 2022-08-24 15:03:47.294 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-08-24 15:03:47.296 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-08-24 15:03:47.298 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.301 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.303 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-08-24 15:03:47.305 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.308 | + ./stack.sh:main:879 : install_cinderclient 2022-08-24 15:03:47.310 | + lib/cinder:install_cinderclient:492 : use_library_from_git python-brick-cinderclient-ext 2022-08-24 15:03:47.312 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-08-24 15:03:47.315 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.318 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.320 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-08-24 15:03:47.323 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.325 | + lib/cinder:install_cinderclient:497 : use_library_from_git python-cinderclient 2022-08-24 15:03:47.327 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-08-24 15:03:47.330 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.333 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.335 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-08-24 15:03:47.338 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.340 | + ./stack.sh:main:880 : install_novaclient 2022-08-24 15:03:47.342 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-08-24 15:03:47.345 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-08-24 15:03:47.348 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.351 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.353 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-08-24 15:03:47.355 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.358 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-08-24 15:03:47.374 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:03:47.377 | + ./stack.sh:main:882 : install_swiftclient 2022-08-24 15:03:47.380 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-08-24 15:03:47.382 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-08-24 15:03:47.384 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.387 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.389 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-08-24 15:03:47.392 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.395 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-08-24 15:03:47.411 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:03:47.414 | + ./stack.sh:main:885 : install_neutronclient 2022-08-24 15:03:47.416 | + lib/neutron:install_neutronclient:465 : use_library_from_git python-neutronclient 2022-08-24 15:03:47.419 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-08-24 15:03:47.421 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.423 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.426 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-08-24 15:03:47.428 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.430 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-08-24 15:03:47.433 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-08-24 15:03:47.435 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-08-24 15:03:47.437 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:03:47.440 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:03:47.443 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-08-24 15:03:47.445 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:03:47.447 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-08-24 15:03:47.450 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-08-24 15:03:47.452 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-24 15:03:47.456 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-08-24 15:03:47.458 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-08-24 15:03:47.460 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-24 15:03:47.464 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-08-24 15:03:47.464 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-24 15:03:47.469 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-08-24 15:03:47.472 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-08-24 15:03:47.474 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-08-24 15:03:47.477 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-08-24 15:03:47.479 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-08-24 15:03:47.501 | Using python 3.8 to install keystonemiddleware 2022-08-24 15:03:47.504 | + 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-24 15:03:49.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:49.514 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:49.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:49.514 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:50.536 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:03:50.538 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (10.0.0) 2022-08-24 15:03:50.590 | 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 376)) (3.0.0) 2022-08-24 15:03:50.627 | 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 399)) (9.0.0) 2022-08-24 15:03:50.666 | 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 418)) (1.1.8) 2022-08-24 15:03:50.671 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (4.0.0) 2022-08-24 15:03:50.676 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.16.0) 2022-08-24 15:03:50.679 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 492)) (1.5.0) 2022-08-24 15:03:50.683 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 519)) (5.0.0) 2022-08-24 15:03:50.741 | 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 523)) (5.0.0) 2022-08-24 15:03:50.763 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (5.1.1) 2022-08-24 15:03:50.765 | 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 575)) (6.0.0) 2022-08-24 15:03:50.779 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 586)) (2022.2.1) 2022-08-24 15:03:50.783 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 57)) (3.1.1) 2022-08-24 15:03:50.792 | 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 54)) (5.0.0) 2022-08-24 15:03:50.799 | 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 313)) (5.0.0) 2022-08-24 15:03:50.807 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 19)) (1.8.7) 2022-08-24 15:03:50.820 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.28.1) 2022-08-24 15:03:50.833 | 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 284)) (5.0.0) 2022-08-24 15:03:50.871 | 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 51)) (5.1.0) 2022-08-24 15:03:50.876 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.10.0) 2022-08-24 15:03:50.879 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) (0.8.0) 2022-08-24 15:03:50.883 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.5.0) 2022-08-24 15:03:50.889 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (6.0) 2022-08-24 15:03:50.892 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) (1.0.2) 2022-08-24 15:03:50.895 | 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 332)) (1.7.0) 2022-08-24 15:03:50.900 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 339)) (21.3) 2022-08-24 15:03:50.905 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 515)) (0.11.0) 2022-08-24 15:03:50.908 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) (3.0.9) 2022-08-24 15:03:50.913 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (1.0.4) 2022-08-24 15:03:50.916 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 172)) (1.26.11) 2022-08-24 15:03:50.950 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (3.3) 2022-08-24 15:03:50.953 | 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 222)) (2019.11.28) 2022-08-24 15:03:50.956 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (2.1.1) 2022-08-24 15:03:50.960 | 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 581)) (2.8.2) 2022-08-24 15:03:50.965 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (0.9.6) 2022-08-24 15:03:50.967 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (1.14.1) 2022-08-24 15:03:52.247 | + inc/python:pip_install:196 : result=0 2022-08-24 15:03:52.249 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:03:52.251 | + functions-common:time_stop:2439 : local name 2022-08-24 15:03:52.254 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:03:52.256 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:03:52.258 | + functions-common:time_stop:2442 : local total 2022-08-24 15:03:52.260 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:03:52.263 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:03:52.265 | + functions-common:time_stop:2446 : start_time=1661353427495 2022-08-24 15:03:52.268 | + functions-common:time_stop:2448 : [[ -z 1661353427495 ]] 2022-08-24 15:03:52.270 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:03:52.274 | + functions-common:time_stop:2451 : end_time=1661353432272 2022-08-24 15:03:52.276 | + functions-common:time_stop:2452 : elapsed_time=4777 2022-08-24 15:03:52.279 | + functions-common:time_stop:2453 : total=52380 2022-08-24 15:03:52.281 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:03:52.284 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=57157 2022-08-24 15:03:52.286 | + inc/python:pip_install:199 : return 0 2022-08-24 15:03:52.288 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-08-24 15:03:52.291 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-08-24 15:03:52.293 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-24 15:03:52.296 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-08-24 15:03:52.299 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-08-24 15:03:52.301 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-24 15:03:52.305 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-08-24 15:03:52.305 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-24 15:03:52.310 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-08-24 15:03:52.313 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-08-24 15:03:52.315 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-08-24 15:03:52.318 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-08-24 15:03:52.320 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-08-24 15:03:52.342 | Using python 3.8 to install python-memcached 2022-08-24 15:03:52.344 | + 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-24 15:03:54.308 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:54.308 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:54.308 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:54.308 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:55.318 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:03:55.441 | Collecting python-memcached===1.59 2022-08-24 15:03:55.447 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/4da/c64916871bd35/python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2022-08-24 15:03:55.525 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (1.16.0) 2022-08-24 15:03:56.917 | Installing collected packages: python-memcached 2022-08-24 15:03:56.997 | Successfully installed python-memcached-1.59 2022-08-24 15:03:57.095 | + inc/python:pip_install:196 : result=0 2022-08-24 15:03:57.098 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:03:57.100 | + functions-common:time_stop:2439 : local name 2022-08-24 15:03:57.102 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:03:57.104 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:03:57.107 | + functions-common:time_stop:2442 : local total 2022-08-24 15:03:57.109 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:03:57.111 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:03:57.114 | + functions-common:time_stop:2446 : start_time=1661353432336 2022-08-24 15:03:57.116 | + functions-common:time_stop:2448 : [[ -z 1661353432336 ]] 2022-08-24 15:03:57.119 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:03:57.123 | + functions-common:time_stop:2451 : end_time=1661353437120 2022-08-24 15:03:57.125 | + functions-common:time_stop:2452 : elapsed_time=4784 2022-08-24 15:03:57.130 | + functions-common:time_stop:2453 : total=57157 2022-08-24 15:03:57.132 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:03:57.134 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=61941 2022-08-24 15:03:57.137 | + inc/python:pip_install:199 : return 0 2022-08-24 15:03:57.139 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-08-24 15:03:57.156 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:03:57.159 | + ./stack.sh:main:892 : '[' 10.222.0.89 == 10.222.0.89 ']' 2022-08-24 15:03:57.161 | + ./stack.sh:main:893 : stack_install_service keystone 2022-08-24 15:03:57.163 | + lib/stack:stack_install_service:20 : local service=keystone 2022-08-24 15:03:57.166 | + lib/stack:stack_install_service:21 : type install_keystone 2022-08-24 15:03:57.168 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-24 15:03:57.170 | + lib/stack:stack_install_service:32 : install_keystone 2022-08-24 15:03:57.173 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-08-24 15:03:57.187 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:03:57.190 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-08-24 15:03:57.192 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/keystone.git 2022-08-24 15:03:57.194 | + functions-common:git_clone:597 : local git_dest=/opt/stack/keystone 2022-08-24 15:03:57.196 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 15:03:57.198 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 15:03:57.201 | ++ functions-common:git_clone:600 : pwd 2022-08-24 15:03:57.204 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 15:03:57.206 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 15:03:57.208 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 15:03:57.224 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 15:03:57.226 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 15:03:57.228 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 15:03:57.230 | + functions-common:git_clone:617 : echo master 2022-08-24 15:03:57.231 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 15:03:57.236 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/keystone ]] 2022-08-24 15:03:57.239 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-24 15:03:57.241 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-08-24 15:03:57.254 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-08-24 15:03:57.257 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 15:03:57.257 | + functions-common:git_clone:678 : head -1 2022-08-24 15:03:57.261 | 1dd6993d7 Merge "docs: Update docs to reflect migration to Alembic" 2022-08-24 15:03:57.263 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 15:03:57.266 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-08-24 15:03:57.268 | + inc/python:setup_develop:334 : local bindep 2022-08-24 15:03:57.270 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-24 15:03:57.273 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-08-24 15:03:57.275 | + inc/python:setup_develop:340 : local extras= 2022-08-24 15:03:57.277 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-08-24 15:03:57.280 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-24 15:03:57.282 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-24 15:03:57.284 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-08-24 15:03:57.286 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-24 15:03:57.289 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-24 15:03:57.292 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-08-24 15:03:57.294 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-24 15:03:57.297 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-08-24 15:03:57.300 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-24 15:03:57.302 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-24 15:03:57.305 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-08-24 15:03:57.311 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-08-24 15:03:57.313 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-08-24 15:03:57.943 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-08-24 15:03:57.945 | + inc/python:setup_package:414 : local bindep=0 2022-08-24 15:03:57.948 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-24 15:03:57.950 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-24 15:03:57.952 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-24 15:03:57.954 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-08-24 15:03:57.956 | + inc/python:setup_package:423 : local flags=-e 2022-08-24 15:03:57.959 | + inc/python:setup_package:424 : local extras= 2022-08-24 15:03:57.961 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-24 15:03:57.963 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-24 15:03:57.965 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-24 15:03:57.967 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-24 15:03:57.970 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-24 15:03:57.972 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-08-24 15:03:57.992 | Using python 3.8 to install /opt/stack/keystone 2022-08-24 15:03:57.995 | + 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-24 15:03:59.990 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:59.991 | from cryptography.utils import int_from_bytes 2022-08-24 15:03:59.991 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:03:59.991 | from cryptography.utils import int_from_bytes 2022-08-24 15:04:01.288 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:04:01.289 | Obtaining file:///opt/stack/keystone 2022-08-24 15:04:02.996 | Collecting Flask===2.2.2 2022-08-24 15:04:03.002 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b9c/46cc36662a794/Flask-2.2.2-py3-none-any.whl (101 kB) 2022-08-24 15:04:03.229 | Collecting Flask-RESTful===0.3.9 2022-08-24 15:04:03.264 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/497/0c49b6488e46c/Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2022-08-24 15:04:03.352 | 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-24 15:04:03.358 | 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-24 15:04:03.426 | Collecting PyJWT===2.4.0 2022-08-24 15:04:03.432 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/72d/1d253f32dbd4f/PyJWT-2.4.0-py3-none-any.whl (18 kB) 2022-08-24 15:04:03.467 | 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-24 15:04:03.609 | 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-24 15:04:03.768 | Collecting Werkzeug===2.2.2 2022-08-24 15:04:03.775 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f97/9ab81f58d7318/Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2022-08-24 15:04:03.986 | Collecting aniso8601===9.0.1 2022-08-24 15:04:03.993 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1d2/b7ef82963909e/aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2022-08-24 15:04:04.088 | 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-24 15:04:04.095 | 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-24 15:04:04.157 | Collecting click===8.1.3 2022-08-24 15:04:04.164 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bb4/d8133cb15a609/click-8.1.3-py3-none-any.whl (96 kB) 2022-08-24 15:04:04.185 | 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-24 15:04:04.222 | 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-24 15:04:04.227 | 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-24 15:04:04.232 | 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-24 15:04:04.364 | Collecting itsdangerous===2.1.2 2022-08-24 15:04:04.381 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2c2/349112351b886/itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2022-08-24 15:04:04.461 | 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-24 15:04:04.498 | 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-24 15:04:04.549 | 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-24 15:04:04.591 | Collecting oauthlib===3.2.0 2022-08-24 15:04:04.598 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6db/33440354787f9/oauthlib-3.2.0-py3-none-any.whl (151 kB) 2022-08-24 15:04:04.643 | 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-24 15:04:04.705 | 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-24 15:04:04.743 | 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-24 15:04:04.749 | 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-24 15:04:04.795 | 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-24 15:04:04.800 | 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-24 15:04:04.838 | 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-24 15:04:04.892 | 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-24 15:04:04.901 | 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-24 15:04:04.920 | 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-24 15:04:04.934 | 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-24 15:04:04.942 | 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-24 15:04:04.965 | 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-24 15:04:04.975 | 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-24 15:04:04.989 | 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-24 15:04:05.027 | 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-24 15:04:05.135 | Collecting passlib===1.7.4 2022-08-24 15:04:05.142 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aa6/bca462b8d8bda/passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2022-08-24 15:04:05.292 | 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-24 15:04:05.295 | 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-24 15:04:05.306 | 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-24 15:04:05.311 | 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-24 15:04:05.322 | 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-24 15:04:05.324 | 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-24 15:04:05.327 | 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-24 15:04:05.333 | 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-24 15:04:05.459 | Collecting pysaml2===7.2.0 2022-08-24 15:04:05.466 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/538/c9e51609d5102/pysaml2-7.2.0-py2.py3-none-any.whl (412 kB) 2022-08-24 15:04:05.636 | 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-24 15:04:05.641 | 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-24 15:04:05.661 | 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-24 15:04:05.665 | 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-24 15:04:05.678 | 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-24 15:04:05.956 | Collecting scrypt===0.8.20 2022-08-24 15:04:05.966 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/61d/faff95a184fd3/scrypt-0.8.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2022-08-24 15:04:06.107 | 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-24 15:04:06.110 | 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-24 15:04:06.120 | 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-24 15:04:06.123 | 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-24 15:04:06.125 | 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-24 15:04:06.129 | 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-24 15:04:06.138 | 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-24 15:04:06.143 | 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-24 15:04:06.153 | 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-24 15:04:06.185 | 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-24 15:04:06.372 | Collecting xmlschema===2.0.2 2022-08-24 15:04:06.379 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b25/205afab69118a/xmlschema-2.0.2-py3-none-any.whl (354 kB) 2022-08-24 15:04:06.524 | 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-24 15:04:06.529 | 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-24 15:04:06.554 | 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-24 15:04:06.557 | 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-24 15:04:06.615 | 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-24 15:04:06.641 | 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-24 15:04:06.698 | 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-24 15:04:06.704 | 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-24 15:04:06.709 | 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-24 15:04:06.711 | 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-24 15:04:06.725 | 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-24 15:04:06.728 | 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-24 15:04:06.731 | 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-24 15:04:06.775 | 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-24 15:04:06.779 | 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-24 15:04:06.788 | 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-24 15:04:06.799 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-24 15:04:06.807 | 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-24 15:04:06.815 | 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-24 15:04:06.826 | 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-24 15:04:06.837 | 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-24 15:04:06.840 | 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-24 15:04:06.933 | Collecting defusedxml===0.7.1 2022-08-24 15:04:06.939 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a35/2e7e428770286/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2022-08-24 15:04:07.021 | 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-24 15:04:07.024 | 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-24 15:04:07.036 | 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-24 15:04:07.038 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:04:07.043 | 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-24 15:04:07.046 | 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-24 15:04:07.048 | 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-24 15:04:07.189 | Collecting elementpath===3.0.2 2022-08-24 15:04:07.196 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/612/2419481a4c731/elementpath-3.0.2-py3-none-any.whl (189 kB) 2022-08-24 15:04:07.311 | 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-24 15:04:07.315 | 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-24 15:04:07.318 | 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-24 15:04:07.329 | 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-24 15:04:07.332 | 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-24 15:04:07.334 | 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-24 15:04:07.361 | 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-24 15:04:08.016 | Installing collected packages: Werkzeug, itsdangerous, click, Flask, aniso8601, Flask-RESTful, PyJWT, defusedxml, elementpath, oauthlib, passlib, xmlschema, pysaml2, scrypt, keystone 2022-08-24 15:04:08.272 | Attempting uninstall: click 2022-08-24 15:04:08.273 | Found existing installation: Click 7.0 2022-08-24 15:04:08.274 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2022-08-24 15:04:08.274 | Can't uninstall 'Click'. No files were found to uninstall. 2022-08-24 15:04:08.616 | Attempting uninstall: PyJWT 2022-08-24 15:04:08.617 | Found existing installation: PyJWT 1.7.1 2022-08-24 15:04:08.618 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2022-08-24 15:04:08.618 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2022-08-24 15:04:08.980 | Attempting uninstall: oauthlib 2022-08-24 15:04:08.980 | Found existing installation: oauthlib 3.1.0 2022-08-24 15:04:08.982 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2022-08-24 15:04:08.982 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2022-08-24 15:04:10.617 | Running setup.py develop for keystone 2022-08-24 15:04:12.397 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 PyJWT-2.4.0 Werkzeug-2.2.2 aniso8601-9.0.1 click-8.1.3 defusedxml-0.7.1 elementpath-3.0.2 itsdangerous-2.1.2 keystone oauthlib-3.2.0 passlib-1.7.4 pysaml2-7.2.0 scrypt-0.8.20 xmlschema-2.0.2 2022-08-24 15:04:12.538 | + inc/python:pip_install:196 : result=0 2022-08-24 15:04:12.540 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:04:12.542 | + functions-common:time_stop:2439 : local name 2022-08-24 15:04:12.544 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:04:12.546 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:04:12.548 | + functions-common:time_stop:2442 : local total 2022-08-24 15:04:12.551 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:04:12.553 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:04:12.555 | + functions-common:time_stop:2446 : start_time=1661353437987 2022-08-24 15:04:12.557 | + functions-common:time_stop:2448 : [[ -z 1661353437987 ]] 2022-08-24 15:04:12.559 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:04:12.563 | + functions-common:time_stop:2451 : end_time=1661353452561 2022-08-24 15:04:12.565 | + functions-common:time_stop:2452 : elapsed_time=14574 2022-08-24 15:04:12.567 | + functions-common:time_stop:2453 : total=61941 2022-08-24 15:04:12.569 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:04:12.572 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=76515 2022-08-24 15:04:12.574 | + inc/python:pip_install:199 : return 0 2022-08-24 15:04:12.576 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-24 15:04:12.579 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-24 15:04:12.581 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-24 15:04:12.601 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-24 15:04:12.613 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2022-08-24 15:04:12.615 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2022-08-24 15:04:12.617 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:04:12.619 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:04:12.622 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-08-24 15:04:12.625 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:04:12.627 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-08-24 15:04:12.644 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:12.646 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-08-24 15:04:12.648 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-24 15:04:12.651 | + ./stack.sh:main:894 : configure_keystone 2022-08-24 15:04:12.653 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-08-24 15:04:12.666 | + 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-24 15:04:12.669 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-08-24 15:04:12.673 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-08-24 15:04:12.689 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:12.692 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-08-24 15:04:12.726 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-08-24 15:04:12.760 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-08-24 15:04:12.795 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-08-24 15:04:12.829 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-08-24 15:04:12.863 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-08-24 15:04:12.900 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-08-24 15:04:12.931 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-08-24 15:04:12.963 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-08-24 15:04:12.966 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-08-24 15:04:12.968 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-08-24 15:04:12.970 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-08-24 15:04:12.972 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-24 15:04:12.975 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-24 15:04:12.990 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:12.993 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-24 15:04:12.996 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-24 15:04:12.998 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-24 15:04:13.014 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:13.017 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:04:13.019 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:04:13.053 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-24 15:04:13.056 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-24 15:04:13.058 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-08-24 15:04:13.061 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-08-24 15:04:13.077 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:13.079 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.89/identity 2022-08-24 15:04:13.115 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-08-24 15:04:13.118 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-08-24 15:04:13.154 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-08-24 15:04:13.156 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-08-24 15:04:13.159 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-08-24 15:04:13.161 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-08-24 15:04:13.164 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:04:13.166 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:04:13.168 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:04:13.185 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:13.188 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:04:13.191 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-24 15:04:13.193 | + 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-24 15:04:13.228 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-08-24 15:04:13.230 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-08-24 15:04:13.232 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-08-24 15:04:13.235 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-08-24 15:04:13.238 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-24 15:04:13.256 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-24 15:04:13.258 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-24 15:04:13.261 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-24 15:04:13.264 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-24 15:04:13.266 | + 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-24 15:04:13.298 | + 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-24 15:04:13.330 | + 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-24 15:04:13.362 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-24 15:04:13.395 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-08-24 15:04:13.428 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-08-24 15:04:13.430 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-08-24 15:04:13.433 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-08-24 15:04:13.435 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-08-24 15:04:13.438 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-08-24 15:04:13.440 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-24 15:04:13.442 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-24 15:04:13.445 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-08-24 15:04:13.449 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-08-24 15:04:13.452 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-24 15:04:13.454 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-24 15:04:13.466 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-24 15:04:13.467 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:04:13.476 | d /var/run/uwsgi 0755 ubuntu root 2022-08-24 15:04:13.479 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:04:13.495 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-08-24 15:04:13.497 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-08-24 15:04:13.501 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-08-24 15:04:13.534 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-08-24 15:04:13.565 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-08-24 15:04:13.596 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-08-24 15:04:13.628 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-08-24 15:04:13.660 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-08-24 15:04:13.692 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-08-24 15:04:13.725 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-08-24 15:04:13.757 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-08-24 15:04:13.790 | + 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-24 15:04:13.821 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-08-24 15:04:13.853 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-08-24 15:04:13.885 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-08-24 15:04:13.917 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-24 15:04:13.919 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-24 15:04:13.922 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-08-24 15:04:13.924 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-08-24 15:04:13.927 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-24 15:04:13.929 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:04:13.931 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:04:13.933 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-24 15:04:13.936 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-24 15:04:13.938 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-08-24 15:04:13.971 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-08-24 15:04:14.003 | + 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-24 15:04:14.004 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-24 15:04:14.012 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-08-24 15:04:14.016 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-08-24 15:04:14.019 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-08-24 15:04:14.021 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-24 15:04:14.023 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-24 15:04:14.025 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:04:14.028 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:04:14.030 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:04:14.034 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-24 15:04:14.037 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-24 15:04:14.039 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:04:14.041 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:04:14.044 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-08-24 15:04:14.108 | Enabling site keystone-wsgi-public. 2022-08-24 15:04:14.113 | To activate the new configuration, you need to run: 2022-08-24 15:04:14.113 | systemctl reload apache2 2022-08-24 15:04:14.118 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-24 15:04:14.120 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-24 15:04:14.122 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:04:14.125 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-24 15:04:14.257 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-08-24 15:04:14.295 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-08-24 15:04:14.332 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-08-24 15:04:14.378 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-08-24 15:04:14.381 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-08-24 15:04:14.417 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-08-24 15:04:14.450 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-08-24 15:04:14.483 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-24 15:04:14.486 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-24 15:04:14.488 | + ./stack.sh:main:898 : is_service_enabled swift 2022-08-24 15:04:14.506 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:14.508 | + ./stack.sh:main:899 : is_service_enabled ceilometer 2022-08-24 15:04:14.525 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:14.527 | + ./stack.sh:main:902 : stack_install_service swift 2022-08-24 15:04:14.530 | + lib/stack:stack_install_service:20 : local service=swift 2022-08-24 15:04:14.532 | + lib/stack:stack_install_service:21 : type install_swift 2022-08-24 15:04:14.535 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-24 15:04:14.537 | + lib/stack:stack_install_service:32 : install_swift 2022-08-24 15:04:14.539 | + lib/swift:install_swift:723 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-08-24 15:04:14.542 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/swift.git 2022-08-24 15:04:14.545 | + functions-common:git_clone:597 : local git_dest=/opt/stack/swift 2022-08-24 15:04:14.548 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 15:04:14.550 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 15:04:14.553 | ++ functions-common:git_clone:600 : pwd 2022-08-24 15:04:14.555 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 15:04:14.557 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 15:04:14.560 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 15:04:14.577 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 15:04:14.579 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 15:04:14.581 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 15:04:14.584 | + functions-common:git_clone:617 : echo master 2022-08-24 15:04:14.584 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 15:04:14.589 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/swift ]] 2022-08-24 15:04:14.592 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-24 15:04:14.594 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/swift 2022-08-24 15:04:14.606 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-08-24 15:04:14.610 | + functions-common:git_clone:678 : head -1 2022-08-24 15:04:14.611 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 15:04:14.614 | 6504a5f59 Merge "swift-manage-shard-ranges repair: ignore recent overlaps" 2022-08-24 15:04:14.617 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 15:04:14.620 | + lib/swift:install_swift:726 : setup_develop /opt/stack/swift keystone 2022-08-24 15:04:14.622 | + inc/python:setup_develop:334 : local bindep 2022-08-24 15:04:14.625 | + inc/python:setup_develop:335 : [[ /opt/stack/swift == -bindep* ]] 2022-08-24 15:04:14.627 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/swift 2022-08-24 15:04:14.630 | + inc/python:setup_develop:340 : local extras=keystone 2022-08-24 15:04:14.632 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-08-24 15:04:14.635 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-24 15:04:14.637 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/swift == -bindep* ]] 2022-08-24 15:04:14.639 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/swift 2022-08-24 15:04:14.642 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-24 15:04:14.644 | + inc/python:_setup_package_with_constraints_edit:367 : local extras=keystone 2022-08-24 15:04:14.647 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/swift 2022-08-24 15:04:14.649 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-24 15:04:14.652 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/swift 2022-08-24 15:04:14.654 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-24 15:04:14.656 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-24 15:04:14.659 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-08-24 15:04:14.665 | + inc/python:_setup_package_with_constraints_edit:381 : name=swift 2022-08-24 15:04:14.667 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-08-24 15:04:15.293 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/swift -e keystone 2022-08-24 15:04:15.295 | + inc/python:setup_package:414 : local bindep=0 2022-08-24 15:04:15.297 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-24 15:04:15.299 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-24 15:04:15.302 | + inc/python:setup_package:417 : [[ /opt/stack/swift == -bindep* ]] 2022-08-24 15:04:15.304 | + inc/python:setup_package:422 : local project_dir=/opt/stack/swift 2022-08-24 15:04:15.306 | + inc/python:setup_package:423 : local flags=-e 2022-08-24 15:04:15.308 | + inc/python:setup_package:424 : local extras=keystone 2022-08-24 15:04:15.311 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-24 15:04:15.313 | + inc/python:setup_package:428 : [[ -z keystone ]] 2022-08-24 15:04:15.315 | + inc/python:setup_package:433 : [[ ! -z keystone ]] 2022-08-24 15:04:15.317 | + inc/python:setup_package:434 : extras='[keystone]' 2022-08-24 15:04:15.319 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-24 15:04:15.322 | + inc/python:setup_package:442 : pip_install -e '/opt/stack/swift[keystone]' 2022-08-24 15:04:15.342 | Using python 3.8 to install /opt/stack/swift 2022-08-24 15:04:15.346 | + 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-24 15:04:17.349 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:04:17.350 | from cryptography.utils import int_from_bytes 2022-08-24 15:04:17.350 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:04:17.350 | from cryptography.utils import int_from_bytes 2022-08-24 15:04:18.387 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:04:18.387 | Obtaining file:///opt/stack/swift 2022-08-24 15:04:19.636 | 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-24 15:04:19.644 | 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-24 15:04:19.682 | 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-24 15:04:19.691 | 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-24 15:04:19.696 | 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-24 15:04:20.798 | Collecting lxml===4.9.1 2022-08-24 15:04:20.821 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b57/0da8cd0012f4a/lxml-4.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2022-08-24 15:04:21.284 | 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-24 15:04:21.287 | 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-24 15:04:21.323 | 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-24 15:04:21.363 | 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-24 15:04:21.368 | 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-24 15:04:21.373 | 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-24 15:04:21.412 | 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-24 15:04:21.421 | 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-24 15:04:21.435 | 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-24 15:04:21.440 | 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-24 15:04:21.443 | 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-24 15:04:21.554 | Collecting pyeclib===1.6.1 2022-08-24 15:04:21.571 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/3a3/64cefb59c06d0/pyeclib-1.6.1.tar.gz (6.7 MB) 2022-08-24 15:04:22.543 | 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-24 15:04:22.546 | 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-24 15:04:22.553 | 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-24 15:04:22.558 | 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-24 15:04:22.579 | 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-24 15:04:22.583 | 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-24 15:04:22.597 | 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-24 15:04:22.601 | 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-24 15:04:22.604 | 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-24 15:04:22.610 | 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-24 15:04:22.805 | Collecting xattr===0.9.9 2022-08-24 15:04:22.811 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/01e/c07d24a14406b/xattr-0.9.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35 kB) 2022-08-24 15:04:22.900 | 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-24 15:04:22.902 | 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-24 15:04:22.906 | 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-24 15:04:22.935 | 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-24 15:04:22.948 | 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-24 15:04:23.006 | 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-24 15:04:23.011 | 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-24 15:04:23.015 | 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-24 15:04:23.021 | 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-24 15:04:23.025 | 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-24 15:04:23.028 | 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-24 15:04:23.032 | 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-24 15:04:23.034 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:04:23.039 | 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-24 15:04:23.042 | 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-24 15:04:23.045 | 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-24 15:04:23.049 | 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-24 15:04:23.053 | 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-24 15:04:23.056 | Building wheels for collected packages: pyeclib 2022-08-24 15:04:23.057 | Building wheel for pyeclib (setup.py): started 2022-08-24 15:04:24.273 | Building wheel for pyeclib (setup.py): finished with status 'done' 2022-08-24 15:04:24.275 | Created wheel for pyeclib: filename=pyeclib-1.6.1-cp38-cp38-linux_x86_64.whl size=50608 sha256=47f67072008dc9e29ed50af55697e6ebaed7520d90390683b560f699520fc9be 2022-08-24 15:04:24.275 | Stored in directory: /root/.cache/pip/wheels/96/83/7e/10afa0a426fb8f1c624a7bc0ed3510e6b24fc51a58e3b05b6a 2022-08-24 15:04:24.275 | Successfully built pyeclib 2022-08-24 15:04:25.557 | Installing collected packages: lxml, pyeclib, xattr, swift 2022-08-24 15:04:25.986 | Running setup.py develop for swift 2022-08-24 15:04:27.591 | Successfully installed lxml-4.9.1 pyeclib-1.6.1 swift xattr-0.9.9 2022-08-24 15:04:27.722 | + inc/python:pip_install:196 : result=0 2022-08-24 15:04:27.724 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:04:27.726 | + functions-common:time_stop:2439 : local name 2022-08-24 15:04:27.729 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:04:27.731 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:04:27.734 | + functions-common:time_stop:2442 : local total 2022-08-24 15:04:27.736 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:04:27.738 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:04:27.740 | + functions-common:time_stop:2446 : start_time=1661353455337 2022-08-24 15:04:27.742 | + functions-common:time_stop:2448 : [[ -z 1661353455337 ]] 2022-08-24 15:04:27.745 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:04:27.749 | + functions-common:time_stop:2451 : end_time=1661353467747 2022-08-24 15:04:27.752 | + functions-common:time_stop:2452 : elapsed_time=12410 2022-08-24 15:04:27.754 | + functions-common:time_stop:2453 : total=76515 2022-08-24 15:04:27.756 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:04:27.758 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=88925 2022-08-24 15:04:27.762 | + inc/python:pip_install:199 : return 0 2022-08-24 15:04:27.765 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-24 15:04:27.767 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-24 15:04:27.770 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-24 15:04:27.790 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-24 15:04:27.803 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/swift 2022-08-24 15:04:27.805 | + inc/python:use_library_from_git:246 : local name=/opt/stack/swift 2022-08-24 15:04:27.807 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:04:27.810 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:04:27.812 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-08-24 15:04:27.815 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:04:27.817 | + lib/swift:install_swift:727 : '[' False == True ']' 2022-08-24 15:04:27.819 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-24 15:04:27.822 | + ./stack.sh:main:903 : configure_swift 2022-08-24 15:04:27.824 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-08-24 15:04:27.826 | + lib/swift:configure_swift:332 : local node_number 2022-08-24 15:04:27.828 | + lib/swift:configure_swift:333 : local swift_node_config 2022-08-24 15:04:27.830 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-08-24 15:04:27.832 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-08-24 15:04:28.782 | No container-sharder running 2022-08-24 15:04:28.782 | No container-server running 2022-08-24 15:04:28.782 | No account-auditor running 2022-08-24 15:04:28.782 | No account-server running 2022-08-24 15:04:28.782 | No container-sync running 2022-08-24 15:04:28.782 | No proxy-server running 2022-08-24 15:04:28.782 | No account-reaper running 2022-08-24 15:04:28.782 | No container-updater running 2022-08-24 15:04:28.782 | No container-auditor running 2022-08-24 15:04:28.782 | No object-server running 2022-08-24 15:04:28.782 | No object-replicator running 2022-08-24 15:04:28.782 | No object-expirer running 2022-08-24 15:04:28.782 | No object-reconstructor running 2022-08-24 15:04:28.782 | No object-updater running 2022-08-24 15:04:28.782 | No account-replicator running 2022-08-24 15:04:28.782 | No container-reconciler running 2022-08-24 15:04:28.782 | No object-auditor running 2022-08-24 15:04:28.783 | No container-replicator running 2022-08-24 15:04:28.853 | + lib/swift:configure_swift:337 : true 2022-08-24 15:04:28.855 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-08-24 15:04:28.868 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-08-24 15:04:28.881 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-08-24 15:04:28.884 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-08-24 15:04:28.884 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-08-24 15:04:28.889 | + lib/swift:configure_swift:351 : sed -e ' 2022-08-24 15:04:28.889 | s/%GROUP%/ubuntu/; 2022-08-24 15:04:28.889 | s/%USER%/ubuntu/; 2022-08-24 15:04:28.889 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-08-24 15:04:28.890 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-08-24 15:04:28.892 | uid = ubuntu 2022-08-24 15:04:28.892 | gid = ubuntu 2022-08-24 15:04:28.893 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-08-24 15:04:28.893 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-08-24 15:04:28.893 | address = 127.0.0.1 2022-08-24 15:04:28.893 | 2022-08-24 15:04:28.893 | [account6612] 2022-08-24 15:04:28.893 | max connections = 25 2022-08-24 15:04:28.893 | path = /opt/stack/data/swift/1/node/ 2022-08-24 15:04:28.893 | read only = false 2022-08-24 15:04:28.893 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-08-24 15:04:28.893 | 2022-08-24 15:04:28.893 | [account6622] 2022-08-24 15:04:28.893 | max connections = 25 2022-08-24 15:04:28.893 | path = /opt/stack/data/swift/2/node/ 2022-08-24 15:04:28.893 | read only = false 2022-08-24 15:04:28.893 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-08-24 15:04:28.893 | 2022-08-24 15:04:28.893 | [account6632] 2022-08-24 15:04:28.893 | max connections = 25 2022-08-24 15:04:28.893 | path = /opt/stack/data/swift/3/node/ 2022-08-24 15:04:28.893 | read only = false 2022-08-24 15:04:28.893 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-08-24 15:04:28.893 | 2022-08-24 15:04:28.893 | [account6642] 2022-08-24 15:04:28.893 | max connections = 25 2022-08-24 15:04:28.893 | path = /opt/stack/data/swift/4/node/ 2022-08-24 15:04:28.893 | read only = false 2022-08-24 15:04:28.893 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-08-24 15:04:28.893 | 2022-08-24 15:04:28.893 | 2022-08-24 15:04:28.893 | [container6611] 2022-08-24 15:04:28.893 | max connections = 25 2022-08-24 15:04:28.893 | path = /opt/stack/data/swift/1/node/ 2022-08-24 15:04:28.893 | read only = false 2022-08-24 15:04:28.893 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-08-24 15:04:28.893 | 2022-08-24 15:04:28.893 | [container6621] 2022-08-24 15:04:28.893 | max connections = 25 2022-08-24 15:04:28.894 | path = /opt/stack/data/swift/2/node/ 2022-08-24 15:04:28.894 | read only = false 2022-08-24 15:04:28.894 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-08-24 15:04:28.894 | 2022-08-24 15:04:28.894 | [container6631] 2022-08-24 15:04:28.894 | max connections = 25 2022-08-24 15:04:28.894 | path = /opt/stack/data/swift/3/node/ 2022-08-24 15:04:28.894 | read only = false 2022-08-24 15:04:28.894 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-08-24 15:04:28.894 | 2022-08-24 15:04:28.894 | [container6641] 2022-08-24 15:04:28.894 | max connections = 25 2022-08-24 15:04:28.894 | path = /opt/stack/data/swift/4/node/ 2022-08-24 15:04:28.894 | read only = false 2022-08-24 15:04:28.894 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-08-24 15:04:28.894 | 2022-08-24 15:04:28.894 | 2022-08-24 15:04:28.894 | [object6613] 2022-08-24 15:04:28.894 | max connections = 25 2022-08-24 15:04:28.894 | path = /opt/stack/data/swift/1/node/ 2022-08-24 15:04:28.894 | read only = false 2022-08-24 15:04:28.894 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-08-24 15:04:28.894 | 2022-08-24 15:04:28.894 | [object6623] 2022-08-24 15:04:28.894 | max connections = 25 2022-08-24 15:04:28.894 | path = /opt/stack/data/swift/2/node/ 2022-08-24 15:04:28.894 | read only = false 2022-08-24 15:04:28.894 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-08-24 15:04:28.894 | 2022-08-24 15:04:28.894 | [object6633] 2022-08-24 15:04:28.894 | max connections = 25 2022-08-24 15:04:28.894 | path = /opt/stack/data/swift/3/node/ 2022-08-24 15:04:28.894 | read only = false 2022-08-24 15:04:28.894 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-08-24 15:04:28.894 | 2022-08-24 15:04:28.894 | [object6643] 2022-08-24 15:04:28.895 | max connections = 25 2022-08-24 15:04:28.895 | path = /opt/stack/data/swift/4/node/ 2022-08-24 15:04:28.895 | read only = false 2022-08-24 15:04:28.895 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-08-24 15:04:28.896 | + lib/swift:configure_swift:357 : is_ubuntu 2022-08-24 15:04:28.898 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:04:28.900 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:04:28.902 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-08-24 15:04:28.914 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-08-24 15:04:28.917 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-08-24 15:04:28.921 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-08-24 15:04:28.926 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-08-24 15:04:28.928 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-08-24 15:04:28.933 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-08-24 15:04:28.966 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.89:8080/v1/ 2022-08-24 15:04:28.997 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-08-24 15:04:29.015 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-08-24 15:04:29.048 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-08-24 15:04:29.070 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-08-24 15:04:29.102 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-08-24 15:04:29.121 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-08-24 15:04:29.154 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-08-24 15:04:29.175 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-08-24 15:04:29.207 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-08-24 15:04:29.226 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-08-24 15:04:29.260 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-08-24 15:04:29.278 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-08-24 15:04:29.294 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:29.297 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-08-24 15:04:29.332 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-08-24 15:04:29.367 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-08-24 15:04:29.402 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-08-24 15:04:29.435 | + lib/swift:configure_swift:406 : [[ False == \T\r\u\e ]] 2022-08-24 15:04:29.437 | + lib/swift:configure_swift:411 : is_service_enabled ceilometer 2022-08-24 15:04:29.452 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:29.455 | + lib/swift:configure_swift:422 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-08-24 15:04:29.489 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-08-24 15:04:29.505 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:29.507 | + lib/swift:configure_swift:431 : is_service_enabled keystone 2022-08-24 15:04:29.529 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:29.532 | + lib/swift:configure_swift:432 : swift_pipeline+=' authtoken' 2022-08-24 15:04:29.534 | + lib/swift:configure_swift:433 : is_service_enabled s3api 2022-08-24 15:04:29.554 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:29.557 | + lib/swift:configure_swift:438 : swift_pipeline+=' keystoneauth' 2022-08-24 15:04:29.559 | + lib/swift:configure_swift:441 : swift_pipeline+=' tempauth ' 2022-08-24 15:04:29.561 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-08-24 15:04:29.567 | + lib/swift:configure_swift:444 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-08-24 15:04:29.577 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-08-24 15:04:29.612 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-08-24 15:04:29.645 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-08-24 15:04:29.681 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-08-24 15:04:29.718 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-08-24 15:04:29.755 | + lib/swift:configure_swift:458 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-08-24 15:04:29.757 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-08-24 15:04:29.759 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-08-24 15:04:29.761 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-08-24 15:04:29.764 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-08-24 15:04:29.796 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-08-24 15:04:29.833 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.89/identity 2022-08-24 15:04:29.867 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-08-24 15:04:29.901 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-08-24 15:04:29.938 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-08-24 15:04:29.976 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-08-24 15:04:30.008 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-08-24 15:04:30.043 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:04:30.078 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-08-24 15:04:30.116 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-08-24 15:04:30.151 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-08-24 15:04:30.183 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-08-24 15:04:30.216 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-08-24 15:04:30.252 | + lib/swift:configure_swift:464 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-08-24 15:04:30.286 | + lib/swift:configure_swift:469 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-08-24 15:04:30.306 | + lib/swift:configure_swift:470 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-08-24 15:04:30.337 | + lib/swift:configure_swift:473 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-08-24 15:04:30.377 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-08-24 15:04:30.381 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-08-24 15:04:30.414 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-08-24 15:04:30.448 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-08-24 15:04:30.479 | + lib/swift:configure_swift:480 : local node_number 2022-08-24 15:04:30.481 | + lib/swift:configure_swift:481 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-08-24 15:04:30.485 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-24 15:04:30.487 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-08-24 15:04:30.493 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-08-24 15:04:30.495 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-24 15:04:30.498 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-24 15:04:30.501 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-08-24 15:04:30.503 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-08-24 15:04:30.505 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-24 15:04:30.508 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-24 15:04:30.511 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-08-24 15:04:30.529 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-08-24 15:04:30.562 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-08-24 15:04:30.579 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-08-24 15:04:30.613 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-08-24 15:04:30.632 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-24 15:04:30.665 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-08-24 15:04:30.687 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-24 15:04:30.720 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-08-24 15:04:30.739 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-24 15:04:30.771 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-08-24 15:04:30.790 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-08-24 15:04:30.823 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-08-24 15:04:30.841 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-08-24 15:04:30.876 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-08-24 15:04:30.894 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-08-24 15:04:30.927 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-08-24 15:04:30.945 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-08-24 15:04:30.977 | + 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-24 15:04:30.989 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-08-24 15:04:31.007 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-24 15:04:31.041 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-08-24 15:04:31.074 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2022-08-24 15:04:31.076 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-08-24 15:04:31.081 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-08-24 15:04:31.083 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-08-24 15:04:31.085 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-24 15:04:31.087 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-08-24 15:04:31.090 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-08-24 15:04:31.092 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-24 15:04:31.095 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-24 15:04:31.097 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-08-24 15:04:31.115 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-08-24 15:04:31.148 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-08-24 15:04:31.166 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-08-24 15:04:31.198 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-08-24 15:04:31.220 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-24 15:04:31.254 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-08-24 15:04:31.274 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-24 15:04:31.308 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-08-24 15:04:31.329 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-24 15:04:31.362 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-08-24 15:04:31.381 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-08-24 15:04:31.417 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-08-24 15:04:31.438 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-08-24 15:04:31.474 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-08-24 15:04:31.492 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-08-24 15:04:31.526 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-08-24 15:04:31.546 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-08-24 15:04:31.578 | + 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-24 15:04:31.583 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-08-24 15:04:31.602 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-24 15:04:31.636 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2022-08-24 15:04:31.638 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-08-24 15:04:31.642 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-08-24 15:04:31.645 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-08-24 15:04:31.647 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-24 15:04:31.649 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-08-24 15:04:31.651 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-08-24 15:04:31.653 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-24 15:04:31.656 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-24 15:04:31.658 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-08-24 15:04:31.677 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-08-24 15:04:31.710 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-08-24 15:04:31.728 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-08-24 15:04:31.762 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-08-24 15:04:31.781 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-24 15:04:31.815 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-08-24 15:04:31.833 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-24 15:04:31.866 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-08-24 15:04:31.884 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-24 15:04:31.917 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-08-24 15:04:31.935 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-08-24 15:04:31.968 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-08-24 15:04:31.986 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-08-24 15:04:32.019 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-08-24 15:04:32.038 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-08-24 15:04:32.071 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-08-24 15:04:32.089 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-08-24 15:04:32.123 | + 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-24 15:04:32.128 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-08-24 15:04:32.148 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-24 15:04:32.180 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-08-24 15:04:32.215 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-08-24 15:04:32.247 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-08-24 15:04:32.281 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2022-08-24 15:04:32.283 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-08-24 15:04:32.288 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-08-24 15:04:32.321 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-08-24 15:04:32.354 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-08-24 15:04:32.389 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-08-24 15:04:32.422 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-08-24 15:04:32.456 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-08-24 15:04:32.488 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-08-24 15:04:32.520 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2022-08-24 15:04:32.552 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-08-24 15:04:32.583 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2022-08-24 15:04:32.599 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:32.602 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-08-24 15:04:32.621 | + lib/swift:configure_swift:523 : local auth_vers 2022-08-24 15:04:32.624 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2022-08-24 15:04:32.645 | + lib/swift:configure_swift:524 : auth_vers=3 2022-08-24 15:04:32.648 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.89 2022-08-24 15:04:32.680 | + lib/swift:configure_swift:526 : [[ http == \h\t\t\p\s ]] 2022-08-24 15:04:32.683 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_port 80 2022-08-24 15:04:32.716 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.89/identity 2022-08-24 15:04:32.756 | + lib/swift:configure_swift:532 : [[ 3 == \3 ]] 2022-08-24 15:04:32.758 | + lib/swift:configure_swift:533 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-08-24 15:04:32.792 | + lib/swift:configure_swift:537 : is_service_enabled tls-proxy 2022-08-24 15:04:32.810 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:32.813 | + lib/swift:configure_swift:543 : local user_group 2022-08-24 15:04:32.817 | ++ lib/swift:configure_swift:544 : id -g ubuntu 2022-08-24 15:04:32.822 | + lib/swift:configure_swift:544 : user_group=1000 2022-08-24 15:04:32.825 | + lib/swift:configure_swift:545 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-08-24 15:04:32.838 | + lib/swift:configure_swift:547 : local swift_log_dir=/opt/stack/data/swift/logs 2022-08-24 15:04:32.840 | + lib/swift:configure_swift:548 : sudo rm -rf /opt/stack/data/swift/logs 2022-08-24 15:04:32.854 | + lib/swift:configure_swift:549 : local swift_log_group=adm 2022-08-24 15:04:32.858 | + lib/swift:configure_swift:550 : is_suse 2022-08-24 15:04:32.861 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:04:32.863 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:04:32.865 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:04:32.868 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:04:32.870 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:04:32.872 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:04:32.875 | + lib/swift:configure_swift:553 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-08-24 15:04:32.890 | + lib/swift:configure_swift:555 : [[ False != \F\a\l\s\e ]] 2022-08-24 15:04:32.892 | + lib/swift:configure_swift:563 : '[' False == True ']' 2022-08-24 15:04:32.895 | + ./stack.sh:main:906 : is_service_enabled s3api 2022-08-24 15:04:32.914 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:32.916 | + ./stack.sh:main:912 : is_service_enabled g-api n-api 2022-08-24 15:04:32.935 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:32.937 | + ./stack.sh:main:914 : stack_install_service glance 2022-08-24 15:04:32.940 | + lib/stack:stack_install_service:20 : local service=glance 2022-08-24 15:04:32.942 | + lib/stack:stack_install_service:21 : type install_glance 2022-08-24 15:04:32.946 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-24 15:04:32.949 | + lib/stack:stack_install_service:32 : install_glance 2022-08-24 15:04:32.951 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-08-24 15:04:32.954 | + lib/glance:install_glance:507 : local glance_store_extras 2022-08-24 15:04:32.956 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-08-24 15:04:32.981 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:32.984 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-08-24 15:04:32.987 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-08-24 15:04:33.004 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:33.007 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-08-24 15:04:33.011 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-08-24 15:04:33.014 | + inc/python:use_library_from_git:246 : local name=glance_store 2022-08-24 15:04:33.016 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:04:33.019 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:04:33.021 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2022-08-24 15:04:33.026 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:04:33.032 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-08-24 15:04:33.035 | ++ inc/python:join_extras:29 : local IFS=, 2022-08-24 15:04:33.038 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-08-24 15:04:33.041 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-08-24 15:04:33.043 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-08-24 15:04:33.047 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-08-24 15:04:33.049 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-08-24 15:04:33.052 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-08-24 15:04:33.055 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2022-08-24 15:04:33.058 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2022-08-24 15:04:33.062 | +++ 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-24 15:04:33.066 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2022-08-24 15:04:33.078 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2022-08-24 15:04:33.080 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2022-08-24 15:04:33.083 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2022-08-24 15:04:33.086 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-08-24 15:04:33.089 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-08-24 15:04:33.112 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-08-24 15:04:33.115 | + 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-24 15:04:35.151 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:04:35.151 | from cryptography.utils import int_from_bytes 2022-08-24 15:04:35.151 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:04:35.151 | from cryptography.utils import int_from_bytes 2022-08-24 15:04:36.185 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:04:36.380 | Collecting glance-store===4.0.1 2022-08-24 15:04:36.386 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6ec/8120c8681e36b/glance_store-4.0.1-py3-none-any.whl (229 kB) 2022-08-24 15:04:36.581 | 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-24 15:04:36.591 | 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-24 15:04:36.630 | 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-24 15:04:36.895 | Collecting os-brick===6.0.0 2022-08-24 15:04:36.902 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/eee/ead854dedb0ee/os_brick-6.0.0-py3-none-any.whl (273 kB) 2022-08-24 15:04:37.054 | 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-24 15:04:37.058 | 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-24 15:04:37.074 | 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-24 15:04:37.084 | 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-24 15:04:37.123 | 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-24 15:04:37.128 | 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-24 15:04:37.133 | 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-24 15:04:37.170 | 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-24 15:04:37.184 | 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-24 15:04:37.187 | 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-24 15:04:37.195 | 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-24 15:04:37.217 | 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-24 15:04:37.231 | 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-24 15:04:37.236 | 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-24 15:04:37.239 | 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-24 15:04:37.241 | 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-24 15:04:37.247 | 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-24 15:04:37.423 | Collecting python-cinderclient===9.0.0 2022-08-24 15:04:37.431 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7ad/8eb07d7be44f3/python_cinderclient-9.0.0-py3-none-any.whl (254 kB) 2022-08-24 15:04:37.573 | 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-24 15:04:37.579 | 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-24 15:04:37.724 | Collecting python-swiftclient===4.0.1 2022-08-24 15:04:37.730 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/839/de62df3710911/python_swiftclient-4.0.1-py3-none-any.whl (87 kB) 2022-08-24 15:04:37.842 | 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-24 15:04:37.846 | 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-24 15:04:37.860 | 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-24 15:04:37.864 | 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-24 15:04:37.867 | 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-24 15:04:37.870 | 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-24 15:04:37.876 | 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-24 15:04:37.891 | 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-24 15:04:37.923 | 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-24 15:04:37.928 | 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-24 15:04:37.937 | 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-24 15:04:37.963 | 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-24 15:04:38.020 | 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-24 15:04:38.022 | 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-24 15:04:38.026 | 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-24 15:04:38.030 | 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-24 15:04:38.033 | 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-24 15:04:38.039 | 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-24 15:04:38.043 | 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-24 15:04:38.047 | 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-24 15:04:38.051 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-24 15:04:38.059 | 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-24 15:04:38.070 | 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-24 15:04:38.079 | 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-24 15:04:38.091 | 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-24 15:04:38.102 | 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-24 15:04:38.104 | 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-24 15:04:38.116 | 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-24 15:04:38.119 | 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-24 15:04:38.122 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:04:38.127 | 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-24 15:04:38.155 | 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-24 15:04:38.181 | 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-24 15:04:38.184 | 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-24 15:04:38.187 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-24 15:04:38.189 | 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-24 15:04:38.196 | 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-24 15:04:39.436 | Installing collected packages: os-brick, python-cinderclient, python-swiftclient, glance-store 2022-08-24 15:04:40.666 | Successfully installed glance-store-4.0.1 os-brick-6.0.0 python-cinderclient-9.0.0 python-swiftclient-4.0.1 2022-08-24 15:04:40.790 | + inc/python:pip_install:196 : result=0 2022-08-24 15:04:40.793 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:04:40.795 | + functions-common:time_stop:2439 : local name 2022-08-24 15:04:40.798 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:04:40.800 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:04:40.803 | + functions-common:time_stop:2442 : local total 2022-08-24 15:04:40.805 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:04:40.808 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:04:40.810 | + functions-common:time_stop:2446 : start_time=1661353473106 2022-08-24 15:04:40.812 | + functions-common:time_stop:2448 : [[ -z 1661353473106 ]] 2022-08-24 15:04:40.815 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:04:40.820 | + functions-common:time_stop:2451 : end_time=1661353480817 2022-08-24 15:04:40.823 | + functions-common:time_stop:2452 : elapsed_time=7711 2022-08-24 15:04:40.825 | + functions-common:time_stop:2453 : total=88925 2022-08-24 15:04:40.828 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:04:40.830 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=96636 2022-08-24 15:04:40.834 | + inc/python:pip_install:199 : return 0 2022-08-24 15:04:40.837 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-08-24 15:04:40.840 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-08-24 15:04:40.843 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-08-24 15:04:40.856 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-08-24 15:04:40.861 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-08-24 15:04:40.864 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/glance.git 2022-08-24 15:04:40.866 | + functions-common:git_clone:597 : local git_dest=/opt/stack/glance 2022-08-24 15:04:40.868 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 15:04:40.871 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 15:04:40.874 | ++ functions-common:git_clone:600 : pwd 2022-08-24 15:04:40.877 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 15:04:40.879 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 15:04:40.882 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 15:04:40.901 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 15:04:40.903 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 15:04:40.906 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 15:04:40.910 | + functions-common:git_clone:617 : echo master 2022-08-24 15:04:40.910 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 15:04:40.916 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/glance ]] 2022-08-24 15:04:40.918 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-24 15:04:40.921 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/glance 2022-08-24 15:04:40.935 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-08-24 15:04:40.938 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 15:04:40.939 | + functions-common:git_clone:678 : head -1 2022-08-24 15:04:40.944 | 5c675bddc Merge "Extending stores-detail API" 2022-08-24 15:04:40.946 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 15:04:40.949 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-08-24 15:04:40.953 | + inc/python:setup_develop:334 : local bindep 2022-08-24 15:04:40.956 | + inc/python:setup_develop:335 : [[ /opt/stack/glance == -bindep* ]] 2022-08-24 15:04:40.958 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/glance 2022-08-24 15:04:40.961 | + inc/python:setup_develop:340 : local extras= 2022-08-24 15:04:40.963 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-08-24 15:04:40.966 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-24 15:04:40.970 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/glance == -bindep* ]] 2022-08-24 15:04:40.973 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/glance 2022-08-24 15:04:40.975 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-24 15:04:40.978 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-24 15:04:40.981 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/glance 2022-08-24 15:04:40.984 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-24 15:04:40.987 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2022-08-24 15:04:40.989 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-24 15:04:40.992 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-24 15:04:40.995 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-08-24 15:04:41.002 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2022-08-24 15:04:41.004 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-08-24 15:04:41.634 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2022-08-24 15:04:41.637 | + inc/python:setup_package:414 : local bindep=0 2022-08-24 15:04:41.639 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-24 15:04:41.641 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-24 15:04:41.644 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2022-08-24 15:04:41.646 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2022-08-24 15:04:41.648 | + inc/python:setup_package:423 : local flags=-e 2022-08-24 15:04:41.651 | + inc/python:setup_package:424 : local extras= 2022-08-24 15:04:41.653 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-24 15:04:41.656 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-24 15:04:41.658 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-24 15:04:41.660 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-24 15:04:41.663 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-24 15:04:41.665 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2022-08-24 15:04:41.687 | Using python 3.8 to install /opt/stack/glance 2022-08-24 15:04:41.689 | + 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-24 15:04:43.709 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:04:43.709 | from cryptography.utils import int_from_bytes 2022-08-24 15:04:43.709 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:04:43.709 | from cryptography.utils import int_from_bytes 2022-08-24 15:04:44.735 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:04:44.736 | Obtaining file:///opt/stack/glance 2022-08-24 15:04:46.161 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-24 15:04:46.173 | 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-24 15:04:46.182 | 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-24 15:04:46.199 | 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-24 15:04:46.520 | Collecting WSME===0.11.0 2022-08-24 15:04:46.526 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d5/cb5c593970ef6/WSME-0.11.0-py3-none-any.whl (59 kB) 2022-08-24 15:04:46.630 | 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-24 15:04:46.643 | 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-24 15:04:46.806 | Collecting castellan===4.0.0 2022-08-24 15:04:46.813 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b3b/7b42670d0daea/castellan-4.0.0-py3-none-any.whl (96 kB) 2022-08-24 15:04:46.937 | 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-24 15:04:47.069 | Collecting cursive===0.2.2 2022-08-24 15:04:47.076 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e56/3a085b3c6e250/cursive-0.2.2-py2.py3-none-any.whl (39 kB) 2022-08-24 15:04:47.176 | 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-24 15:04:47.182 | 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-24 15:04:47.187 | 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-24 15:04:47.196 | 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-24 15:04:47.198 | 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-24 15:04:47.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-24 15:04:47.295 | 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-24 15:04:47.305 | 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-24 15:04:47.340 | 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-24 15:04:47.367 | 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-24 15:04:47.370 | 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-24 15:04:47.409 | 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-24 15:04:47.465 | 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-24 15:04:47.516 | 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-24 15:04:47.521 | 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-24 15:04:47.525 | 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-24 15:04:47.542 | 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-24 15:04:47.579 | 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-24 15:04:47.589 | 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-24 15:04:47.627 | 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-24 15:04:47.633 | 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-24 15:04:47.680 | 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-24 15:04:47.790 | Collecting oslo.limit===2.0.0 2022-08-24 15:04:47.797 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/930/b3b13cc4de1ba/oslo.limit-2.0.0-py3-none-any.whl (20 kB) 2022-08-24 15:04:47.892 | 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-24 15:04:47.930 | 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-24 15:04:47.982 | 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-24 15:04:47.992 | 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-24 15:04:48.010 | 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-24 15:04:48.024 | 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-24 15:04:48.036 | 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-24 15:04:48.044 | 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-24 15:04:48.066 | 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-24 15:04:48.076 | 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-24 15:04:48.088 | 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-24 15:04:48.127 | 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-24 15:04:48.132 | 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-24 15:04:48.135 | 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-24 15:04:48.146 | 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-24 15:04:48.151 | 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-24 15:04:48.170 | 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-24 15:04:48.182 | 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-24 15:04:48.192 | 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-24 15:04:48.194 | 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-24 15:04:48.200 | 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-24 15:04:48.330 | Collecting python-barbicanclient===5.4.0 2022-08-24 15:04:48.336 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/af4/bc5d8d563725c/python_barbicanclient-5.4.0-py3-none-any.whl (82 kB) 2022-08-24 15:04:48.448 | 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-24 15:04:48.453 | 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-24 15:04:48.474 | 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-24 15:04:48.478 | 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-24 15:04:48.485 | 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-24 15:04:48.593 | Collecting retrying===1.3.3 2022-08-24 15:04:48.599 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/ebf/3b842d183542e/retrying-1.3.3-py3-none-any.whl (11 kB) 2022-08-24 15:04:48.689 | 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-24 15:04:48.789 | Collecting simplegeneric===0.8.1 2022-08-24 15:04:48.795 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dc9/72e06094b9af5/simplegeneric-0.8.1.zip (12 kB) 2022-08-24 15:04:49.452 | 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-24 15:04:49.455 | 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-24 15:04:49.464 | 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-24 15:04:49.468 | 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-24 15:04:49.470 | 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-24 15:04:49.644 | Collecting taskflow===5.0.0 2022-08-24 15:04:49.652 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c47/ce617041e3ad5/taskflow-5.0.0-py3-none-any.whl (491 kB) 2022-08-24 15:04:49.873 | 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-24 15:04:49.886 | 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-24 15:04:49.895 | 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-24 15:04:49.901 | 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-24 15:04:49.911 | 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-24 15:04:49.942 | 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-24 15:04:49.947 | 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-24 15:04:49.951 | 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-24 15:04:49.955 | 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-24 15:04:49.981 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-24 15:04:49.983 | 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-24 15:04:49.993 | 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-24 15:04:49.997 | 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-24 15:04:50.023 | 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-24 15:04:50.079 | 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-24 15:04:50.085 | 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-24 15:04:50.087 | 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-24 15:04:50.090 | 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-24 15:04:50.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-24 15:04:50.117 | 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-24 15:04:50.194 | 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-24 15:04:50.198 | 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-24 15:04:50.207 | 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-24 15:04:50.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-24 15:04:50.215 | 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-24 15:04:50.226 | 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-24 15:04:50.229 | 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-24 15:04:50.239 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:04:50.245 | 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-24 15:04:50.248 | 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-24 15:04:50.251 | 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-24 15:04:50.253 | 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-24 15:04:50.432 | Collecting networkx===2.8.5 2022-08-24 15:04:50.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a76/2f4b385692d9c/networkx-2.8.5-py3-none-any.whl (2.0 MB) 2022-08-24 15:04:50.967 | Collecting automaton===3.0.0 2022-08-24 15:04:50.974 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ddc/f0b8f5544fa4d/automaton-3.0.0-py3-none-any.whl (22 kB) 2022-08-24 15:04:51.158 | Collecting pydot===1.4.2 2022-08-24 15:04:51.164 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/66c/98190c65b8d2e/pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2022-08-24 15:04:51.251 | 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-24 15:04:51.253 | 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-24 15:04:51.256 | 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-24 15:04:51.259 | 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-24 15:04:51.262 | 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-24 15:04:51.267 | 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-24 15:04:51.287 | 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-24 15:04:51.290 | 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-24 15:04:51.292 | 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-24 15:04:51.295 | 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-24 15:04:51.298 | 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-24 15:04:51.344 | 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-24 15:04:51.347 | 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-24 15:04:51.350 | Building wheels for collected packages: simplegeneric 2022-08-24 15:04:51.351 | Building wheel for simplegeneric (setup.py): started 2022-08-24 15:04:51.982 | Building wheel for simplegeneric (setup.py): finished with status 'done' 2022-08-24 15:04:51.983 | Created wheel for simplegeneric: filename=simplegeneric-0.8.1-py3-none-any.whl size=5073 sha256=b3b056948e33e2006bd0aedf2a1bcb68deb662405ed0ddf7b645db100f62c89e 2022-08-24 15:04:51.983 | Stored in directory: /root/.cache/pip/wheels/f3/a8/ee/6324574b66e0f2250abcbce52f472ccaa2f407b879bdd61bdb 2022-08-24 15:04:51.984 | Successfully built simplegeneric 2022-08-24 15:04:52.697 | Installing collected packages: simplegeneric, WSME, automaton, python-barbicanclient, castellan, cursive, networkx, oslo.limit, pydot, retrying, taskflow, glance 2022-08-24 15:04:55.863 | Running setup.py develop for glance 2022-08-24 15:04:57.770 | Successfully installed WSME-0.11.0 automaton-3.0.0 castellan-4.0.0 cursive-0.2.2 glance networkx-2.8.5 oslo.limit-2.0.0 pydot-1.4.2 python-barbicanclient-5.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.0.0 2022-08-24 15:04:57.918 | + inc/python:pip_install:196 : result=0 2022-08-24 15:04:57.920 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:04:57.923 | + functions-common:time_stop:2439 : local name 2022-08-24 15:04:57.925 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:04:57.927 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:04:57.930 | + functions-common:time_stop:2442 : local total 2022-08-24 15:04:57.932 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:04:57.935 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:04:57.937 | + functions-common:time_stop:2446 : start_time=1661353481681 2022-08-24 15:04:57.939 | + functions-common:time_stop:2448 : [[ -z 1661353481681 ]] 2022-08-24 15:04:57.942 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:04:57.947 | + functions-common:time_stop:2451 : end_time=1661353497944 2022-08-24 15:04:57.949 | + functions-common:time_stop:2452 : elapsed_time=16263 2022-08-24 15:04:57.952 | + functions-common:time_stop:2453 : total=96636 2022-08-24 15:04:57.955 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:04:57.957 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=112899 2022-08-24 15:04:57.959 | + inc/python:pip_install:199 : return 0 2022-08-24 15:04:57.962 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-24 15:04:57.964 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-24 15:04:57.967 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-24 15:04:57.987 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-24 15:04:57.999 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2022-08-24 15:04:58.002 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2022-08-24 15:04:58.004 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:04:58.007 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:04:58.009 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-08-24 15:04:58.012 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:04:58.014 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-24 15:04:58.017 | + ./stack.sh:main:915 : configure_glance 2022-08-24 15:04:58.019 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-08-24 15:04:58.032 | + lib/glance:configure_glance:326 : local dburl 2022-08-24 15:04:58.035 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-08-24 15:04:58.037 | ++ lib/database:database_connection_url:134 : local db=glance 2022-08-24 15:04:58.040 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-08-24 15:04:58.042 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-08-24 15:04:58.045 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:04:58.047 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:04:58.049 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:04:58.065 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:58.067 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:04:58.070 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-24 15:04:58.072 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-24 15:04:58.075 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-08-24 15:04:58.109 | + 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-24 15:04:58.144 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-08-24 15:04:58.176 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-24 15:04:58.208 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-08-24 15:04:58.245 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-08-24 15:04:58.281 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-08-24 15:04:58.283 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-08-24 15:04:58.285 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-08-24 15:04:58.287 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-24 15:04:58.290 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-08-24 15:04:58.326 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-08-24 15:04:58.359 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.89/identity 2022-08-24 15:04:58.393 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-08-24 15:04:58.430 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-08-24 15:04:58.469 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-08-24 15:04:58.501 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-08-24 15:04:58.536 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-08-24 15:04:58.570 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:04:58.603 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-08-24 15:04:58.642 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-08-24 15:04:58.677 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-08-24 15:04:58.680 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-08-24 15:04:58.682 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-08-24 15:04:58.685 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-24 15:04:58.687 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-24 15:04:58.690 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-24 15:04:58.709 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:58.712 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-24 15:04:58.715 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-24 15:04:58.718 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-24 15:04:58.735 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:58.737 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:04:58.740 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:04:58.776 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-24 15:04:58.779 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-24 15:04:58.781 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-08-24 15:04:58.783 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-08-24 15:04:58.786 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-08-24 15:04:58.820 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-08-24 15:04:58.854 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-08-24 15:04:58.858 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-08-24 15:04:58.860 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-08-24 15:04:58.863 | + lib/glance:configure_glance_store:254 : local be 2022-08-24 15:04:58.866 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-08-24 15:04:58.868 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-08-24 15:04:58.872 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-24 15:04:58.907 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-08-24 15:04:58.909 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.89 2022-08-24 15:04:58.946 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-08-24 15:04:58.948 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-08-24 15:04:58.965 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:04:58.967 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-08-24 15:04:59.001 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-08-24 15:04:59.035 | + 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-24 15:04:59.074 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-08-24 15:04:59.107 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-08-24 15:04:59.140 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-08-24 15:04:59.158 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:59.160 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-08-24 15:04:59.195 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-08-24 15:04:59.230 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-08-24 15:04:59.263 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.89/identity/v3 2022-08-24 15:04:59.297 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-08-24 15:04:59.331 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.89/image 2022-08-24 15:04:59.366 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-08-24 15:04:59.383 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:59.385 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-08-24 15:04:59.387 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-08-24 15:04:59.390 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-08-24 15:04:59.393 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-24 15:04:59.411 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-24 15:04:59.413 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-24 15:04:59.416 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-24 15:04:59.419 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-24 15:04:59.422 | + 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-24 15:04:59.454 | + 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-24 15:04:59.488 | + 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-24 15:04:59.522 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-24 15:04:59.555 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-08-24 15:04:59.560 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-08-24 15:04:59.596 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-08-24 15:04:59.629 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-24 15:04:59.663 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.89/identity 2022-08-24 15:04:59.695 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-08-24 15:04:59.729 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-08-24 15:04:59.764 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-08-24 15:04:59.798 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-24 15:04:59.834 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-08-24 15:04:59.874 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-08-24 15:04:59.910 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-08-24 15:04:59.944 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-08-24 15:04:59.950 | + 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-24 15:04:59.957 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-08-24 15:04:59.974 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:04:59.976 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-08-24 15:04:59.979 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-08-24 15:04:59.982 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-08-24 15:04:59.985 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-08-24 15:04:59.987 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-08-24 15:04:59.990 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-08-24 15:04:59.994 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-08-24 15:04:59.997 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-08-24 15:05:00.001 | + 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-24 15:05:00.036 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-08-24 15:05:00.039 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-08-24 15:05:00.041 | ++ functions:get_random_port:837 : true 2022-08-24 15:05:00.043 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-08-24 15:05:00.046 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-08-24 15:05:00.048 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-08-24 15:05:00.127 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-08-24 15:05:00.129 | ++ functions:get_random_port:841 : break 2 2022-08-24 15:05:00.132 | ++ functions:get_random_port:845 : echo 60999 2022-08-24 15:05:00.134 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-08-24 15:05:00.137 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-08-24 15:05:00.168 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-08-24 15:05:00.201 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-08-24 15:05:00.237 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-08-24 15:05:00.269 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-08-24 15:05:00.301 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-08-24 15:05:00.333 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-08-24 15:05:00.366 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-08-24 15:05:00.399 | + 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-24 15:05:00.431 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-24 15:05:00.464 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-08-24 15:05:00.497 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-24 15:05:00.529 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-08-24 15:05:00.561 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-08-24 15:05:00.593 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-08-24 15:05:00.625 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-08-24 15:05:00.663 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-08-24 15:05:00.696 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-08-24 15:05:00.729 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-08-24 15:05:00.764 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-08-24 15:05:00.767 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-08-24 15:05:00.770 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:05:00.772 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:00.774 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:00.777 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-08-24 15:05:00.780 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-08-24 15:05:00.836 | proxy (enabled by site administrator) 2022-08-24 15:05:00.839 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-08-24 15:05:00.842 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-08-24 15:05:00.845 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:05:00.847 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:00.849 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:00.852 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-08-24 15:05:00.854 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-08-24 15:05:00.908 | No module matches proxy_http 2022-08-24 15:05:00.911 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2022-08-24 15:05:00.973 | Considering dependency proxy for proxy_http: 2022-08-24 15:05:00.973 | Module proxy already enabled 2022-08-24 15:05:00.973 | Enabling module proxy_http. 2022-08-24 15:05:00.979 | To activate the new configuration, you need to run: 2022-08-24 15:05:00.979 | systemctl restart apache2 2022-08-24 15:05:00.984 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2022-08-24 15:05:00.986 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-24 15:05:00.989 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:05:00.991 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-24 15:05:01.122 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-08-24 15:05:01.126 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-08-24 15:05:01.128 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-08-24 15:05:01.131 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-24 15:05:01.133 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:01.136 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:01.139 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-24 15:05:01.142 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-24 15:05:01.145 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-08-24 15:05:01.146 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-24 15:05:01.156 | KeepAlive Off 2022-08-24 15:05:01.160 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-24 15:05:01.160 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-08-24 15:05:01.169 | SetEnv proxy-sendchunked 1 2022-08-24 15:05:01.174 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-24 15:05:01.174 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-08-24 15:05:01.182 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-08-24 15:05:01.186 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-08-24 15:05:01.188 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-08-24 15:05:01.191 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-24 15:05:01.193 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-24 15:05:01.196 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:05:01.198 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:01.201 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:01.203 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-24 15:05:01.206 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-24 15:05:01.208 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:01.210 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:01.212 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-08-24 15:05:01.276 | Enabling site glance-wsgi-api. 2022-08-24 15:05:01.282 | To activate the new configuration, you need to run: 2022-08-24 15:05:01.282 | systemctl reload apache2 2022-08-24 15:05:01.287 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-08-24 15:05:01.289 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-24 15:05:01.291 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:05:01.294 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-24 15:05:01.420 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-08-24 15:05:01.427 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-08-24 15:05:01.463 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-24 15:05:01.466 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-24 15:05:01.468 | + ./stack.sh:main:918 : is_service_enabled cinder 2022-08-24 15:05:01.486 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:01.489 | + ./stack.sh:main:920 : stack_install_service cinder 2022-08-24 15:05:01.491 | + lib/stack:stack_install_service:20 : local service=cinder 2022-08-24 15:05:01.493 | + lib/stack:stack_install_service:21 : type install_cinder 2022-08-24 15:05:01.497 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-24 15:05:01.499 | + lib/stack:stack_install_service:32 : install_cinder 2022-08-24 15:05:01.501 | + lib/cinder:install_cinder:474 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-08-24 15:05:01.504 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/cinder.git 2022-08-24 15:05:01.506 | + functions-common:git_clone:597 : local git_dest=/opt/stack/cinder 2022-08-24 15:05:01.509 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 15:05:01.511 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 15:05:01.515 | ++ functions-common:git_clone:600 : pwd 2022-08-24 15:05:01.517 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 15:05:01.520 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 15:05:01.523 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 15:05:01.540 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 15:05:01.542 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 15:05:01.545 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 15:05:01.548 | + functions-common:git_clone:617 : echo master 2022-08-24 15:05:01.548 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 15:05:01.553 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/cinder ]] 2022-08-24 15:05:01.555 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-24 15:05:01.558 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-08-24 15:05:01.571 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-08-24 15:05:01.574 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 15:05:01.574 | + functions-common:git_clone:678 : head -1 2022-08-24 15:05:01.583 | 7fa996bb6 Merge "Update volume delete api-ref" 2022-08-24 15:05:01.586 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 15:05:01.588 | + lib/cinder:install_cinder:475 : setup_develop /opt/stack/cinder 2022-08-24 15:05:01.591 | + inc/python:setup_develop:334 : local bindep 2022-08-24 15:05:01.593 | + inc/python:setup_develop:335 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-24 15:05:01.596 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/cinder 2022-08-24 15:05:01.598 | + inc/python:setup_develop:340 : local extras= 2022-08-24 15:05:01.601 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-08-24 15:05:01.603 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-24 15:05:01.605 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-24 15:05:01.608 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/cinder 2022-08-24 15:05:01.610 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-24 15:05:01.613 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-24 15:05:01.616 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/cinder 2022-08-24 15:05:01.619 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-24 15:05:01.622 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2022-08-24 15:05:01.624 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-24 15:05:01.627 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-24 15:05:01.630 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-08-24 15:05:01.636 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2022-08-24 15:05:01.639 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-08-24 15:05:02.267 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2022-08-24 15:05:02.270 | + inc/python:setup_package:414 : local bindep=0 2022-08-24 15:05:02.272 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-24 15:05:02.275 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-24 15:05:02.277 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-24 15:05:02.279 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2022-08-24 15:05:02.282 | + inc/python:setup_package:423 : local flags=-e 2022-08-24 15:05:02.284 | + inc/python:setup_package:424 : local extras= 2022-08-24 15:05:02.287 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-24 15:05:02.289 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-24 15:05:02.291 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-24 15:05:02.294 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-24 15:05:02.296 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-24 15:05:02.299 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2022-08-24 15:05:02.321 | Using python 3.8 to install /opt/stack/cinder 2022-08-24 15:05:02.326 | + 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-24 15:05:04.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:05:04.385 | from cryptography.utils import int_from_bytes 2022-08-24 15:05:04.386 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:05:04.386 | from cryptography.utils import int_from_bytes 2022-08-24 15:05:05.417 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:05:05.417 | Obtaining file:///opt/stack/cinder 2022-08-24 15:05:07.597 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-24 15:05:07.606 | 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-24 15:05:07.614 | 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-24 15:05:07.625 | 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-24 15:05:07.769 | 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-24 15:05:09.030 | Collecting boto3===1.24.56 2022-08-24 15:05:09.038 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/09f/b94008bd1f256/boto3-1.24.56-py3-none-any.whl (132 kB) 2022-08-24 15:05:10.674 | Collecting botocore===1.27.56 2022-08-24 15:05:10.712 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/81d/f81b1a1c5608b/botocore-1.27.56-py3-none-any.whl (9.1 MB) 2022-08-24 15:05:11.785 | 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-24 15:05:11.804 | 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-24 15:05:11.840 | 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-24 15:05:11.852 | 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-24 15:05:11.856 | 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-24 15:05:12.102 | Collecting google-api-python-client===2.57.0 2022-08-24 15:05:12.125 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/cbc/39ac20322d6da/google_api_python_client-2.57.0-py2.py3-none-any.whl (9.0 MB) 2022-08-24 15:05:13.171 | Collecting google-auth===2.11.0 2022-08-24 15:05:13.178 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/be6/2acaae38d0049/google_auth-2.11.0-py2.py3-none-any.whl (167 kB) 2022-08-24 15:05:13.448 | Collecting google-auth-httplib2===0.1.0 2022-08-24 15:05:13.455 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31e/49c36c6b5643b/google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2022-08-24 15:05:13.547 | 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-24 15:05:13.552 | 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-24 15:05:13.561 | 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-24 15:05:13.597 | 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-24 15:05:13.599 | 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-24 15:05:13.603 | 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-24 15:05:13.641 | 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-24 15:05:13.697 | 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-24 15:05:13.747 | 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-24 15:05:13.894 | Collecting oauth2client===4.1.3 2022-08-24 15:05:13.900 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8a/81cc5d60e2d36/oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2022-08-24 15:05:14.008 | 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-24 15:05:14.032 | 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-24 15:05:14.036 | 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-24 15:05:14.052 | 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-24 15:05:14.088 | 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-24 15:05:14.099 | 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-24 15:05:14.138 | 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-24 15:05:14.143 | 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-24 15:05:14.189 | 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-24 15:05:14.193 | 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-24 15:05:14.230 | 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-24 15:05:14.284 | 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-24 15:05:14.294 | 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-24 15:05:14.312 | 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-24 15:05:14.326 | 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-24 15:05:14.340 | 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-24 15:05:14.351 | 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-24 15:05:14.354 | 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-24 15:05:14.363 | 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-24 15:05:14.385 | 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-24 15:05:14.395 | 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-24 15:05:14.408 | 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-24 15:05:14.608 | Collecting oslo.vmware===4.0.0 2022-08-24 15:05:14.615 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c0b/55fda528af1d7/oslo.vmware-4.0.0-py3-none-any.whl (491 kB) 2022-08-24 15:05:14.785 | 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-24 15:05:14.823 | 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-24 15:05:15.435 | Collecting paramiko===2.11.0 2022-08-24 15:05:15.441 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/655/f25dc8baf7632/paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2022-08-24 15:05:15.584 | 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-24 15:05:15.586 | 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-24 15:05:15.599 | 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-24 15:05:15.604 | 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-24 15:05:15.855 | Collecting pyasn1===0.4.8 2022-08-24 15:05:15.885 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/39c/7e2ec30515947/pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2022-08-24 15:05:16.170 | Collecting pyasn1-modules===0.2.8 2022-08-24 15:05:16.176 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a50/b808ffeb97cb3/pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2022-08-24 15:05:16.315 | 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-24 15:05:16.326 | 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-24 15:05:16.328 | 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-24 15:05:16.334 | 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-24 15:05:16.338 | 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-24 15:05:16.352 | 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-24 15:05:16.512 | Collecting python-glanceclient===4.0.1 2022-08-24 15:05:16.519 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/767/bf12449a5b7ff/python_glanceclient-4.0.1-py3-none-any.whl (204 kB) 2022-08-24 15:05:16.657 | 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-24 15:05:16.678 | 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-24 15:05:16.692 | 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-24 15:05:16.711 | 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-24 15:05:16.716 | 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-24 15:05:16.723 | 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-24 15:05:16.736 | 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-24 15:05:16.865 | Collecting rsa===4.9 2022-08-24 15:05:16.872 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/902/60d9058e51478/rsa-4.9-py3-none-any.whl (34 kB) 2022-08-24 15:05:17.074 | Collecting rtslib-fb===2.1.75 2022-08-24 15:05:17.080 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/02d/4d1d8139f3217/rtslib-fb-2.1.75.tar.gz (74 kB) 2022-08-24 15:05:17.927 | Collecting s3transfer===0.6.0 2022-08-24 15:05:17.934 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/061/76b74f3a15f61/s3transfer-0.6.0-py3-none-any.whl (79 kB) 2022-08-24 15:05:18.041 | 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-24 15:05:18.044 | 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-24 15:05:18.054 | 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-24 15:05:18.057 | 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-24 15:05:18.059 | 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-24 15:05:18.173 | Collecting suds-community===1.1.2 2022-08-24 15:05:18.179 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/18a/0176bf4f5945e/suds_community-1.1.2-py3-none-any.whl (144 kB) 2022-08-24 15:05:18.407 | Collecting tabulate===0.8.10 2022-08-24 15:05:18.413 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/0ba/055423dbaa164/tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-08-24 15:05:18.506 | 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-24 15:05:18.557 | 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-24 15:05:18.571 | 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-24 15:05:18.579 | 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-24 15:05:18.585 | 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-24 15:05:18.594 | 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-24 15:05:18.755 | Collecting uritemplate===4.1.1 2022-08-24 15:05:18.762 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/830/c08b8d99bdd31/uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2022-08-24 15:05:18.852 | 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-24 15:05:18.885 | 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-24 15:05:18.996 | Collecting warlock===2.0.1 2022-08-24 15:05:19.002 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/448/df959cec31904/warlock-2.0.1-py3-none-any.whl (9.8 kB) 2022-08-24 15:05:19.096 | 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-24 15:05:19.101 | 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-24 15:05:19.104 | 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-24 15:05:19.109 | 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-24 15:05:19.316 | Collecting zstd===1.5.2.5 2022-08-24 15:05:19.327 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/49c/0dc1c00152fe7/zstd-1.5.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2022-08-24 15:05:19.512 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-24 15:05:19.515 | 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-24 15:05:19.518 | 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-24 15:05:19.761 | Collecting google-api-core===2.8.2 2022-08-24 15:05:19.767 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/93c/6a91ccac79079/google_api_core-2.8.2-py3-none-any.whl (114 kB) 2022-08-24 15:05:19.892 | 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-24 15:05:19.894 | 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-24 15:05:19.921 | 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-24 15:05:19.976 | 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-24 15:05:19.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-24 15:05:19.985 | 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-24 15:05:19.990 | 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-24 15:05:19.996 | 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-24 15:05:20.000 | 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-24 15:05:20.013 | 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-24 15:05:20.058 | 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-24 15:05:20.063 | 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-24 15:05:20.066 | 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-24 15:05:20.071 | 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-24 15:05:20.080 | 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-24 15:05:20.082 | 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-24 15:05:20.094 | 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-24 15:05:20.587 | Collecting PyNaCl===1.5.0 2022-08-24 15:05:20.596 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/06b/8f6fa7f5de8d5/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2022-08-24 15:05:20.686 | 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-24 15:05:20.696 | 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-24 15:05:20.707 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:05:20.712 | 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-24 15:05:20.715 | 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-24 15:05:20.827 | Collecting pyudev===0.23.2 2022-08-24 15:05:20.833 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/94bef0669f9aa/pyudev-0.23.2-py3-none-any.whl (63 kB) 2022-08-24 15:05:20.930 | 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-24 15:05:20.933 | 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-24 15:05:20.970 | 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-24 15:05:20.976 | 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-24 15:05:20.981 | 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-24 15:05:20.983 | 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-24 15:05:20.987 | 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-24 15:05:21.113 | Collecting googleapis-common-protos===1.56.4 2022-08-24 15:05:21.120 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8eb/2cbc91b69feaf/googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2022-08-24 15:05:21.260 | 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-24 15:05:21.262 | 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-24 15:05:21.272 | 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-24 15:05:21.275 | 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-24 15:05:21.277 | 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-24 15:05:21.326 | 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-24 15:05:21.329 | 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-24 15:05:21.332 | 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-24 15:05:21.335 | Building wheels for collected packages: rtslib-fb 2022-08-24 15:05:21.336 | Building wheel for rtslib-fb (setup.py): started 2022-08-24 15:05:22.038 | Building wheel for rtslib-fb (setup.py): finished with status 'done' 2022-08-24 15:05:22.039 | Created wheel for rtslib-fb: filename=rtslib_fb-2.1.75-py3-none-any.whl size=86186 sha256=3700aac57b5ae60e1c8469a89d3091dbd114f56e146adb06eefe58340bce1c94 2022-08-24 15:05:22.039 | Stored in directory: /root/.cache/pip/wheels/9e/0f/26/0e943777b8477f044506cceba45b0e3a1a96aa78cfb558ac9f 2022-08-24 15:05:22.040 | Successfully built rtslib-fb 2022-08-24 15:05:22.910 | Installing collected packages: PyNaCl, botocore, s3transfer, boto3, googleapis-common-protos, pyasn1, rsa, pyasn1-modules, google-auth, google-api-core, uritemplate, google-auth-httplib2, google-api-python-client, oauth2client, suds-community, oslo.vmware, paramiko, warlock, python-glanceclient, pyudev, rtslib-fb, tabulate, zstd, cinder 2022-08-24 15:05:22.910 | Attempting uninstall: PyNaCl 2022-08-24 15:05:22.911 | Found existing installation: PyNaCl 1.3.0 2022-08-24 15:05:22.912 | Not uninstalling pynacl at /usr/lib/python3/dist-packages, outside environment /usr 2022-08-24 15:05:22.912 | Can't uninstall 'PyNaCl'. No files were found to uninstall. 2022-08-24 15:05:27.973 | Running setup.py develop for cinder 2022-08-24 15:05:30.437 | Successfully installed PyNaCl-1.5.0 boto3-1.24.56 botocore-1.27.56 cinder google-api-core-2.8.2 google-api-python-client-2.57.0 google-auth-2.11.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 oauth2client-4.1.3 oslo.vmware-4.0.0 paramiko-2.11.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-glanceclient-4.0.1 pyudev-0.23.2 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.8.10 uritemplate-4.1.1 warlock-2.0.1 zstd-1.5.2.5 2022-08-24 15:05:30.728 | + inc/python:pip_install:196 : result=0 2022-08-24 15:05:30.731 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:05:30.733 | + functions-common:time_stop:2439 : local name 2022-08-24 15:05:30.736 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:05:30.738 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:05:30.740 | + functions-common:time_stop:2442 : local total 2022-08-24 15:05:30.742 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:05:30.744 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:05:30.747 | + functions-common:time_stop:2446 : start_time=1661353502315 2022-08-24 15:05:30.749 | + functions-common:time_stop:2448 : [[ -z 1661353502315 ]] 2022-08-24 15:05:30.752 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:05:30.756 | + functions-common:time_stop:2451 : end_time=1661353530753 2022-08-24 15:05:30.758 | + functions-common:time_stop:2452 : elapsed_time=28438 2022-08-24 15:05:30.761 | + functions-common:time_stop:2453 : total=112899 2022-08-24 15:05:30.763 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:05:30.765 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=141337 2022-08-24 15:05:30.767 | + inc/python:pip_install:199 : return 0 2022-08-24 15:05:30.770 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-24 15:05:30.772 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-24 15:05:30.775 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-24 15:05:30.795 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-24 15:05:30.806 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2022-08-24 15:05:30.809 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2022-08-24 15:05:30.812 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:05:30.814 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:05:30.816 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-08-24 15:05:30.819 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:05:30.821 | + lib/cinder:install_cinder:476 : [[ lioadm == \t\g\t\a\d\m ]] 2022-08-24 15:05:30.824 | + lib/cinder:install_cinder:478 : [[ lioadm == \l\i\o\a\d\m ]] 2022-08-24 15:05:30.826 | + lib/cinder:install_cinder:479 : is_ubuntu 2022-08-24 15:05:30.829 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:30.831 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:30.834 | + lib/cinder:install_cinder:481 : sudo mkdir -p /etc/target 2022-08-24 15:05:30.846 | + lib/cinder:install_cinder:483 : install_package targetcli-fb 2022-08-24 15:05:30.849 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:05:30.851 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:05:30.853 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:05:30.857 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:05:30.859 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:05:30.861 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:05:30.864 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:30.866 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:30.869 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:05:30.871 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:05:30.874 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:05:30.876 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:05:30.879 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-08-24 15:05:30.881 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:05:30.884 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:30.886 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:30.889 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-08-24 15:05:30.911 | + 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-24 15:05:31.027 | Reading package lists... 2022-08-24 15:05:31.284 | Building dependency tree... 2022-08-24 15:05:31.286 | Reading state information... 2022-08-24 15:05:31.550 | The following packages were automatically installed and are no longer required: 2022-08-24 15:05:31.552 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:05:31.552 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:05:31.552 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:05:31.552 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:05:31.552 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:05:31.552 | python3-zope.interface 2022-08-24 15:05:31.552 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:05:31.553 | The following additional packages will be installed: 2022-08-24 15:05:31.553 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-08-24 15:05:31.553 | python3-urwid 2022-08-24 15:05:31.554 | Suggested packages: 2022-08-24 15:05:31.554 | python-pyparsing-doc python-urwid-doc 2022-08-24 15:05:31.625 | The following NEW packages will be installed: 2022-08-24 15:05:31.625 | python3-configshell-fb python3-pyparsing python3-pyudev python3-rtslib-fb 2022-08-24 15:05:31.625 | python3-urwid targetcli-fb 2022-08-24 15:05:31.765 | 0 upgraded, 6 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:05:31.765 | Need to get 356 kB of archives. 2022-08-24 15:05:31.765 | After this operation, 2,294 kB of additional disk space will be used. 2022-08-24 15:05:31.765 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] 2022-08-24 15:05:31.963 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-urwid amd64 2.0.1-3 [159 kB] 2022-08-24 15:05:32.070 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 python3-configshell-fb all 1:1.1.27-0ubuntu1 [28.0 kB] 2022-08-24 15:05:32.084 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python3-pyudev all 0.21.0-3ubuntu1 [37.1 kB] 2022-08-24 15:05:32.093 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-rtslib-fb all 2.1.71-0ubuntu1.1 [36.4 kB] 2022-08-24 15:05:32.103 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 targetcli-fb all 1:2.1.51-0ubuntu1 [35.1 kB] 2022-08-24 15:05:32.685 | Fetched 356 kB in 0s (745 kB/s) 2022-08-24 15:05:32.848 | Selecting previously unselected package python3-pyparsing. 2022-08-24 15:05:32.904 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 90881 files and directories currently installed.) 2022-08-24 15:05:32.908 | Preparing to unpack .../0-python3-pyparsing_2.4.6-1_all.deb ... 2022-08-24 15:05:32.989 | Unpacking python3-pyparsing (2.4.6-1) ... 2022-08-24 15:05:33.349 | Selecting previously unselected package python3-urwid. 2022-08-24 15:05:33.360 | Preparing to unpack .../1-python3-urwid_2.0.1-3_amd64.deb ... 2022-08-24 15:05:33.424 | Unpacking python3-urwid (2.0.1-3) ... 2022-08-24 15:05:33.830 | Selecting previously unselected package python3-configshell-fb. 2022-08-24 15:05:33.839 | Preparing to unpack .../2-python3-configshell-fb_1%3a1.1.27-0ubuntu1_all.deb ... 2022-08-24 15:05:33.875 | Unpacking python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-08-24 15:05:34.356 | Selecting previously unselected package python3-pyudev. 2022-08-24 15:05:34.365 | Preparing to unpack .../3-python3-pyudev_0.21.0-3ubuntu1_all.deb ... 2022-08-24 15:05:34.418 | Unpacking python3-pyudev (0.21.0-3ubuntu1) ... 2022-08-24 15:05:34.830 | Selecting previously unselected package python3-rtslib-fb. 2022-08-24 15:05:34.840 | Preparing to unpack .../4-python3-rtslib-fb_2.1.71-0ubuntu1.1_all.deb ... 2022-08-24 15:05:34.875 | Unpacking python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-08-24 15:05:35.349 | Selecting previously unselected package targetcli-fb. 2022-08-24 15:05:35.359 | Preparing to unpack .../5-targetcli-fb_1%3a2.1.51-0ubuntu1_all.deb ... 2022-08-24 15:05:35.418 | Unpacking targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-08-24 15:05:35.879 | Setting up python3-urwid (2.0.1-3) ... 2022-08-24 15:05:36.338 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:141: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-24 15:05:36.338 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-24 15:05:36.338 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:145: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-24 15:05:36.338 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-24 15:05:36.338 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:149: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-24 15:05:36.338 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-24 15:05:36.338 | /usr/lib/python3/dist-packages/urwid/tests/test_canvas.py:232: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma? 2022-08-24 15:05:36.338 | assert result == expected, "got: %r expected: %r" (result, expected) 2022-08-24 15:05:36.560 | Setting up python3-pyparsing (2.4.6-1) ... 2022-08-24 15:05:37.047 | Setting up python3-configshell-fb (1:1.1.27-0ubuntu1) ... 2022-08-24 15:05:37.509 | Setting up python3-pyudev (0.21.0-3ubuntu1) ... 2022-08-24 15:05:37.989 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1.1) ... 2022-08-24 15:05:39.446 | Setting up targetcli-fb (1:2.1.51-0ubuntu1) ... 2022-08-24 15:05:40.092 | Created symlink /etc/systemd/system/multi-user.target.wants/targetclid.service → /lib/systemd/system/targetclid.service. 2022-08-24 15:05:40.092 | Created symlink /etc/systemd/system/sockets.target.wants/targetclid.socket → /lib/systemd/system/targetclid.socket. 2022-08-24 15:05:42.138 | Processing triggers for man-db (2.9.1-1) ... 2022-08-24 15:05:42.459 | Processing triggers for systemd (245.4-4ubuntu3.17) ... 2022-08-24 15:05:51.103 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:05:51.105 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:05:51.108 | + functions-common:time_stop:2439 : local name 2022-08-24 15:05:51.110 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:05:51.113 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:05:51.115 | + functions-common:time_stop:2442 : local total 2022-08-24 15:05:51.118 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:05:51.121 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:05:51.124 | + functions-common:time_stop:2446 : start_time=1661353530909 2022-08-24 15:05:51.126 | + functions-common:time_stop:2448 : [[ -z 1661353530909 ]] 2022-08-24 15:05:51.130 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:05:51.135 | + functions-common:time_stop:2451 : end_time=1661353551132 2022-08-24 15:05:51.138 | + functions-common:time_stop:2452 : elapsed_time=20223 2022-08-24 15:05:51.140 | + functions-common:time_stop:2453 : total=530783 2022-08-24 15:05:51.143 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:05:51.146 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=551006 2022-08-24 15:05:51.148 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:05:51.151 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-24 15:05:51.154 | + ./stack.sh:main:921 : configure_cinder 2022-08-24 15:05:51.156 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-08-24 15:05:51.169 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-08-24 15:05:51.173 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-08-24 15:05:51.175 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-08-24 15:05:51.178 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-24 15:05:51.181 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-08-24 15:05:51.182 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-24 15:05:51.187 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-08-24 15:05:51.189 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-08-24 15:05:51.191 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-24 15:05:51.194 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-08-24 15:05:51.196 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-08-24 15:05:51.199 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-08-24 15:05:51.201 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-08-24 15:05:51.204 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-08-24 15:05:51.215 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-08-24 15:05:51.228 | + 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-24 15:05:51.243 | + 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-24 15:05:51.256 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-08-24 15:05:51.269 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-24 15:05:51.271 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-24 15:05:51.277 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.JYz5WJHJvl 2022-08-24 15:05:51.279 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-24 15:05:51.281 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-24 15:05:51.284 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-08-24 15:05:51.286 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.JYz5WJHJvl 2022-08-24 15:05:51.290 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.JYz5WJHJvl 2022-08-24 15:05:51.304 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.JYz5WJHJvl /etc/sudoers.d/cinder-rootwrap 2022-08-24 15:05:51.318 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-08-24 15:05:51.323 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-24 15:05:51.325 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-24 15:05:51.327 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-24 15:05:51.330 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-24 15:05:51.332 | + 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-24 15:05:51.334 | + 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-24 15:05:51.337 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-08-24 15:05:51.339 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-08-24 15:05:51.344 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-08-24 15:05:51.348 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-08-24 15:05:51.368 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-08-24 15:05:51.388 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-08-24 15:05:51.407 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-08-24 15:05:51.426 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-08-24 15:05:51.445 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-08-24 15:05:51.464 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-08-24 15:05:51.483 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-08-24 15:05:51.503 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-08-24 15:05:51.506 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-24 15:05:51.508 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-08-24 15:05:51.511 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-24 15:05:51.513 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-08-24 15:05:51.547 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-08-24 15:05:51.579 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.89/identity 2022-08-24 15:05:51.612 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-08-24 15:05:51.647 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-08-24 15:05:51.678 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-08-24 15:05:51.711 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-08-24 15:05:51.743 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-08-24 15:05:51.777 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:05:51.809 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-08-24 15:05:51.843 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-08-24 15:05:51.879 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-08-24 15:05:51.912 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-08-24 15:05:51.914 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-08-24 15:05:51.917 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-08-24 15:05:51.920 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-08-24 15:05:51.922 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:05:51.925 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:05:51.927 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:05:51.943 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:51.945 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:05:51.948 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-24 15:05:51.951 | + 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-24 15:05:51.986 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-08-24 15:05:52.020 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-08-24 15:05:52.054 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-08-24 15:05:52.087 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-08-24 15:05:52.124 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-08-24 15:05:52.159 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-08-24 15:05:52.196 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-08-24 15:05:52.199 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.89 2022-08-24 15:05:52.232 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-08-24 15:05:52.270 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-08-24 15:05:52.277 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key e758e47721358db7c507964fa392a96c 2022-08-24 15:05:52.311 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-08-24 15:05:52.313 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-08-24 15:05:52.346 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-08-24 15:05:52.380 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-08-24 15:05:52.412 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-08-24 15:05:52.446 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-08-24 15:05:52.463 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:52.466 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-08-24 15:05:52.468 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-08-24 15:05:52.471 | + lib/cinder:configure_cinder:301 : local default_name= 2022-08-24 15:05:52.473 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-08-24 15:05:52.475 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-08-24 15:05:52.478 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-08-24 15:05:52.481 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-08-24 15:05:52.483 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-08-24 15:05:52.485 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-08-24 15:05:52.488 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-08-24 15:05:52.490 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-08-24 15:05:52.525 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-08-24 15:05:52.558 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-08-24 15:05:52.590 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-08-24 15:05:52.624 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-08-24 15:05:52.659 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-08-24 15:05:52.692 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-08-24 15:05:52.694 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-08-24 15:05:52.696 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-08-24 15:05:52.699 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-08-24 15:05:52.732 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-08-24 15:05:52.734 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-08-24 15:05:52.767 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-08-24 15:05:52.769 | + lib/cinder:configure_cinder_image_volume_cache:632 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-08-24 15:05:52.773 | + lib/cinder:configure_cinder_image_volume_cache:633 : local be_name=lvmdriver-1 2022-08-24 15:05:52.775 | + lib/cinder:configure_cinder_image_volume_cache:635 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-08-24 15:05:52.808 | + lib/cinder:configure_cinder_image_volume_cache:637 : [[ -n '' ]] 2022-08-24 15:05:52.810 | + lib/cinder:configure_cinder_image_volume_cache:641 : [[ -n '' ]] 2022-08-24 15:05:52.813 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-08-24 15:05:52.833 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:52.836 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-08-24 15:05:52.839 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-08-24 15:05:52.841 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-08-24 15:05:52.844 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-08-24 15:05:52.877 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.89:8080/v1/AUTH_ 2022-08-24 15:05:52.915 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-08-24 15:05:52.932 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:05:52.935 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-08-24 15:05:52.952 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:05:52.954 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-08-24 15:05:52.972 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:05:52.974 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-08-24 15:05:52.976 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-08-24 15:05:52.979 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-08-24 15:05:52.981 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-08-24 15:05:52.984 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-24 15:05:52.986 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-24 15:05:52.988 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-24 15:05:53.005 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:53.008 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-24 15:05:53.011 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-24 15:05:53.014 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-24 15:05:53.031 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:53.033 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:05:53.036 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:05:53.068 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-24 15:05:53.071 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-24 15:05:53.074 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-08-24 15:05:53.076 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-08-24 15:05:53.079 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-08-24 15:05:53.082 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-24 15:05:53.099 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-24 15:05:53.102 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-24 15:05:53.104 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-24 15:05:53.107 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-24 15:05:53.109 | + 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-24 15:05:53.143 | + 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-24 15:05:53.176 | + 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-24 15:05:53.209 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-24 15:05:53.242 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-08-24 15:05:53.259 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:53.262 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-08-24 15:05:53.264 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-08-24 15:05:53.267 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-08-24 15:05:53.269 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-08-24 15:05:53.271 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-24 15:05:53.274 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-24 15:05:53.277 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-08-24 15:05:53.281 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-08-24 15:05:53.283 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-24 15:05:53.286 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-24 15:05:53.298 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-24 15:05:53.299 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:05:53.308 | d /var/run/uwsgi 0755 ubuntu root 2022-08-24 15:05:53.311 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:05:53.328 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-08-24 15:05:53.331 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-08-24 15:05:53.334 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-08-24 15:05:53.374 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-08-24 15:05:53.406 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-08-24 15:05:53.437 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-08-24 15:05:53.469 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-24 15:05:53.502 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-24 15:05:53.534 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-08-24 15:05:53.566 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-08-24 15:05:53.598 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-08-24 15:05:53.632 | + 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-24 15:05:53.668 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-24 15:05:53.700 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-24 15:05:53.733 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-08-24 15:05:53.766 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-24 15:05:53.768 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-24 15:05:53.771 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-08-24 15:05:53.774 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-08-24 15:05:53.776 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-24 15:05:53.779 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:53.781 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:53.783 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-24 15:05:53.786 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-08-24 15:05:53.788 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-08-24 15:05:53.821 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-24 15:05:53.855 | + 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-24 15:05:53.855 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-24 15:05:53.864 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-08-24 15:05:53.868 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-08-24 15:05:53.870 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-08-24 15:05:53.873 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-24 15:05:53.875 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-24 15:05:53.877 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:05:53.880 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:53.882 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:53.885 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-24 15:05:53.888 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-24 15:05:53.890 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:05:53.892 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:05:53.895 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-08-24 15:05:53.960 | Enabling site cinder-wsgi. 2022-08-24 15:05:53.966 | To activate the new configuration, you need to run: 2022-08-24 15:05:53.966 | systemctl reload apache2 2022-08-24 15:05:53.973 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-24 15:05:53.976 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-24 15:05:53.978 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:05:53.982 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-24 15:05:54.116 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-08-24 15:05:54.118 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-08-24 15:05:54.155 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.89/image 2022-08-24 15:05:54.189 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-08-24 15:05:54.206 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:05:54.208 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-08-24 15:05:54.211 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-24 15:05:54.214 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-24 15:05:54.216 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-24 15:05:54.219 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-08-24 15:05:54.255 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-08-24 15:05:54.289 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.89/identity 2022-08-24 15:05:54.321 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-08-24 15:05:54.355 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-08-24 15:05:54.390 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-08-24 15:05:54.427 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-08-24 15:05:54.461 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-08-24 15:05:54.495 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:05:54.530 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-08-24 15:05:54.564 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-08-24 15:05:54.597 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-08-24 15:05:54.633 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-08-24 15:05:54.636 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-08-24 15:05:54.654 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:54.656 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.89:2379 2022-08-24 15:05:54.693 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-24 15:05:54.695 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-24 15:05:54.699 | + ./stack.sh:main:924 : is_service_enabled neutron 2022-08-24 15:05:54.716 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:05:54.719 | + ./stack.sh:main:926 : stack_install_service neutron 2022-08-24 15:05:54.721 | + lib/stack:stack_install_service:20 : local service=neutron 2022-08-24 15:05:54.724 | + lib/stack:stack_install_service:21 : type install_neutron 2022-08-24 15:05:54.727 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-24 15:05:54.729 | + lib/stack:stack_install_service:32 : install_neutron 2022-08-24 15:05:54.731 | + lib/neutron:install_neutron:702 : is_neutron_legacy_enabled 2022-08-24 15:05:54.735 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:05:54.736 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-24 15:05:54.741 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:05:54.744 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-24 15:05:54.747 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-08-24 15:05:54.749 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-24 15:05:54.752 | + lib/neutron:install_neutron:704 : install_mutnauq 2022-08-24 15:05:54.755 | + lib/neutron-legacy:install_mutnauq:472 : use_library_from_git neutron-lib 2022-08-24 15:05:54.757 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2022-08-24 15:05:54.761 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:05:54.763 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:05:54.766 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2022-08-24 15:05:54.769 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:05:54.772 | + lib/neutron-legacy:install_mutnauq:477 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-08-24 15:05:54.775 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/neutron.git 2022-08-24 15:05:54.777 | + functions-common:git_clone:597 : local git_dest=/opt/stack/neutron 2022-08-24 15:05:54.780 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 15:05:54.782 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 15:05:54.785 | ++ functions-common:git_clone:600 : pwd 2022-08-24 15:05:54.787 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 15:05:54.790 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 15:05:54.793 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 15:05:54.809 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 15:05:54.812 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 15:05:54.814 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 15:05:54.817 | + functions-common:git_clone:617 : echo master 2022-08-24 15:05:54.819 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 15:05:54.824 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/neutron ]] 2022-08-24 15:05:54.827 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-24 15:05:54.829 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-08-24 15:05:54.842 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-08-24 15:05:54.845 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 15:05:54.845 | + functions-common:git_clone:678 : head -1 2022-08-24 15:05:54.854 | 3bb0e8a33c Allow shared net to be added on router 2022-08-24 15:05:54.857 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 15:05:54.859 | + lib/neutron-legacy:install_mutnauq:478 : setup_develop /opt/stack/neutron 2022-08-24 15:05:54.862 | + inc/python:setup_develop:334 : local bindep 2022-08-24 15:05:54.864 | + inc/python:setup_develop:335 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-24 15:05:54.867 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/neutron 2022-08-24 15:05:54.870 | + inc/python:setup_develop:340 : local extras= 2022-08-24 15:05:54.873 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-08-24 15:05:54.875 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-24 15:05:54.878 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-24 15:05:54.881 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/neutron 2022-08-24 15:05:54.883 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-24 15:05:54.886 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-24 15:05:54.889 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/neutron 2022-08-24 15:05:54.891 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-24 15:05:54.894 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2022-08-24 15:05:54.897 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-24 15:05:54.900 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-24 15:05:54.904 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-08-24 15:05:54.910 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2022-08-24 15:05:54.912 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-08-24 15:05:55.546 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2022-08-24 15:05:55.548 | + inc/python:setup_package:414 : local bindep=0 2022-08-24 15:05:55.551 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-24 15:05:55.553 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-24 15:05:55.556 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-24 15:05:55.559 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2022-08-24 15:05:55.561 | + inc/python:setup_package:423 : local flags=-e 2022-08-24 15:05:55.564 | + inc/python:setup_package:424 : local extras= 2022-08-24 15:05:55.566 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-24 15:05:55.569 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-24 15:05:55.571 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-24 15:05:55.574 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-24 15:05:55.577 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-24 15:05:55.579 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2022-08-24 15:05:55.601 | Using python 3.8 to install /opt/stack/neutron 2022-08-24 15:05:55.603 | + 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-24 15:05:57.736 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:05:57.737 | from cryptography.utils import int_from_bytes 2022-08-24 15:05:57.737 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:05:57.737 | from cryptography.utils import int_from_bytes 2022-08-24 15:05:58.824 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:05:58.825 | Obtaining file:///opt/stack/neutron 2022-08-24 15:06:01.079 | 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-24 15:06:01.085 | 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-24 15:06:01.088 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-24 15:06:01.096 | 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-24 15:06:01.105 | 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-24 15:06:01.116 | 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-24 15:06:01.261 | 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-24 15:06:01.274 | 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-24 15:06:01.288 | 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-24 15:06:01.295 | 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-24 15:06:01.298 | 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-24 15:06:01.306 | 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-24 15:06:01.309 | 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-24 15:06:01.314 | 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-24 15:06:01.324 | 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-24 15:06:01.362 | 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-24 15:06:01.389 | 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-24 15:06:01.446 | 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-24 15:06:01.500 | 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-24 15:06:01.505 | 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-24 15:06:01.508 | 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-24 15:06:01.545 | 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-24 15:06:01.570 | 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-24 15:06:01.586 | 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-24 15:06:01.591 | 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-24 15:06:01.595 | 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-24 15:06:01.599 | 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-24 15:06:01.621 | 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-24 15:06:01.659 | 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-24 15:06:01.669 | 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-24 15:06:01.708 | 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-24 15:06:01.714 | 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-24 15:06:01.761 | 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-24 15:06:01.766 | 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-24 15:06:01.805 | 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-24 15:06:01.860 | 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-24 15:06:01.870 | 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-24 15:06:01.889 | 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-24 15:06:01.904 | 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-24 15:06:01.917 | 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-24 15:06:01.929 | 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-24 15:06:01.932 | 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-24 15:06:01.940 | 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-24 15:06:01.963 | 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-24 15:06:01.973 | 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-24 15:06:01.986 | 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-24 15:06:02.006 | 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-24 15:06:02.045 | 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-24 15:06:02.050 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-08-24 15:06:02.059 | 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-24 15:06:02.064 | 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-24 15:06:02.066 | 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-24 15:06:02.075 | 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-24 15:06:02.086 | 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-24 15:06:02.092 | 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-24 15:06:02.110 | 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-24 15:06:02.123 | 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-24 15:06:02.132 | 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-24 15:06:02.135 | 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-24 15:06:02.141 | 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-24 15:06:02.147 | 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-24 15:06:02.152 | 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-24 15:06:02.171 | 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-24 15:06:02.218 | 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-24 15:06:02.243 | 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-24 15:06:02.257 | 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-24 15:06:02.261 | 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-24 15:06:02.269 | 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-24 15:06:02.282 | 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-24 15:06:02.285 | 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-24 15:06:02.289 | 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-24 15:06:02.295 | 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-24 15:06:02.298 | 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-24 15:06:02.300 | 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-24 15:06:02.304 | 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-24 15:06:02.313 | 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-24 15:06:02.316 | 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-24 15:06:02.319 | 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-24 15:06:02.323 | 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-24 15:06:02.337 | 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-24 15:06:02.346 | 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-24 15:06:02.352 | 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-24 15:06:02.363 | 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-24 15:06:02.422 | 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-24 15:06:02.456 | 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-24 15:06:02.460 | 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-24 15:06:02.466 | 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-24 15:06:02.469 | 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-24 15:06:02.474 | 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-24 15:06:02.499 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-24 15:06:02.501 | 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-24 15:06:02.513 | 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-24 15:06:02.540 | 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-24 15:06:02.542 | 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-24 15:06:02.563 | 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-24 15:06:02.567 | 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-24 15:06:02.570 | 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-24 15:06:02.575 | 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-24 15:06:02.577 | 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-24 15:06:02.583 | 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-24 15:06:02.621 | 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-24 15:06:02.624 | 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-24 15:06:02.627 | 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-24 15:06:02.632 | 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-24 15:06:02.635 | 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-24 15:06:02.680 | 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-24 15:06:02.687 | 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-24 15:06:02.691 | 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-24 15:06:02.703 | 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-24 15:06:02.705 | 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-24 15:06:02.743 | 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-24 15:06:02.758 | 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-24 15:06:02.770 | 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-24 15:06:02.773 | 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-24 15:06:02.776 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:06:02.783 | 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-24 15:06:02.786 | 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-24 15:06:02.788 | 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-24 15:06:02.791 | 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-24 15:06:02.794 | 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-24 15:06:02.797 | 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-24 15:06:02.799 | 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-24 15:06:02.804 | 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-24 15:06:02.861 | 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-24 15:06:02.910 | 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-24 15:06:02.913 | 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-24 15:06:03.799 | Installing collected packages: neutron 2022-08-24 15:06:03.799 | Attempting uninstall: neutron 2022-08-24 15:06:03.800 | Found existing installation: neutron 20.2.0 2022-08-24 15:06:09.223 | Uninstalling neutron-20.2.0: 2022-08-24 15:06:09.305 | Successfully uninstalled neutron-20.2.0 2022-08-24 15:06:09.305 | Running setup.py develop for neutron 2022-08-24 15:06:12.114 | Successfully installed neutron 2022-08-24 15:06:12.224 | + inc/python:pip_install:196 : result=0 2022-08-24 15:06:12.226 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:06:12.230 | + functions-common:time_stop:2439 : local name 2022-08-24 15:06:12.232 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:06:12.234 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:06:12.236 | + functions-common:time_stop:2442 : local total 2022-08-24 15:06:12.238 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:06:12.241 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:06:12.243 | + functions-common:time_stop:2446 : start_time=1661353555595 2022-08-24 15:06:12.246 | + functions-common:time_stop:2448 : [[ -z 1661353555595 ]] 2022-08-24 15:06:12.249 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:06:12.253 | + functions-common:time_stop:2451 : end_time=1661353572250 2022-08-24 15:06:12.256 | + functions-common:time_stop:2452 : elapsed_time=16655 2022-08-24 15:06:12.258 | + functions-common:time_stop:2453 : total=141337 2022-08-24 15:06:12.260 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:06:12.263 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=157992 2022-08-24 15:06:12.265 | + inc/python:pip_install:199 : return 0 2022-08-24 15:06:12.267 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-24 15:06:12.270 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-24 15:06:12.272 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-24 15:06:12.292 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-24 15:06:12.304 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2022-08-24 15:06:12.307 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2022-08-24 15:06:12.310 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:06:12.312 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:06:12.314 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-08-24 15:06:12.317 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:06:12.319 | + lib/neutron-legacy:install_mutnauq:480 : [[ openvswitch == \o\v\n ]] 2022-08-24 15:06:12.322 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-24 15:06:12.325 | + ./stack.sh:main:929 : is_service_enabled nova 2022-08-24 15:06:12.342 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:12.344 | + ./stack.sh:main:931 : stack_install_service nova 2022-08-24 15:06:12.347 | + lib/stack:stack_install_service:20 : local service=nova 2022-08-24 15:06:12.349 | + lib/stack:stack_install_service:21 : type install_nova 2022-08-24 15:06:12.352 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-24 15:06:12.355 | + lib/stack:stack_install_service:32 : install_nova 2022-08-24 15:06:12.357 | + lib/nova:install_nova:889 : use_library_from_git os-vif 2022-08-24 15:06:12.360 | + inc/python:use_library_from_git:246 : local name=os-vif 2022-08-24 15:06:12.362 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:06:12.365 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:06:12.367 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2022-08-24 15:06:12.370 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:06:12.373 | + lib/nova:install_nova:894 : is_service_enabled n-cpu 2022-08-24 15:06:12.389 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:12.391 | + lib/nova:install_nova:898 : is_service_enabled n-novnc 2022-08-24 15:06:12.408 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:12.410 | + lib/nova:install_nova:910 : is_service_enabled n-spice 2022-08-24 15:06:12.427 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:12.429 | + lib/nova:install_nova:922 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-08-24 15:06:12.432 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/nova.git 2022-08-24 15:06:12.434 | + functions-common:git_clone:597 : local git_dest=/opt/stack/nova 2022-08-24 15:06:12.436 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 15:06:12.439 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 15:06:12.442 | ++ functions-common:git_clone:600 : pwd 2022-08-24 15:06:12.445 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 15:06:12.447 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 15:06:12.450 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 15:06:12.466 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 15:06:12.468 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 15:06:12.470 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 15:06:12.473 | + functions-common:git_clone:617 : echo master 2022-08-24 15:06:12.473 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 15:06:12.479 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/nova ]] 2022-08-24 15:06:12.481 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-24 15:06:12.483 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/nova 2022-08-24 15:06:12.496 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-08-24 15:06:12.499 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 15:06:12.500 | + functions-common:git_clone:678 : head -1 2022-08-24 15:06:12.503 | 9a82a90993 Merge "Fix suspend for non hostdev sriov ports" 2022-08-24 15:06:12.506 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 15:06:12.508 | + lib/nova:install_nova:923 : setup_develop /opt/stack/nova 2022-08-24 15:06:12.511 | + inc/python:setup_develop:334 : local bindep 2022-08-24 15:06:12.513 | + inc/python:setup_develop:335 : [[ /opt/stack/nova == -bindep* ]] 2022-08-24 15:06:12.516 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/nova 2022-08-24 15:06:12.518 | + inc/python:setup_develop:340 : local extras= 2022-08-24 15:06:12.521 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-08-24 15:06:12.523 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-24 15:06:12.529 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/nova == -bindep* ]] 2022-08-24 15:06:12.531 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/nova 2022-08-24 15:06:12.534 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-24 15:06:12.537 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-24 15:06:12.540 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/nova 2022-08-24 15:06:12.543 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-24 15:06:12.546 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2022-08-24 15:06:12.548 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-24 15:06:12.551 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-24 15:06:12.554 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-08-24 15:06:12.561 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2022-08-24 15:06:12.563 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-08-24 15:06:13.186 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2022-08-24 15:06:13.188 | + inc/python:setup_package:414 : local bindep=0 2022-08-24 15:06:13.191 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-24 15:06:13.193 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-24 15:06:13.195 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2022-08-24 15:06:13.198 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2022-08-24 15:06:13.200 | + inc/python:setup_package:423 : local flags=-e 2022-08-24 15:06:13.203 | + inc/python:setup_package:424 : local extras= 2022-08-24 15:06:13.205 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-24 15:06:13.207 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-24 15:06:13.210 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-24 15:06:13.213 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-24 15:06:13.215 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-24 15:06:13.217 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2022-08-24 15:06:13.237 | Using python 3.8 to install /opt/stack/nova 2022-08-24 15:06:13.239 | + 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-24 15:06:15.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:06:15.305 | from cryptography.utils import int_from_bytes 2022-08-24 15:06:15.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:06:15.305 | from cryptography.utils import int_from_bytes 2022-08-24 15:06:16.350 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:06:16.350 | Obtaining file:///opt/stack/nova 2022-08-24 15:06:19.748 | 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-24 15:06:19.754 | 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-24 15:06:19.758 | Requirement already satisfied: Paste===3.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.2) 2022-08-24 15:06:19.767 | 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-24 15:06:19.776 | 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-24 15:06:19.779 | 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-24 15:06:19.790 | 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-24 15:06:19.936 | 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-24 15:06:19.950 | 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-24 15:06:19.964 | 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-24 15:06:19.983 | 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-24 15:06:20.021 | 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-24 15:06:20.034 | 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-24 15:06:20.037 | 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-24 15:06:20.045 | 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-24 15:06:20.048 | 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-24 15:06:20.053 | 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-24 15:06:20.094 | 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-24 15:06:20.122 | 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-24 15:06:20.125 | 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-24 15:06:20.164 | 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-24 15:06:20.222 | 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-24 15:06:20.273 | 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-24 15:06:20.435 | Collecting microversion-parse===1.0.1 2022-08-24 15:06:20.442 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/aab/3ab98028923e7/microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2022-08-24 15:06:20.549 | 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-24 15:06:20.554 | 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-24 15:06:20.557 | 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-24 15:06:20.581 | 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-24 15:06:20.604 | 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-24 15:06:20.609 | 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-24 15:06:20.613 | 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-24 15:06:20.617 | 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-24 15:06:20.640 | 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-24 15:06:20.657 | 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-24 15:06:20.693 | 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-24 15:06:20.703 | 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-24 15:06:20.770 | 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-24 15:06:20.776 | 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-24 15:06:20.823 | 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-24 15:06:20.828 | 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-24 15:06:20.838 | 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-24 15:06:20.876 | 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-24 15:06:20.930 | 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-24 15:06:20.941 | 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-24 15:06:20.959 | 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-24 15:06:20.973 | 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-24 15:06:20.988 | 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-24 15:06:21.000 | 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-24 15:06:21.003 | 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-24 15:06:21.012 | 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-24 15:06:21.033 | 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-24 15:06:21.043 | 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-24 15:06:21.058 | 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-24 15:06:21.077 | Requirement already satisfied: ovsdbapp===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.1.0) 2022-08-24 15:06:21.086 | 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-24 15:06:21.091 | 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-24 15:06:21.124 | 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-24 15:06:21.127 | 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-24 15:06:21.139 | 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-24 15:06:21.144 | 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-24 15:06:21.162 | 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-24 15:06:21.172 | 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-24 15:06:21.174 | 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-24 15:06:21.181 | 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-24 15:06:21.187 | 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-24 15:06:21.191 | 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-24 15:06:21.205 | 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-24 15:06:21.219 | 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-24 15:06:21.224 | 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-24 15:06:21.240 | 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-24 15:06:21.262 | 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-24 15:06:21.285 | 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-24 15:06:21.291 | 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-24 15:06:21.297 | 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-24 15:06:21.311 | 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-24 15:06:21.313 | 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-24 15:06:21.317 | 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-24 15:06:21.321 | 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-24 15:06:21.324 | 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-24 15:06:21.327 | 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-24 15:06:21.337 | 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-24 15:06:21.339 | 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-24 15:06:21.342 | 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-24 15:06:21.346 | 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-24 15:06:21.361 | 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-24 15:06:21.370 | 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-24 15:06:21.375 | 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-24 15:06:21.385 | 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-24 15:06:21.443 | 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-24 15:06:21.476 | 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-24 15:06:21.481 | 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-24 15:06:21.487 | 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-24 15:06:21.605 | Collecting websockify===0.10.0 2022-08-24 15:06:21.611 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/736/dc7a57bdf18d4/websockify-0.10.0-py3-none-any.whl (38 kB) 2022-08-24 15:06:21.716 | 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-24 15:06:21.720 | 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-24 15:06:21.724 | 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-24 15:06:21.750 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.2->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-24 15:06:21.753 | 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-24 15:06:21.764 | 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-24 15:06:21.767 | 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-24 15:06:21.793 | 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-24 15:06:21.850 | 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-24 15:06:21.857 | 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-24 15:06:21.860 | 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-24 15:06:21.880 | 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-24 15:06:21.885 | 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-24 15:06:21.888 | 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-24 15:06:21.893 | 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-24 15:06:21.896 | 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-24 15:06:21.901 | 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-24 15:06:21.904 | 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-24 15:06:21.949 | 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-24 15:06:21.957 | 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-24 15:06:21.960 | 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-24 15:06:21.971 | 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-24 15:06:21.976 | 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-24 15:06:21.987 | 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-24 15:06:21.998 | 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-24 15:06:22.011 | 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-24 15:06:22.025 | 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-24 15:06:22.029 | 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-24 15:06:22.032 | 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-24 15:06:22.035 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:06:22.039 | 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-24 15:06:22.042 | 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-24 15:06:23.227 | Collecting numpy===1.23.2 2022-08-24 15:06:23.263 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/bd5/b7ccae24e3d85/numpy-1.23.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2022-08-24 15:06:24.569 | 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-24 15:06:24.573 | 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-24 15:06:24.576 | 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-24 15:06:24.578 | 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-24 15:06:24.581 | 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-24 15:06:24.630 | 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-24 15:06:24.634 | 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-24 15:06:25.532 | Installing collected packages: microversion-parse, numpy, websockify, nova 2022-08-24 15:06:29.258 | Running setup.py develop for nova 2022-08-24 15:06:32.926 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.2 websockify-0.10.0 2022-08-24 15:06:33.090 | + inc/python:pip_install:196 : result=0 2022-08-24 15:06:33.092 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:06:33.095 | + functions-common:time_stop:2439 : local name 2022-08-24 15:06:33.097 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:06:33.099 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:06:33.102 | + functions-common:time_stop:2442 : local total 2022-08-24 15:06:33.104 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:06:33.106 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:06:33.108 | + functions-common:time_stop:2446 : start_time=1661353573232 2022-08-24 15:06:33.111 | + functions-common:time_stop:2448 : [[ -z 1661353573232 ]] 2022-08-24 15:06:33.113 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:06:33.117 | + functions-common:time_stop:2451 : end_time=1661353593115 2022-08-24 15:06:33.120 | + functions-common:time_stop:2452 : elapsed_time=19883 2022-08-24 15:06:33.122 | + functions-common:time_stop:2453 : total=157992 2022-08-24 15:06:33.124 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:06:33.126 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=177875 2022-08-24 15:06:33.129 | + inc/python:pip_install:199 : return 0 2022-08-24 15:06:33.131 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-24 15:06:33.133 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-24 15:06:33.136 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-24 15:06:33.154 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-24 15:06:33.167 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2022-08-24 15:06:33.169 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2022-08-24 15:06:33.172 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:06:33.174 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:06:33.177 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-08-24 15:06:33.180 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:06:33.182 | + 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-24 15:06:33.195 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-24 15:06:33.198 | + ./stack.sh:main:932 : configure_nova 2022-08-24 15:06:33.200 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-08-24 15:06:33.213 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-08-24 15:06:33.215 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-08-24 15:06:33.218 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-24 15:06:33.221 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-08-24 15:06:33.222 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-24 15:06:33.226 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-08-24 15:06:33.229 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-08-24 15:06:33.231 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-24 15:06:33.234 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-08-24 15:06:33.236 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-08-24 15:06:33.238 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-08-24 15:06:33.241 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-08-24 15:06:33.243 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-08-24 15:06:33.255 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-08-24 15:06:33.268 | + 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-24 15:06:33.281 | + 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-24 15:06:33.293 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-08-24 15:06:33.305 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-24 15:06:33.308 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-24 15:06:33.313 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.JZyAXidAc4 2022-08-24 15:06:33.315 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-24 15:06:33.318 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-24 15:06:33.321 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-08-24 15:06:33.323 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-24 15:06:33.326 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-24 15:06:33.328 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.JZyAXidAc4 2022-08-24 15:06:33.332 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.JZyAXidAc4 2022-08-24 15:06:33.345 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.JZyAXidAc4 /etc/sudoers.d/nova-rootwrap 2022-08-24 15:06:33.357 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-08-24 15:06:33.362 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-24 15:06:33.364 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-24 15:06:33.367 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-24 15:06:33.369 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-24 15:06:33.372 | + 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-24 15:06:33.374 | + 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-24 15:06:33.377 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-08-24 15:06:33.380 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-08-24 15:06:33.385 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-08-24 15:06:33.403 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:33.405 | + lib/nova:configure_nova:334 : create_nova_conf 2022-08-24 15:06:33.408 | + lib/nova:create_nova_conf:408 : rm -f /opt/stack/nova/bin/nova.conf 2022-08-24 15:06:33.411 | + lib/nova:create_nova_conf:411 : rm -f /etc/nova/nova.conf 2022-08-24 15:06:33.415 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-08-24 15:06:33.448 | + lib/nova:create_nova_conf:413 : '[' True == True ']' 2022-08-24 15:06:33.450 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-08-24 15:06:33.481 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-08-24 15:06:33.514 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-08-24 15:06:33.545 | + 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-24 15:06:33.578 | + lib/nova:create_nova_conf:419 : iniset /etc/nova/nova.conf scheduler workers 2 2022-08-24 15:06:33.612 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-08-24 15:06:33.649 | + lib/nova:create_nova_conf:421 : [[ 4 == 6 ]] 2022-08-24 15:06:33.651 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.89 2022-08-24 15:06:33.682 | + lib/nova:create_nova_conf:426 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-08-24 15:06:33.713 | + lib/nova:create_nova_conf:427 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-08-24 15:06:33.750 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-08-24 15:06:33.782 | + lib/nova:create_nova_conf:429 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-08-24 15:06:33.815 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-08-24 15:06:33.854 | + lib/nova:create_nova_conf:433 : is_fedora 2022-08-24 15:06:33.856 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 15:06:33.858 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 15:06:33.862 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 15:06:33.865 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 15:06:33.867 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 15:06:33.870 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 15:06:33.872 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 15:06:33.874 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 15:06:33.877 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:06:33.879 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 15:06:33.881 | + lib/nova:create_nova_conf:433 : is_suse 2022-08-24 15:06:33.884 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:06:33.887 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:06:33.889 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:06:33.892 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:06:33.894 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:06:33.896 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:06:33.898 | + lib/nova:create_nova_conf:442 : is_service_enabled n-api n-cond n-sched 2022-08-24 15:06:33.918 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:33.920 | + lib/nova:create_nova_conf:446 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:06:33.922 | + lib/nova:create_nova_conf:449 : local db=nova_cell0 2022-08-24 15:06:33.925 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-08-24 15:06:33.959 | ++ lib/nova:create_nova_conf:455 : database_connection_url nova_cell0 2022-08-24 15:06:33.961 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-08-24 15:06:33.964 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-08-24 15:06:33.966 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-08-24 15:06:33.968 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:06:33.971 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:06:33.973 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:06:33.991 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:33.995 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:06:33.997 | ++ 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-24 15:06:34.000 | + 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-24 15:06:34.035 | ++ lib/nova:create_nova_conf:456 : database_connection_url nova_api 2022-08-24 15:06:34.038 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-08-24 15:06:34.041 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-08-24 15:06:34.043 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-08-24 15:06:34.045 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:06:34.048 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:06:34.050 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:06:34.067 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:34.069 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:06:34.071 | ++ 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-24 15:06:34.074 | + 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-24 15:06:34.108 | + lib/nova:create_nova_conf:461 : iniset /etc/nova/nova.conf cache enabled True 2022-08-24 15:06:34.142 | + lib/nova:create_nova_conf:462 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-08-24 15:06:34.179 | + lib/nova:create_nova_conf:463 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-08-24 15:06:34.211 | + lib/nova:create_nova_conf:466 : is_service_enabled n-api 2022-08-24 15:06:34.228 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:34.230 | + lib/nova:create_nova_conf:467 : is_service_enabled n-api-meta 2022-08-24 15:06:34.246 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:34.250 | ++ lib/nova:create_nova_conf:469 : echo osapi_compute,metadata 2022-08-24 15:06:34.250 | ++ lib/nova:create_nova_conf:469 : sed s/,metadata// 2022-08-24 15:06:34.256 | + lib/nova:create_nova_conf:469 : NOVA_ENABLED_APIS=osapi_compute 2022-08-24 15:06:34.258 | + lib/nova:create_nova_conf:471 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-08-24 15:06:34.291 | + lib/nova:create_nova_conf:472 : is_service_enabled tls-proxy 2022-08-24 15:06:34.307 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:34.309 | + lib/nova:create_nova_conf:478 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-08-24 15:06:34.312 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-08-24 15:06:34.314 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-24 15:06:34.316 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-24 15:06:34.318 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-08-24 15:06:34.352 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-08-24 15:06:34.388 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.89/identity 2022-08-24 15:06:34.423 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-08-24 15:06:34.455 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-08-24 15:06:34.499 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-08-24 15:06:34.532 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-08-24 15:06:34.565 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-08-24 15:06:34.598 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:06:34.631 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-08-24 15:06:34.663 | + lib/nova:create_nova_conf:481 : is_service_enabled cinder 2022-08-24 15:06:34.681 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:34.684 | + lib/nova:create_nova_conf:482 : configure_cinder_access 2022-08-24 15:06:34.686 | + lib/nova:configure_cinder_access:609 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-08-24 15:06:34.722 | + lib/nova:configure_cinder_access:610 : iniset /etc/nova/nova.conf cinder auth_type password 2022-08-24 15:06:34.753 | + lib/nova:configure_cinder_access:611 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.89/identity 2022-08-24 15:06:34.786 | + lib/nova:configure_cinder_access:618 : iniset /etc/nova/nova.conf cinder username nova 2022-08-24 15:06:34.816 | + lib/nova:configure_cinder_access:619 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-08-24 15:06:34.849 | + lib/nova:configure_cinder_access:620 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-08-24 15:06:34.881 | + lib/nova:configure_cinder_access:621 : iniset /etc/nova/nova.conf cinder project_name service 2022-08-24 15:06:34.913 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-08-24 15:06:34.944 | + lib/nova:configure_cinder_access:623 : is_service_enabled tls-proxy 2022-08-24 15:06:34.960 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:34.963 | + lib/nova:create_nova_conf:485 : '[' -n /opt/stack/data/nova ']' 2022-08-24 15:06:34.965 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-08-24 15:06:34.997 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-08-24 15:06:35.032 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova/instances ']' 2022-08-24 15:06:35.034 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-08-24 15:06:35.067 | + lib/nova:create_nova_conf:492 : '[' False '!=' False ']' 2022-08-24 15:06:35.069 | + lib/nova:create_nova_conf:495 : '[' False '!=' False ']' 2022-08-24 15:06:35.072 | + lib/nova:create_nova_conf:501 : is_suse 2022-08-24 15:06:35.074 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:06:35.077 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:06:35.079 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:06:35.081 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:06:35.084 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:06:35.087 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:06:35.089 | + lib/nova:create_nova_conf:501 : is_fedora 2022-08-24 15:06:35.092 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 15:06:35.094 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 15:06:35.097 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 15:06:35.100 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 15:06:35.102 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 15:06:35.105 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 15:06:35.108 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 15:06:35.110 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 15:06:35.112 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:06:35.115 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 15:06:35.117 | + lib/nova:create_nova_conf:506 : setup_logging /etc/nova/nova.conf 2022-08-24 15:06:35.120 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-08-24 15:06:35.122 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-08-24 15:06:35.125 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-24 15:06:35.142 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-24 15:06:35.144 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-24 15:06:35.146 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-24 15:06:35.148 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-24 15:06:35.151 | + 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-24 15:06:35.183 | + 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-24 15:06:35.216 | + 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-24 15:06:35.252 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-24 15:06:35.287 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-08-24 15:06:35.323 | + lib/nova:create_nova_conf:510 : is_service_enabled n-api 2022-08-24 15:06:35.339 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:35.341 | + lib/nova:create_nova_conf:511 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-08-24 15:06:35.343 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-08-24 15:06:35.346 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-08-24 15:06:35.348 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-08-24 15:06:35.350 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-24 15:06:35.353 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-24 15:06:35.355 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-08-24 15:06:35.360 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-08-24 15:06:35.363 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-24 15:06:35.366 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-24 15:06:35.380 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-24 15:06:35.380 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:06:35.389 | d /var/run/uwsgi 0755 ubuntu root 2022-08-24 15:06:35.392 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:06:35.408 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-08-24 15:06:35.410 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-08-24 15:06:35.414 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-08-24 15:06:35.454 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-08-24 15:06:35.486 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-08-24 15:06:35.523 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-08-24 15:06:35.554 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-24 15:06:35.585 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-24 15:06:35.616 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-08-24 15:06:35.653 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-08-24 15:06:35.686 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-08-24 15:06:35.717 | + 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-24 15:06:35.750 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-24 15:06:35.783 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-24 15:06:35.814 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-08-24 15:06:35.846 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-24 15:06:35.848 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-24 15:06:35.851 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-08-24 15:06:35.853 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-08-24 15:06:35.856 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-24 15:06:35.858 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:35.860 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:35.863 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-24 15:06:35.866 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-24 15:06:35.868 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-08-24 15:06:35.901 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-24 15:06:35.933 | + 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-24 15:06:35.933 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-24 15:06:35.942 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-08-24 15:06:35.946 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-08-24 15:06:35.949 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-08-24 15:06:35.951 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-24 15:06:35.953 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-24 15:06:35.955 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:06:35.958 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:35.960 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:35.962 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-24 15:06:35.965 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-24 15:06:35.967 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:35.969 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:35.972 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-08-24 15:06:36.034 | Enabling site nova-api-wsgi. 2022-08-24 15:06:36.039 | To activate the new configuration, you need to run: 2022-08-24 15:06:36.039 | systemctl reload apache2 2022-08-24 15:06:36.044 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-24 15:06:36.046 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-24 15:06:36.048 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:06:36.051 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-24 15:06:36.177 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api-meta 2022-08-24 15:06:36.197 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:36.199 | + 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-24 15:06:36.201 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-08-24 15:06:36.204 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-08-24 15:06:36.206 | + lib/apache:write_uwsgi_config:256 : local url= 2022-08-24 15:06:36.208 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-08-24 15:06:36.210 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-24 15:06:36.214 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-08-24 15:06:36.218 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-08-24 15:06:36.220 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-24 15:06:36.223 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-24 15:06:36.236 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-24 15:06:36.237 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:06:36.246 | d /var/run/uwsgi 0755 ubuntu root 2022-08-24 15:06:36.249 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:06:36.265 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-08-24 15:06:36.268 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-08-24 15:06:36.272 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-08-24 15:06:36.306 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-08-24 15:06:36.337 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-08-24 15:06:36.371 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-08-24 15:06:36.402 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-08-24 15:06:36.435 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-24 15:06:36.471 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-08-24 15:06:36.504 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-08-24 15:06:36.538 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-08-24 15:06:36.570 | + 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-24 15:06:36.603 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-08-24 15:06:36.634 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-24 15:06:36.666 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-08-24 15:06:36.697 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-08-24 15:06:36.699 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-08-24 15:06:36.733 | + lib/nova:create_nova_conf:518 : is_service_enabled ceilometer 2022-08-24 15:06:36.749 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:36.751 | + lib/nova:create_nova_conf:526 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-08-24 15:06:36.787 | ++ lib/nova:create_nova_conf:527 : get_notification_url 2022-08-24 15:06:36.790 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-08-24 15:06:36.792 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-08-24 15:06:36.808 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:36.810 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:06:36.813 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:06:36.846 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-08-24 15:06:36.882 | + lib/nova:create_nova_conf:529 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-08-24 15:06:36.884 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-24 15:06:36.887 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-08-24 15:06:36.889 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-24 15:06:36.891 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-24 15:06:36.893 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-24 15:06:36.910 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:36.913 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-24 15:06:36.916 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-24 15:06:36.918 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-24 15:06:36.934 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:36.936 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:06:36.939 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:06:36.971 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-24 15:06:36.973 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-24 15:06:36.975 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-08-24 15:06:37.008 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-08-24 15:06:37.040 | + lib/nova:create_nova_conf:534 : iniset /etc/nova/nova.conf conductor workers 2 2022-08-24 15:06:37.075 | + lib/nova:create_nova_conf:536 : is_service_enabled tls-proxy 2022-08-24 15:06:37.092 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:37.094 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-08-24 15:06:37.126 | + lib/nova:create_nova_conf:543 : '[' True == True ']' 2022-08-24 15:06:37.128 | + lib/nova:create_nova_conf:544 : init_nova_service_user_conf 2022-08-24 15:06:37.131 | + lib/nova:init_nova_service_user_conf:792 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-08-24 15:06:37.166 | + lib/nova:init_nova_service_user_conf:793 : iniset /etc/nova/nova.conf service_user auth_type password 2022-08-24 15:06:37.198 | + lib/nova:init_nova_service_user_conf:794 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.89/identity 2022-08-24 15:06:37.229 | + lib/nova:init_nova_service_user_conf:795 : iniset /etc/nova/nova.conf service_user username nova 2022-08-24 15:06:37.261 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-08-24 15:06:37.293 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-08-24 15:06:37.325 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user project_name service 2022-08-24 15:06:37.357 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-08-24 15:06:37.391 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-08-24 15:06:37.423 | + lib/nova:create_nova_conf:547 : is_service_enabled n-cond 2022-08-24 15:06:37.440 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:37.443 | ++ lib/nova:create_nova_conf:548 : seq 1 1 2022-08-24 15:06:37.448 | + lib/nova:create_nova_conf:548 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:06:37.450 | + lib/nova:create_nova_conf:549 : local conf 2022-08-24 15:06:37.452 | + lib/nova:create_nova_conf:550 : local vhost 2022-08-24 15:06:37.455 | ++ lib/nova:create_nova_conf:551 : conductor_conf 1 2022-08-24 15:06:37.458 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-24 15:06:37.460 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-24 15:06:37.463 | + lib/nova:create_nova_conf:551 : conf=/etc/nova/nova_cell1.conf 2022-08-24 15:06:37.465 | + lib/nova:create_nova_conf:552 : vhost=nova_cell1 2022-08-24 15:06:37.467 | + lib/nova:create_nova_conf:554 : rm -f /etc/nova/nova_cell1.conf 2022-08-24 15:06:37.472 | ++ lib/nova:create_nova_conf:555 : database_connection_url nova_cell1 2022-08-24 15:06:37.474 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-08-24 15:06:37.476 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-08-24 15:06:37.479 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-08-24 15:06:37.481 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:06:37.484 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:06:37.486 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:06:37.502 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:37.505 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:06:37.508 | ++ 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-24 15:06:37.511 | + 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-24 15:06:37.545 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-08-24 15:06:37.580 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-08-24 15:06:37.615 | + lib/nova:create_nova_conf:559 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:06:37.617 | + lib/nova:create_nova_conf:562 : rpc_backend_add_vhost nova_cell1 2022-08-24 15:06:37.620 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-08-24 15:06:37.622 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-08-24 15:06:37.640 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:37.643 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-08-24 15:06:37.643 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-08-24 15:06:38.342 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z ']' 2022-08-24 15:06:38.344 | + lib/rpc_backend:rpc_backend_add_vhost:128 : sudo rabbitmqctl add_vhost nova_cell1 2022-08-24 15:06:39.006 | Adding vhost "nova_cell1" ... 2022-08-24 15:06:39.331 | + lib/rpc_backend:rpc_backend_add_vhost:129 : sudo rabbitmqctl set_permissions -p nova_cell1 stackrabbit '.*' '.*' '.*' 2022-08-24 15:06:40.020 | Setting permissions for user "stackrabbit" in vhost "nova_cell1" ... 2022-08-24 15:06:40.093 | + lib/nova:create_nova_conf:563 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-08-24 15:06:40.095 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-24 15:06:40.098 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-08-24 15:06:40.100 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-24 15:06:40.103 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-08-24 15:06:40.105 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-24 15:06:40.122 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:40.128 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-08-24 15:06:40.131 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-08-24 15:06:40.134 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-24 15:06:40.151 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:40.153 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/nova_cell1 2022-08-24 15:06:40.156 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/nova_cell1 2022-08-24 15:06:40.195 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-24 15:06:40.198 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-24 15:06:40.200 | + lib/nova:create_nova_conf:567 : is_service_enabled placement placement-client 2022-08-24 15:06:40.218 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:40.220 | + lib/nova:create_nova_conf:568 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-08-24 15:06:40.223 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova_cell1.conf 2022-08-24 15:06:40.227 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-08-24 15:06:40.262 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.89/identity 2022-08-24 15:06:40.297 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-08-24 15:06:40.334 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-08-24 15:06:40.368 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-08-24 15:06:40.401 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-08-24 15:06:40.436 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-08-24 15:06:40.467 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-08-24 15:06:40.499 | + lib/nova:create_nova_conf:572 : setup_logging /etc/nova/nova_cell1.conf 2022-08-24 15:06:40.502 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-08-24 15:06:40.504 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-08-24 15:06:40.507 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-24 15:06:40.524 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-24 15:06:40.526 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-24 15:06:40.529 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-24 15:06:40.531 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-24 15:06:40.533 | + 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-24 15:06:40.566 | + 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-24 15:06:40.599 | + 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-24 15:06:40.636 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-24 15:06:40.667 | + lib/nova:create_nova_conf:579 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:06:40.670 | ++ lib/nova:create_nova_conf:582 : seq 1 1 2022-08-24 15:06:40.674 | + lib/nova:create_nova_conf:582 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:06:40.677 | + lib/nova:create_nova_conf:583 : local conf 2022-08-24 15:06:40.680 | + lib/nova:create_nova_conf:584 : local offset 2022-08-24 15:06:40.683 | ++ lib/nova:create_nova_conf:585 : conductor_conf 1 2022-08-24 15:06:40.685 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-24 15:06:40.688 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-24 15:06:40.690 | + lib/nova:create_nova_conf:585 : conf=/etc/nova/nova_cell1.conf 2022-08-24 15:06:40.693 | + lib/nova:create_nova_conf:586 : offset=0 2022-08-24 15:06:40.695 | + lib/nova:create_nova_conf:587 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-08-24 15:06:40.698 | + lib/nova:configure_console_proxies:694 : local conf=/etc/nova/nova_cell1.conf 2022-08-24 15:06:40.700 | + lib/nova:configure_console_proxies:695 : local offset=0 2022-08-24 15:06:40.711 | + lib/nova:configure_console_proxies:699 : offset=0 2022-08-24 15:06:40.713 | + lib/nova:configure_console_proxies:701 : is_service_enabled n-novnc 2022-08-24 15:06:40.731 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:40.733 | + lib/nova:configure_console_proxies:701 : '[' False '!=' False ']' 2022-08-24 15:06:40.736 | + lib/nova:configure_console_proxies:733 : is_service_enabled n-spice 2022-08-24 15:06:40.754 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:40.756 | + lib/nova:configure_console_proxies:738 : is_service_enabled n-sproxy 2022-08-24 15:06:40.772 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:40.775 | + lib/nova:configure_nova:336 : is_service_enabled n-cpu 2022-08-24 15:06:40.792 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:06:40.794 | + ./stack.sh:main:935 : is_service_enabled placement 2022-08-24 15:06:40.812 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:06:40.815 | + ./stack.sh:main:937 : stack_install_service placement 2022-08-24 15:06:40.817 | + lib/stack:stack_install_service:20 : local service=placement 2022-08-24 15:06:40.820 | + lib/stack:stack_install_service:21 : type install_placement 2022-08-24 15:06:40.822 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-24 15:06:40.825 | + lib/stack:stack_install_service:32 : install_placement 2022-08-24 15:06:40.827 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-08-24 15:06:40.830 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-08-24 15:06:40.832 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:40.835 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:40.838 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-08-24 15:06:40.840 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:06:40.843 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:06:40.845 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:06:40.848 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:06:40.850 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:06:40.853 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:06:40.855 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:40.859 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:40.862 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:06:40.864 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:06:40.868 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:06:40.870 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:06:40.872 | + functions-common:install_package:1464 : real_install_package apache2 2022-08-24 15:06:40.875 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:06:40.878 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:40.880 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:40.883 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-08-24 15:06:40.904 | + 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-24 15:06:41.015 | Reading package lists... 2022-08-24 15:06:41.273 | Building dependency tree... 2022-08-24 15:06:41.275 | Reading state information... 2022-08-24 15:06:41.536 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-24 15:06:41.536 | The following packages were automatically installed and are no longer required: 2022-08-24 15:06:41.537 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:06:41.537 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:06:41.537 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:06:41.537 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:06:41.537 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:06:41.538 | python3-zope.interface 2022-08-24 15:06:41.538 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:06:41.653 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:06:41.657 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:06:41.660 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:06:41.662 | + functions-common:time_stop:2439 : local name 2022-08-24 15:06:41.665 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:06:41.667 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:06:41.670 | + functions-common:time_stop:2442 : local total 2022-08-24 15:06:41.672 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:06:41.674 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:06:41.676 | + functions-common:time_stop:2446 : start_time=1661353600901 2022-08-24 15:06:41.679 | + functions-common:time_stop:2448 : [[ -z 1661353600901 ]] 2022-08-24 15:06:41.682 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:06:41.686 | + functions-common:time_stop:2451 : end_time=1661353601684 2022-08-24 15:06:41.689 | + functions-common:time_stop:2452 : elapsed_time=783 2022-08-24 15:06:41.691 | + functions-common:time_stop:2453 : total=551006 2022-08-24 15:06:41.693 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:06:41.696 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=551789 2022-08-24 15:06:41.698 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:06:41.701 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-08-24 15:06:41.703 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-08-24 15:06:41.706 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-08-24 15:06:41.708 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-08-24 15:06:41.711 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-08-24 15:06:41.734 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-08-24 15:06:41.736 | + functions-common:install_package:1463 : update_package_repo 2022-08-24 15:06:41.738 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-24 15:06:41.741 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-24 15:06:41.744 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-24 15:06:41.747 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-24 15:06:41.749 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-24 15:06:41.752 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:41.754 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:41.757 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-24 15:06:41.759 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-24 15:06:41.762 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-24 15:06:41.764 | + functions-common:apt_get_update:1190 : return 2022-08-24 15:06:41.767 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-08-24 15:06:41.769 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-24 15:06:41.772 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:41.774 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:41.777 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-08-24 15:06:41.800 | + 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-24 15:06:41.911 | Reading package lists... 2022-08-24 15:06:42.174 | Building dependency tree... 2022-08-24 15:06:42.175 | Reading state information... 2022-08-24 15:06:42.441 | The following packages were automatically installed and are no longer required: 2022-08-24 15:06:42.442 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-24 15:06:42.442 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-24 15:06:42.442 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-24 15:06:42.442 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-24 15:06:42.442 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-24 15:06:42.442 | python3-zope.interface 2022-08-24 15:06:42.443 | Use 'sudo apt autoremove' to remove them. 2022-08-24 15:06:42.513 | The following NEW packages will be installed: 2022-08-24 15:06:42.514 | libapache2-mod-wsgi-py3 2022-08-24 15:06:42.653 | 0 upgraded, 1 newly installed, 0 to remove and 159 not upgraded. 2022-08-24 15:06:42.653 | Need to get 93.8 kB of archives. 2022-08-24 15:06:42.654 | After this operation, 300 kB of additional disk space will be used. 2022-08-24 15:06:42.654 | Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 libapache2-mod-wsgi-py3 amd64 4.6.8-1ubuntu3.1 [93.8 kB] 2022-08-24 15:06:43.390 | Fetched 93.8 kB in 0s (305 kB/s) 2022-08-24 15:06:43.571 | Selecting previously unselected package libapache2-mod-wsgi-py3. 2022-08-24 15:06:43.624 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 91050 files and directories currently installed.) 2022-08-24 15:06:43.628 | Preparing to unpack .../libapache2-mod-wsgi-py3_4.6.8-1ubuntu3.1_amd64.deb ... 2022-08-24 15:06:43.684 | Unpacking libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3.1) ... 2022-08-24 15:06:44.001 | Setting up libapache2-mod-wsgi-py3 (4.6.8-1ubuntu3.1) ... 2022-08-24 15:06:44.408 | apache2_invoke: Enable module wsgi 2022-08-24 15:06:53.350 | + functions-common:apt_get:1234 : result=0 2022-08-24 15:06:53.353 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-24 15:06:53.355 | + functions-common:time_stop:2439 : local name 2022-08-24 15:06:53.358 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:06:53.360 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:06:53.363 | + functions-common:time_stop:2442 : local total 2022-08-24 15:06:53.365 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:06:53.368 | + functions-common:time_stop:2445 : name=apt-get 2022-08-24 15:06:53.370 | + functions-common:time_stop:2446 : start_time=1661353601797 2022-08-24 15:06:53.373 | + functions-common:time_stop:2448 : [[ -z 1661353601797 ]] 2022-08-24 15:06:53.376 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:06:53.380 | + functions-common:time_stop:2451 : end_time=1661353613378 2022-08-24 15:06:53.383 | + functions-common:time_stop:2452 : elapsed_time=11581 2022-08-24 15:06:53.386 | + functions-common:time_stop:2453 : total=551789 2022-08-24 15:06:53.388 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:06:53.390 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=563370 2022-08-24 15:06:53.393 | + functions-common:apt_get:1238 : return 0 2022-08-24 15:06:53.395 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-08-24 15:06:53.398 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-08-24 15:06:53.400 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:06:53.403 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:06:53.406 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:06:53.409 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-08-24 15:06:53.412 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-08-24 15:06:53.470 | wsgi (enabled by maintainer script) 2022-08-24 15:06:53.473 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-08-24 15:06:53.476 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-08-24 15:06:53.479 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-24 15:06:53.482 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-08-24 15:06:53.485 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2022-08-24 15:06:53.487 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-24 15:06:53.492 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-08-24 15:06:53.492 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-24 15:06:53.498 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2022-08-24 15:06:53.500 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2022-08-24 15:06:53.503 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2022-08-24 15:06:53.506 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-08-24 15:06:53.508 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-08-24 15:06:53.531 | Using python 3.8 to install osc-placement 2022-08-24 15:06:53.534 | + 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-24 15:06:55.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:06:55.621 | from cryptography.utils import int_from_bytes 2022-08-24 15:06:55.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:06:55.621 | from cryptography.utils import int_from_bytes 2022-08-24 15:06:56.673 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:06:56.836 | Collecting osc-placement===4.0.0 2022-08-24 15:06:56.843 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/83a/fb535c495945f/osc_placement-4.0.0-py3-none-any.whl (64 kB) 2022-08-24 15:06:56.965 | 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-24 15:06:56.978 | 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-24 15:06:56.984 | 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-24 15:06:56.986 | 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-24 15:06:56.993 | 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-24 15:06:56.997 | 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-24 15:06:57.000 | 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-24 15:06:57.059 | 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-24 15:06:57.074 | 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-24 15:06:57.076 | 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-24 15:06:57.080 | 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-24 15:06:57.084 | 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-24 15:06:57.088 | 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-24 15:06:57.095 | 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-24 15:06:57.097 | 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-24 15:06:57.102 | 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-24 15:06:57.106 | 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-24 15:06:57.120 | 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-24 15:06:57.145 | 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-24 15:06:57.156 | 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-24 15:06:57.159 | 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-24 15:06:57.192 | 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-24 15:06:57.196 | 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-24 15:06:57.198 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:06:57.203 | 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-24 15:06:57.223 | 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-24 15:06:57.228 | 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-24 15:06:57.231 | 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-24 15:06:57.236 | 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-24 15:06:57.274 | 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-24 15:06:57.277 | 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-24 15:06:57.280 | 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-24 15:06:57.282 | 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-24 15:06:57.285 | 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-24 15:06:57.288 | 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-24 15:06:57.337 | 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-24 15:06:57.373 | 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-24 15:06:57.385 | 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-24 15:06:57.388 | 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-24 15:06:57.391 | 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-24 15:06:57.396 | 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-24 15:06:57.399 | 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-24 15:06:57.456 | 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-24 15:06:57.483 | 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-24 15:06:59.264 | Installing collected packages: osc-placement 2022-08-24 15:06:59.458 | Successfully installed osc-placement-4.0.0 2022-08-24 15:06:59.564 | + inc/python:pip_install:196 : result=0 2022-08-24 15:06:59.567 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:06:59.570 | + functions-common:time_stop:2439 : local name 2022-08-24 15:06:59.573 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:06:59.575 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:06:59.578 | + functions-common:time_stop:2442 : local total 2022-08-24 15:06:59.580 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:06:59.583 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:06:59.586 | + functions-common:time_stop:2446 : start_time=1661353613526 2022-08-24 15:06:59.588 | + functions-common:time_stop:2448 : [[ -z 1661353613526 ]] 2022-08-24 15:06:59.592 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:06:59.596 | + functions-common:time_stop:2451 : end_time=1661353619593 2022-08-24 15:06:59.599 | + functions-common:time_stop:2452 : elapsed_time=6067 2022-08-24 15:06:59.601 | + functions-common:time_stop:2453 : total=177875 2022-08-24 15:06:59.604 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:06:59.606 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=183942 2022-08-24 15:06:59.608 | + inc/python:pip_install:199 : return 0 2022-08-24 15:06:59.611 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-08-24 15:06:59.613 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/placement.git 2022-08-24 15:06:59.616 | + functions-common:git_clone:597 : local git_dest=/opt/stack/placement 2022-08-24 15:06:59.618 | + functions-common:git_clone:598 : local git_ref=master 2022-08-24 15:06:59.621 | + functions-common:git_clone:599 : local orig_dir 2022-08-24 15:06:59.624 | ++ functions-common:git_clone:600 : pwd 2022-08-24 15:06:59.627 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-24 15:06:59.629 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-24 15:06:59.633 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-24 15:06:59.651 | + functions-common:git_clone:603 : RECLONE=False 2022-08-24 15:06:59.654 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-24 15:06:59.656 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-24 15:06:59.659 | + functions-common:git_clone:617 : echo master 2022-08-24 15:06:59.659 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-24 15:06:59.665 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/placement ]] 2022-08-24 15:06:59.668 | + functions-common:git_clone:632 : [[ False = \T\r\u\e ]] 2022-08-24 15:06:59.670 | + functions-common:git_clone:638 : git_timed clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2022-08-24 15:06:59.673 | + functions-common:git_timed:702 : local count=0 2022-08-24 15:06:59.675 | + functions-common:git_timed:703 : local timeout=0 2022-08-24 15:06:59.677 | + functions-common:git_timed:705 : [[ -n 0 ]] 2022-08-24 15:06:59.680 | + functions-common:git_timed:706 : timeout=0 2022-08-24 15:06:59.682 | + functions-common:git_timed:709 : time_start git_timed 2022-08-24 15:06:59.685 | + functions-common:time_start:2425 : local name=git_timed 2022-08-24 15:06:59.687 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:06:59.690 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:06:59.693 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:06:59.697 | + functions-common:time_start:2430 : _TIME_START[$name]=1661353619695 2022-08-24 15:06:59.700 | + functions-common:git_timed:710 : timeout -s SIGINT 0 git clone https://opendev.org/openstack/placement.git /opt/stack/placement --branch master 2022-08-24 15:06:59.703 | Cloning into '/opt/stack/placement'... 2022-08-24 15:07:18.201 | + functions-common:git_timed:724 : time_stop git_timed 2022-08-24 15:07:18.203 | + functions-common:time_stop:2439 : local name 2022-08-24 15:07:18.206 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:07:18.208 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:07:18.210 | + functions-common:time_stop:2442 : local total 2022-08-24 15:07:18.213 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:07:18.216 | + functions-common:time_stop:2445 : name=git_timed 2022-08-24 15:07:18.218 | + functions-common:time_stop:2446 : start_time=1661353619695 2022-08-24 15:07:18.220 | + functions-common:time_stop:2448 : [[ -z 1661353619695 ]] 2022-08-24 15:07:18.223 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:07:18.228 | + functions-common:time_stop:2451 : end_time=1661353638225 2022-08-24 15:07:18.230 | + functions-common:time_stop:2452 : elapsed_time=18530 2022-08-24 15:07:18.233 | + functions-common:time_stop:2453 : total=0 2022-08-24 15:07:18.235 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:07:18.237 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=18530 2022-08-24 15:07:18.240 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/placement 2022-08-24 15:07:18.253 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-08-24 15:07:18.257 | + functions-common:git_clone:678 : git show --oneline 2022-08-24 15:07:18.257 | + functions-common:git_clone:678 : head -1 2022-08-24 15:07:18.261 | d0e05e89 Merge "Remove unicode literal strings" 2022-08-24 15:07:18.264 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-24 15:07:18.266 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-08-24 15:07:18.269 | + inc/python:setup_develop:334 : local bindep 2022-08-24 15:07:18.271 | + inc/python:setup_develop:335 : [[ /opt/stack/placement == -bindep* ]] 2022-08-24 15:07:18.274 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/placement 2022-08-24 15:07:18.277 | + inc/python:setup_develop:340 : local extras= 2022-08-24 15:07:18.279 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-08-24 15:07:18.282 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-24 15:07:18.284 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/placement == -bindep* ]] 2022-08-24 15:07:18.287 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/placement 2022-08-24 15:07:18.289 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-24 15:07:18.292 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-24 15:07:18.295 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/placement 2022-08-24 15:07:18.298 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-24 15:07:18.301 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2022-08-24 15:07:18.303 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-24 15:07:18.306 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-24 15:07:18.309 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-08-24 15:07:18.315 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2022-08-24 15:07:18.318 | + 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-24 15:07:18.957 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2022-08-24 15:07:18.959 | + inc/python:setup_package:414 : local bindep=0 2022-08-24 15:07:18.963 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-24 15:07:18.966 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-24 15:07:18.968 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2022-08-24 15:07:18.971 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2022-08-24 15:07:18.973 | + inc/python:setup_package:423 : local flags=-e 2022-08-24 15:07:18.976 | + inc/python:setup_package:424 : local extras= 2022-08-24 15:07:18.979 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-24 15:07:18.981 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-24 15:07:18.984 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-24 15:07:18.986 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-24 15:07:18.989 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-24 15:07:18.991 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2022-08-24 15:07:19.013 | Using python 3.8 to install /opt/stack/placement 2022-08-24 15:07:19.016 | + 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-24 15:07:21.102 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:07:21.102 | from cryptography.utils import int_from_bytes 2022-08-24 15:07:21.102 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:07:21.102 | from cryptography.utils import int_from_bytes 2022-08-24 15:07:22.141 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:07:22.142 | Obtaining file:///opt/stack/placement 2022-08-24 15:07:23.444 | 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-24 15:07:23.455 | 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-24 15:07:23.599 | 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-24 15:07:23.612 | 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-24 15:07:23.617 | 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-24 15:07:23.656 | 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-24 15:07:23.705 | 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-24 15:07:23.710 | 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-24 15:07:23.715 | 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-24 15:07:23.721 | 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-24 15:07:23.757 | 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-24 15:07:23.767 | 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-24 15:07:23.806 | 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-24 15:07:23.811 | 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-24 15:07:23.857 | 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-24 15:07:23.861 | 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-24 15:07:23.899 | 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-24 15:07:23.917 | 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-24 15:07:23.931 | 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-24 15:07:23.939 | 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-24 15:07:23.949 | 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-24 15:07:23.966 | 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-24 15:07:23.977 | 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-24 15:07:23.980 | 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-24 15:07:23.991 | 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-24 15:07:24.001 | 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-24 15:07:24.003 | 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-24 15:07:24.010 | 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-24 15:07:24.014 | 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-24 15:07:24.018 | 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-24 15:07:24.039 | 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-24 15:07:24.043 | 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-24 15:07:24.049 | 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-24 15:07:24.062 | 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-24 15:07:24.067 | 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-24 15:07:24.070 | 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-24 15:07:24.080 | 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-24 15:07:24.082 | 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-24 15:07:24.085 | 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-24 15:07:24.089 | 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-24 15:07:24.098 | 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-24 15:07:24.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-24 15:07:24.113 | 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-24 15:07:24.145 | 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-24 15:07:24.156 | 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-24 15:07:24.158 | 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-24 15:07:24.215 | 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-24 15:07:24.244 | 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-24 15:07:24.311 | 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-24 15:07:24.316 | 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-24 15:07:24.319 | 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-24 15:07:24.322 | 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-24 15:07:24.326 | 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-24 15:07:24.332 | 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-24 15:07:24.345 | 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-24 15:07:24.353 | 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-24 15:07:24.359 | 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-24 15:07:24.362 | 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-24 15:07:24.364 | 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-24 15:07:24.367 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:07:24.372 | 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-24 15:07:24.374 | 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-24 15:07:24.378 | 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-24 15:07:24.380 | 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-24 15:07:24.383 | 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-24 15:07:24.386 | 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-24 15:07:24.396 | 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-24 15:07:24.422 | 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-24 15:07:24.426 | 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-24 15:07:24.430 | 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-24 15:07:24.465 | 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-24 15:07:24.475 | 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-24 15:07:24.479 | 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-24 15:07:24.482 | 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-24 15:07:25.897 | Installing collected packages: openstack-placement 2022-08-24 15:07:25.898 | Running setup.py develop for openstack-placement 2022-08-24 15:07:27.563 | Successfully installed openstack-placement 2022-08-24 15:07:27.674 | + inc/python:pip_install:196 : result=0 2022-08-24 15:07:27.676 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:07:27.678 | + functions-common:time_stop:2439 : local name 2022-08-24 15:07:27.681 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:07:27.684 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:07:27.686 | + functions-common:time_stop:2442 : local total 2022-08-24 15:07:27.688 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:07:27.690 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:07:27.693 | + functions-common:time_stop:2446 : start_time=1661353639008 2022-08-24 15:07:27.695 | + functions-common:time_stop:2448 : [[ -z 1661353639008 ]] 2022-08-24 15:07:27.698 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:07:27.703 | + functions-common:time_stop:2451 : end_time=1661353647700 2022-08-24 15:07:27.705 | + functions-common:time_stop:2452 : elapsed_time=8692 2022-08-24 15:07:27.707 | + functions-common:time_stop:2453 : total=183942 2022-08-24 15:07:27.710 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:07:27.712 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=192634 2022-08-24 15:07:27.715 | + inc/python:pip_install:199 : return 0 2022-08-24 15:07:27.717 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-24 15:07:27.720 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-24 15:07:27.723 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-24 15:07:27.743 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-24 15:07:27.755 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2022-08-24 15:07:27.758 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2022-08-24 15:07:27.761 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:07:27.764 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:07:27.766 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-08-24 15:07:27.769 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:07:27.771 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-24 15:07:27.774 | + ./stack.sh:main:938 : configure_placement 2022-08-24 15:07:27.776 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-08-24 15:07:27.789 | + lib/placement:configure_placement:107 : create_placement_conf 2022-08-24 15:07:27.791 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-08-24 15:07:27.796 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-08-24 15:07:27.798 | ++ lib/database:database_connection_url:134 : local db=placement 2022-08-24 15:07:27.801 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-08-24 15:07:27.803 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-08-24 15:07:27.806 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:07:27.809 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:07:27.811 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:07:27.830 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:07:27.832 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:07:27.835 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-08-24 15:07:27.838 | + 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-24 15:07:27.876 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-08-24 15:07:27.914 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-08-24 15:07:27.951 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-08-24 15:07:27.954 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-08-24 15:07:27.956 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-24 15:07:27.959 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-24 15:07:27.961 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-08-24 15:07:27.998 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-08-24 15:07:28.032 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.89/identity 2022-08-24 15:07:28.066 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-08-24 15:07:28.100 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-08-24 15:07:28.149 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-08-24 15:07:28.184 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-08-24 15:07:28.218 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-08-24 15:07:28.253 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:07:28.287 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-08-24 15:07:28.322 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-08-24 15:07:28.324 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-08-24 15:07:28.327 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-08-24 15:07:28.330 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-24 15:07:28.349 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-24 15:07:28.351 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-24 15:07:28.354 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-24 15:07:28.357 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-24 15:07:28.359 | + 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-24 15:07:28.393 | + 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-24 15:07:28.427 | + 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-24 15:07:28.460 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-24 15:07:28.494 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-08-24 15:07:28.496 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-08-24 15:07:28.499 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-08-24 15:07:28.502 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-08-24 15:07:28.504 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-08-24 15:07:28.507 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-24 15:07:28.509 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-24 15:07:28.512 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-08-24 15:07:28.517 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-08-24 15:07:28.519 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-24 15:07:28.522 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-24 15:07:28.535 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-24 15:07:28.535 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:07:28.544 | d /var/run/uwsgi 0755 ubuntu root 2022-08-24 15:07:28.548 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-24 15:07:28.563 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-08-24 15:07:28.566 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-08-24 15:07:28.570 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-08-24 15:07:28.607 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-08-24 15:07:28.640 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-08-24 15:07:28.674 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-08-24 15:07:28.708 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-08-24 15:07:28.742 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-24 15:07:28.776 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-08-24 15:07:28.811 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-08-24 15:07:28.845 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-08-24 15:07:28.878 | + 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-24 15:07:28.912 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-08-24 15:07:28.946 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-24 15:07:28.980 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-08-24 15:07:29.014 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-24 15:07:29.017 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-24 15:07:29.020 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-08-24 15:07:29.023 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-08-24 15:07:29.026 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-24 15:07:29.028 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:07:29.031 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:07:29.033 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-08-24 15:07:29.036 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-08-24 15:07:29.039 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-08-24 15:07:29.073 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-08-24 15:07:29.106 | + 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-24 15:07:29.106 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-08-24 15:07:29.115 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-08-24 15:07:29.120 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-08-24 15:07:29.122 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-08-24 15:07:29.125 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-24 15:07:29.128 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-24 15:07:29.130 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-24 15:07:29.133 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:07:29.136 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:07:29.138 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-24 15:07:29.141 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-24 15:07:29.143 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:07:29.146 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:07:29.148 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-08-24 15:07:29.213 | Enabling site placement-api. 2022-08-24 15:07:29.218 | To activate the new configuration, you need to run: 2022-08-24 15:07:29.218 | systemctl reload apache2 2022-08-24 15:07:29.223 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-24 15:07:29.225 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-24 15:07:29.228 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:07:29.230 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-24 15:07:29.365 | + ./stack.sh:main:945 : is_service_enabled placement placement-client 2022-08-24 15:07:29.385 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:07:29.388 | + ./stack.sh:main:946 : is_service_enabled n-cpu 2022-08-24 15:07:29.408 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:07:29.411 | + ./stack.sh:main:946 : is_service_enabled n-sch 2022-08-24 15:07:29.430 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:07:29.433 | + ./stack.sh:main:947 : configure_placement_nova_compute 2022-08-24 15:07:29.436 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova.conf 2022-08-24 15:07:29.438 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova.conf placement auth_type password 2022-08-24 15:07:29.476 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.89/identity 2022-08-24 15:07:29.510 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova.conf placement username placement 2022-08-24 15:07:29.544 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-08-24 15:07:29.578 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-08-24 15:07:29.613 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement project_name service 2022-08-24 15:07:29.646 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-08-24 15:07:29.681 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-08-24 15:07:29.714 | + ./stack.sh:main:951 : is_service_enabled horizon 2022-08-24 15:07:29.732 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:07:29.734 | + ./stack.sh:main:956 : is_service_enabled tls-proxy 2022-08-24 15:07:29.753 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:07:29.755 | + ./stack.sh:main:964 : run_phase stack install 2022-08-24 15:07:29.758 | + functions-common:run_phase:1867 : local mode=stack 2022-08-24 15:07:29.760 | + functions-common:run_phase:1868 : local phase=install 2022-08-24 15:07:29.763 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-24 15:07:29.765 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-24 15:07:29.768 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-24 15:07:29.771 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-24 15:07:29.773 | + functions-common:run_phase:1877 : local extra 2022-08-24 15:07:29.777 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-24 15:07:29.781 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-24 15:07:29.784 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-24 15:07:29.787 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-24 15:07:29.789 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-08-24 15:07:29.793 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-24 15:07:29.809 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:07:29.811 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:07:29.813 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:07:29.816 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-08-24 15:07:29.818 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-08-24 15:07:29.820 | ++ ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:07:29.823 | ++ ./stack.sh:echo_summary:441 : echo -e Installing Tempest 2022-08-24 15:07:29.826 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-08-24 15:07:29.828 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-08-24 15:07:29.903 | ++ inc/async:async_inner:63 : install_tempest 2022-08-24 15:07:29.945 | [19052 Async install_tempest:79007]: running: install_tempest 2022-08-24 15:07:29.948 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-24 15:07:29.951 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-24 15:07:29.953 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:07:29.956 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-24 15:07:29.959 | + functions-common:run_phase:1894 : run_plugins stack install 2022-08-24 15:07:29.962 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-24 15:07:29.964 | + functions-common:run_plugins:1854 : local phase=install 2022-08-24 15:07:29.967 | + functions-common:run_plugins:1856 : local plugins= 2022-08-24 15:07:29.970 | + functions-common:run_plugins:1857 : local plugin 2022-08-24 15:07:29.973 | + ./stack.sh:main:967 : use_library_from_git python-openstackclient 2022-08-24 15:07:29.981 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2022-08-24 15:07:29.983 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-24 15:07:29.986 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-24 15:07:29.988 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2022-08-24 15:07:29.991 | + inc/python:use_library_from_git:249 : return 1 2022-08-24 15:07:29.994 | + ./stack.sh:main:971 : pip_install_gr python-openstackclient 2022-08-24 15:07:29.997 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-08-24 15:07:30.000 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-24 15:07:30.004 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-08-24 15:07:30.007 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2022-08-24 15:07:30.010 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-24 15:07:30.014 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-08-24 15:07:30.015 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-24 15:07:30.021 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2022-08-24 15:07:30.024 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2022-08-24 15:07:30.027 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2022-08-24 15:07:30.030 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-08-24 15:07:30.033 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-08-24 15:07:30.056 | Using python 3.8 to install python-openstackclient 2022-08-24 15:07:30.059 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-08-24 15:07:32.156 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:07:32.156 | from cryptography.utils import int_from_bytes 2022-08-24 15:07:32.156 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:07:32.156 | from cryptography.utils import int_from_bytes 2022-08-24 15:07:33.182 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:07:33.415 | Collecting python-openstackclient===6.0.0 2022-08-24 15:07:33.423 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e8a/8b3538c3f7818/python_openstackclient-6.0.0-py3-none-any.whl (998 kB) 2022-08-24 15:07:33.735 | 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-24 15:07:33.739 | 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-24 15:07:33.742 | 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-24 15:07:33.756 | 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-24 15:07:33.770 | 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-24 15:07:33.791 | 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-24 15:07:33.794 | 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-24 15:07:33.808 | 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-24 15:07:33.812 | 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-24 15:07:33.823 | 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-24 15:07:33.837 | 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-24 15:07:33.862 | 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-24 15:07:33.865 | 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-24 15:07:33.922 | 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-24 15:07:33.928 | 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-24 15:07:33.934 | 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-24 15:07:33.937 | 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-24 15:07:33.940 | 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-24 15:07:33.945 | 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-24 15:07:33.951 | 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-24 15:07:33.989 | 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-24 15:07:34.002 | 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-24 15:07:34.005 | 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-24 15:07:34.014 | 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-24 15:07:34.025 | 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-24 15:07:34.028 | 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-24 15:07:34.075 | 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-24 15:07:34.111 | 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-24 15:07:34.114 | 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-24 15:07:34.152 | 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-24 15:07:34.157 | 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-24 15:07:34.178 | 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-24 15:07:34.181 | 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-24 15:07:34.184 | 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-24 15:07:34.188 | 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-24 15:07:34.191 | 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-24 15:07:34.194 | 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-24 15:07:34.198 | 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-24 15:07:34.201 | 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-24 15:07:34.206 | 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-24 15:07:34.209 | 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-24 15:07:34.212 | 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-24 15:07:34.244 | Requirement already satisfied: charset-normalizer===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.1) 2022-08-24 15:07:34.250 | 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-24 15:07:34.252 | 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-24 15:07:34.257 | 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-24 15:07:34.261 | 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-24 15:07:34.317 | 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-24 15:07:34.343 | 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-24 15:07:34.346 | 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-24 15:07:34.349 | 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-24 15:07:36.067 | Installing collected packages: python-openstackclient 2022-08-24 15:07:37.842 | Successfully installed python-openstackclient-6.0.0 2022-08-24 15:07:37.968 | + inc/python:pip_install:196 : result=0 2022-08-24 15:07:37.970 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:07:37.973 | + functions-common:time_stop:2439 : local name 2022-08-24 15:07:37.975 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:07:37.978 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:07:37.980 | + functions-common:time_stop:2442 : local total 2022-08-24 15:07:37.983 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:07:37.985 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:07:37.987 | + functions-common:time_stop:2446 : start_time=1661353650050 2022-08-24 15:07:37.989 | + functions-common:time_stop:2448 : [[ -z 1661353650050 ]] 2022-08-24 15:07:37.993 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:07:37.997 | + functions-common:time_stop:2451 : end_time=1661353657995 2022-08-24 15:07:38.000 | + functions-common:time_stop:2452 : elapsed_time=7945 2022-08-24 15:07:38.003 | + functions-common:time_stop:2453 : total=192634 2022-08-24 15:07:38.005 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:07:38.007 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=200579 2022-08-24 15:07:38.011 | + inc/python:pip_install:199 : return 0 2022-08-24 15:07:38.013 | + ./stack.sh:main:976 : install_oscwrap 2022-08-24 15:07:38.016 | ++ functions-common:install_oscwrap:2484 : mktemp 2022-08-24 15:07:38.021 | + functions-common:install_oscwrap:2484 : OSCWRAP_TIMER_FILE=/tmp/tmp.VkWLXUghuI 2022-08-24 15:07:38.024 | + functions-common:install_oscwrap:2487 : shopt -s expand_aliases 2022-08-24 15:07:38.027 | + functions-common:install_oscwrap:2490 : unalias -a 2022-08-24 15:07:38.029 | + functions-common:install_oscwrap:2492 : alias openstack=oscwrap 2022-08-24 15:07:38.032 | + ./stack.sh:main:981 : [[ False != \F\a\l\s\e ]] 2022-08-24 15:07:38.034 | + ./stack.sh:main:1021 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-24 15:07:38.037 | + ./stack.sh:main:1029 : is_service_enabled mysql postgresql 2022-08-24 15:07:38.055 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:07:38.058 | + ./stack.sh:main:1030 : configure_database 2022-08-24 15:07:38.061 | + lib/database:configure_database:128 : configure_database_mysql 2022-08-24 15:07:38.063 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-08-24 15:07:38.065 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-08-24 15:07:38.068 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:07:38.070 | + ./stack.sh:echo_summary:441 : echo -e Configuring and starting MySQL 2022-08-24 15:07:38.073 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-08-24 15:07:38.075 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:07:38.077 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:07:38.080 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-08-24 15:07:38.083 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-08-24 15:07:38.086 | ++ functions-common:ipv6_unquote:2237 : echo 0.0.0.0 2022-08-24 15:07:38.087 | ++ functions-common:ipv6_unquote:2237 : tr -d '[]' 2022-08-24 15:07:38.092 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-08-24 15:07:38.157 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-08-24 15:07:38.160 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 15:07:38.162 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 15:07:38.166 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 15:07:38.168 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 15:07:38.170 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 15:07:38.173 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 15:07:38.175 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 15:07:38.177 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 15:07:38.180 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:07:38.189 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 15:07:38.189 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-08-24 15:07:38.189 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:07:38.191 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:07:38.193 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:07:38.196 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:07:38.198 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:07:38.201 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:07:38.203 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-08-24 15:07:38.206 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:07:38.208 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:07:38.210 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-08-24 15:07:38.213 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:07:38.216 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-24 15:07:42.183 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-08-24 15:07:42.199 | mysqladmin: connect to server at 'localhost' failed 2022-08-24 15:07:42.199 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-08-24 15:07:42.204 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-08-24 15:07:42.206 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-08-24 15:07:42.209 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:07:42.216 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:07:42.222 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-08-24 15:07:42.222 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-08-24 15:07:42.223 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-08-24 15:07:42.226 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:07:42.229 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:07:42.231 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-08-24 15:07:42.234 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-08-24 15:07:42.236 | + 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-24 15:07:42.251 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:07:42.357 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-08-24 15:07:42.372 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:07:42.506 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-08-24 15:07:42.584 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-08-24 15:07:42.673 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-08-24 15:07:42.768 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-08-24 15:07:42.771 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-08-24 15:07:42.775 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-08-24 15:07:42.775 | enabling MySQL performance counting 2022-08-24 15:07:42.778 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-08-24 15:07:42.810 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-08-24 15:07:42.813 | + 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-24 15:07:44.953 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:07:44.953 | from cryptography.utils import int_from_bytes 2022-08-24 15:07:44.953 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:07:44.953 | from cryptography.utils import int_from_bytes 2022-08-24 15:07:46.019 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-24 15:07:46.021 | Processing ./tools/dbcounter 2022-08-24 15:07:46.027 | Installing build dependencies: started 2022-08-24 15:07:56.029 | Installing build dependencies: finished with status 'done' 2022-08-24 15:07:56.031 | Getting requirements to build wheel: started 2022-08-24 15:07:57.121 | Getting requirements to build wheel: finished with status 'done' 2022-08-24 15:07:57.130 | Installing backend dependencies: started 2022-08-24 15:08:01.882 | Installing backend dependencies: finished with status 'done' 2022-08-24 15:08:01.884 | Preparing wheel metadata: started 2022-08-24 15:08:03.106 | Preparing wheel metadata: finished with status 'done' 2022-08-24 15:08:03.215 | Building wheels for collected packages: dbcounter 2022-08-24 15:08:03.217 | Building wheel for dbcounter (PEP 517): started 2022-08-24 15:08:04.696 | Building wheel for dbcounter (PEP 517): finished with status 'done' 2022-08-24 15:08:04.697 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=8e1bf3ba366440841fc988b3d094d2cba81e50c70bc10b708a89d3d9b363d9e5 2022-08-24 15:08:04.697 | Stored in directory: /tmp/pip-ephem-wheel-cache-w3pq6hbw/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-08-24 15:08:04.698 | Successfully built dbcounter 2022-08-24 15:08:06.895 | Installing collected packages: dbcounter 2022-08-24 15:08:06.995 | Successfully installed dbcounter-0.1 2022-08-24 15:08:07.150 | + inc/python:pip_install:196 : result=0 2022-08-24 15:08:07.152 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-24 15:08:07.155 | + functions-common:time_stop:2439 : local name 2022-08-24 15:08:07.157 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:08:07.159 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:08:07.162 | + functions-common:time_stop:2442 : local total 2022-08-24 15:08:07.164 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:08:07.166 | + functions-common:time_stop:2445 : name=pip_install 2022-08-24 15:08:07.169 | + functions-common:time_stop:2446 : start_time=1661353662803 2022-08-24 15:08:07.171 | + functions-common:time_stop:2448 : [[ -z 1661353662803 ]] 2022-08-24 15:08:07.174 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:08:07.178 | + functions-common:time_stop:2451 : end_time=1661353687175 2022-08-24 15:08:07.180 | + functions-common:time_stop:2452 : elapsed_time=24372 2022-08-24 15:08:07.183 | + functions-common:time_stop:2453 : total=200579 2022-08-24 15:08:07.185 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:08:07.187 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=224951 2022-08-24 15:08:07.195 | + inc/python:pip_install:199 : return 0 2022-08-24 15:08:07.198 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-08-24 15:08:07.201 | + lib/database:recreate_database:112 : local db=stats 2022-08-24 15:08:07.203 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-08-24 15:08:07.206 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-08-24 15:08:07.208 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-08-24 15:08:07.213 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:08:07.263 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-08-24 15:08:07.268 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:08:07.394 | + 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-24 15:08:07.394 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-08-24 15:08:07.399 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:08:07.534 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-08-24 15:08:07.536 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:08:07.539 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-24 15:08:11.487 | + ./stack.sh:main:1034 : save_stackenv 1034 2022-08-24 15:08:11.492 | + functions-common:save_stackenv:60 : local tag=1034 2022-08-24 15:08:11.496 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-24 15:08:11.501 | + functions-common:save_stackenv:62 : time_stamp=2022-08-24-150811 2022-08-24 15:08:11.504 | + functions-common:save_stackenv:63 : echo '# 2022-08-24-150811 1034' 2022-08-24 15:08:11.508 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.511 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-24 15:08:11.514 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.516 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-24 15:08:11.519 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.521 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-24 15:08:11.524 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.532 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-08-24 15:08:11.535 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.538 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.89 2022-08-24 15:08:11.540 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.544 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.89/identity 2022-08-24 15:08:11.547 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.550 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-24-145336 2022-08-24 15:08:11.552 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.556 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-24 15:08:11.560 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.562 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.89 2022-08-24 15:08:11.564 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.567 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-24 15:08:11.570 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.574 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-24 15:08:11.580 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.583 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-24 15:08:11.585 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.588 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-24 15:08:11.591 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.593 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.89 2022-08-24 15:08:11.596 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:08:11.599 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-24 15:08:11.602 | + ./stack.sh:main:1046 : [[ True == \T\r\u\e ]] 2022-08-24 15:08:11.604 | + ./stack.sh:main:1047 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-08-24 15:08:11.607 | + ./stack.sh:main:1048 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-08-24 15:08:11.621 | + ./stack.sh:main:1060 : start_dstat 2022-08-24 15:08:11.624 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-24 15:08:11.627 | + functions-common:run_process:1693 : local service=dstat 2022-08-24 15:08:11.630 | + functions-common:run_process:1694 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-24 15:08:11.633 | + functions-common:run_process:1695 : local group= 2022-08-24 15:08:11.636 | + functions-common:run_process:1696 : local user= 2022-08-24 15:08:11.638 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:08:11.641 | + functions-common:run_process:1699 : local name=dstat 2022-08-24 15:08:11.644 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:08:11.646 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:08:11.649 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:08:11.651 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:08:11.655 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:08:11.659 | + functions-common:time_start:2430 : _TIME_START[$name]=1661353691657 2022-08-24 15:08:11.663 | + functions-common:run_process:1702 : is_service_enabled dstat 2022-08-24 15:08:11.690 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:08:11.692 | + functions-common:run_process:1703 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' '' 2022-08-24 15:08:11.700 | + functions-common:_run_under_systemd:1653 : local service=dstat 2022-08-24 15:08:11.703 | + functions-common:_run_under_systemd:1654 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-24 15:08:11.705 | + functions-common:_run_under_systemd:1655 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-24 15:08:11.708 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-24 15:08:11.711 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-24 15:08:11.714 | + functions-common:_common_systemd_pitfalls:1628 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-08-24 15:08:11.716 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-08-24 15:08:11.719 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@dstat.service 2022-08-24 15:08:11.722 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:08:11.724 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:08:11.728 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:08:11.731 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:08:11.733 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-08-24 15:08:11.736 | + 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-24 15:08:11.738 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-08-24 15:08:11.741 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-24 15:08:11.744 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:08:11.746 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:08:11.749 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:08:11.752 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:08:11.754 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:08:11.757 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-08-24 15:08:11.759 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:08:11.764 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-08-24 15:08:11.847 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-08-24 15:08:11.930 | + 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-24 15:08:12.008 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-08-24 15:08:12.072 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-08-24 15:08:12.149 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:08:12.246 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:08:12.249 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:08:12.252 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-08-24 15:08:12.332 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:08:12.746 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-08-24 15:08:12.762 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-08-24 15:08:13.166 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-08-24 15:08:13.198 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:08:13.204 | + functions-common:time_stop:2439 : local name 2022-08-24 15:08:13.207 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:08:13.210 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:08:13.213 | + functions-common:time_stop:2442 : local total 2022-08-24 15:08:13.216 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:08:13.218 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:08:13.221 | + functions-common:time_stop:2446 : start_time=1661353691657 2022-08-24 15:08:13.223 | + functions-common:time_stop:2448 : [[ -z 1661353691657 ]] 2022-08-24 15:08:13.227 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:08:13.232 | + functions-common:time_stop:2451 : end_time=1661353693229 2022-08-24 15:08:13.235 | + functions-common:time_stop:2452 : elapsed_time=1572 2022-08-24 15:08:13.237 | + functions-common:time_stop:2453 : total=0 2022-08-24 15:08:13.239 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:08:13.243 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1572 2022-08-24 15:08:13.245 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-08-24 15:08:13.248 | + functions-common:run_process:1693 : local service=memory_tracker 2022-08-24 15:08:13.250 | + functions-common:run_process:1694 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-08-24 15:08:13.253 | + functions-common:run_process:1695 : local group= 2022-08-24 15:08:13.256 | + functions-common:run_process:1696 : local user=root 2022-08-24 15:08:13.258 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:08:13.261 | + functions-common:run_process:1699 : local name=memory_tracker 2022-08-24 15:08:13.264 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:08:13.267 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:08:13.269 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:08:13.272 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:08:13.277 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:08:13.282 | + functions-common:time_start:2430 : _TIME_START[$name]=1661353693279 2022-08-24 15:08:13.288 | + functions-common:run_process:1702 : is_service_enabled memory_tracker 2022-08-24 15:08:13.310 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:08:13.312 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:08:13.315 | + functions-common:time_stop:2439 : local name 2022-08-24 15:08:13.317 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:08:13.321 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:08:13.323 | + functions-common:time_stop:2442 : local total 2022-08-24 15:08:13.326 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:08:13.328 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:08:13.331 | + functions-common:time_stop:2446 : start_time=1661353693279 2022-08-24 15:08:13.334 | + functions-common:time_stop:2448 : [[ -z 1661353693279 ]] 2022-08-24 15:08:13.340 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:08:13.342 | + functions-common:time_stop:2451 : end_time=1661353693339 2022-08-24 15:08:13.345 | + functions-common:time_stop:2452 : elapsed_time=60 2022-08-24 15:08:13.347 | + functions-common:time_stop:2453 : total=1572 2022-08-24 15:08:13.350 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:08:13.353 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1632 2022-08-24 15:08:13.356 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-08-24 15:08:13.430 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:08:13.450 | + ./stack.sh:main:1064 : is_service_enabled tcpdump 2022-08-24 15:08:13.549 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:08:13.559 | + ./stack.sh:main:1072 : is_service_enabled etcd3 2022-08-24 15:08:13.593 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:08:13.596 | + ./stack.sh:main:1073 : start_etcd3 2022-08-24 15:08:13.608 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-08-24 15:08:13.608 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-843871-6-hyperv --data-dir /opt/stack/data/etcd' 2022-08-24 15:08:13.608 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-08-24 15:08:13.608 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-843871-6-hyperv=http://10.222.0.89:2380' 2022-08-24 15:08:13.608 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.89:2380' 2022-08-24 15:08:13.611 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.89:2379' 2022-08-24 15:08:13.613 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-08-24 15:08:13.616 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-08-24 15:08:13.619 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.89:2379' 2022-08-24 15:08:13.622 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-08-24 15:08:13.624 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-08-24 15:08:13.627 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-24 15:08:13.629 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-843871-6-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-843871-6-hyperv=http://10.222.0.89:2380 --initial-advertise-peer-urls http://10.222.0.89:2380 --advertise-client-urls http://10.222.0.89:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.89:2379 --debug' '' root 2022-08-24 15:08:13.632 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-08-24 15:08:13.635 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name dv-neutron-843871-6-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-843871-6-hyperv=http://10.222.0.89:2380 --initial-advertise-peer-urls http://10.222.0.89:2380 --advertise-client-urls http://10.222.0.89:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.89:2379 --debug' 2022-08-24 15:08:13.637 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:08:13.639 | + functions-common:write_user_unit_file:1565 : local user=root 2022-08-24 15:08:13.642 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:08:13.646 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:08:13.647 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:08:13.649 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-24 15:08:13.652 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:08:13.656 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-08-24 15:08:13.732 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-08-24 15:08:13.811 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-843871-6-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-843871-6-hyperv=http://10.222.0.89:2380 --initial-advertise-peer-urls http://10.222.0.89:2380 --advertise-client-urls http://10.222.0.89:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.89:2379 --debug' 2022-08-24 15:08:13.870 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-08-24 15:08:13.939 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-08-24 15:08:14.008 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:08:14.076 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:08:14.079 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:08:14.081 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-08-24 15:08:14.157 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:08:14.562 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-08-24 15:08:14.631 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-08-24 15:08:14.696 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-08-24 15:08:14.758 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-08-24 15:08:14.818 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-08-24 15:08:14.822 | ++ functions-common:is_arch:501 : uname -m 2022-08-24 15:08:14.826 | + functions-common:is_arch:501 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-08-24 15:08:14.829 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-08-24 15:08:15.273 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-08-24 15:08:15.290 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-08-24 15:08:15.396 | ++ inc/async:async_inner:64 : rc=0 2022-08-24 15:08:15.423 | [79007 Async install_tempest:79007]: finished successfully 2022-08-24 15:08:15.686 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-08-24 15:08:16.765 | + ./stack.sh:main:1079 : is_service_enabled tls-proxy 2022-08-24 15:08:16.784 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:08:16.787 | + ./stack.sh:main:1084 : write_clouds_yaml 2022-08-24 15:08:16.790 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-08-24 15:08:16.793 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-08-24 15:08:16.798 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-08-24 15:08:16.811 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-08-24 15:08:16.823 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-08-24 15:08:16.825 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-24 15:08:16.828 | + 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.89/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-08-24 15:08:16.913 | The user clouds.yaml file didn't exist. 2022-08-24 15:08:16.927 | + 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.89/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-08-24 15:08:17.031 | + 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.89/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-08-24 15:08:17.153 | + 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.89/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-08-24 15:08:17.260 | + 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.89/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-08-24 15:08:17.371 | + 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.89/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-08-24 15:08:17.488 | + 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.89/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-08-24 15:08:17.608 | + 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.89/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-08-24 15:08:17.729 | + 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.89/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-08-24 15:08:17.862 | + 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.89/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-08-24 15:08:17.992 | + functions-common:write_clouds_yaml:198 : cat 2022-08-24 15:08:17.998 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-08-24 15:08:18.001 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-08-24 15:08:18.004 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-08-24 15:08:18.009 | + ./stack.sh:main:1085 : export OS_CLOUD=devstack-admin 2022-08-24 15:08:18.012 | + ./stack.sh:main:1085 : OS_CLOUD=devstack-admin 2022-08-24 15:08:18.014 | + ./stack.sh:main:1087 : is_service_enabled keystone 2022-08-24 15:08:18.032 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:08:18.034 | + ./stack.sh:main:1088 : echo_summary 'Starting Keystone' 2022-08-24 15:08:18.036 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:08:18.040 | + ./stack.sh:echo_summary:441 : echo -e Starting Keystone 2022-08-24 15:08:18.042 | + ./stack.sh:main:1090 : '[' 10.222.0.89 == 10.222.0.89 ']' 2022-08-24 15:08:18.044 | + ./stack.sh:main:1091 : init_keystone 2022-08-24 15:08:18.047 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-08-24 15:08:18.064 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:08:18.067 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-08-24 15:08:18.070 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-08-24 15:08:18.073 | + lib/database:recreate_database:112 : local db=keystone 2022-08-24 15:08:18.075 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-08-24 15:08:18.078 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-08-24 15:08:18.081 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-08-24 15:08:18.088 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:08:18.157 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-08-24 15:08:18.161 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:08:18.282 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-08-24 15:08:18.284 | + functions-common:time_start:2425 : local name=dbsync 2022-08-24 15:08:18.290 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:08:18.290 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:08:18.293 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:08:18.298 | + functions-common:time_start:2430 : _TIME_START[$name]=1661353698295 2022-08-24 15:08:18.300 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-08-24 15:08:21.854 | INFO dbcounter [-] Registered counter for database keystone 2022-08-24 15:08:21.878 | 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=81348) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:08:21.885 | DEBUG dbcounter [-] [81348] Writer thread running {{(pid=81348) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:08:21.888 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:08:21.888 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:08:21.893 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-24 15:08:21.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:08:21.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:08:21.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:08:21.895 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:08:21.895 | 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=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:08:21.895 | 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=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:08:21.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:08:21.895 | 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=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:08:21.895 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:08:21.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:08:21.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:08:21.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:08:21.896 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:08:21.896 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:08:21.897 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-24 15:08:21.897 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=81348) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-24 15:08:21.921 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:08:21.921 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:08:22.332 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version 2022-08-24 15:08:52.269 | DEBUG dbcounter [-] [81348] Writing DB stats keystone:SELECT=8,keystone:SHOW=1,keystone:CREATE=68,keystone:ALTER=1 {{(pid=81348) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:08:53.571 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=81348) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-24 15:08:53.572 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2022-08-24 15:08:53.572 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=81348) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-24 15:08:53.575 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2022-08-24 15:08:53.575 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=81348) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-24 15:08:53.998 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-08-24 15:08:54.001 | + functions-common:time_stop:2439 : local name 2022-08-24 15:08:54.003 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:08:54.006 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:08:54.008 | + functions-common:time_stop:2442 : local total 2022-08-24 15:08:54.011 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:08:54.013 | + functions-common:time_stop:2445 : name=dbsync 2022-08-24 15:08:54.016 | + functions-common:time_stop:2446 : start_time=1661353698295 2022-08-24 15:08:54.018 | + functions-common:time_stop:2448 : [[ -z 1661353698295 ]] 2022-08-24 15:08:54.022 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:08:54.027 | + functions-common:time_stop:2451 : end_time=1661353734024 2022-08-24 15:08:54.030 | + functions-common:time_stop:2452 : elapsed_time=35729 2022-08-24 15:08:54.032 | + functions-common:time_stop:2453 : total=0 2022-08-24 15:08:54.035 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:08:54.038 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=35729 2022-08-24 15:08:54.040 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-08-24 15:08:54.043 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-08-24 15:08:54.047 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-08-24 15:08:57.353 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-08-24 15:08:57.354 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-24 15:08:57.354 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-24 15:08:57.354 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-08-24 15:08:57.355 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-24 15:08:57.355 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-24 15:08:57.355 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-24 15:08:57.355 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-24 15:08:57.356 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-24 15:08:57.674 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-08-24 15:08:57.678 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-08-24 15:09:01.006 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-08-24 15:09:01.007 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-24 15:09:01.007 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-24 15:09:01.007 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-08-24 15:09:01.008 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-24 15:09:01.008 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-24 15:09:01.008 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-24 15:09:01.008 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-24 15:09:01.008 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-24 15:09:01.323 | + ./stack.sh:main:1092 : start_keystone 2022-08-24 15:09:01.325 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-08-24 15:09:01.328 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-08-24 15:09:01.330 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-08-24 15:09:01.347 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:09:01.351 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-08-24 15:09:01.354 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-08-24 15:09:01.359 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-08-24 15:09:01.361 | + functions-common:run_process:1693 : local service=keystone 2022-08-24 15:09:01.364 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-24 15:09:01.366 | + functions-common:run_process:1695 : local group= 2022-08-24 15:09:01.369 | + functions-common:run_process:1696 : local user= 2022-08-24 15:09:01.371 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:09:01.374 | + functions-common:run_process:1699 : local name=keystone 2022-08-24 15:09:01.376 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:09:01.379 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:09:01.381 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:09:01.384 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:09:01.387 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:09:01.391 | + functions-common:time_start:2430 : _TIME_START[$name]=1661353741388 2022-08-24 15:09:01.394 | + functions-common:run_process:1702 : is_service_enabled keystone 2022-08-24 15:09:01.410 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:09:01.414 | + functions-common:run_process:1703 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2022-08-24 15:09:01.416 | + functions-common:_run_under_systemd:1653 : local service=keystone 2022-08-24 15:09:01.418 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-24 15:09:01.421 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-24 15:09:01.423 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-24 15:09:01.425 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-24 15:09:01.428 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-08-24 15:09:01.430 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-08-24 15:09:01.433 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@keystone.service 2022-08-24 15:09:01.435 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:09:01.437 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:09:01.440 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:09:01.442 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:09:01.444 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-08-24 15:09:01.447 | + 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-24 15:09:01.449 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@keystone.service 2022-08-24 15:09:01.452 | + 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-24 15:09:01.454 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-24 15:09:01.456 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-24 15:09:01.458 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-24 15:09:01.460 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-08-24 15:09:01.462 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-24 15:09:01.466 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-08-24 15:09:01.534 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-08-24 15:09:01.606 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-08-24 15:09:01.661 | + 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-24 15:09:01.718 | + 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-24 15:09:01.774 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-08-24 15:09:01.833 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-08-24 15:09:01.894 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-08-24 15:09:01.953 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-08-24 15:09:02.014 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-08-24 15:09:02.069 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-24 15:09:02.071 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-24 15:09:02.073 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-08-24 15:09:02.138 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-24 15:09:02.522 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-08-24 15:09:02.535 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-08-24 15:09:02.920 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-08-24 15:09:02.994 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:09:02.998 | + functions-common:time_stop:2439 : local name 2022-08-24 15:09:03.002 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:09:03.004 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:09:03.007 | + functions-common:time_stop:2442 : local total 2022-08-24 15:09:03.010 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:09:03.012 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:09:03.014 | + functions-common:time_stop:2446 : start_time=1661353741388 2022-08-24 15:09:03.017 | + functions-common:time_stop:2448 : [[ -z 1661353741388 ]] 2022-08-24 15:09:03.020 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:09:03.025 | + functions-common:time_stop:2451 : end_time=1661353743022 2022-08-24 15:09:03.028 | + functions-common:time_stop:2452 : elapsed_time=1634 2022-08-24 15:09:03.030 | + functions-common:time_stop:2453 : total=1632 2022-08-24 15:09:03.033 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:09:03.036 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3266 2022-08-24 15:09:03.040 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-08-24 15:09:03.040 | Waiting for keystone to start... 2022-08-24 15:09:03.042 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.89/identity/v3/ 2022-08-24 15:09:03.045 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.89/identity/v3/ 2022-08-24 15:09:03.047 | + functions:wait_for_service:457 : local timeout=60 2022-08-24 15:09:03.050 | + functions:wait_for_service:458 : local url=http://10.222.0.89/identity/v3/ 2022-08-24 15:09:03.053 | + functions:wait_for_service:459 : local rval=0 2022-08-24 15:09:03.055 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-24 15:09:03.058 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-24 15:09:03.060 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:09:03.063 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:09:03.066 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:09:03.071 | + functions-common:time_start:2430 : _TIME_START[$name]=1661353743067 2022-08-24 15:09:03.073 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-24 15:09:03.079 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89/identity/v3/ 2022-08-24 15:09:08.167 | + :: : [[ 200 == 503 ]] 2022-08-24 15:09:08.168 | + :: : [[ 0 -eq 7 ]] 2022-08-24 15:09:08.171 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-24 15:09:08.174 | + functions-common:time_stop:2439 : local name 2022-08-24 15:09:08.176 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:09:08.179 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:09:08.182 | + functions-common:time_stop:2442 : local total 2022-08-24 15:09:08.184 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:09:08.188 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-24 15:09:08.189 | + functions-common:time_stop:2446 : start_time=1661353743067 2022-08-24 15:09:08.191 | + functions-common:time_stop:2448 : [[ -z 1661353743067 ]] 2022-08-24 15:09:08.195 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:09:08.200 | + functions-common:time_stop:2451 : end_time=1661353748197 2022-08-24 15:09:08.202 | + functions-common:time_stop:2452 : elapsed_time=5130 2022-08-24 15:09:08.204 | + functions-common:time_stop:2453 : total=0 2022-08-24 15:09:08.207 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:09:08.209 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5130 2022-08-24 15:09:08.212 | + functions:wait_for_service:467 : return 0 2022-08-24 15:09:08.215 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-08-24 15:09:08.231 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:09:08.234 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-08-24 15:09:08.236 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:09:08.239 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-08-24 15:09:08.266 | + ./stack.sh:main:1093 : bootstrap_keystone 2022-08-24 15:09:08.272 | + 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.89/identity 2022-08-24 15:09:11.671 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.671 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.671 | 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=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.680 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.696 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.697 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.726 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.758 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.758 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.847 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.848 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.848 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.848 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.848 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.848 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.945 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.946 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.946 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.946 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.946 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.946 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.947 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.953 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.956 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.956 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.957 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.957 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.957 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.957 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:11.957 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=82160) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-24 15:09:12.021 | INFO dbcounter [-] Registered counter for database keystone 2022-08-24 15:09:12.039 | 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=82160) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:09:12.045 | DEBUG dbcounter [-] [82160] Writer thread running {{(pid=82160) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:09:12.319 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created domain default 2022-08-24 15:09:12.453 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created project admin 2022-08-24 15:09:12.487 | DEBUG passlib.handlers.bcrypt [None req-e122e88c-a83a-405f-9268-781a063c369e None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=82160) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-08-24 15:09:12.488 | DEBUG passlib.handlers.bcrypt [None req-e122e88c-a83a-405f-9268-781a063c369e None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=82160) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-08-24 15:09:12.617 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created user admin 2022-08-24 15:09:12.695 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created role reader 2022-08-24 15:09:12.798 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created role member 2022-08-24 15:09:12.881 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created implied role where ddce2d50cbbf4210bccdfb9ae1dc53ca implies b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:09:12.993 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created role admin 2022-08-24 15:09:13.082 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created implied role where b0a504fa524a4596bce0afb433ae9327 implies ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:09:13.148 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Granted role admin on project admin to user admin. 2022-08-24 15:09:13.225 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Granted role admin on the system to user admin. 2022-08-24 15:09:13.322 | WARNING py.warnings [None req-e122e88c-a83a-405f-9268-781a063c369e 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-24 15:09:13.322 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-08-24 15:09:13.322 |  2022-08-24 15:09:13.326 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created region RegionOne 2022-08-24 15:09:13.582 | INFO keystone.cmd.bootstrap [None req-e122e88c-a83a-405f-9268-781a063c369e None None] Created public endpoint http://10.222.0.89/identity 2022-08-24 15:09:13.981 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-08-24 15:09:13.983 | + ./stack.sh:main:1096 : create_keystone_accounts 2022-08-24 15:09:13.987 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-08-24 15:09:13.989 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-08-24 15:09:17.168 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:17.168 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:17.168 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:17.168 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:17.297 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:17.300 | + lib/keystone:create_keystone_accounts:310 : admin_project=a21b022863214652bee8ae0c1550558f 2022-08-24 15:09:17.303 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-08-24 15:09:17.306 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-08-24 15:09:19.468 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:19.468 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:19.468 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:19.468 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:19.599 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:19.603 | + lib/keystone:create_keystone_accounts:312 : admin_user=60ca0247cdc64756817aaaa63a0f3a87 2022-08-24 15:09:19.605 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-08-24 15:09:19.607 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-08-24 15:09:19.610 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-08-24 15:09:19.612 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 60ca0247cdc64756817aaaa63a0f3a87 default 2022-08-24 15:09:19.682 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 60ca0247cdc64756817aaaa63a0f3a87 default 2022-08-24 15:09:19.733 | [19052 Async ks-domain-role:82288]: running: get_or_add_user_domain_role admin 60ca0247cdc64756817aaaa63a0f3a87 default 2022-08-24 15:09:19.736 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-08-24 15:09:19.739 | + functions-common:get_or_create_domain:877 : local domain_id 2022-08-24 15:09:19.742 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-24 15:09:22.868 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-08-24 15:09:22.871 | + functions-common:get_or_create_domain:888 : echo default 2022-08-24 15:09:22.871 | default 2022-08-24 15:09:22.873 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-08-24 15:09:22.941 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-08-24 15:09:22.991 | [19052 Async ks-project:82438]: running: get_or_create_project service Default 2022-08-24 15:09:22.993 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-08-24 15:09:23.067 | + inc/async:async_inner:63 : get_or_create_role service 2022-08-24 15:09:23.128 | [19052 Async ks-service:82533]: running: get_or_create_role service 2022-08-24 15:09:23.130 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-08-24 15:09:23.218 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-08-24 15:09:23.376 | [19052 Async ks-reseller:82629]: running: get_or_create_role ResellerAdmin 2022-08-24 15:09:23.400 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-08-24 15:09:23.424 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-08-24 15:09:23.941 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-08-24 15:09:24.197 | [19052 Async ks-anotherrole:82729]: running: get_or_create_role anotherrole 2022-08-24 15:09:24.211 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-08-24 15:09:24.244 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-08-24 15:09:24.272 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:09:24.301 | +++ 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-24 15:09:26.632 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:26.728 | [82533 Async ks-service:82533]: finished successfully 2022-08-24 15:09:26.961 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:26.995 | [82629 Async ks-reseller:82629]: finished successfully 2022-08-24 15:09:27.668 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:27.727 | [82438 Async ks-project:82438]: finished successfully 2022-08-24 15:09:27.879 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:27.879 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:27.879 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:27.879 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:28.028 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:28.031 | ++ functions-common:get_or_create_project:938 : project_id=f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:09:28.033 | ++ functions-common:get_or_create_project:939 : echo f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:09:28.038 | + lib/keystone:create_keystone_accounts:340 : invis_project=f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:09:28.042 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-08-24 15:09:28.044 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-08-24 15:09:28.046 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:09:28.050 | +++ 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-24 15:09:28.238 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:28.273 | [82729 Async ks-anotherrole:82729]: finished successfully 2022-08-24 15:09:30.725 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:30.725 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:30.725 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:30.725 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:30.870 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:30.873 | ++ functions-common:get_or_create_project:938 : project_id=8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:30.876 | ++ functions-common:get_or_create_project:939 : echo 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:30.879 | + lib/keystone:create_keystone_accounts:344 : demo_project=8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:30.881 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-08-24 15:09:30.885 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-08-24 15:09:30.888 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:09:30.890 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-08-24 15:09:30.893 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-08-24 15:09:30.897 | +++ 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-24 15:09:30.976 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:31.004 | [82288 Async ks-domain-role:82288]: finished successfully 2022-08-24 15:09:33.449 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.449 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.449 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.449 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.576 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:33.579 | ++ functions-common:get_or_create_user:925 : user_id=7f7cab1c01c64e9c9037bbf933623783 2022-08-24 15:09:33.581 | ++ functions-common:get_or_create_user:926 : echo 7f7cab1c01c64e9c9037bbf933623783 2022-08-24 15:09:33.585 | + lib/keystone:create_keystone_accounts:347 : demo_user=7f7cab1c01c64e9c9037bbf933623783 2022-08-24 15:09:33.587 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-08-24 15:09:33.639 | [19052 Async ks-domain-role:82288]: Waiting for completion of get_or_add_user_domain_role admin 60ca0247cdc64756817aaaa63a0f3a87 default running on PID 82288 (6 other jobs running) 2022-08-24 15:09:33.664 | [19052 Async ks-domain-role:82288]: Signaling child to exit 2022-08-24 15:09:33.664 | WAKEUP 2022-08-24 15:09:33.687 | [19052 Async ks-domain-role:82288]: Signaled 2022-08-24 15:09:33.689 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-08-24 15:09:33.689 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 60ca0247cdc64756817aaaa63a0f3a87 --domain default 2022-08-24 15:09:33.689 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-08-24 15:09:33.689 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:09:33.689 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:09:33.689 | ++ functions-common:get_field:812 : read data 2022-08-24 15:09:33.689 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.689 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.689 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.689 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:33.689 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-08-24 15:09:33.689 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-08-24 15:09:33.689 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user 60ca0247cdc64756817aaaa63a0f3a87 --domain default 2022-08-24 15:09:33.689 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.690 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.690 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.690 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:09:33.690 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 60ca0247cdc64756817aaaa63a0f3a87 --domain default 2022-08-24 15:09:33.690 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-08-24 15:09:33.690 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:09:33.690 | ++ functions-common:get_field:812 : read data 2022-08-24 15:09:33.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.690 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.690 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.690 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:33.690 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:09:33.690 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:09:33.690 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:09:33.690 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | 60ca0247cdc64756817aaaa63a0f3a87 | | | default | | False |' 2022-08-24 15:09:33.690 | ++ functions-common:get_field:812 : read data 2022-08-24 15:09:33.690 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:09:33.690 | + functions-common:get_or_add_user_domain_role:1021 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:09:33.690 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:09:33.733 | [19052 Async ks-domain-role:82288]: finished get_or_add_user_domain_role admin 60ca0247cdc64756817aaaa63a0f3a87 default with result 0 in 11 seconds 2022-08-24 15:09:33.740 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-08-24 15:09:33.776 | [19052 Async ks-project:82438]: Waiting for completion of get_or_create_project service Default running on PID 82438 (5 other jobs running) 2022-08-24 15:09:33.801 | [19052 Async ks-project:82438]: Signaling child to exit 2022-08-24 15:09:33.801 | WAKEUP 2022-08-24 15:09:33.824 | [19052 Async ks-project:82438]: Signaled 2022-08-24 15:09:33.825 | + functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:09:33.825 | ++ 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-24 15:09:33.825 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.825 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.825 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.825 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.825 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:33.825 | + functions-common:get_or_create_project:938 : project_id=be3cd9482fc0471baf08b723b7147f2d 2022-08-24 15:09:33.825 | + functions-common:get_or_create_project:939 : echo be3cd9482fc0471baf08b723b7147f2d 2022-08-24 15:09:33.825 | be3cd9482fc0471baf08b723b7147f2d 2022-08-24 15:09:33.869 | [19052 Async ks-project:82438]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-08-24 15:09:33.906 | [19052 Async ks-service:82533]: Waiting for completion of get_or_create_role service running on PID 82533 (4 other jobs running) 2022-08-24 15:09:33.931 | [19052 Async ks-service:82533]: Signaling child to exit 2022-08-24 15:09:33.931 | WAKEUP 2022-08-24 15:09:33.953 | [19052 Async ks-service:82533]: Signaled 2022-08-24 15:09:33.955 | + functions-common:get_or_create_role:945 : local role_id 2022-08-24 15:09:33.955 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-08-24 15:09:33.955 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.955 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.955 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:33.955 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:33.955 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:33.955 | + functions-common:get_or_create_role:950 : role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:09:33.955 | + functions-common:get_or_create_role:951 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:09:33.955 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:09:33.999 | [19052 Async ks-service:82533]: finished get_or_create_role service with result 0 in 3 seconds 2022-08-24 15:09:34.037 | [19052 Async ks-reseller:82629]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 82629 (3 other jobs running) 2022-08-24 15:09:34.062 | [19052 Async ks-reseller:82629]: Signaling child to exit 2022-08-24 15:09:34.062 | WAKEUP 2022-08-24 15:09:34.086 | [19052 Async ks-reseller:82629]: Signaled 2022-08-24 15:09:34.087 | + functions-common:get_or_create_role:945 : local role_id 2022-08-24 15:09:34.087 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-08-24 15:09:34.087 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:34.087 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:34.087 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:34.087 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:34.087 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:34.087 | + functions-common:get_or_create_role:950 : role_id=c7be21b013db41309db6c43d19873b2e 2022-08-24 15:09:34.087 | + functions-common:get_or_create_role:951 : echo c7be21b013db41309db6c43d19873b2e 2022-08-24 15:09:34.087 | c7be21b013db41309db6c43d19873b2e 2022-08-24 15:09:34.133 | [19052 Async ks-reseller:82629]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-08-24 15:09:34.172 | [19052 Async ks-anotherrole:82729]: Waiting for completion of get_or_create_role anotherrole running on PID 82729 (2 other jobs running) 2022-08-24 15:09:34.198 | [19052 Async ks-anotherrole:82729]: Signaling child to exit 2022-08-24 15:09:34.198 | WAKEUP 2022-08-24 15:09:34.221 | [19052 Async ks-anotherrole:82729]: Signaled 2022-08-24 15:09:34.222 | + functions-common:get_or_create_role:945 : local role_id 2022-08-24 15:09:34.222 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-24 15:09:34.222 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:34.222 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:34.222 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:34.223 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:34.223 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:34.223 | + functions-common:get_or_create_role:950 : role_id=7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:09:34.223 | + functions-common:get_or_create_role:951 : echo 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:09:34.223 | 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:09:34.268 | [19052 Async ks-anotherrole:82729]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-08-24 15:09:34.272 | + inc/async:async_wait:197 : return 0 2022-08-24 15:09:34.275 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.342 | + inc/async:async_inner:63 : get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.388 | [19052 Async ks-demo-member:83618]: running: get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.391 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 60ca0247cdc64756817aaaa63a0f3a87 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.460 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 60ca0247cdc64756817aaaa63a0f3a87 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.514 | [19052 Async ks-demo-admin:83739]: running: get_or_add_user_project_role admin 60ca0247cdc64756817aaaa63a0f3a87 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.520 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.594 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.649 | [19052 Async ks-demo-another:83860]: running: get_or_add_user_project_role anotherrole 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:34.652 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:09:34.733 | + inc/async:async_inner:63 : get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:09:34.807 | [19052 Async ks-demo-invis:83982]: running: get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:09:34.812 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-08-24 15:09:34.826 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-08-24 15:09:34.835 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:09:34.839 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-08-24 15:09:34.849 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-08-24 15:09:34.853 | +++ 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-24 15:09:38.728 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:38.728 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:38.728 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:38.728 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:38.911 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:38.915 | ++ functions-common:get_or_create_user:925 : user_id=b9851d9208414a318c623384e4df5209 2022-08-24 15:09:38.920 | ++ functions-common:get_or_create_user:926 : echo b9851d9208414a318c623384e4df5209 2022-08-24 15:09:38.923 | + lib/keystone:create_keystone_accounts:360 : demo_reader=b9851d9208414a318c623384e4df5209 2022-08-24 15:09:38.939 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader b9851d9208414a318c623384e4df5209 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:39.249 | + inc/async:async_inner:63 : get_or_add_user_project_role reader b9851d9208414a318c623384e4df5209 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:39.383 | [19052 Async ks-demo-reader:84168]: running: get_or_add_user_project_role reader b9851d9208414a318c623384e4df5209 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:09:39.394 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-08-24 15:09:39.417 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-08-24 15:09:39.437 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:09:39.465 | +++ 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-24 15:09:44.123 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:44.124 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:44.124 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:44.124 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:44.306 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:44.309 | ++ functions-common:get_or_create_project:938 : project_id=cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:44.312 | ++ functions-common:get_or_create_project:939 : echo cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:44.315 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:44.318 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-08-24 15:09:44.322 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-08-24 15:09:44.325 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:09:44.328 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-08-24 15:09:44.331 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-08-24 15:09:44.335 | +++ 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-24 15:09:48.209 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:48.298 | [83618 Async ks-demo-member:83618]: finished successfully 2022-08-24 15:09:48.447 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:48.447 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:48.447 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:48.447 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:48.620 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:48.623 | ++ functions-common:get_or_create_user:925 : user_id=73b7b27b6c964b669bd2cee4c2178516 2022-08-24 15:09:48.625 | ++ functions-common:get_or_create_user:926 : echo 73b7b27b6c964b669bd2cee4c2178516 2022-08-24 15:09:48.628 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=73b7b27b6c964b669bd2cee4c2178516 2022-08-24 15:09:48.630 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:48.774 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:48.885 | [19052 Async ks-alt-admin:84579]: running: get_or_add_user_project_role admin 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:48.888 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:49.189 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:49.287 | [19052 Async ks-alt-another:84702]: running: get_or_add_user_project_role anotherrole 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:49.299 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-08-24 15:09:49.309 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-08-24 15:09:49.323 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:09:49.326 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-08-24 15:09:49.330 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-08-24 15:09:49.334 | +++ 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-24 15:09:50.451 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:50.599 | [83739 Async ks-demo-admin:83739]: finished successfully 2022-08-24 15:09:51.809 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:52.005 | [83860 Async ks-demo-another:83860]: finished successfully 2022-08-24 15:09:52.317 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:52.408 | [83982 Async ks-demo-invis:83982]: finished successfully 2022-08-24 15:09:53.260 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:53.260 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:53.260 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:53.260 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:53.404 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:53.407 | ++ functions-common:get_or_create_user:925 : user_id=f80448eea69842f18ef83a109a1b0a66 2022-08-24 15:09:53.409 | ++ functions-common:get_or_create_user:926 : echo f80448eea69842f18ef83a109a1b0a66 2022-08-24 15:09:53.413 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=f80448eea69842f18ef83a109a1b0a66 2022-08-24 15:09:53.416 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member f80448eea69842f18ef83a109a1b0a66 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:53.537 | + inc/async:async_inner:63 : get_or_add_user_project_role member f80448eea69842f18ef83a109a1b0a66 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:53.622 | [19052 Async ks-alt-member-user:85086]: running: get_or_add_user_project_role member f80448eea69842f18ef83a109a1b0a66 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:53.626 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-08-24 15:09:53.630 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-08-24 15:09:53.645 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:09:53.664 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-08-24 15:09:53.681 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-08-24 15:09:53.695 | +++ 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-24 15:09:55.624 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:09:55.755 | [84168 Async ks-demo-reader:84168]: finished successfully 2022-08-24 15:09:56.859 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:56.859 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:56.859 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:09:56.859 | from cryptography.utils import int_from_bytes 2022-08-24 15:09:57.042 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:09:57.046 | ++ functions-common:get_or_create_user:925 : user_id=dfa1541823524a2bbdb685f64fa01910 2022-08-24 15:09:57.052 | ++ functions-common:get_or_create_user:926 : echo dfa1541823524a2bbdb685f64fa01910 2022-08-24 15:09:57.062 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=dfa1541823524a2bbdb685f64fa01910 2022-08-24 15:09:57.062 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader dfa1541823524a2bbdb685f64fa01910 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:57.176 | + inc/async:async_inner:63 : get_or_add_user_project_role reader dfa1541823524a2bbdb685f64fa01910 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:57.237 | [19052 Async ks-alt-reader-user:85322]: running: get_or_add_user_project_role reader dfa1541823524a2bbdb685f64fa01910 cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:09:57.244 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-08-24 15:09:57.247 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:09:57.249 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-08-24 15:09:57.252 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-08-24 15:09:57.259 | +++ 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-24 15:10:00.646 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:00.646 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:00.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:00.646 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:00.822 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:00.829 | ++ functions-common:get_or_create_user:925 : user_id=bb747847aee44da0a61e0e99df1b3cea 2022-08-24 15:10:00.838 | ++ functions-common:get_or_create_user:926 : echo bb747847aee44da0a61e0e99df1b3cea 2022-08-24 15:10:00.854 | + lib/keystone:create_keystone_accounts:392 : system_member_user=bb747847aee44da0a61e0e99df1b3cea 2022-08-24 15:10:00.860 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member bb747847aee44da0a61e0e99df1b3cea all 2022-08-24 15:10:01.133 | + inc/async:async_inner:63 : get_or_add_user_system_role member bb747847aee44da0a61e0e99df1b3cea all 2022-08-24 15:10:01.200 | [19052 Async ks-system-member:85557]: running: get_or_add_user_system_role member bb747847aee44da0a61e0e99df1b3cea all 2022-08-24 15:10:01.204 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-08-24 15:10:01.210 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:10:01.213 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-08-24 15:10:01.215 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-08-24 15:10:01.220 | +++ 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-24 15:10:03.879 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:04.019 | [84579 Async ks-alt-admin:84579]: finished successfully 2022-08-24 15:10:04.492 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:04.636 | [84702 Async ks-alt-another:84702]: finished successfully 2022-08-24 15:10:04.911 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:04.912 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:04.912 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:04.912 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:05.075 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:05.078 | ++ functions-common:get_or_create_user:925 : user_id=2f2e78bb3fb042e8b74d87653416e5ed 2022-08-24 15:10:05.080 | ++ functions-common:get_or_create_user:926 : echo 2f2e78bb3fb042e8b74d87653416e5ed 2022-08-24 15:10:05.084 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=2f2e78bb3fb042e8b74d87653416e5ed 2022-08-24 15:10:05.087 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 2f2e78bb3fb042e8b74d87653416e5ed all 2022-08-24 15:10:05.211 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 2f2e78bb3fb042e8b74d87653416e5ed all 2022-08-24 15:10:05.286 | [19052 Async ks-system-reader:85854]: running: get_or_add_user_system_role reader 2f2e78bb3fb042e8b74d87653416e5ed all 2022-08-24 15:10:05.290 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-08-24 15:10:05.302 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-08-24 15:10:05.308 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-08-24 15:10:05.324 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-24 15:10:05.328 | +++ 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-24 15:10:07.384 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:07.514 | [85086 Async ks-alt-member-user:85086]: finished successfully 2022-08-24 15:10:08.298 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:08.299 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:08.299 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:08.299 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:08.475 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:08.480 | ++ functions-common:get_or_create_group:902 : group_id=cfcbebf5510b4787b8683be9befff26c 2022-08-24 15:10:08.484 | ++ functions-common:get_or_create_group:903 : echo cfcbebf5510b4787b8683be9befff26c 2022-08-24 15:10:08.488 | + lib/keystone:create_keystone_accounts:402 : admin_group=cfcbebf5510b4787b8683be9befff26c 2022-08-24 15:10:08.491 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-08-24 15:10:08.494 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-08-24 15:10:08.497 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-08-24 15:10:08.501 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-24 15:10:08.509 | +++ 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-24 15:10:10.555 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:10.598 | [85322 Async ks-alt-reader-user:85322]: finished successfully 2022-08-24 15:10:11.184 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:11.184 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:11.184 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:11.184 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:11.321 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:11.324 | ++ functions-common:get_or_create_group:902 : group_id=285cb826d7ca472796987d6461ebd03d 2022-08-24 15:10:11.327 | ++ functions-common:get_or_create_group:903 : echo 285cb826d7ca472796987d6461ebd03d 2022-08-24 15:10:11.330 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=285cb826d7ca472796987d6461ebd03d 2022-08-24 15:10:11.333 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:11.419 | + inc/async:async_inner:63 : get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:11.494 | [19052 Async ks-group-memberdemo:86222]: running: get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:11.497 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:11.633 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:11.777 | [19052 Async ks-group-anotherdemo:86317]: running: get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:11.793 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:12.124 | + inc/async:async_inner:63 : get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:12.344 | [19052 Async ks-group-memberalt:86414]: running: get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:12.347 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:12.390 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:12.521 | [85557 Async ks-system-member:85557]: finished successfully 2022-08-24 15:10:12.581 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:12.789 | [19052 Async ks-group-anotheralt:86545]: running: get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:12.808 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f 2022-08-24 15:10:13.305 | + inc/async:async_inner:63 : get_or_add_group_project_role admin cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f 2022-08-24 15:10:13.561 | [19052 Async ks-group-admin:86665]: running: get_or_add_group_project_role admin cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f 2022-08-24 15:10:13.580 | + 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-24 15:10:13.938 | [19052 Async ks-demo-member:83618]: Waiting for completion of get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 running on PID 83618 (17 other jobs running) 2022-08-24 15:10:14.099 | [19052 Async ks-demo-member:83618]: Signaling child to exit 2022-08-24 15:10:14.099 | WAKEUP 2022-08-24 15:10:14.249 | [19052 Async ks-demo-member:83618]: Signaled 2022-08-24 15:10:14.256 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:14.256 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:14.256 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:14.256 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:14.256 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:14.256 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:14.256 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:14.256 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:14.256 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7f7cab1c01c64e9c9037bbf933623783 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:14.256 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:14.256 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:14.256 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:14.256 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:14.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:14.256 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:14.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:14.256 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:14.256 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:14.256 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:14.256 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:14.256 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 7f7cab1c01c64e9c9037bbf933623783 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:14.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:14.256 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:14.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:14.256 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:14.256 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:14.256 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7f7cab1c01c64e9c9037bbf933623783 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:14.256 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:14.257 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:14.257 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:14.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:14.257 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:14.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:14.257 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:14.257 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:14.257 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:14.257 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:14.257 | ++ functions-common:get_field:818 : echo '| ddce2d50cbbf4210bccdfb9ae1dc53ca | 7f7cab1c01c64e9c9037bbf933623783 | | 8039ddd194dd4ec2b1bc36dbc95da648 | | | False |' 2022-08-24 15:10:14.257 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:14.257 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:14.257 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:14.257 | + functions-common:get_or_add_user_project_role:997 : echo ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:14.257 | ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:14.607 | [19052 Async ks-demo-member:83618]: finished get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 with result 0 in 13 seconds 2022-08-24 15:10:14.836 | [19052 Async ks-demo-admin:83739]: Waiting for completion of get_or_add_user_project_role admin 60ca0247cdc64756817aaaa63a0f3a87 8039ddd194dd4ec2b1bc36dbc95da648 running on PID 83739 (16 other jobs running) 2022-08-24 15:10:14.988 | [19052 Async ks-demo-admin:83739]: Signaling child to exit 2022-08-24 15:10:14.989 | WAKEUP 2022-08-24 15:10:15.090 | [19052 Async ks-demo-admin:83739]: Signaled 2022-08-24 15:10:15.103 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:15.103 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:15.103 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:15.103 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:15.103 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:15.103 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:15.103 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:15.103 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:15.103 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 60ca0247cdc64756817aaaa63a0f3a87 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:15.103 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:15.103 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:15.103 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:15.103 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:15.103 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.103 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.103 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.103 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.103 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:15.103 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:15.103 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:15.103 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 60ca0247cdc64756817aaaa63a0f3a87 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:15.103 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.103 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.103 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.103 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.103 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:15.103 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:15.103 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 60ca0247cdc64756817aaaa63a0f3a87 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:15.104 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:15.104 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:15.104 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.104 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.104 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.104 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.104 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:15.104 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:15.104 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:15.104 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:15.104 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | 60ca0247cdc64756817aaaa63a0f3a87 | | 8039ddd194dd4ec2b1bc36dbc95da648 | | | False |' 2022-08-24 15:10:15.104 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:15.104 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:10:15.104 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:10:15.104 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:10:15.323 | [19052 Async ks-demo-admin:83739]: finished get_or_add_user_project_role admin 60ca0247cdc64756817aaaa63a0f3a87 8039ddd194dd4ec2b1bc36dbc95da648 with result 0 in 16 seconds 2022-08-24 15:10:15.483 | [19052 Async ks-demo-another:83860]: Waiting for completion of get_or_add_user_project_role anotherrole 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 running on PID 83860 (15 other jobs running) 2022-08-24 15:10:15.590 | [19052 Async ks-demo-another:83860]: Signaling child to exit 2022-08-24 15:10:15.594 | WAKEUP 2022-08-24 15:10:15.750 | [19052 Async ks-demo-another:83860]: Signaled 2022-08-24 15:10:15.759 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:15.759 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:15.759 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:15.759 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:15.759 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:15.759 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:15.759 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:15.759 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:15.759 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 7f7cab1c01c64e9c9037bbf933623783 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:15.759 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:15.759 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:15.759 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:15.759 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:15.759 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.760 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.760 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.760 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:15.760 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:15.760 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:15.760 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 7f7cab1c01c64e9c9037bbf933623783 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:15.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.760 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.760 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.760 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:15.760 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 7f7cab1c01c64e9c9037bbf933623783 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:15.760 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:15.760 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:15.760 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:15.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.760 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:15.760 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:15.760 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:15.760 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:15.760 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:15.760 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:15.760 | ++ functions-common:get_field:818 : echo '| 7f7ab83a680e4280983ebc01275e0325 | 7f7cab1c01c64e9c9037bbf933623783 | | 8039ddd194dd4ec2b1bc36dbc95da648 | | | False |' 2022-08-24 15:10:15.760 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:15.760 | + functions-common:get_or_add_user_project_role:995 : user_role_id=7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:10:15.760 | + functions-common:get_or_add_user_project_role:997 : echo 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:10:15.760 | 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:10:15.957 | [19052 Async ks-demo-another:83860]: finished get_or_add_user_project_role anotherrole 7f7cab1c01c64e9c9037bbf933623783 8039ddd194dd4ec2b1bc36dbc95da648 with result 0 in 17 seconds 2022-08-24 15:10:16.044 | [19052 Async ks-demo-invis:83982]: Waiting for completion of get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 f8aecf84b45547eca9cc4fb29aeb5884 running on PID 83982 (14 other jobs running) 2022-08-24 15:10:16.091 | [19052 Async ks-demo-invis:83982]: Signaling child to exit 2022-08-24 15:10:16.092 | WAKEUP 2022-08-24 15:10:16.120 | [19052 Async ks-demo-invis:83982]: Signaled 2022-08-24 15:10:16.121 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:16.121 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:16.121 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:16.121 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:16.121 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:16.121 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:16.121 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:16.121 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:16.121 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.121 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7f7cab1c01c64e9c9037bbf933623783 --project f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:10:16.121 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:16.121 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.121 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.121 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.122 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.122 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.122 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.122 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.122 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:16.122 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:16.122 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 7f7cab1c01c64e9c9037bbf933623783 --project f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:10:16.122 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.122 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.122 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.122 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.122 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7f7cab1c01c64e9c9037bbf933623783 --project f8aecf84b45547eca9cc4fb29aeb5884 2022-08-24 15:10:16.122 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.122 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:16.122 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.122 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.122 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.122 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.122 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.122 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.122 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.122 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:16.122 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:16.122 | ++ functions-common:get_field:818 : echo '| ddce2d50cbbf4210bccdfb9ae1dc53ca | 7f7cab1c01c64e9c9037bbf933623783 | | f8aecf84b45547eca9cc4fb29aeb5884 | | | False |' 2022-08-24 15:10:16.122 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:16.122 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.122 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:16.122 | + functions-common:get_or_add_user_project_role:997 : echo ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:16.122 | ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:16.176 | [19052 Async ks-demo-invis:83982]: finished get_or_add_user_project_role member 7f7cab1c01c64e9c9037bbf933623783 f8aecf84b45547eca9cc4fb29aeb5884 with result 0 in 17 seconds 2022-08-24 15:10:16.224 | [19052 Async ks-demo-reader:84168]: Waiting for completion of get_or_add_user_project_role reader b9851d9208414a318c623384e4df5209 8039ddd194dd4ec2b1bc36dbc95da648 running on PID 84168 (13 other jobs running) 2022-08-24 15:10:16.254 | [19052 Async ks-demo-reader:84168]: Signaling child to exit 2022-08-24 15:10:16.254 | WAKEUP 2022-08-24 15:10:16.282 | [19052 Async ks-demo-reader:84168]: Signaled 2022-08-24 15:10:16.283 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:16.283 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:16.283 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:16.283 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:16.283 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:16.283 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:16.284 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:16.284 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:16.284 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b9851d9208414a318c623384e4df5209 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:16.284 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:16.284 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.284 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.284 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.284 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.284 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.284 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.284 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.284 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.284 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:16.284 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:16.284 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user b9851d9208414a318c623384e4df5209 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:16.284 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.284 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.284 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.284 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.284 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:16.284 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.284 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b9851d9208414a318c623384e4df5209 --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:16.284 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.284 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.284 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.284 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.284 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.284 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.284 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.284 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:16.284 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:16.284 | ++ functions-common:get_field:818 : echo '| b0794d87ae5e44afadc3dc34a2704ab9 | b9851d9208414a318c623384e4df5209 | | 8039ddd194dd4ec2b1bc36dbc95da648 | | | False |' 2022-08-24 15:10:16.285 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:16.285 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.285 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:16.285 | + functions-common:get_or_add_user_project_role:997 : echo b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:16.285 | b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:16.360 | [19052 Async ks-demo-reader:84168]: finished get_or_add_user_project_role reader b9851d9208414a318c623384e4df5209 8039ddd194dd4ec2b1bc36dbc95da648 with result 0 in 16 seconds 2022-08-24 15:10:16.365 | + inc/async:async_wait:197 : return 0 2022-08-24 15:10:16.372 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-08-24 15:10:16.466 | [19052 Async ks-alt-admin:84579]: Waiting for completion of get_or_add_user_project_role admin 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd running on PID 84579 (12 other jobs running) 2022-08-24 15:10:16.510 | [19052 Async ks-alt-admin:84579]: Signaling child to exit 2022-08-24 15:10:16.510 | WAKEUP 2022-08-24 15:10:16.558 | [19052 Async ks-alt-admin:84579]: Signaled 2022-08-24 15:10:16.558 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:16.558 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:16.558 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:16.558 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:16.559 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:16.559 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:16.559 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:16.559 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:16.559 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.559 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 73b7b27b6c964b669bd2cee4c2178516 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:16.559 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:16.559 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.559 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.559 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.559 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.559 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.559 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.559 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:16.559 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:16.559 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 73b7b27b6c964b669bd2cee4c2178516 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:16.559 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.559 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.559 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.559 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:16.559 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.559 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 73b7b27b6c964b669bd2cee4c2178516 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:16.559 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.559 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.559 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.559 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.559 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.559 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.559 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:16.560 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:16.560 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:16.560 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | 73b7b27b6c964b669bd2cee4c2178516 | | cdb51767f6684e88993b88222c9d85cd | | | False |' 2022-08-24 15:10:16.560 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.560 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:10:16.560 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:10:16.560 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:10:16.619 | [19052 Async ks-alt-admin:84579]: finished get_or_add_user_project_role admin 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd with result 0 in 15 seconds 2022-08-24 15:10:16.663 | [19052 Async ks-alt-another:84702]: Waiting for completion of get_or_add_user_project_role anotherrole 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd running on PID 84702 (11 other jobs running) 2022-08-24 15:10:16.724 | [19052 Async ks-alt-another:84702]: Signaling child to exit 2022-08-24 15:10:16.725 | WAKEUP 2022-08-24 15:10:16.769 | [19052 Async ks-alt-another:84702]: Signaled 2022-08-24 15:10:16.771 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:16.771 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:16.771 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:16.771 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:16.771 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:16.771 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:16.771 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:16.771 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:16.771 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.771 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 73b7b27b6c964b669bd2cee4c2178516 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:16.771 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:16.771 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.771 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.771 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.771 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.771 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.771 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.771 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.771 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:16.771 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:16.771 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 73b7b27b6c964b669bd2cee4c2178516 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:16.771 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.772 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.772 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.772 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.772 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:16.772 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 73b7b27b6c964b669bd2cee4c2178516 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:16.772 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:16.772 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:16.772 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.772 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.772 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.772 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:16.772 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:16.772 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:16.772 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:16.772 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:16.772 | ++ functions-common:get_field:818 : echo '| 7f7ab83a680e4280983ebc01275e0325 | 73b7b27b6c964b669bd2cee4c2178516 | | cdb51767f6684e88993b88222c9d85cd | | | False |' 2022-08-24 15:10:16.772 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:16.772 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:16.772 | + functions-common:get_or_add_user_project_role:995 : user_role_id=7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:10:16.772 | + functions-common:get_or_add_user_project_role:997 : echo 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:10:16.772 | 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:10:16.847 | [19052 Async ks-alt-another:84702]: finished get_or_add_user_project_role anotherrole 73b7b27b6c964b669bd2cee4c2178516 cdb51767f6684e88993b88222c9d85cd with result 0 in 15 seconds 2022-08-24 15:10:16.998 | [19052 Async ks-alt-member-user:85086]: Waiting for completion of get_or_add_user_project_role member f80448eea69842f18ef83a109a1b0a66 cdb51767f6684e88993b88222c9d85cd running on PID 85086 (10 other jobs running) 2022-08-24 15:10:17.158 | [19052 Async ks-alt-member-user:85086]: Signaling child to exit 2022-08-24 15:10:17.158 | WAKEUP 2022-08-24 15:10:17.259 | [19052 Async ks-alt-member-user:85086]: Signaled 2022-08-24 15:10:17.267 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:17.267 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:17.267 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:17.267 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:17.267 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:17.267 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:17.267 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:17.267 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:17.267 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:17.267 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:17.267 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f80448eea69842f18ef83a109a1b0a66 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:17.267 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:17.267 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:17.267 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.267 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.267 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.267 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.267 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:17.267 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:17.267 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:17.267 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user f80448eea69842f18ef83a109a1b0a66 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:17.267 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.267 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.267 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.267 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.267 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user f80448eea69842f18ef83a109a1b0a66 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:17.267 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:17.267 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:17.267 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:17.267 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:17.268 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.268 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.268 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.268 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.268 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:17.268 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:17.268 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:17.268 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:17.268 | ++ functions-common:get_field:818 : echo '| ddce2d50cbbf4210bccdfb9ae1dc53ca | f80448eea69842f18ef83a109a1b0a66 | | cdb51767f6684e88993b88222c9d85cd | | | False |' 2022-08-24 15:10:17.268 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:17.268 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:17.268 | + functions-common:get_or_add_user_project_role:997 : echo ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:17.268 | ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:17.423 | [19052 Async ks-alt-member-user:85086]: finished get_or_add_user_project_role member f80448eea69842f18ef83a109a1b0a66 cdb51767f6684e88993b88222c9d85cd with result 0 in 14 seconds 2022-08-24 15:10:17.606 | [19052 Async ks-alt-reader-user:85322]: Waiting for completion of get_or_add_user_project_role reader dfa1541823524a2bbdb685f64fa01910 cdb51767f6684e88993b88222c9d85cd running on PID 85322 (9 other jobs running) 2022-08-24 15:10:17.692 | [19052 Async ks-alt-reader-user:85322]: Signaling child to exit 2022-08-24 15:10:17.697 | WAKEUP 2022-08-24 15:10:17.807 | [19052 Async ks-alt-reader-user:85322]: Signaled 2022-08-24 15:10:17.817 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:10:17.817 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:10:17.817 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:17.817 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:17.817 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:17.817 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:17.817 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:17.817 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:10:17.817 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:17.817 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:10:17.817 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:17.817 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user dfa1541823524a2bbdb685f64fa01910 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:17.817 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:17.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.817 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.817 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.817 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:17.817 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:10:17.817 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:10:17.817 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user dfa1541823524a2bbdb685f64fa01910 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:17.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.817 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.817 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.817 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user dfa1541823524a2bbdb685f64fa01910 --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:17.817 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:10:17.817 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:10:17.817 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:10:17.818 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:17.818 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.818 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.818 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:17.818 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:17.818 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:17.818 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:10:17.818 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:10:17.818 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:10:17.818 | ++ functions-common:get_field:818 : echo '| b0794d87ae5e44afadc3dc34a2704ab9 | dfa1541823524a2bbdb685f64fa01910 | | cdb51767f6684e88993b88222c9d85cd | | | False |' 2022-08-24 15:10:17.818 | ++ functions-common:get_field:812 : read data 2022-08-24 15:10:17.818 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:17.818 | + functions-common:get_or_add_user_project_role:997 : echo b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:17.818 | b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:18.007 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:18.023 | [19052 Async ks-alt-reader-user:85322]: finished get_or_add_user_project_role reader dfa1541823524a2bbdb685f64fa01910 cdb51767f6684e88993b88222c9d85cd with result 0 in 13 seconds 2022-08-24 15:10:18.049 | + inc/async:async_wait:197 : return 0 2022-08-24 15:10:18.066 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-08-24 15:10:18.149 | [85854 Async ks-system-reader:85854]: finished successfully 2022-08-24 15:10:18.416 | [19052 Async ks-system-member:85557]: Waiting for completion of get_or_add_user_system_role member bb747847aee44da0a61e0e99df1b3cea all running on PID 85557 (8 other jobs running) 2022-08-24 15:10:18.584 | [19052 Async ks-system-member:85557]: Signaling child to exit 2022-08-24 15:10:18.585 | WAKEUP 2022-08-24 15:10:18.720 | [19052 Async ks-system-member:85557]: Signaled 2022-08-24 15:10:18.740 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-24 15:10:18.740 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-24 15:10:18.740 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-24 15:10:18.740 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:18.740 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:18.740 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:18.740 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:18.740 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:18.740 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-24 15:10:18.740 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user bb747847aee44da0a61e0e99df1b3cea --system all -f value -c Role 2022-08-24 15:10:18.740 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:18.740 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:18.740 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:18.740 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:18.740 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:18.740 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-24 15:10:18.740 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-24 15:10:18.740 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user bb747847aee44da0a61e0e99df1b3cea --system all 2022-08-24 15:10:18.740 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:18.740 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:18.740 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:18.740 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:18.740 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user bb747847aee44da0a61e0e99df1b3cea --system all -f value -c Role 2022-08-24 15:10:18.740 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:18.740 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:18.741 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:18.741 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:18.741 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:18.741 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:18.741 | + functions-common:get_or_add_user_system_role:1052 : echo ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:18.741 | ddce2d50cbbf4210bccdfb9ae1dc53ca 2022-08-24 15:10:19.039 | [19052 Async ks-system-member:85557]: finished get_or_add_user_system_role member bb747847aee44da0a61e0e99df1b3cea all with result 0 in 11 seconds 2022-08-24 15:10:19.314 | [19052 Async ks-system-reader:85854]: Waiting for completion of get_or_add_user_system_role reader 2f2e78bb3fb042e8b74d87653416e5ed all running on PID 85854 (7 other jobs running) 2022-08-24 15:10:19.456 | [19052 Async ks-system-reader:85854]: Signaling child to exit 2022-08-24 15:10:19.457 | WAKEUP 2022-08-24 15:10:19.581 | [19052 Async ks-system-reader:85854]: Signaled 2022-08-24 15:10:19.593 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-24 15:10:19.593 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-24 15:10:19.593 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-24 15:10:19.593 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:10:19.593 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:10:19.593 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:10:19.593 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:10:19.593 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:10:19.593 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-24 15:10:19.593 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2f2e78bb3fb042e8b74d87653416e5ed --system all -f value -c Role 2022-08-24 15:10:19.593 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:19.593 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:19.593 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:19.593 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:19.593 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:19.593 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-24 15:10:19.594 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-24 15:10:19.594 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user 2f2e78bb3fb042e8b74d87653416e5ed --system all 2022-08-24 15:10:19.594 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:19.594 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:19.594 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:19.594 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:19.594 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2f2e78bb3fb042e8b74d87653416e5ed --system all -f value -c Role 2022-08-24 15:10:19.594 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:19.594 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:19.594 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:19.594 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:19.594 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:19.594 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:19.594 | + functions-common:get_or_add_user_system_role:1052 : echo b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:19.594 | b0794d87ae5e44afadc3dc34a2704ab9 2022-08-24 15:10:19.858 | [19052 Async ks-system-reader:85854]: finished get_or_add_user_system_role reader 2f2e78bb3fb042e8b74d87653416e5ed all with result 0 in 13 seconds 2022-08-24 15:10:19.896 | + inc/async:async_wait:197 : return 0 2022-08-24 15:10:19.916 | + 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-24 15:10:20.242 | [19052 Async ks-group-memberdemo:86222]: Waiting for completion of get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 running on PID 86222 (6 other jobs running) 2022-08-24 15:10:20.378 | [19052 Async ks-group-memberdemo:86222]: Signaling child to exit 2022-08-24 15:10:25.992 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:26.058 | [86222 Async ks-group-memberdemo:86222]: finished successfully 2022-08-24 15:10:26.184 | WAKEUP 2022-08-24 15:10:26.289 | [19052 Async ks-group-memberdemo:86222]: Signaled 2022-08-24 15:10:26.295 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-24 15:10:26.295 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 285cb826d7ca472796987d6461ebd03d --project 8039ddd194dd4ec2b1bc36dbc95da648 -f value 2022-08-24 15:10:26.295 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.295 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.295 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.295 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.295 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:26.295 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-24 15:10:26.295 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-24 15:10:26.295 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 285cb826d7ca472796987d6461ebd03d --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:26.295 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.295 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.295 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.295 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.295 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 285cb826d7ca472796987d6461ebd03d --project 8039ddd194dd4ec2b1bc36dbc95da648 -f value 2022-08-24 15:10:26.295 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.295 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.295 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.296 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.296 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:26.296 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='ddce2d50cbbf4210bccdfb9ae1dc53ca 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 False' 2022-08-24 15:10:26.296 | + functions-common:get_or_add_group_project_role:1076 : echo ddce2d50cbbf4210bccdfb9ae1dc53ca 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 False 2022-08-24 15:10:26.296 | ddce2d50cbbf4210bccdfb9ae1dc53ca 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 False 2022-08-24 15:10:26.372 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:26.391 | [19052 Async ks-group-memberdemo:86222]: finished get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 with result 0 in 14 seconds 2022-08-24 15:10:26.412 | [86317 Async ks-group-anotherdemo:86317]: finished successfully 2022-08-24 15:10:26.497 | [19052 Async ks-group-anotherdemo:86317]: Waiting for completion of get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 running on PID 86317 (5 other jobs running) 2022-08-24 15:10:26.551 | [19052 Async ks-group-anotherdemo:86317]: Signaling child to exit 2022-08-24 15:10:26.552 | WAKEUP 2022-08-24 15:10:26.604 | [19052 Async ks-group-anotherdemo:86317]: Signaled 2022-08-24 15:10:26.606 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-24 15:10:26.606 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 285cb826d7ca472796987d6461ebd03d --project 8039ddd194dd4ec2b1bc36dbc95da648 -f value 2022-08-24 15:10:26.606 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.606 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.606 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:26.606 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-24 15:10:26.606 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-24 15:10:26.606 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 285cb826d7ca472796987d6461ebd03d --project 8039ddd194dd4ec2b1bc36dbc95da648 2022-08-24 15:10:26.606 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.606 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.606 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 285cb826d7ca472796987d6461ebd03d --project 8039ddd194dd4ec2b1bc36dbc95da648 -f value 2022-08-24 15:10:26.606 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.606 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:26.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:26.606 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:26.606 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='7f7ab83a680e4280983ebc01275e0325 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 False' 2022-08-24 15:10:26.606 | + functions-common:get_or_add_group_project_role:1076 : echo 7f7ab83a680e4280983ebc01275e0325 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 False 2022-08-24 15:10:26.606 | 7f7ab83a680e4280983ebc01275e0325 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 False 2022-08-24 15:10:26.680 | [19052 Async ks-group-anotherdemo:86317]: finished get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d 8039ddd194dd4ec2b1bc36dbc95da648 with result 0 in 14 seconds 2022-08-24 15:10:26.727 | [19052 Async ks-group-memberalt:86414]: Waiting for completion of get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd running on PID 86414 (4 other jobs running) 2022-08-24 15:10:26.761 | [19052 Async ks-group-memberalt:86414]: Signaling child to exit 2022-08-24 15:10:27.718 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:27.746 | [86414 Async ks-group-memberalt:86414]: finished successfully 2022-08-24 15:10:27.773 | WAKEUP 2022-08-24 15:10:27.804 | [19052 Async ks-group-memberalt:86414]: Signaled 2022-08-24 15:10:27.805 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-24 15:10:27.805 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 285cb826d7ca472796987d6461ebd03d --project cdb51767f6684e88993b88222c9d85cd -f value 2022-08-24 15:10:27.805 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:27.805 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:27.805 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:27.806 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:27.806 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:27.806 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-24 15:10:27.806 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-24 15:10:27.806 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 285cb826d7ca472796987d6461ebd03d --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:27.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:27.806 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:27.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:27.806 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:27.806 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 285cb826d7ca472796987d6461ebd03d --project cdb51767f6684e88993b88222c9d85cd -f value 2022-08-24 15:10:27.806 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:27.806 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:27.806 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:27.806 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:27.806 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:27.806 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='ddce2d50cbbf4210bccdfb9ae1dc53ca 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd False' 2022-08-24 15:10:27.806 | + functions-common:get_or_add_group_project_role:1076 : echo ddce2d50cbbf4210bccdfb9ae1dc53ca 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd False 2022-08-24 15:10:27.806 | ddce2d50cbbf4210bccdfb9ae1dc53ca 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd False 2022-08-24 15:10:27.865 | [19052 Async ks-group-memberalt:86414]: finished get_or_add_group_project_role member 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd with result 0 in 15 seconds 2022-08-24 15:10:27.910 | [19052 Async ks-group-anotheralt:86545]: Waiting for completion of get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd running on PID 86545 (3 other jobs running) 2022-08-24 15:10:27.944 | [19052 Async ks-group-anotheralt:86545]: Signaling child to exit 2022-08-24 15:10:28.085 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:28.111 | [86545 Async ks-group-anotheralt:86545]: finished successfully 2022-08-24 15:10:28.137 | WAKEUP 2022-08-24 15:10:28.162 | [19052 Async ks-group-anotheralt:86545]: Signaled 2022-08-24 15:10:28.164 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-24 15:10:28.164 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 285cb826d7ca472796987d6461ebd03d --project cdb51767f6684e88993b88222c9d85cd -f value 2022-08-24 15:10:28.164 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.164 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.164 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.164 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.164 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:28.164 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-24 15:10:28.164 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-24 15:10:28.164 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 285cb826d7ca472796987d6461ebd03d --project cdb51767f6684e88993b88222c9d85cd 2022-08-24 15:10:28.164 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.164 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.164 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.164 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.164 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 285cb826d7ca472796987d6461ebd03d --project cdb51767f6684e88993b88222c9d85cd -f value 2022-08-24 15:10:28.164 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.164 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.164 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.164 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.164 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:28.164 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='7f7ab83a680e4280983ebc01275e0325 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd False' 2022-08-24 15:10:28.164 | + functions-common:get_or_add_group_project_role:1076 : echo 7f7ab83a680e4280983ebc01275e0325 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd False 2022-08-24 15:10:28.164 | 7f7ab83a680e4280983ebc01275e0325 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd False 2022-08-24 15:10:28.213 | [19052 Async ks-group-anotheralt:86545]: finished get_or_add_group_project_role anotherrole 285cb826d7ca472796987d6461ebd03d cdb51767f6684e88993b88222c9d85cd with result 0 in 15 seconds 2022-08-24 15:10:28.267 | [19052 Async ks-group-admin:86665]: Waiting for completion of get_or_add_group_project_role admin cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f running on PID 86665 (2 other jobs running) 2022-08-24 15:10:28.295 | [19052 Async ks-group-admin:86665]: Signaling child to exit 2022-08-24 15:10:28.342 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:10:28.368 | [86665 Async ks-group-admin:86665]: finished successfully 2022-08-24 15:10:28.393 | WAKEUP 2022-08-24 15:10:28.416 | [19052 Async ks-group-admin:86665]: Signaled 2022-08-24 15:10:28.417 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-24 15:10:28.417 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group cfcbebf5510b4787b8683be9befff26c --project a21b022863214652bee8ae0c1550558f -f value 2022-08-24 15:10:28.417 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.417 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.417 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.417 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.417 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:28.417 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-24 15:10:28.418 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-24 15:10:28.418 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group cfcbebf5510b4787b8683be9befff26c --project a21b022863214652bee8ae0c1550558f 2022-08-24 15:10:28.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.418 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group cfcbebf5510b4787b8683be9befff26c --project a21b022863214652bee8ae0c1550558f -f value 2022-08-24 15:10:28.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:10:28.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:10:28.418 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:10:28.418 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='b0a504fa524a4596bce0afb433ae9327 cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f False' 2022-08-24 15:10:28.418 | + functions-common:get_or_add_group_project_role:1076 : echo b0a504fa524a4596bce0afb433ae9327 cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f False 2022-08-24 15:10:28.418 | b0a504fa524a4596bce0afb433ae9327 cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f False 2022-08-24 15:10:28.465 | [19052 Async ks-group-admin:86665]: finished get_or_add_group_project_role admin cfcbebf5510b4787b8683be9befff26c a21b022863214652bee8ae0c1550558f with result 0 in 15 seconds 2022-08-24 15:10:28.469 | + inc/async:async_wait:197 : return 0 2022-08-24 15:10:28.471 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-08-24 15:10:28.490 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:10:28.493 | + ./stack.sh:main:1097 : is_service_enabled nova 2022-08-24 15:10:28.512 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:10:28.514 | + ./stack.sh:main:1098 : async_runfunc create_nova_accounts 2022-08-24 15:10:28.517 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-08-24 15:10:28.588 | + inc/async:async_inner:63 : create_nova_accounts 2022-08-24 15:10:28.638 | [19052 Async create_nova_accounts:88591]: running: create_nova_accounts 2022-08-24 15:10:28.641 | + ./stack.sh:main:1100 : is_service_enabled glance 2022-08-24 15:10:28.659 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:10:28.662 | + ./stack.sh:main:1101 : async_runfunc create_glance_accounts 2022-08-24 15:10:28.665 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-08-24 15:10:28.740 | + inc/async:async_inner:63 : create_glance_accounts 2022-08-24 15:10:28.790 | [19052 Async create_glance_accounts:88715]: running: create_glance_accounts 2022-08-24 15:10:28.793 | + ./stack.sh:main:1103 : is_service_enabled cinder 2022-08-24 15:10:28.814 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:10:28.816 | + ./stack.sh:main:1104 : async_runfunc create_cinder_accounts 2022-08-24 15:10:28.819 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-08-24 15:10:28.902 | + inc/async:async_inner:63 : create_cinder_accounts 2022-08-24 15:10:28.953 | [19052 Async create_cinder_accounts:88854]: running: create_cinder_accounts 2022-08-24 15:10:28.956 | + ./stack.sh:main:1106 : is_service_enabled neutron 2022-08-24 15:10:28.984 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:10:28.989 | + ./stack.sh:main:1107 : async_runfunc create_neutron_accounts 2022-08-24 15:10:28.991 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-08-24 15:10:29.081 | + inc/async:async_inner:63 : create_neutron_accounts 2022-08-24 15:10:29.155 | [19052 Async create_neutron_accounts:89000]: running: create_neutron_accounts 2022-08-24 15:10:29.159 | + ./stack.sh:main:1109 : is_service_enabled swift 2022-08-24 15:10:29.193 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:10:29.199 | + ./stack.sh:main:1110 : async_runfunc create_swift_accounts 2022-08-24 15:10:29.208 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-08-24 15:10:29.597 | + inc/async:async_inner:63 : create_swift_accounts 2022-08-24 15:10:29.872 | [19052 Async create_swift_accounts:89155]: running: create_swift_accounts 2022-08-24 15:10:29.889 | + ./stack.sh:main:1118 : is_service_enabled horizon 2022-08-24 15:10:30.040 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:10:30.060 | + ./stack.sh:main:1123 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-08-24 15:10:30.420 | [19052 Async create_nova_accounts:88591]: Waiting for completion of create_nova_accounts running on PID 88591 (6 other jobs running) 2022-08-24 15:10:30.618 | [19052 Async create_nova_accounts:88591]: Signaling child to exit 2022-08-24 15:11:12.400 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:11:12.556 | [89000 Async create_neutron_accounts:89000]: finished successfully 2022-08-24 15:11:30.401 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:11:30.462 | [88854 Async create_cinder_accounts:88854]: finished successfully 2022-08-24 15:11:47.681 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:11:47.710 | [88715 Async create_glance_accounts:88715]: finished successfully 2022-08-24 15:11:51.028 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:11:51.062 | [88591 Async create_nova_accounts:88591]: finished successfully 2022-08-24 15:11:51.086 | WAKEUP 2022-08-24 15:11:51.111 | [19052 Async create_nova_accounts:88591]: Signaled 2022-08-24 15:11:51.112 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-08-24 15:11:51.112 | + lib/nova:create_nova_accounts:355 : create_service_user nova admin 2022-08-24 15:11:51.112 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-08-24 15:11:51.112 | + functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:11:51.112 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:11:51.112 | + functions-common:get_or_create_user:913 : local email= 2022-08-24 15:11:51.112 | ++ 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-24 15:11:51.112 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.112 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.112 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.112 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.112 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.112 | + functions-common:get_or_create_user:925 : user_id=ec713c49510343ac8ce380e3c13c2117 2022-08-24 15:11:51.112 | + functions-common:get_or_create_user:926 : echo ec713c49510343ac8ce380e3c13c2117 2022-08-24 15:11:51.112 | ec713c49510343ac8ce380e3c13c2117 2022-08-24 15:11:51.113 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-08-24 15:11:51.113 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.113 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.113 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.113 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.113 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.113 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.113 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.113 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.113 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.113 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.113 | ++ 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-24 15:11:51.113 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.113 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.113 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.113 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.113 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.113 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.113 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.113 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.113 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.113 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.113 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.113 | + 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-24 15:11:51.113 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.114 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.114 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.114 | ++ 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-24 15:11:51.114 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.114 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.114 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.114 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.114 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.114 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.114 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.114 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.114 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.114 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.114 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.114 | ++ functions-common:get_field:818 : echo '| ee875f0caf5341b6b588c207b757971d | ec713c49510343ac8ce380e3c13c2117 | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.114 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.114 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.114 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.114 | + functions-common:get_or_add_user_project_role:997 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.114 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.114 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-24 15:11:51.114 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-08-24 15:11:51.114 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.114 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.114 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.114 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.114 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.114 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.114 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.114 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.114 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.115 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.115 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.115 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.115 | ++ 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-24 15:11:51.115 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.115 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.115 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.115 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.115 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.115 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.115 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.115 | + 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-24 15:11:51.115 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.115 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.115 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.115 | ++ 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-24 15:11:51.115 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.115 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.115 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.115 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.115 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.115 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.115 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.115 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.115 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | ec713c49510343ac8ce380e3c13c2117 | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.116 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.116 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.116 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:11:51.116 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:11:51.116 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:11:51.116 | + lib/nova:create_nova_accounts:357 : local nova_api_url 2022-08-24 15:11:51.116 | + lib/nova:create_nova_accounts:358 : [[ True == \F\a\l\s\e ]] 2022-08-24 15:11:51.116 | + lib/nova:create_nova_accounts:361 : nova_api_url=http://10.222.0.89/compute 2022-08-24 15:11:51.116 | + lib/nova:create_nova_accounts:364 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-08-24 15:11:51.116 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:11:51.116 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-08-24 15:11:51.116 | ++ 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-24 15:11:51.116 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.116 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.116 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.116 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.116 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.116 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:11:51.116 | fc5ef9d416f844f19ef5f74802521579' 2022-08-24 15:11:51.116 | + functions-common:get_or_create_service:1094 : echo fc5ef9d416f844f19ef5f74802521579 2022-08-24 15:11:51.116 | fc5ef9d416f844f19ef5f74802521579 2022-08-24 15:11:51.116 | + lib/nova:create_nova_accounts:366 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.89/compute/v2/$(project_id)s' 2022-08-24 15:11:51.116 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:11:51.116 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.89/compute/v2/$(project_id)s' RegionOne 2022-08-24 15:11:51.116 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:11:51.116 | +++ 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-24 15:11:51.116 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.116 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.116 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.116 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.116 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.116 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:11:51.117 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:11:51.117 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.89/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-08-24 15:11:51.117 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.117 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.117 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.117 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.117 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.117 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=8415daa1475c4e7dbeed38ccfb3a2987 2022-08-24 15:11:51.117 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 8415daa1475c4e7dbeed38ccfb3a2987 2022-08-24 15:11:51.117 | + functions-common:get_or_create_endpoint:1127 : public_id=8415daa1475c4e7dbeed38ccfb3a2987 2022-08-24 15:11:51.117 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-24 15:11:51.117 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:11:51.117 | + functions-common:get_or_create_endpoint:1136 : echo 8415daa1475c4e7dbeed38ccfb3a2987 2022-08-24 15:11:51.117 | 8415daa1475c4e7dbeed38ccfb3a2987 2022-08-24 15:11:51.117 | + lib/nova:create_nova_accounts:370 : get_or_create_service nova compute 'Nova Compute Service' 2022-08-24 15:11:51.117 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:11:51.117 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-08-24 15:11:51.117 | ++ 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-24 15:11:51.117 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.117 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.117 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.117 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.117 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.117 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:11:51.117 | 0d531c735d7741e9b1dcefcae97e641d' 2022-08-24 15:11:51.117 | + functions-common:get_or_create_service:1094 : echo 0d531c735d7741e9b1dcefcae97e641d 2022-08-24 15:11:51.117 | 0d531c735d7741e9b1dcefcae97e641d 2022-08-24 15:11:51.117 | + lib/nova:create_nova_accounts:372 : get_or_create_endpoint compute RegionOne http://10.222.0.89/compute/v2.1 2022-08-24 15:11:51.117 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:11:51.117 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.89/compute/v2.1 RegionOne 2022-08-24 15:11:51.117 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:11:51.117 | +++ 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-24 15:11:51.118 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.118 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.118 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.118 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.118 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.118 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:11:51.118 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:11:51.118 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.89/compute/v2.1 --region RegionOne -f value -c id 2022-08-24 15:11:51.118 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.118 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.118 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.118 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.118 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.118 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=ecdde3d650934d43ae7b7aa2da8c77cd 2022-08-24 15:11:51.118 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo ecdde3d650934d43ae7b7aa2da8c77cd 2022-08-24 15:11:51.118 | + functions-common:get_or_create_endpoint:1127 : public_id=ecdde3d650934d43ae7b7aa2da8c77cd 2022-08-24 15:11:51.118 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-24 15:11:51.118 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:11:51.118 | + functions-common:get_or_create_endpoint:1136 : echo ecdde3d650934d43ae7b7aa2da8c77cd 2022-08-24 15:11:51.118 | ecdde3d650934d43ae7b7aa2da8c77cd 2022-08-24 15:11:51.118 | + lib/nova:create_nova_accounts:377 : is_service_enabled n-api 2022-08-24 15:11:51.118 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:11:51.118 | + lib/nova:create_nova_accounts:379 : is_service_enabled swift 2022-08-24 15:11:51.118 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:11:51.118 | + lib/nova:create_nova_accounts:382 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-08-24 15:11:51.118 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.118 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.118 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.118 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.118 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.118 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.118 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.118 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.119 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.119 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.119 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.119 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.119 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.119 | ++ 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-24 15:11:51.119 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.119 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.119 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.119 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.119 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.119 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.119 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.119 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.119 | + 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-24 15:11:51.119 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.119 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.119 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.119 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.119 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.119 | ++ 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-24 15:11:51.119 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.119 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.119 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.119 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.119 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.119 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.119 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.119 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.119 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.119 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.119 | ++ functions-common:get_field:818 : echo '| c7be21b013db41309db6c43d19873b2e | ec713c49510343ac8ce380e3c13c2117 | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.120 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.120 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.120 | + functions-common:get_or_add_user_project_role:995 : user_role_id=c7be21b013db41309db6c43d19873b2e 2022-08-24 15:11:51.120 | + functions-common:get_or_add_user_project_role:997 : echo c7be21b013db41309db6c43d19873b2e 2022-08-24 15:11:51.120 | c7be21b013db41309db6c43d19873b2e 2022-08-24 15:11:51.120 | + lib/nova:create_nova_accounts:387 : is_service_enabled s3api 2022-08-24 15:11:51.120 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:11:51.120 | + lib/nova:create_nova_accounts:398 : is_service_enabled n-api 2022-08-24 15:11:51.120 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:11:51.120 | + lib/nova:create_nova_accounts:399 : [[ False = True ]] 2022-08-24 15:11:51.163 | [19052 Async create_nova_accounts:88591]: finished create_nova_accounts with result 0 in 82 seconds 2022-08-24 15:11:51.204 | [19052 Async create_glance_accounts:88715]: Waiting for completion of create_glance_accounts running on PID 88715 (5 other jobs running) 2022-08-24 15:11:51.230 | [19052 Async create_glance_accounts:88715]: Signaling child to exit 2022-08-24 15:11:51.232 | WAKEUP 2022-08-24 15:11:51.260 | [19052 Async create_glance_accounts:88715]: Signaled 2022-08-24 15:11:51.261 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-08-24 15:11:51.261 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:11:51.261 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-08-24 15:11:51.261 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-08-24 15:11:51.261 | + functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:11:51.261 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:11:51.261 | + functions-common:get_or_create_user:913 : local email= 2022-08-24 15:11:51.261 | ++ 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-24 15:11:51.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.261 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.262 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.262 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.262 | + functions-common:get_or_create_user:925 : user_id=07e1149baea84d7b927fff2cdd3b9e5d 2022-08-24 15:11:51.262 | + functions-common:get_or_create_user:926 : echo 07e1149baea84d7b927fff2cdd3b9e5d 2022-08-24 15:11:51.262 | 07e1149baea84d7b927fff2cdd3b9e5d 2022-08-24 15:11:51.262 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-08-24 15:11:51.262 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.262 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.262 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.262 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.262 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.262 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.262 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.262 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.262 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.262 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.262 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.262 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.262 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.262 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.262 | ++ 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-24 15:11:51.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.262 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.262 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.262 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.262 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.262 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.262 | + 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-24 15:11:51.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.263 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.263 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.263 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.263 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.263 | ++ 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-24 15:11:51.263 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.263 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.263 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.263 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.263 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.263 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.263 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.263 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.263 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.263 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.263 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.263 | ++ functions-common:get_field:818 : echo '| ee875f0caf5341b6b588c207b757971d | 07e1149baea84d7b927fff2cdd3b9e5d | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.263 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.263 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.263 | + functions-common:get_or_add_user_project_role:997 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.263 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.263 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-24 15:11:51.263 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-08-24 15:11:51.263 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:11:51.263 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-08-24 15:11:51.263 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-08-24 15:11:51.278 | + functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:11:51.278 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:11:51.278 | + functions-common:get_or_create_user:913 : local email= 2022-08-24 15:11:51.278 | ++ 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-24 15:11:51.278 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.278 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.278 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.278 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.278 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.278 | + functions-common:get_or_create_user:925 : user_id=cae1e8dfc4c741e0ac6b17044857eb3b 2022-08-24 15:11:51.278 | + functions-common:get_or_create_user:926 : echo cae1e8dfc4c741e0ac6b17044857eb3b 2022-08-24 15:11:51.278 | cae1e8dfc4c741e0ac6b17044857eb3b 2022-08-24 15:11:51.278 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-08-24 15:11:51.278 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.278 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.278 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.278 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.278 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.278 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.278 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.279 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.279 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.279 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.279 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.279 | ++ 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-24 15:11:51.279 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.279 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.279 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.279 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.279 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.279 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.279 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.279 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.279 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.279 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.279 | + 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-24 15:11:51.279 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.280 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.280 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.280 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.280 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.280 | ++ 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-24 15:11:51.280 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.280 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.280 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.280 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.280 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.280 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.280 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.280 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.280 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.280 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.280 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.280 | ++ functions-common:get_field:818 : echo '| ee875f0caf5341b6b588c207b757971d | cae1e8dfc4c741e0ac6b17044857eb3b | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.280 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.280 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.280 | + functions-common:get_or_add_user_project_role:997 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.280 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.280 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-08-24 15:11:51.280 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-08-24 15:11:51.280 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.280 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.281 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.281 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.281 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.281 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.281 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.281 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.281 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.281 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.281 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.281 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.281 | ++ 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-24 15:11:51.281 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.281 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.281 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.281 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.281 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.281 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.281 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.281 | + 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-24 15:11:51.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.281 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.281 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.281 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.281 | ++ 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-24 15:11:51.281 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.281 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.281 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.282 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.282 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.282 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.282 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.282 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.282 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.282 | ++ functions-common:get_field:818 : echo '| c7be21b013db41309db6c43d19873b2e | cae1e8dfc4c741e0ac6b17044857eb3b | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.282 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.282 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.282 | + functions-common:get_or_add_user_project_role:995 : user_role_id=c7be21b013db41309db6c43d19873b2e 2022-08-24 15:11:51.282 | + functions-common:get_or_add_user_project_role:997 : echo c7be21b013db41309db6c43d19873b2e 2022-08-24 15:11:51.282 | c7be21b013db41309db6c43d19873b2e 2022-08-24 15:11:51.282 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-08-24 15:11:51.282 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:11:51.282 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-08-24 15:11:51.282 | ++ 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-24 15:11:51.282 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.282 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.282 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.282 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.282 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.282 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:11:51.282 | f95332e82dde407a943c720095233387' 2022-08-24 15:11:51.282 | + functions-common:get_or_create_service:1094 : echo f95332e82dde407a943c720095233387 2022-08-24 15:11:51.282 | f95332e82dde407a943c720095233387 2022-08-24 15:11:51.282 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.89/image 2022-08-24 15:11:51.282 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:11:51.282 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.89/image RegionOne 2022-08-24 15:11:51.282 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:11:51.282 | +++ 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-24 15:11:51.282 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.283 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.283 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.283 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.283 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:11:51.283 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:11:51.283 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.89/image --region RegionOne -f value -c id 2022-08-24 15:11:51.283 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.283 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.283 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.283 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.283 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.283 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=1f7e89e17e684ed0a69931cdf2729d8c 2022-08-24 15:11:51.283 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 1f7e89e17e684ed0a69931cdf2729d8c 2022-08-24 15:11:51.283 | + functions-common:get_or_create_endpoint:1127 : public_id=1f7e89e17e684ed0a69931cdf2729d8c 2022-08-24 15:11:51.283 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-24 15:11:51.283 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:11:51.283 | + functions-common:get_or_create_endpoint:1136 : echo 1f7e89e17e684ed0a69931cdf2729d8c 2022-08-24 15:11:51.283 | 1f7e89e17e684ed0a69931cdf2729d8c 2022-08-24 15:11:51.283 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-08-24 15:11:51.283 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-24 15:11:51.283 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-24 15:11:51.283 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-08-24 15:11:51.283 | ++ functions-common:get_or_create_domain:888 : echo default 2022-08-24 15:11:51.283 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-08-24 15:11:51.283 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-08-24 15:11:51.283 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-08-24 15:11:51.283 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-08-24 15:11:51.324 | [19052 Async create_glance_accounts:88715]: finished create_glance_accounts with result 0 in 79 seconds 2022-08-24 15:11:51.364 | [19052 Async create_cinder_accounts:88854]: Waiting for completion of create_cinder_accounts running on PID 88854 (4 other jobs running) 2022-08-24 15:11:51.389 | [19052 Async create_cinder_accounts:88854]: Signaling child to exit 2022-08-24 15:11:51.389 | WAKEUP 2022-08-24 15:11:51.412 | [19052 Async create_cinder_accounts:88854]: Signaled 2022-08-24 15:11:51.414 | + lib/cinder:create_cinder_accounts:399 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2022-08-24 15:11:51.414 | + lib/cinder:create_cinder_accounts:401 : local extra_role= 2022-08-24 15:11:51.414 | + lib/cinder:create_cinder_accounts:404 : is_service_enabled barbican 2022-08-24 15:11:51.414 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:11:51.414 | + lib/cinder:create_cinder_accounts:408 : create_service_user cinder 2022-08-24 15:11:51.414 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-08-24 15:11:51.414 | + functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:11:51.414 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:11:51.414 | + functions-common:get_or_create_user:913 : local email= 2022-08-24 15:11:51.414 | ++ 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-24 15:11:51.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.414 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.414 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.414 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.414 | + functions-common:get_or_create_user:925 : user_id=5f593cf07c8a4ba2a92dd89785b877a2 2022-08-24 15:11:51.414 | + functions-common:get_or_create_user:926 : echo 5f593cf07c8a4ba2a92dd89785b877a2 2022-08-24 15:11:51.414 | 5f593cf07c8a4ba2a92dd89785b877a2 2022-08-24 15:11:51.414 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-08-24 15:11:51.414 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.414 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.414 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.414 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.414 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.415 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.415 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.415 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.415 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.415 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.415 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.415 | ++ 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-24 15:11:51.415 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.415 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.415 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.415 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.415 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.415 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.415 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.415 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.415 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.415 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.415 | + 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-24 15:11:51.415 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.415 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.415 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.415 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.415 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.415 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.415 | ++ 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-24 15:11:51.415 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.415 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.415 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.415 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.415 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.415 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.415 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.416 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.416 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.416 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.416 | ++ functions-common:get_field:818 : echo '| ee875f0caf5341b6b588c207b757971d | 5f593cf07c8a4ba2a92dd89785b877a2 | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.416 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.416 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.416 | + functions-common:get_or_add_user_project_role:997 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.416 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.416 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-24 15:11:51.416 | + lib/cinder:create_cinder_accounts:411 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-08-24 15:11:51.416 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:11:51.416 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-08-24 15:11:51.416 | ++ 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-24 15:11:51.416 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.416 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.416 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.416 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.416 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.416 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:11:51.416 | 004059c481394c3faa983e6fa659bd3a' 2022-08-24 15:11:51.416 | + functions-common:get_or_create_service:1094 : echo 004059c481394c3faa983e6fa659bd3a 2022-08-24 15:11:51.416 | 004059c481394c3faa983e6fa659bd3a 2022-08-24 15:11:51.416 | + lib/cinder:create_cinder_accounts:412 : '[' True == False ']' 2022-08-24 15:11:51.416 | + lib/cinder:create_cinder_accounts:425 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.89/volume/v3/$(project_id)s' 2022-08-24 15:11:51.416 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:11:51.416 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.89/volume/v3/$(project_id)s' RegionOne 2022-08-24 15:11:51.416 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:11:51.416 | +++ 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-24 15:11:51.416 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.416 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.416 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.417 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.417 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.417 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:11:51.417 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:11:51.417 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.89/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-24 15:11:51.417 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.417 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.417 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.417 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.417 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.417 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=07dad8ac2315420ea7368f8f97f5c5ca 2022-08-24 15:11:51.417 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 07dad8ac2315420ea7368f8f97f5c5ca 2022-08-24 15:11:51.417 | + functions-common:get_or_create_endpoint:1127 : public_id=07dad8ac2315420ea7368f8f97f5c5ca 2022-08-24 15:11:51.417 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-24 15:11:51.417 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:11:51.417 | + functions-common:get_or_create_endpoint:1136 : echo 07dad8ac2315420ea7368f8f97f5c5ca 2022-08-24 15:11:51.417 | 07dad8ac2315420ea7368f8f97f5c5ca 2022-08-24 15:11:51.417 | + lib/cinder:create_cinder_accounts:429 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-08-24 15:11:51.417 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:11:51.417 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-08-24 15:11:51.417 | ++ 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-24 15:11:51.417 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.417 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.417 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.417 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.417 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.417 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:11:51.417 | 869f5cd300c6452a927317562e3b7b6e' 2022-08-24 15:11:51.417 | + functions-common:get_or_create_service:1094 : echo 869f5cd300c6452a927317562e3b7b6e 2022-08-24 15:11:51.417 | 869f5cd300c6452a927317562e3b7b6e 2022-08-24 15:11:51.417 | + lib/cinder:create_cinder_accounts:431 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.89/volume/v3/$(project_id)s' 2022-08-24 15:11:51.417 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:11:51.418 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.89/volume/v3/$(project_id)s' RegionOne 2022-08-24 15:11:51.418 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:11:51.418 | +++ 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-24 15:11:51.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.418 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.418 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:11:51.418 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:11:51.418 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.89/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-24 15:11:51.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.418 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.418 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=717ad2f8974a4b6289bae2d06b5fb7d4 2022-08-24 15:11:51.418 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 717ad2f8974a4b6289bae2d06b5fb7d4 2022-08-24 15:11:51.418 | + functions-common:get_or_create_endpoint:1127 : public_id=717ad2f8974a4b6289bae2d06b5fb7d4 2022-08-24 15:11:51.418 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-24 15:11:51.418 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:11:51.418 | + functions-common:get_or_create_endpoint:1136 : echo 717ad2f8974a4b6289bae2d06b5fb7d4 2022-08-24 15:11:51.418 | 717ad2f8974a4b6289bae2d06b5fb7d4 2022-08-24 15:11:51.418 | + lib/cinder:create_cinder_accounts:436 : configure_cinder_internal_tenant 2022-08-24 15:11:51.418 | ++ lib/cinder:configure_cinder_internal_tenant:624 : get_or_create_project service 2022-08-24 15:11:51.418 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:11:51.418 | +++ 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-24 15:11:51.418 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.418 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.418 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.419 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.419 | ++ functions-common:get_or_create_project:938 : project_id=be3cd9482fc0471baf08b723b7147f2d 2022-08-24 15:11:51.419 | ++ functions-common:get_or_create_project:939 : echo be3cd9482fc0471baf08b723b7147f2d 2022-08-24 15:11:51.419 | + lib/cinder:configure_cinder_internal_tenant:624 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id be3cd9482fc0471baf08b723b7147f2d 2022-08-24 15:11:51.419 | ++ lib/cinder:configure_cinder_internal_tenant:625 : get_or_create_user cinder 2022-08-24 15:11:51.419 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:11:51.419 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:11:51.419 | ++ functions-common:get_or_create_user:913 : local email= 2022-08-24 15:11:51.419 | +++ 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-24 15:11:51.419 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.419 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.419 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.419 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.419 | No password was supplied, authentication will fail when a user does not have a password. 2022-08-24 15:11:51.419 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.419 | ++ functions-common:get_or_create_user:925 : user_id=5f593cf07c8a4ba2a92dd89785b877a2 2022-08-24 15:11:51.420 | ++ functions-common:get_or_create_user:926 : echo 5f593cf07c8a4ba2a92dd89785b877a2 2022-08-24 15:11:51.420 | + lib/cinder:configure_cinder_internal_tenant:625 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 5f593cf07c8a4ba2a92dd89785b877a2 2022-08-24 15:11:51.460 | [19052 Async create_cinder_accounts:88854]: finished create_cinder_accounts with result 0 in 61 seconds 2022-08-24 15:11:51.464 | + inc/async:async_wait:197 : return 0 2022-08-24 15:11:51.467 | + ./stack.sh:main:1124 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-08-24 15:11:51.519 | [19052 Async create_neutron_accounts:89000]: Waiting for completion of create_neutron_accounts running on PID 89000 (3 other jobs running) 2022-08-24 15:11:51.544 | [19052 Async create_neutron_accounts:89000]: Signaling child to exit 2022-08-24 15:11:51.544 | WAKEUP 2022-08-24 15:11:51.567 | [19052 Async create_neutron_accounts:89000]: Signaled 2022-08-24 15:11:51.569 | + lib/neutron:create_neutron_accounts:684 : is_neutron_legacy_enabled 2022-08-24 15:11:51.569 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-24 15:11:51.569 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:11:51.569 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:11:51.569 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-24 15:11:51.569 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-08-24 15:11:51.569 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-24 15:11:51.569 | + lib/neutron:create_neutron_accounts:686 : create_mutnauq_accounts 2022-08-24 15:11:51.569 | + lib/neutron-legacy:create_mutnauq_accounts:438 : local neutron_url 2022-08-24 15:11:51.569 | + lib/neutron-legacy:create_mutnauq_accounts:439 : '[' False == True ']' 2022-08-24 15:11:51.569 | + lib/neutron-legacy:create_mutnauq_accounts:442 : neutron_url=http://10.222.0.89:9696/ 2022-08-24 15:11:51.569 | + lib/neutron-legacy:create_mutnauq_accounts:444 : '[' '!' -z networking ']' 2022-08-24 15:11:51.569 | + lib/neutron-legacy:create_mutnauq_accounts:445 : neutron_url=http://10.222.0.89:9696/networking 2022-08-24 15:11:51.569 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2022-08-24 15:11:51.569 | + lib/neutron-legacy:create_mutnauq_accounts:450 : create_service_user neutron 2022-08-24 15:11:51.569 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-08-24 15:11:51.569 | + functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:11:51.569 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:11:51.569 | + functions-common:get_or_create_user:913 : local email= 2022-08-24 15:11:51.569 | ++ 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-24 15:11:51.569 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.569 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.569 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.569 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.569 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.570 | + functions-common:get_or_create_user:925 : user_id=819cc42ebc1143cdaf4b2361840c88d0 2022-08-24 15:11:51.570 | + functions-common:get_or_create_user:926 : echo 819cc42ebc1143cdaf4b2361840c88d0 2022-08-24 15:11:51.570 | 819cc42ebc1143cdaf4b2361840c88d0 2022-08-24 15:11:51.570 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-08-24 15:11:51.570 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:11:51.570 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:11:51.570 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:11:51.570 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:11:51.570 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:11:51.570 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:11:51.570 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:11:51.570 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:11:51.570 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:11:51.570 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:11:51.570 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:11:51.570 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.570 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.570 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.570 | ++ 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-24 15:11:51.570 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.570 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.570 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.570 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.570 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.570 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:11:51.570 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:11:51.570 | + 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-24 15:11:51.570 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.570 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.570 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.570 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.570 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:11:51.571 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:11:51.571 | ++ 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-24 15:11:51.571 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:11:51.571 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.571 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.571 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.571 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.571 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.571 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.571 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:11:51.571 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:11:51.571 | ++ functions-common:get_field:818 : echo '| ee875f0caf5341b6b588c207b757971d | 819cc42ebc1143cdaf4b2361840c88d0 | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:11:51.571 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:11:51.571 | ++ functions-common:get_field:812 : read data 2022-08-24 15:11:51.571 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.571 | + functions-common:get_or_add_user_project_role:997 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.571 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:11:51.571 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-24 15:11:51.571 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_service neutron network 'Neutron Service' 2022-08-24 15:11:51.571 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:11:51.571 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-08-24 15:11:51.571 | ++ 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-24 15:11:51.571 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.571 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.571 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.571 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.571 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.571 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:11:51.571 | bbafd0b3afc24be2949b43b78505ab18' 2022-08-24 15:11:51.571 | + functions-common:get_or_create_service:1094 : echo bbafd0b3afc24be2949b43b78505ab18 2022-08-24 15:11:51.571 | bbafd0b3afc24be2949b43b78505ab18 2022-08-24 15:11:51.571 | + lib/neutron-legacy:create_mutnauq_accounts:454 : get_or_create_endpoint network RegionOne http://10.222.0.89:9696/networking 2022-08-24 15:11:51.572 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:11:51.572 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.89:9696/networking RegionOne 2022-08-24 15:11:51.572 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:11:51.572 | +++ 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-24 15:11:51.572 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.572 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.572 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.572 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.572 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:11:51.572 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:11:51.572 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.89:9696/networking --region RegionOne -f value -c id 2022-08-24 15:11:51.572 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.572 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.572 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:11:51.572 | from cryptography.utils import int_from_bytes 2022-08-24 15:11:51.572 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:11:51.572 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=354861697b6b449c934b1b0227ac877f 2022-08-24 15:11:51.572 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 354861697b6b449c934b1b0227ac877f 2022-08-24 15:11:51.572 | + functions-common:get_or_create_endpoint:1127 : public_id=354861697b6b449c934b1b0227ac877f 2022-08-24 15:11:51.572 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-24 15:11:51.572 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:11:51.572 | + functions-common:get_or_create_endpoint:1136 : echo 354861697b6b449c934b1b0227ac877f 2022-08-24 15:11:51.572 | 354861697b6b449c934b1b0227ac877f 2022-08-24 15:11:51.617 | [19052 Async create_neutron_accounts:89000]: finished create_neutron_accounts with result 0 in 43 seconds 2022-08-24 15:11:51.656 | [19052 Async create_swift_accounts:89155]: Waiting for completion of create_swift_accounts running on PID 89155 (2 other jobs running) 2022-08-24 15:11:51.681 | [19052 Async create_swift_accounts:89155]: Signaling child to exit 2022-08-24 15:12:38.529 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:12:38.555 | [89155 Async create_swift_accounts:89155]: finished successfully 2022-08-24 15:12:38.580 | WAKEUP 2022-08-24 15:12:38.603 | [19052 Async create_swift_accounts:89155]: Signaled 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:613 : export swiftusertest1_password=testing 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:613 : swiftusertest1_password=testing 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:614 : export swiftusertest2_password=testing2 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:614 : swiftusertest2_password=testing2 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:615 : export swiftusertest3_password=testing3 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:615 : swiftusertest3_password=testing3 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:616 : export swiftusertest4_password=testing4 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:616 : swiftusertest4_password=testing4 2022-08-24 15:12:38.605 | + lib/swift:create_swift_accounts:618 : local another_role 2022-08-24 15:12:38.605 | ++ lib/swift:create_swift_accounts:619 : get_or_create_role anotherrole 2022-08-24 15:12:38.605 | ++ functions-common:get_or_create_role:945 : local role_id 2022-08-24 15:12:38.605 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-24 15:12:38.605 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.605 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.605 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.606 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.606 | ++ functions-common:get_or_create_role:950 : role_id=7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:12:38.606 | ++ functions-common:get_or_create_role:951 : echo 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:12:38.606 | + lib/swift:create_swift_accounts:619 : another_role=7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:12:38.606 | + lib/swift:create_swift_accounts:623 : create_service_user swift admin 2022-08-24 15:12:38.606 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-08-24 15:12:38.606 | + functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:12:38.606 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:12:38.606 | + functions-common:get_or_create_user:913 : local email= 2022-08-24 15:12:38.606 | ++ 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-24 15:12:38.606 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.606 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.606 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.606 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.606 | + functions-common:get_or_create_user:925 : user_id=9b767e97e9ac491ea1b84b296e503f9e 2022-08-24 15:12:38.606 | + functions-common:get_or_create_user:926 : echo 9b767e97e9ac491ea1b84b296e503f9e 2022-08-24 15:12:38.606 | 9b767e97e9ac491ea1b84b296e503f9e 2022-08-24 15:12:38.606 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-08-24 15:12:38.606 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:12:38.606 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:12:38.606 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:12:38.606 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:12:38.606 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:12:38.606 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:12:38.606 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:12:38.606 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:12:38.606 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:12:38.606 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:12:38.606 | ++ 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-24 15:12:38.607 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.607 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:12:38.607 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.607 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.607 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.607 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.607 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.607 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.607 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.607 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:12:38.607 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:12:38.607 | + 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-24 15:12:38.607 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.607 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.607 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.607 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.607 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:12:38.607 | ++ 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-24 15:12:38.607 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.607 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.607 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.607 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.607 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.607 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.607 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.607 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.607 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:12:38.607 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:12:38.607 | ++ functions-common:get_field:818 : echo '| ee875f0caf5341b6b588c207b757971d | 9b767e97e9ac491ea1b84b296e503f9e | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:12:38.607 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:12:38.607 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.607 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:12:38.608 | + functions-common:get_or_add_user_project_role:997 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:12:38.608 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:12:38.608 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-24 15:12:38.608 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-08-24 15:12:38.608 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:12:38.608 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:12:38.608 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:12:38.608 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:12:38.608 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:12:38.608 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:12:38.608 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:12:38.608 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:12:38.608 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:12:38.608 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:12:38.608 | ++ 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-24 15:12:38.608 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.608 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:12:38.608 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.608 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.608 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.608 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.608 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.608 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:12:38.608 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:12:38.608 | + 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-24 15:12:38.608 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.608 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.608 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.608 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.608 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.608 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:12:38.608 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.609 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.609 | ++ 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-24 15:12:38.609 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.609 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.609 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.609 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.609 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.609 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:12:38.609 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:12:38.609 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:12:38.609 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | 9b767e97e9ac491ea1b84b296e503f9e | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:12:38.609 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.609 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.609 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.609 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.609 | + lib/swift:create_swift_accounts:625 : get_or_create_service swift object-store 'Swift Service' 2022-08-24 15:12:38.609 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:12:38.609 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-08-24 15:12:38.609 | ++ 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-24 15:12:38.609 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.609 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.609 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.609 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.609 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.609 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:12:38.609 | d00f585136174d87aaa1dc0c8077fce4' 2022-08-24 15:12:38.609 | + functions-common:get_or_create_service:1094 : echo d00f585136174d87aaa1dc0c8077fce4 2022-08-24 15:12:38.609 | d00f585136174d87aaa1dc0c8077fce4 2022-08-24 15:12:38.609 | + lib/swift:create_swift_accounts:627 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.89:8080/v1/AUTH_$(project_id)s' http://10.222.0.89:8080 2022-08-24 15:12:38.609 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:12:38.609 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.89:8080/v1/AUTH_$(project_id)s' RegionOne 2022-08-24 15:12:38.609 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:12:38.609 | +++ 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-24 15:12:38.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.610 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.610 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.610 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.610 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:12:38.610 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:12:38.610 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.89:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-08-24 15:12:38.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.610 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.610 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.610 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.610 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=6496f22f43254ce2902d97a312705426 2022-08-24 15:12:38.610 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 6496f22f43254ce2902d97a312705426 2022-08-24 15:12:38.610 | + functions-common:get_or_create_endpoint:1127 : public_id=6496f22f43254ce2902d97a312705426 2022-08-24 15:12:38.610 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.89:8080 ]] 2022-08-24 15:12:38.610 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.89:8080 RegionOne 2022-08-24 15:12:38.610 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:12:38.610 | ++ 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-24 15:12:38.610 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.610 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.610 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.610 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.610 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.610 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:12:38.610 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:12:38.610 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.89:8080 --region RegionOne -f value -c id 2022-08-24 15:12:38.611 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.611 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.611 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.611 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.611 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.611 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=22aa0ca36ed945dd8e227ffb5f8e2504 2022-08-24 15:12:38.611 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 22aa0ca36ed945dd8e227ffb5f8e2504 2022-08-24 15:12:38.611 | 22aa0ca36ed945dd8e227ffb5f8e2504 2022-08-24 15:12:38.611 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:12:38.611 | + functions-common:get_or_create_endpoint:1136 : echo 6496f22f43254ce2902d97a312705426 2022-08-24 15:12:38.611 | 6496f22f43254ce2902d97a312705426 2022-08-24 15:12:38.611 | + lib/swift:create_swift_accounts:632 : local swift_project_test1 2022-08-24 15:12:38.611 | ++ lib/swift:create_swift_accounts:633 : get_or_create_project swiftprojecttest1 default 2022-08-24 15:12:38.611 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:12:38.611 | +++ 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-24 15:12:38.611 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.611 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.611 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.611 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.611 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.611 | ++ functions-common:get_or_create_project:938 : project_id=cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.611 | ++ functions-common:get_or_create_project:939 : echo cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.611 | + lib/swift:create_swift_accounts:633 : swift_project_test1=cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.611 | + lib/swift:create_swift_accounts:634 : die_if_not_set 634 swift_project_test1 'Failure creating swift_project_test1' 2022-08-24 15:12:38.611 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.612 | ++ lib/swift:create_swift_accounts:636 : get_or_create_user swiftusertest1 testing default test@example.com 2022-08-24 15:12:38.612 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:12:38.612 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-08-24 15:12:38.612 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-08-24 15:12:38.612 | +++ 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-24 15:12:38.612 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.612 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.612 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.612 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.612 | ++ functions-common:get_or_create_user:925 : user_id=0b26c803ef254c92b1fa91428716449e 2022-08-24 15:12:38.612 | ++ functions-common:get_or_create_user:926 : echo 0b26c803ef254c92b1fa91428716449e 2022-08-24 15:12:38.612 | + lib/swift:create_swift_accounts:636 : SWIFT_USER_TEST1=0b26c803ef254c92b1fa91428716449e 2022-08-24 15:12:38.612 | + lib/swift:create_swift_accounts:637 : die_if_not_set 637 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-08-24 15:12:38.612 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.612 | + lib/swift:create_swift_accounts:638 : get_or_add_user_project_role admin 0b26c803ef254c92b1fa91428716449e cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.612 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:12:38.612 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:12:38.612 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:12:38.612 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:12:38.612 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:12:38.612 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:12:38.612 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:12:38.612 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:12:38.612 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.612 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 0b26c803ef254c92b1fa91428716449e --project cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.612 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:12:38.612 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.612 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.612 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.612 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.613 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.613 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.613 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:12:38.613 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:12:38.613 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 0b26c803ef254c92b1fa91428716449e --project cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.613 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.613 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.613 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 0b26c803ef254c92b1fa91428716449e --project cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.613 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.613 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:12:38.613 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.613 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.613 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.613 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.613 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.613 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.613 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:12:38.613 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:12:38.613 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:12:38.613 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | 0b26c803ef254c92b1fa91428716449e | | cadc4660b5a14fc1aeda130a16647f40 | | | False |' 2022-08-24 15:12:38.613 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.613 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.613 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.613 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.613 | + lib/swift:create_swift_accounts:640 : local swift_user_test3 2022-08-24 15:12:38.613 | ++ lib/swift:create_swift_accounts:642 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-08-24 15:12:38.613 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:12:38.613 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-08-24 15:12:38.613 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-08-24 15:12:38.613 | +++ 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-24 15:12:38.613 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.614 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.614 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.614 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.614 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.614 | ++ functions-common:get_or_create_user:925 : user_id=f5ac9495168a40c8ab8c248cb6d9e2c2 2022-08-24 15:12:38.614 | ++ functions-common:get_or_create_user:926 : echo f5ac9495168a40c8ab8c248cb6d9e2c2 2022-08-24 15:12:38.614 | + lib/swift:create_swift_accounts:642 : swift_user_test3=f5ac9495168a40c8ab8c248cb6d9e2c2 2022-08-24 15:12:38.614 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_user_test3 'Failure creating swift_user_test3' 2022-08-24 15:12:38.614 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.614 | + lib/swift:create_swift_accounts:644 : get_or_add_user_project_role 7f7ab83a680e4280983ebc01275e0325 f5ac9495168a40c8ab8c248cb6d9e2c2 cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.614 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:12:38.614 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:12:38.614 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:12:38.614 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:12:38.614 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:12:38.614 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:12:38.614 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:12:38.614 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:12:38.614 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:12:38.614 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.614 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role 7f7ab83a680e4280983ebc01275e0325 --user f5ac9495168a40c8ab8c248cb6d9e2c2 --project cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.614 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.614 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.614 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.614 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.614 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.614 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.614 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.614 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:12:38.614 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:12:38.614 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add 7f7ab83a680e4280983ebc01275e0325 --user f5ac9495168a40c8ab8c248cb6d9e2c2 --project cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.615 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.615 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.615 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.615 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role 7f7ab83a680e4280983ebc01275e0325 --user f5ac9495168a40c8ab8c248cb6d9e2c2 --project cadc4660b5a14fc1aeda130a16647f40 2022-08-24 15:12:38.615 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:12:38.615 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.615 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.615 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.615 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.615 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.615 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.615 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.615 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:12:38.615 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:12:38.615 | ++ functions-common:get_field:818 : echo '| 7f7ab83a680e4280983ebc01275e0325 | f5ac9495168a40c8ab8c248cb6d9e2c2 | | cadc4660b5a14fc1aeda130a16647f40 | | | False |' 2022-08-24 15:12:38.615 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:12:38.615 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.615 | + functions-common:get_or_add_user_project_role:995 : user_role_id=7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:12:38.615 | + functions-common:get_or_add_user_project_role:997 : echo 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:12:38.615 | 7f7ab83a680e4280983ebc01275e0325 2022-08-24 15:12:38.615 | + lib/swift:create_swift_accounts:646 : local swift_project_test2 2022-08-24 15:12:38.615 | ++ lib/swift:create_swift_accounts:647 : get_or_create_project swiftprojecttest2 default 2022-08-24 15:12:38.615 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:12:38.615 | +++ 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-24 15:12:38.615 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.615 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.615 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.615 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.615 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.615 | ++ functions-common:get_or_create_project:938 : project_id=33b1ac4d2eae40a8a65666ec2ef55b06 2022-08-24 15:12:38.615 | ++ functions-common:get_or_create_project:939 : echo 33b1ac4d2eae40a8a65666ec2ef55b06 2022-08-24 15:12:38.615 | + lib/swift:create_swift_accounts:647 : swift_project_test2=33b1ac4d2eae40a8a65666ec2ef55b06 2022-08-24 15:12:38.616 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_project_test2 'Failure creating swift_project_test2' 2022-08-24 15:12:38.616 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.616 | + lib/swift:create_swift_accounts:650 : local swift_user_test2 2022-08-24 15:12:38.616 | ++ lib/swift:create_swift_accounts:652 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-08-24 15:12:38.616 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:12:38.616 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-08-24 15:12:38.616 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-08-24 15:12:38.616 | +++ 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-24 15:12:38.616 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.616 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.616 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.616 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.616 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.616 | ++ functions-common:get_or_create_user:925 : user_id=b0560a8517784da29109f93cd5633210 2022-08-24 15:12:38.616 | ++ functions-common:get_or_create_user:926 : echo b0560a8517784da29109f93cd5633210 2022-08-24 15:12:38.616 | + lib/swift:create_swift_accounts:652 : swift_user_test2=b0560a8517784da29109f93cd5633210 2022-08-24 15:12:38.616 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_user_test2 'Failure creating swift_user_test2' 2022-08-24 15:12:38.616 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.616 | + lib/swift:create_swift_accounts:654 : get_or_add_user_project_role admin b0560a8517784da29109f93cd5633210 33b1ac4d2eae40a8a65666ec2ef55b06 2022-08-24 15:12:38.616 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:12:38.616 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:12:38.616 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:12:38.616 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:12:38.616 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:12:38.616 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:12:38.616 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:12:38.616 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:12:38.616 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.616 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user b0560a8517784da29109f93cd5633210 --project 33b1ac4d2eae40a8a65666ec2ef55b06 2022-08-24 15:12:38.616 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:12:38.616 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.616 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.617 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.617 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.617 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.617 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.617 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.617 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:12:38.617 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:12:38.617 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user b0560a8517784da29109f93cd5633210 --project 33b1ac4d2eae40a8a65666ec2ef55b06 2022-08-24 15:12:38.617 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.617 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.617 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.617 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.617 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user b0560a8517784da29109f93cd5633210 --project 33b1ac4d2eae40a8a65666ec2ef55b06 2022-08-24 15:12:38.617 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.617 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:12:38.617 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.617 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.617 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.617 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.617 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.617 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.617 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.617 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:12:38.617 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:12:38.617 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | b0560a8517784da29109f93cd5633210 | | 33b1ac4d2eae40a8a65666ec2ef55b06 | | | False |' 2022-08-24 15:12:38.617 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:12:38.617 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.617 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.617 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.617 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.617 | + lib/swift:create_swift_accounts:656 : local swift_domain 2022-08-24 15:12:38.617 | ++ lib/swift:create_swift_accounts:657 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-08-24 15:12:38.617 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-24 15:12:38.618 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-08-24 15:12:38.618 | +++ 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-24 15:12:38.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.618 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.618 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.618 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.618 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-08-24 15:12:38.618 | cc8a3f76a8c7461fa3a97e0eeae0934a' 2022-08-24 15:12:38.618 | ++ functions-common:get_or_create_domain:888 : echo cc8a3f76a8c7461fa3a97e0eeae0934a 2022-08-24 15:12:38.618 | + lib/swift:create_swift_accounts:657 : swift_domain=cc8a3f76a8c7461fa3a97e0eeae0934a 2022-08-24 15:12:38.618 | + lib/swift:create_swift_accounts:658 : die_if_not_set 658 swift_domain 'Failure creating swift_test domain' 2022-08-24 15:12:38.618 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.618 | + lib/swift:create_swift_accounts:660 : local swift_project_test4 2022-08-24 15:12:38.618 | ++ lib/swift:create_swift_accounts:661 : get_or_create_project swiftprojecttest4 cc8a3f76a8c7461fa3a97e0eeae0934a 2022-08-24 15:12:38.618 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-24 15:12:38.618 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=cc8a3f76a8c7461fa3a97e0eeae0934a --or-show -f value -c id 2022-08-24 15:12:38.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.618 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.618 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.618 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.618 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.618 | ++ functions-common:get_or_create_project:938 : project_id=924eb562a5e046c4b16c008dc3d25c6e 2022-08-24 15:12:38.618 | ++ functions-common:get_or_create_project:939 : echo 924eb562a5e046c4b16c008dc3d25c6e 2022-08-24 15:12:38.618 | + lib/swift:create_swift_accounts:661 : swift_project_test4=924eb562a5e046c4b16c008dc3d25c6e 2022-08-24 15:12:38.618 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_project_test4 'Failure creating swift_project_test4' 2022-08-24 15:12:38.618 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.618 | + lib/swift:create_swift_accounts:664 : local swift_user_test4 2022-08-24 15:12:38.618 | ++ lib/swift:create_swift_accounts:666 : get_or_create_user swiftusertest4 testing4 cc8a3f76a8c7461fa3a97e0eeae0934a test4@example.com 2022-08-24 15:12:38.618 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:12:38.618 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-08-24 15:12:38.619 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-08-24 15:12:38.619 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=cc8a3f76a8c7461fa3a97e0eeae0934a --email=test4@example.com --or-show -f value -c id 2022-08-24 15:12:38.619 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.619 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.619 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.619 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.619 | ++ functions-common:get_or_create_user:925 : user_id=3cddfa655f994bc9ac58a2099138b83b 2022-08-24 15:12:38.619 | ++ functions-common:get_or_create_user:926 : echo 3cddfa655f994bc9ac58a2099138b83b 2022-08-24 15:12:38.619 | + lib/swift:create_swift_accounts:666 : swift_user_test4=3cddfa655f994bc9ac58a2099138b83b 2022-08-24 15:12:38.619 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_user_test4 'Failure creating swift_user_test4' 2022-08-24 15:12:38.619 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:12:38.619 | + lib/swift:create_swift_accounts:668 : get_or_add_user_project_role admin 3cddfa655f994bc9ac58a2099138b83b 924eb562a5e046c4b16c008dc3d25c6e 2022-08-24 15:12:38.619 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:12:38.619 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-24 15:12:38.619 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:12:38.619 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:12:38.619 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-24 15:12:38.619 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-24 15:12:38.619 | ++ functions-common:_get_domain_args:967 : echo 2022-08-24 15:12:38.619 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-24 15:12:38.619 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3cddfa655f994bc9ac58a2099138b83b --project 924eb562a5e046c4b16c008dc3d25c6e 2022-08-24 15:12:38.619 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.619 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:12:38.619 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.619 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.619 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.619 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.619 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.619 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.619 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:12:38.620 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:12:38.620 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 3cddfa655f994bc9ac58a2099138b83b --project 924eb562a5e046c4b16c008dc3d25c6e 2022-08-24 15:12:38.620 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.620 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.620 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.620 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.620 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3cddfa655f994bc9ac58a2099138b83b --project 924eb562a5e046c4b16c008dc3d25c6e 2022-08-24 15:12:38.620 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:12:38.620 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:12:38.620 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:12:38.620 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.620 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.620 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.620 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:38.620 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:38.620 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:12:38.620 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:12:38.620 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:12:38.620 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:12:38.620 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | 3cddfa655f994bc9ac58a2099138b83b | | 924eb562a5e046c4b16c008dc3d25c6e | | | False |' 2022-08-24 15:12:38.620 | ++ functions-common:get_field:812 : read data 2022-08-24 15:12:38.620 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.620 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.620 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:12:38.650 | [19052 Async create_swift_accounts:89155]: finished create_swift_accounts with result 0 in 129 seconds 2022-08-24 15:12:38.658 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-08-24 15:12:38.661 | + inc/async:async_wait:197 : return 0 2022-08-24 15:12:38.664 | + ./stack.sh:main:1130 : is_service_enabled mysql postgresql 2022-08-24 15:12:38.683 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:12:38.685 | + ./stack.sh:main:1130 : is_service_enabled glance 2022-08-24 15:12:38.703 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:12:38.706 | + ./stack.sh:main:1131 : echo_summary 'Configuring Glance' 2022-08-24 15:12:38.709 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:12:38.711 | + ./stack.sh:echo_summary:441 : echo -e Configuring Glance 2022-08-24 15:12:38.714 | + ./stack.sh:main:1132 : async_runfunc init_glance 2022-08-24 15:12:38.717 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-08-24 15:12:38.784 | + inc/async:async_inner:63 : init_glance 2022-08-24 15:12:38.827 | [19052 Async init_glance:93456]: running: init_glance 2022-08-24 15:12:38.830 | + ./stack.sh:main:1139 : is_service_enabled neutron 2022-08-24 15:12:38.848 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:12:38.851 | + ./stack.sh:main:1140 : echo_summary 'Configuring Neutron' 2022-08-24 15:12:38.853 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:12:38.857 | + ./stack.sh:echo_summary:441 : echo -e Configuring Neutron 2022-08-24 15:12:38.860 | + ./stack.sh:main:1142 : configure_neutron 2022-08-24 15:12:38.863 | + lib/neutron:configure_neutron:635 : is_neutron_legacy_enabled 2022-08-24 15:12:38.867 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:12:38.867 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-24 15:12:38.874 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:12:38.877 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-24 15:12:38.880 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-08-24 15:12:38.883 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-24 15:12:38.886 | + lib/neutron:configure_neutron:637 : configure_mutnauq 2022-08-24 15:12:38.889 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_common 2022-08-24 15:12:38.891 | + lib/neutron-legacy:_configure_neutron_common:781 : _create_neutron_conf_dir 2022-08-24 15:12:38.893 | + lib/neutron-legacy:_create_neutron_conf_dir:774 : sudo install -d -o ubuntu /etc/neutron 2022-08-24 15:12:38.907 | + lib/neutron-legacy:_configure_neutron_common:784 : cd /opt/stack/neutron 2022-08-24 15:12:38.909 | + lib/neutron-legacy:_configure_neutron_common:784 : exec ./tools/generate_config_file_samples.sh 2022-08-24 15:12:42.115 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:42.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:42.115 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:42.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:45.340 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:45.340 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:45.340 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:45.340 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:48.456 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:48.456 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:48.456 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:48.456 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:51.596 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:51.596 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:51.596 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:51.596 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:54.749 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:54.749 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:54.749 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:54.749 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:57.944 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:57.944 | from cryptography.utils import int_from_bytes 2022-08-24 15:12:57.944 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:12:57.944 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:01.129 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:01.129 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:01.129 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:01.129 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:04.529 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:04.529 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:04.529 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:04.529 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:08.527 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:08.527 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:08.527 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:08.527 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:13.465 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:13.465 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:13.465 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:13.465 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:13.769 | + lib/neutron-legacy:_configure_neutron_common:786 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-08-24 15:13:13.774 | + lib/neutron-legacy:_configure_neutron_common:788 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-08-24 15:13:13.777 | + lib/neutron-legacy:_configure_neutron_common:792 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-08-24 15:13:13.779 | + lib/neutron-legacy:_configure_neutron_common:796 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-08-24 15:13:13.781 | + lib/neutron-legacy:_configure_neutron_common:801 : neutron_plugin_configure_common 2022-08-24 15:13:13.783 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-08-24 15:13:13.786 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-08-24 15:13:13.788 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-08-24 15:13:13.790 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-08-24 15:13:13.792 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=router 2022-08-24 15:13:13.795 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ '' == '' ]] 2022-08-24 15:13:13.797 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : Q_SERVICE_PLUGIN_CLASSES=router 2022-08-24 15:13:13.799 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-08-24 15:13:13.801 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2_conf.ini == '' ]] 2022-08-24 15:13:13.804 | + lib/neutron-legacy:_configure_neutron_common:803 : [[ ml2 == '' ]] 2022-08-24 15:13:13.806 | + lib/neutron-legacy:_configure_neutron_common:808 : mkdir -p /etc/neutron/plugins/ml2 2022-08-24 15:13:13.811 | + lib/neutron-legacy:_configure_neutron_common:809 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:13.813 | + lib/neutron-legacy:_configure_neutron_common:812 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-08-24 15:13:13.815 | + lib/neutron-legacy:_configure_neutron_common:813 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:13.820 | ++ lib/neutron-legacy:_configure_neutron_common:818 : database_connection_url neutron 2022-08-24 15:13:13.823 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-08-24 15:13:13.825 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-08-24 15:13:13.828 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-08-24 15:13:13.830 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:13:13.832 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:13.834 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:13:13.851 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:13.853 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:13:13.855 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-24 15:13:13.858 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-24 15:13:13.892 | + lib/neutron-legacy:_configure_neutron_common:819 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-08-24 15:13:13.925 | + lib/neutron-legacy:_configure_neutron_common:820 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-08-24 15:13:13.957 | + lib/neutron-legacy:_configure_neutron_common:821 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-08-24 15:13:13.993 | + lib/neutron-legacy:_configure_neutron_common:822 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-08-24 15:13:14.026 | + lib/neutron-legacy:_configure_neutron_common:825 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-08-24 15:13:14.060 | + lib/neutron-legacy:_configure_neutron_common:827 : '[' libvirt = fake ']' 2022-08-24 15:13:14.062 | + lib/neutron-legacy:_configure_neutron_common:837 : setup_logging /etc/neutron/neutron.conf 2022-08-24 15:13:14.065 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-08-24 15:13:14.067 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-08-24 15:13:14.070 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-24 15:13:14.087 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-24 15:13:14.090 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-24 15:13:14.092 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-24 15:13:14.094 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-24 15:13:14.097 | + 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-24 15:13:14.132 | + 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-24 15:13:14.164 | + 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-24 15:13:14.203 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-24 15:13:14.238 | + lib/neutron-legacy:_configure_neutron_common:839 : is_service_enabled tls-proxy 2022-08-24 15:13:14.255 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:13:14.257 | + lib/neutron-legacy:_configure_neutron_common:845 : _neutron_setup_rootwrap 2022-08-24 15:13:14.260 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : [[ True == \F\a\l\s\e ]] 2022-08-24 15:13:14.262 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-08-24 15:13:14.264 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : [[ -d /etc/neutron/rootwrap.d ]] 2022-08-24 15:13:14.267 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-08-24 15:13:14.280 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:990 : [[ True == \F\a\l\s\e ]] 2022-08-24 15:13:14.280 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:993 : local srcdir=/opt/stack/neutron 2022-08-24 15:13:14.280 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:994 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-08-24 15:13:14.287 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:995 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-08-24 15:13:14.303 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-08-24 15:13:14.305 | + lib/neutron-legacy:_neutron_setup_rootwrap:1016 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-08-24 15:13:14.318 | + lib/neutron-legacy:_neutron_setup_rootwrap:1018 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-08-24 15:13:14.331 | + lib/neutron-legacy:_neutron_setup_rootwrap:1019 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-08-24 15:13:14.344 | + lib/neutron-legacy:_neutron_setup_rootwrap:1022 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-24 15:13:14.346 | + lib/neutron-legacy:_neutron_setup_rootwrap:1023 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-24 15:13:14.349 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1026 : mktemp 2022-08-24 15:13:14.353 | + lib/neutron-legacy:_neutron_setup_rootwrap:1026 : TEMPFILE=/tmp/tmp.J3TMDHcy7f 2022-08-24 15:13:14.355 | + lib/neutron-legacy:_neutron_setup_rootwrap:1027 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-24 15:13:14.358 | + lib/neutron-legacy:_neutron_setup_rootwrap:1028 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-24 15:13:14.360 | + lib/neutron-legacy:_neutron_setup_rootwrap:1029 : chmod 0440 /tmp/tmp.J3TMDHcy7f 2022-08-24 15:13:14.364 | + lib/neutron-legacy:_neutron_setup_rootwrap:1030 : sudo chown root:root /tmp/tmp.J3TMDHcy7f 2022-08-24 15:13:14.377 | + lib/neutron-legacy:_neutron_setup_rootwrap:1031 : sudo mv /tmp/tmp.J3TMDHcy7f /etc/sudoers.d/neutron-rootwrap 2022-08-24 15:13:14.390 | + lib/neutron-legacy:_neutron_setup_rootwrap:1034 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-24 15:13:14.423 | + lib/neutron-legacy:_neutron_setup_rootwrap:1035 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:14.426 | + lib/neutron-legacy:_neutron_setup_rootwrap:1036 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-24 15:13:14.461 | + lib/neutron-legacy:configure_mutnauq:352 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-08-24 15:13:14.464 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-08-24 15:13:14.466 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-08-24 15:13:14.468 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-24 15:13:14.471 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-24 15:13:14.473 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-24 15:13:14.490 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:14.493 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-24 15:13:14.496 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-24 15:13:14.498 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-24 15:13:14.517 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:14.519 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:13:14.522 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/ 2022-08-24 15:13:14.556 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-24 15:13:14.559 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-24 15:13:14.561 | + lib/neutron-legacy:configure_mutnauq:354 : is_service_enabled q-metering 2022-08-24 15:13:14.581 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:14.584 | + lib/neutron-legacy:configure_mutnauq:355 : _configure_neutron_metering 2022-08-24 15:13:14.587 | + lib/neutron-legacy:_configure_neutron_metering:894 : neutron_agent_metering_configure_common 2022-08-24 15:13:14.590 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-24 15:13:14.592 | + lib/neutron-legacy:_neutron_service_plugin_class_add:965 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-24 15:13:14.595 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : [[ router == '' ]] 2022-08-24 15:13:14.597 | + lib/neutron-legacy:_neutron_service_plugin_class_add:968 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-08-24 15:13:14.600 | + lib/neutron-legacy:_neutron_service_plugin_class_add:969 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-24 15:13:14.603 | + lib/neutron-legacy:_configure_neutron_metering:895 : neutron_agent_metering_configure_agent 2022-08-24 15:13:14.605 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-08-24 15:13:14.608 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-08-24 15:13:14.613 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-08-24 15:13:14.615 | + 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-24 15:13:14.621 | + lib/neutron-legacy:configure_mutnauq:357 : is_service_enabled q-agt q-svc 2022-08-24 15:13:14.641 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:14.643 | + lib/neutron-legacy:configure_mutnauq:358 : _configure_neutron_service 2022-08-24 15:13:14.646 | + lib/neutron-legacy:_configure_neutron_service:931 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-08-24 15:13:14.649 | + lib/neutron-legacy:_configure_neutron_service:932 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-08-24 15:13:14.654 | + lib/neutron-legacy:_configure_neutron_service:934 : [[ -n networking ]] 2022-08-24 15:13:14.657 | + lib/neutron-legacy:_configure_neutron_service:935 : _replace_api_paste_composite 2022-08-24 15:13:14.659 | + lib/neutron-legacy:_replace_api_paste_composite:920 : local sep 2022-08-24 15:13:14.663 | ++ lib/neutron-legacy:_replace_api_paste_composite:921 : echo -ne '\x01' 2022-08-24 15:13:14.667 | + lib/neutron-legacy:_replace_api_paste_composite:921 : sep=$'\001' 2022-08-24 15:13:14.671 | + lib/neutron-legacy:_replace_api_paste_composite:923 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2022-08-24 15:13:14.677 | + lib/neutron-legacy:_replace_api_paste_composite:924 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2022-08-24 15:13:14.682 | + lib/neutron-legacy:_replace_api_paste_composite:925 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2022-08-24 15:13:14.688 | + lib/neutron-legacy:_configure_neutron_service:939 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-08-24 15:13:14.722 | + lib/neutron-legacy:_configure_neutron_service:941 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-24 15:13:14.757 | + lib/neutron-legacy:_configure_neutron_service:942 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-08-24 15:13:14.793 | + lib/neutron-legacy:_configure_neutron_service:944 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-08-24 15:13:14.828 | + lib/neutron-legacy:_configure_neutron_service:945 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-08-24 15:13:14.830 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-24 15:13:14.833 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-08-24 15:13:14.835 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-24 15:13:14.838 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-08-24 15:13:14.873 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-08-24 15:13:14.906 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.89/identity 2022-08-24 15:13:14.942 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-08-24 15:13:14.976 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-08-24 15:13:15.012 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-08-24 15:13:15.050 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-08-24 15:13:15.084 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-08-24 15:13:15.120 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:13:15.156 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-08-24 15:13:15.193 | + lib/neutron-legacy:_configure_neutron_service:948 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-08-24 15:13:15.230 | + lib/neutron-legacy:_configure_neutron_service:949 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-08-24 15:13:15.265 | + lib/neutron-legacy:_configure_neutron_service:951 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-08-24 15:13:15.268 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-24 15:13:15.270 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-24 15:13:15.273 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-24 15:13:15.279 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-08-24 15:13:15.317 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-08-24 15:13:15.352 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.89/identity 2022-08-24 15:13:15.397 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-08-24 15:13:15.435 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-08-24 15:13:15.474 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-08-24 15:13:15.511 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-08-24 15:13:15.547 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-08-24 15:13:15.588 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:13:15.641 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-08-24 15:13:15.676 | + lib/neutron-legacy:_configure_neutron_service:954 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2022-08-24 15:13:15.678 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-24 15:13:15.681 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-24 15:13:15.683 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=placement 2022-08-24 15:13:15.689 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf placement auth_type password 2022-08-24 15:13:15.727 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf placement interface public 2022-08-24 15:13:15.765 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf placement auth_url http://10.222.0.89/identity 2022-08-24 15:13:15.804 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf placement username placement 2022-08-24 15:13:15.847 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf placement password Passw0rd 2022-08-24 15:13:15.887 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2022-08-24 15:13:15.932 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement project_name service 2022-08-24 15:13:15.972 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2022-08-24 15:13:16.012 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2022-08-24 15:13:16.050 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2022-08-24 15:13:16.086 | + lib/neutron-legacy:_configure_neutron_service:957 : neutron_plugin_configure_service 2022-08-24 15:13:16.088 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-08-24 15:13:16.091 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-08-24 15:13:16.094 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-08-24 15:13:16.096 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-08-24 15:13:16.099 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-08-24 15:13:16.101 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-08-24 15:13:16.104 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 1050:1099 != '' ]] 2022-08-24 15:13:16.106 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:1050:1099 2022-08-24 15:13:16.109 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:1050:1099 != '' ]] 2022-08-24 15:13:16.111 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-08-24 15:13:16.114 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-08-24 15:13:16.116 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-08-24 15:13:16.119 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-08-24 15:13:16.122 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-08-24 15:13:16.124 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-08-24 15:13:16.127 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-08-24 15:13:16.129 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-08-24 15:13:16.131 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:16.135 | + 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-24 15:13:16.171 | + 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-24 15:13:16.174 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.176 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-24 15:13:16.179 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-08-24 15:13:16.182 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-08-24 15:13:16.184 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.187 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-08-24 15:13:16.219 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ openvswitch,hyperv == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2022-08-24 15:13:16.221 | + 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-24 15:13:16.224 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.226 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-24 15:13:16.229 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2022-08-24 15:13:16.231 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2022-08-24 15:13:16.233 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.236 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2022-08-24 15:13:16.287 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : [[ -n '' ]] 2022-08-24 15:13:16.289 | + 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-24 15:13:16.300 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.300 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-24 15:13:16.300 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-08-24 15:13:16.300 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-08-24 15:13:16.302 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.305 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-08-24 15:13:16.338 | + 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-24 15:13:16.341 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.343 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-24 15:13:16.345 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-08-24 15:13:16.348 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-08-24 15:13:16.350 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.353 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-08-24 15:13:16.386 | + 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-24 15:13:16.388 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.391 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-08-24 15:13:16.393 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-08-24 15:13:16.396 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-08-24 15:13:16.398 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.403 | + 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-24 15:13:16.441 | + 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-24 15:13:16.444 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.446 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-08-24 15:13:16.449 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-24 15:13:16.452 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-24 15:13:16.455 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.457 | + 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-24 15:13:16.494 | + 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-24 15:13:16.497 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.500 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-08-24 15:13:16.503 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-08-24 15:13:16.505 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-08-24 15:13:16.508 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.510 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-08-24 15:13:16.544 | + 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:1050:1099 2022-08-24 15:13:16.546 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.549 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-08-24 15:13:16.551 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:1050:1099 2022-08-24 15:13:16.553 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:1050:1099 ']' 2022-08-24 15:13:16.556 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.558 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:1050:1099 2022-08-24 15:13:16.592 | + 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-24 15:13:16.596 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:13:16.597 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-08-24 15:13:16.600 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-24 15:13:16.602 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-24 15:13:16.605 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-24 15:13:16.608 | + 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-24 15:13:16.641 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:151 : [[ legacy != \l\e\g\a\c\y ]] 2022-08-24 15:13:16.644 | + lib/neutron-legacy:configure_mutnauq:360 : is_service_enabled q-agt 2022-08-24 15:13:16.661 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:16.664 | + lib/neutron-legacy:configure_mutnauq:361 : _configure_neutron_plugin_agent 2022-08-24 15:13:16.667 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-24 15:13:16.705 | + lib/neutron-legacy:_configure_neutron_plugin_agent:910 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:16.707 | + lib/neutron-legacy:_configure_neutron_plugin_agent:911 : 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-24 15:13:16.742 | + lib/neutron-legacy:_configure_neutron_plugin_agent:913 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-24 15:13:16.785 | + lib/neutron-legacy:_configure_neutron_plugin_agent:916 : neutron_plugin_configure_plugin_agent 2022-08-24 15:13:16.787 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-08-24 15:13:16.791 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-08-24 15:13:16.793 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-24 15:13:19.616 | INFO neutron.common.config [-] Logging enabled! 2022-08-24 15:13:19.616 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev518 2022-08-24 15:13:19.617 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=95833) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-08-24 15:13:19.618 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2022-08-24 15:13:19.619 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpxfpfg4gt/privsep.sock'] 2022-08-24 15:13:20.887 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2022-08-24 15:13:20.888 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpxfpfg4gt/privsep.sock {{(pid=95833) __init__ /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:362}} 2022-08-24 15:13:20.889 | INFO oslo.privsep.daemon [-] privsep daemon starting 2022-08-24 15:13:20.890 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2022-08-24 15:13:20.890 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2022-08-24 15:13:20.890 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 95843 2022-08-24 15:13:20.890 | DEBUG oslo.privsep.daemon [-] privsep: reply[795d0908-c66a-4334-a3e9-a01299c04272]: (2,) {{(pid=95843) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:501}} 2022-08-24 15:13:21.101 | DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000 {{(pid=95843) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-08-24 15:13:21.113 | DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=10 --id=@manager -- create Manager target="ptcp:6640:127.0.0.1" -- add Open_vSwitch . manager_options @manager -- set Manager ptcp:6640:127.0.0.1 inactivity_probe=10000" returned: 0 in 0.012s {{(pid=95843) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-08-24 15:13:21.113 | DEBUG oslo.privsep.daemon [-] privsep: reply[19079b13-31ea-4f09-88d3-e81bbae71d02]: (4, ('2a7a2372-c3a6-49e4-a594-2108ae10542c\n', '')) {{(pid=95843) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:501}} 2022-08-24 15:13:21.166 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=95833) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-24 15:13:21.166 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=95833) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-24 15:13:21.166 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=95833) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:21.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=95833) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:21.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=95833) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:21.167 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=95833) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:21.225 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-24 15:13:21.225 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:21.225 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:21.225 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:21.225 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:21.581 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-08-24 15:13:21.584 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-08-24 15:13:21.586 | + 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-24 15:13:21.589 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-24 15:13:21.592 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-08-24 15:13:21.660 | + 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-24 15:13:21.683 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-08-24 15:13:21.685 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:21.688 | + 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-24 15:13:21.729 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-08-24 15:13:21.732 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-08-24 15:13:21.741 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-08-24 15:13:21.744 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-08-24 15:13:21.747 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-08-24 15:13:21.769 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-08-24 15:13:21.795 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-24 15:13:21.797 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-08-24 15:13:21.813 | net.bridge.bridge-nf-call-iptables = 1 2022-08-24 15:13:21.816 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-24 15:13:21.819 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-08-24 15:13:21.827 | net.bridge.bridge-nf-call-ip6tables = 1 2022-08-24 15:13:21.831 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-08-24 15:13:21.833 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-08-24 15:13:21.836 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-08-24 15:13:21.839 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-08-24 15:13:21.841 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-08-24 15:13:21.844 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-24 15:13:21.846 | + 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-24 15:13:21.849 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-24 15:13:21.851 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-24 15:13:21.883 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-08-24 15:13:21.886 | + 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-24 15:13:21.926 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-08-24 15:13:21.929 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-08-24 15:13:21.963 | + 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-24 15:13:21.998 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled q-dhcp 2022-08-24 15:13:22.017 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:22.020 | + lib/neutron-legacy:configure_mutnauq:364 : _configure_neutron_dhcp_agent 2022-08-24 15:13:22.023 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-08-24 15:13:22.029 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:852 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-08-24 15:13:22.066 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:854 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-08-24 15:13:22.101 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:855 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-24 15:13:22.148 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:856 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:22.151 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:857 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-24 15:13:22.187 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:860 : is_service_enabled q-l3 2022-08-24 15:13:22.206 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:22.209 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:871 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-24 15:13:22.212 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-08-24 15:13:22.246 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-24 15:13:22.249 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-24 15:13:22.251 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-08-24 15:13:22.286 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:873 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-08-24 15:13:22.288 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-24 15:13:22.291 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-08-24 15:13:22.293 | + lib/neutron-legacy:configure_mutnauq:366 : is_service_enabled q-l3 2022-08-24 15:13:22.310 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:22.313 | + lib/neutron-legacy:configure_mutnauq:367 : _configure_neutron_l3_agent 2022-08-24 15:13:22.316 | + 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-24 15:13:22.320 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-08-24 15:13:22.356 | + 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-24 15:13:22.395 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:22.398 | + 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-24 15:13:22.432 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-24 15:13:22.434 | + lib/neutron-legacy:_neutron_setup_interface_driver:1044 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-08-24 15:13:22.469 | + lib/neutron-legacy:_neutron_setup_interface_driver:1046 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-24 15:13:22.471 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-24 15:13:22.474 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-08-24 15:13:22.509 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-08-24 15:13:22.512 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-24 15:13:22.514 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-08-24 15:13:22.517 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-24 15:13:25.267 | INFO neutron.common.config [-] Logging enabled! 2022-08-24 15:13:25.267 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev518 2022-08-24 15:13:25.268 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=96420) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2022-08-24 15:13:25.322 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=96420) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-24 15:13:25.322 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=96420) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-24 15:13:25.322 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=96420) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:25.322 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=96420) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:25.322 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=96420) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:25.322 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=96420) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-24 15:13:25.385 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-08-24 15:13:25.386 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=96420) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-08-24 15:13:25.387 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=96420) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-08-24 15:13:25.388 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-24 15:13:25.388 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:25.388 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:25.388 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:13:25.388 | from cryptography.utils import int_from_bytes 2022-08-24 15:13:25.752 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-08-24 15:13:25.754 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-08-24 15:13:25.757 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-08-24 15:13:25.760 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-24 15:13:25.762 | + 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-24 15:13:25.765 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-24 15:13:25.769 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-24 15:13:25.786 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-08-24 15:13:25.792 | + functions:set_mtu:785 : local dev=br-data 2022-08-24 15:13:25.796 | + functions:set_mtu:786 : local mtu=1500 2022-08-24 15:13:25.799 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-08-24 15:13:25.814 | + 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-24 15:13:25.833 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-08-24 15:13:25.836 | + lib/neutron-legacy:_configure_public_network_connectivity:716 : [[ -n eth1 ]] 2022-08-24 15:13:25.838 | + lib/neutron-legacy:_configure_public_network_connectivity:717 : _move_neutron_addresses_route eth1 br-data True False inet 2022-08-24 15:13:25.841 | + lib/neutron-legacy:_move_neutron_addresses_route:657 : local from_intf=eth1 2022-08-24 15:13:25.843 | + lib/neutron-legacy:_move_neutron_addresses_route:658 : local to_intf=br-data 2022-08-24 15:13:25.846 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : local add_ovs_port=True 2022-08-24 15:13:25.849 | + lib/neutron-legacy:_move_neutron_addresses_route:660 : local del_ovs_port=False 2022-08-24 15:13:25.851 | + lib/neutron-legacy:_move_neutron_addresses_route:661 : local af=inet 2022-08-24 15:13:25.857 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n eth1 ]] 2022-08-24 15:13:25.861 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : [[ -n br-data ]] 2022-08-24 15:13:25.866 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : local IP_REPLACE= 2022-08-24 15:13:25.869 | + lib/neutron-legacy:_move_neutron_addresses_route:670 : local IP_DEL= 2022-08-24 15:13:25.872 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : local IP_UP= 2022-08-24 15:13:25.875 | + lib/neutron-legacy:_move_neutron_addresses_route:672 : local DEFAULT_ROUTE_GW 2022-08-24 15:13:25.879 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : ip -f inet r 2022-08-24 15:13:25.881 | ++ lib/neutron-legacy:_move_neutron_addresses_route:673 : awk '/default.+eth1\s/ { print $3; exit }' 2022-08-24 15:13:25.887 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : DEFAULT_ROUTE_GW= 2022-08-24 15:13:25.890 | + lib/neutron-legacy:_move_neutron_addresses_route:674 : local ADD_OVS_PORT= 2022-08-24 15:13:25.892 | + lib/neutron-legacy:_move_neutron_addresses_route:675 : local DEL_OVS_PORT= 2022-08-24 15:13:25.894 | + lib/neutron-legacy:_move_neutron_addresses_route:676 : local ARP_CMD= 2022-08-24 15:13:25.900 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : ip -f inet a s dev eth1 scope global primary 2022-08-24 15:13:25.904 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : grep inet 2022-08-24 15:13:25.904 | ++ lib/neutron-legacy:_move_neutron_addresses_route:678 : awk '{ print $2, $3, $4; exit }' 2022-08-24 15:13:25.907 | + lib/neutron-legacy:_move_neutron_addresses_route:678 : IP_BRD='192.168.0.90/22 brd 192.168.3.255' 2022-08-24 15:13:25.909 | + lib/neutron-legacy:_move_neutron_addresses_route:680 : '[' '' '!=' '' ']' 2022-08-24 15:13:25.912 | + lib/neutron-legacy:_move_neutron_addresses_route:684 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:25.915 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-08-24 15:13:25.918 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : [[ False == \T\r\u\e ]] 2022-08-24 15:13:25.920 | + lib/neutron-legacy:_move_neutron_addresses_route:692 : [[ 192.168.0.90/22 brd 192.168.3.255 != '' ]] 2022-08-24 15:13:25.923 | + lib/neutron-legacy:_move_neutron_addresses_route:693 : IP_DEL='sudo ip addr del 192.168.0.90/22 brd 192.168.3.255 dev eth1' 2022-08-24 15:13:25.927 | + lib/neutron-legacy:_move_neutron_addresses_route:694 : IP_REPLACE='sudo ip addr replace 192.168.0.90/22 brd 192.168.3.255 dev br-data' 2022-08-24 15:13:25.928 | + lib/neutron-legacy:_move_neutron_addresses_route:695 : IP_UP='sudo ip link set br-data up' 2022-08-24 15:13:25.931 | + lib/neutron-legacy:_move_neutron_addresses_route:696 : [[ inet == \i\n\e\t ]] 2022-08-24 15:13:25.937 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : awk '{ print $1; exit }' 2022-08-24 15:13:25.937 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : echo 192.168.0.90/22 brd 192.168.3.255 2022-08-24 15:13:25.937 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : cut -d / -f1 2022-08-24 15:13:25.937 | ++ lib/neutron-legacy:_move_neutron_addresses_route:697 : grep -o -E '(.*)/' 2022-08-24 15:13:25.942 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : IP=192.168.0.90 2022-08-24 15:13:25.945 | + lib/neutron-legacy:_move_neutron_addresses_route:698 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.90 ' 2022-08-24 15:13:25.948 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr del 192.168.0.90/22 brd 192.168.3.255 dev eth1 2022-08-24 15:13:25.965 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip addr replace 192.168.0.90/22 brd 192.168.3.255 dev br-data 2022-08-24 15:13:25.986 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ip link set br-data up 2022-08-24 15:13:26.001 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-08-24 15:13:26.024 | + lib/neutron-legacy:_move_neutron_addresses_route:704 : sudo ping -c 3 -w 5 -I br-data 192.168.0.90 2022-08-24 15:13:26.047 | PING 192.168.0.90 (192.168.0.90) from 192.168.0.90 br-data: 56(84) bytes of data. 2022-08-24 15:13:26.047 | 64 bytes from 192.168.0.90: icmp_seq=1 ttl=64 time=0.070 ms 2022-08-24 15:13:27.079 | 64 bytes from 192.168.0.90: icmp_seq=2 ttl=64 time=0.049 ms 2022-08-24 15:13:28.103 | 64 bytes from 192.168.0.90: icmp_seq=3 ttl=64 time=0.118 ms 2022-08-24 15:13:28.103 | 2022-08-24 15:13:28.103 | --- 192.168.0.90 ping statistics --- 2022-08-24 15:13:28.103 | 3 packets transmitted, 3 received, 0% packet loss, time 2056ms 2022-08-24 15:13:28.103 | rtt min/avg/max/mdev = 0.049/0.079/0.118/0.028 ms 2022-08-24 15:13:28.109 | ++ lib/neutron-legacy:_configure_public_network_connectivity:719 : ip -f inet6 a s dev eth1 2022-08-24 15:13:28.110 | ++ lib/neutron-legacy:_configure_public_network_connectivity:719 : grep -c global 2022-08-24 15:13:28.115 | + lib/neutron-legacy:_configure_public_network_connectivity:719 : [[ 0 != 0 ]] 2022-08-24 15:13:28.118 | + lib/neutron-legacy:configure_mutnauq:369 : is_service_enabled q-meta 2022-08-24 15:13:28.136 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:28.142 | + lib/neutron-legacy:configure_mutnauq:370 : _configure_neutron_metadata_agent 2022-08-24 15:13:28.142 | + lib/neutron-legacy:_configure_neutron_metadata_agent:878 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-08-24 15:13:28.146 | + lib/neutron-legacy:_configure_neutron_metadata_agent:880 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-08-24 15:13:28.184 | + lib/neutron-legacy:_configure_neutron_metadata_agent:881 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.89 2022-08-24 15:13:28.219 | + lib/neutron-legacy:_configure_neutron_metadata_agent:882 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-08-24 15:13:28.262 | + lib/neutron-legacy:_configure_neutron_metadata_agent:883 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-24 15:13:28.302 | + lib/neutron-legacy:_configure_neutron_metadata_agent:884 : [[ True == \T\r\u\e ]] 2022-08-24 15:13:28.305 | + lib/neutron-legacy:_configure_neutron_metadata_agent:885 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-24 15:13:28.340 | + lib/neutron-legacy:configure_mutnauq:373 : [[ legacy != \l\e\g\a\c\y ]] 2022-08-24 15:13:28.342 | + lib/neutron-legacy:configure_mutnauq:376 : is_service_enabled ceilometer 2022-08-24 15:13:28.360 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:13:28.363 | + lib/neutron-legacy:configure_mutnauq:380 : [[ openvswitch == \o\v\n ]] 2022-08-24 15:13:28.365 | + lib/neutron-legacy:configure_mutnauq:386 : is_service_enabled q-placement neutron-placement 2022-08-24 15:13:28.382 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:13:28.385 | + lib/neutron-legacy:configure_mutnauq:389 : is_service_enabled q-trunk neutron-trunk 2022-08-24 15:13:28.404 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:13:28.406 | + lib/neutron-legacy:configure_mutnauq:392 : is_service_enabled q-qos neutron-qos 2022-08-24 15:13:28.425 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:13:28.428 | + lib/neutron-legacy:configure_mutnauq:400 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-08-24 15:13:28.463 | + lib/neutron-legacy:configure_mutnauq:404 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-08-24 15:13:28.504 | + lib/neutron:configure_neutron:642 : '[' False == True ']' 2022-08-24 15:13:28.506 | + ./stack.sh:main:1145 : is_service_enabled mysql postgresql 2022-08-24 15:13:28.525 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:28.529 | + ./stack.sh:main:1145 : is_service_enabled neutron 2022-08-24 15:13:28.546 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:28.549 | + ./stack.sh:main:1146 : async_runfunc init_neutron 2022-08-24 15:13:28.552 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-08-24 15:13:28.628 | + inc/async:async_inner:63 : init_neutron 2022-08-24 15:13:28.673 | [19052 Async init_neutron:96925]: running: init_neutron 2022-08-24 15:13:28.676 | + ./stack.sh:main:1154 : is_service_enabled q-dhcp 2022-08-24 15:13:28.695 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:28.699 | ++ ./stack.sh:main:1157 : pidof NetworkManager 2022-08-24 15:13:28.709 | ++ ./stack.sh:main:1157 : true 2022-08-24 15:13:28.712 | + ./stack.sh:main:1157 : netman_pid= 2022-08-24 15:13:28.715 | + ./stack.sh:main:1158 : '[' -z '' ']' 2022-08-24 15:13:28.718 | + ./stack.sh:main:1159 : sudo killall dnsmasq 2022-08-24 15:13:28.738 | dnsmasq: no process found 2022-08-24 15:13:28.741 | + ./stack.sh:main:1159 : true 2022-08-24 15:13:28.745 | + ./stack.sh:main:1164 : clean_iptables 2022-08-24 15:13:28.749 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2022-08-24 15:13:28.751 | + lib/nova:clean_iptables:186 : bash 2022-08-24 15:13:28.758 | + lib/nova:clean_iptables:186 : grep '\-A' 2022-08-24 15:13:28.758 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2022-08-24 15:13:28.758 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2022-08-24 15:13:28.758 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2022-08-24 15:13:28.758 | + lib/nova:clean_iptables:186 : grep nova 2022-08-24 15:13:28.766 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2022-08-24 15:13:28.768 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2022-08-24 15:13:28.769 | + lib/nova:clean_iptables:188 : grep nova 2022-08-24 15:13:28.770 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2022-08-24 15:13:28.772 | + lib/nova:clean_iptables:188 : bash 2022-08-24 15:13:28.773 | + lib/nova:clean_iptables:188 : sed s/-A/-D/g 2022-08-24 15:13:28.773 | + lib/nova:clean_iptables:188 : grep '\-A' 2022-08-24 15:13:28.783 | + lib/nova:clean_iptables:190 : grep nova 2022-08-24 15:13:28.786 | + lib/nova:clean_iptables:190 : sudo iptables -S -v 2022-08-24 15:13:28.787 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables",$0}' 2022-08-24 15:13:28.790 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2022-08-24 15:13:28.790 | + lib/nova:clean_iptables:190 : bash 2022-08-24 15:13:28.792 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2022-08-24 15:13:28.792 | + lib/nova:clean_iptables:190 : grep '\-N' 2022-08-24 15:13:28.802 | + lib/nova:clean_iptables:192 : sudo iptables -S -v -t nat 2022-08-24 15:13:28.803 | + lib/nova:clean_iptables:192 : grep nova 2022-08-24 15:13:28.803 | + lib/nova:clean_iptables:192 : sed 's/-c [0-9]* [0-9]* //g' 2022-08-24 15:13:28.804 | + lib/nova:clean_iptables:192 : grep '\-N' 2022-08-24 15:13:28.807 | + lib/nova:clean_iptables:192 : sed s/-N/-X/g 2022-08-24 15:13:28.810 | + lib/nova:clean_iptables:192 : awk '{print "sudo iptables -t nat",$0}' 2022-08-24 15:13:28.810 | + lib/nova:clean_iptables:192 : bash 2022-08-24 15:13:28.821 | + ./stack.sh:main:1167 : sudo sysctl -w net.ipv4.ip_forward=1 2022-08-24 15:13:28.830 | net.ipv4.ip_forward = 1 2022-08-24 15:13:28.834 | + ./stack.sh:main:1172 : is_service_enabled nova neutron 2022-08-24 15:13:28.852 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:28.855 | + ./stack.sh:main:1173 : configure_os_vif 2022-08-24 15:13:28.857 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-08-24 15:13:28.860 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-08-24 15:13:28.901 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-08-24 15:13:28.941 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-08-24 15:13:28.944 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-08-24 15:13:28.985 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-08-24 15:13:29.022 | + ./stack.sh:main:1179 : is_service_enabled swift 2022-08-24 15:13:29.040 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:29.043 | + ./stack.sh:main:1180 : echo_summary 'Configuring Swift' 2022-08-24 15:13:29.046 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:13:29.049 | + ./stack.sh:echo_summary:441 : echo -e Configuring Swift 2022-08-24 15:13:29.051 | + ./stack.sh:main:1181 : async_runfunc init_swift 2022-08-24 15:13:29.054 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-08-24 15:13:29.134 | + inc/async:async_inner:63 : init_swift 2022-08-24 15:13:29.187 | [19052 Async init_swift:97326]: running: init_swift 2022-08-24 15:13:29.190 | + ./stack.sh:main:1188 : is_service_enabled cinder 2022-08-24 15:13:29.212 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:29.216 | + ./stack.sh:main:1189 : echo_summary 'Configuring Cinder' 2022-08-24 15:13:29.221 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:13:29.223 | + ./stack.sh:echo_summary:441 : echo -e Configuring Cinder 2022-08-24 15:13:29.225 | + ./stack.sh:main:1190 : async_runfunc init_cinder 2022-08-24 15:13:29.232 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-08-24 15:13:29.314 | + inc/async:async_inner:63 : init_cinder 2022-08-24 15:13:29.378 | [19052 Async init_cinder:97430]: running: init_cinder 2022-08-24 15:13:29.387 | + ./stack.sh:main:1196 : is_service_enabled placement 2022-08-24 15:13:29.408 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:13:29.411 | + ./stack.sh:main:1197 : echo_summary 'Configuring placement' 2022-08-24 15:13:29.414 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:13:29.420 | + ./stack.sh:echo_summary:441 : echo -e Configuring placement 2022-08-24 15:13:29.425 | + ./stack.sh:main:1198 : async_runfunc init_placement 2022-08-24 15:13:29.426 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-08-24 15:13:29.523 | + inc/async:async_inner:63 : init_placement 2022-08-24 15:13:29.570 | [19052 Async init_placement:97561]: running: init_placement 2022-08-24 15:13:29.573 | + ./stack.sh:main:1202 : async_wait init_neutron 2022-08-24 15:13:29.657 | [19052 Async init_neutron:96925]: Waiting for completion of init_neutron running on PID 96925 (6 other jobs running) 2022-08-24 15:13:29.705 | [19052 Async init_neutron:96925]: Signaling child to exit 2022-08-24 15:13:40.726 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:13:40.754 | [97326 Async init_swift:97326]: finished successfully 2022-08-24 15:13:41.539 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:13:41.566 | [93456 Async init_glance:93456]: finished successfully 2022-08-24 15:14:23.222 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:14:23.250 | [97430 Async init_cinder:97430]: finished successfully 2022-08-24 15:14:30.909 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:14:30.936 | [97561 Async init_placement:97561]: finished successfully 2022-08-24 15:17:58.536 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:17:58.563 | [96925 Async init_neutron:96925]: finished successfully 2022-08-24 15:17:58.593 | WAKEUP 2022-08-24 15:17:58.620 | [19052 Async init_neutron:96925]: Signaled 2022-08-24 15:17:58.621 | + lib/neutron:init_neutron:693 : is_neutron_legacy_enabled 2022-08-24 15:17:58.621 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:17:58.621 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-24 15:17:58.621 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:17:58.621 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-24 15:17:58.621 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-08-24 15:17:58.621 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-24 15:17:58.621 | + lib/neutron:init_neutron:695 : init_mutnauq 2022-08-24 15:17:58.621 | + lib/neutron-legacy:init_mutnauq:461 : recreate_database neutron 2022-08-24 15:17:58.622 | + lib/database:recreate_database:112 : local db=neutron 2022-08-24 15:17:58.622 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2022-08-24 15:17:58.622 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2022-08-24 15:17:58.622 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-08-24 15:17:58.622 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:58.622 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-08-24 15:17:58.622 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:58.622 | + lib/neutron-legacy:init_mutnauq:462 : time_start dbsync 2022-08-24 15:17:58.622 | + functions-common:time_start:2425 : local name=dbsync 2022-08-24 15:17:58.622 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:17:58.622 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:17:58.622 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:17:58.622 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354008892 2022-08-24 15:17:58.622 | + lib/neutron-legacy:init_mutnauq:464 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-08-24 15:17:58.622 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.622 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.622 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.622 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-08-24 15:17:58.622 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-08-24 15:17:58.623 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-08-24 15:17:58.624 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-08-24 15:17:58.625 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-08-24 15:17:58.626 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-08-24 15:17:58.626 | Running upgrade for neutron ... 2022-08-24 15:17:58.626 | OK 2022-08-24 15:17:58.626 | + lib/neutron-legacy:init_mutnauq:465 : time_stop dbsync 2022-08-24 15:17:58.626 | + functions-common:time_stop:2439 : local name 2022-08-24 15:17:58.626 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:17:58.626 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:17:58.626 | + functions-common:time_stop:2442 : local total 2022-08-24 15:17:58.626 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:17:58.626 | + functions-common:time_stop:2445 : name=dbsync 2022-08-24 15:17:58.626 | + functions-common:time_stop:2446 : start_time=1661354008892 2022-08-24 15:17:58.626 | + functions-common:time_stop:2448 : [[ -z 1661354008892 ]] 2022-08-24 15:17:58.627 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:17:58.627 | + functions-common:time_stop:2451 : end_time=1661354278520 2022-08-24 15:17:58.627 | + functions-common:time_stop:2452 : elapsed_time=269628 2022-08-24 15:17:58.627 | + functions-common:time_stop:2453 : total=35729 2022-08-24 15:17:58.627 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:17:58.627 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=305357 2022-08-24 15:17:58.677 | [19052 Async init_neutron:96925]: finished init_neutron with result 0 in 269 seconds 2022-08-24 15:17:58.681 | + inc/async:async_wait:197 : return 0 2022-08-24 15:17:58.686 | + ./stack.sh:main:1203 : async_wait init_placement 2022-08-24 15:17:58.741 | [19052 Async init_placement:97561]: Waiting for completion of init_placement running on PID 97561 (5 other jobs running) 2022-08-24 15:17:58.768 | [19052 Async init_placement:97561]: Signaling child to exit 2022-08-24 15:17:58.768 | WAKEUP 2022-08-24 15:17:58.795 | [19052 Async init_placement:97561]: Signaled 2022-08-24 15:17:58.796 | + lib/placement:init_placement:130 : recreate_database placement 2022-08-24 15:17:58.797 | + lib/database:recreate_database:112 : local db=placement 2022-08-24 15:17:58.797 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2022-08-24 15:17:58.797 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2022-08-24 15:17:58.797 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-08-24 15:17:58.797 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:58.797 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-08-24 15:17:58.797 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:58.797 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-08-24 15:17:58.797 | + lib/placement:init_placement:132 : create_placement_accounts 2022-08-24 15:17:58.797 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-08-24 15:17:58.797 | + lib/keystone:create_service_user:431 : get_or_create_user placement Passw0rd Default 2022-08-24 15:17:58.797 | + functions-common:get_or_create_user:909 : local user_id 2022-08-24 15:17:58.797 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-24 15:17:58.797 | + functions-common:get_or_create_user:913 : local email= 2022-08-24 15:17:58.797 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-24 15:17:58.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.797 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.797 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.797 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.797 | + functions-common:get_or_create_user:925 : user_id=00d3950dbb084a25ba04190f77fe970b 2022-08-24 15:17:58.797 | + functions-common:get_or_create_user:926 : echo 00d3950dbb084a25ba04190f77fe970b 2022-08-24 15:17:58.797 | 00d3950dbb084a25ba04190f77fe970b 2022-08-24 15:17:58.797 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service placement service Default Default 2022-08-24 15:17:58.797 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:17:58.797 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:17:58.797 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:17:58.797 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:17:58.797 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:17:58.797 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:17:58.797 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:17:58.797 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:17:58.798 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:17:58.798 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:17:58.798 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-08-24 15:17:58.798 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:17:58.798 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:17:58.798 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:17:58.798 | ++ functions-common:get_field:812 : read data 2022-08-24 15:17:58.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.798 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.798 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.798 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.798 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:17:58.798 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:17:58.798 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2022-08-24 15:17:58.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.798 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.798 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.798 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-08-24 15:17:58.798 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:17:58.798 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:17:58.798 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:17:58.798 | ++ functions-common:get_field:812 : read data 2022-08-24 15:17:58.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.798 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.798 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.798 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.798 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:17:58.798 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:17:58.799 | ++ functions-common:get_field:818 : echo '| ee875f0caf5341b6b588c207b757971d | 00d3950dbb084a25ba04190f77fe970b | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:17:58.799 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:17:58.799 | ++ functions-common:get_field:812 : read data 2022-08-24 15:17:58.799 | + functions-common:get_or_add_user_project_role:995 : user_role_id=ee875f0caf5341b6b588c207b757971d 2022-08-24 15:17:58.799 | + functions-common:get_or_add_user_project_role:997 : echo ee875f0caf5341b6b588c207b757971d 2022-08-24 15:17:58.799 | ee875f0caf5341b6b588c207b757971d 2022-08-24 15:17:58.799 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-24 15:17:58.799 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin placement service Default Default 2022-08-24 15:17:58.799 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-24 15:17:58.799 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-24 15:17:58.799 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-24 15:17:58.799 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-24 15:17:58.799 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-24 15:17:58.799 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-24 15:17:58.799 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-24 15:17:58.799 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-24 15:17:58.799 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-24 15:17:58.799 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-24 15:17:58.799 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-08-24 15:17:58.799 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:17:58.799 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-24 15:17:58.799 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:17:58.799 | ++ functions-common:get_field:812 : read data 2022-08-24 15:17:58.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.799 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.799 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.799 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.799 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.799 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-24 15:17:58.799 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-24 15:17:58.799 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2022-08-24 15:17:58.799 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.800 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.800 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.800 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-08-24 15:17:58.800 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-24 15:17:58.800 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-24 15:17:58.800 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:17:58.800 | ++ functions-common:get_field:812 : read data 2022-08-24 15:17:58.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.800 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.800 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.800 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.800 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-24 15:17:58.800 | ++ functions-common:get_field:816 : field='$2' 2022-08-24 15:17:58.800 | ++ functions-common:get_field:818 : echo '| b0a504fa524a4596bce0afb433ae9327 | 00d3950dbb084a25ba04190f77fe970b | | be3cd9482fc0471baf08b723b7147f2d | | | False |' 2022-08-24 15:17:58.800 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-24 15:17:58.800 | ++ functions-common:get_field:812 : read data 2022-08-24 15:17:58.800 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:17:58.800 | + functions-common:get_or_add_user_project_role:997 : echo b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:17:58.800 | b0a504fa524a4596bce0afb433ae9327 2022-08-24 15:17:58.800 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.89/placement 2022-08-24 15:17:58.800 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-08-24 15:17:58.800 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-24 15:17:58.800 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2022-08-24 15:17:58.800 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2022-08-24 15:17:58.800 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.800 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.800 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.800 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.800 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.800 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-24 15:17:58.800 | c6f9ab87261a4e25b7f4b0df34665392' 2022-08-24 15:17:58.801 | + functions-common:get_or_create_service:1094 : echo c6f9ab87261a4e25b7f4b0df34665392 2022-08-24 15:17:58.801 | c6f9ab87261a4e25b7f4b0df34665392 2022-08-24 15:17:58.801 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.89/placement 2022-08-24 15:17:58.801 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-24 15:17:58.801 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface placement public http://10.222.0.89/placement RegionOne 2022-08-24 15:17:58.801 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-24 15:17:58.801 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-08-24 15:17:58.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.801 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.801 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.801 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.801 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-24 15:17:58.801 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-24 15:17:58.801 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.222.0.89/placement --region RegionOne -f value -c id 2022-08-24 15:17:58.801 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.801 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.801 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:58.801 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:58.801 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:17:58.801 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=a0ba04d6e67143259f4e36e3128418f9 2022-08-24 15:17:58.801 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo a0ba04d6e67143259f4e36e3128418f9 2022-08-24 15:17:58.801 | + functions-common:get_or_create_endpoint:1127 : public_id=a0ba04d6e67143259f4e36e3128418f9 2022-08-24 15:17:58.801 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-24 15:17:58.801 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-24 15:17:58.801 | + functions-common:get_or_create_endpoint:1136 : echo a0ba04d6e67143259f4e36e3128418f9 2022-08-24 15:17:58.801 | a0ba04d6e67143259f4e36e3128418f9 2022-08-24 15:17:58.848 | [19052 Async init_placement:97561]: finished init_placement with result 0 in 61 seconds 2022-08-24 15:17:58.853 | + inc/async:async_wait:197 : return 0 2022-08-24 15:17:58.856 | + ./stack.sh:main:1204 : async_wait init_glance 2022-08-24 15:17:58.913 | [19052 Async init_glance:93456]: Waiting for completion of init_glance running on PID 93456 (4 other jobs running) 2022-08-24 15:17:58.940 | [19052 Async init_glance:93456]: Signaling child to exit 2022-08-24 15:17:58.940 | WAKEUP 2022-08-24 15:17:58.963 | [19052 Async init_glance:93456]: Signaled 2022-08-24 15:17:58.965 | + lib/glance:init_glance:481 : rm -rf /opt/stack/data/glance/images 2022-08-24 15:17:58.966 | + lib/glance:init_glance:482 : mkdir -p /opt/stack/data/glance/images 2022-08-24 15:17:58.966 | + lib/glance:init_glance:485 : recreate_database glance 2022-08-24 15:17:58.966 | + lib/database:recreate_database:112 : local db=glance 2022-08-24 15:17:58.966 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2022-08-24 15:17:58.966 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2022-08-24 15:17:58.966 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-08-24 15:17:58.966 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:58.966 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-08-24 15:17:58.966 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:58.966 | + lib/glance:init_glance:487 : time_start dbsync 2022-08-24 15:17:58.966 | + functions-common:time_start:2425 : local name=dbsync 2022-08-24 15:17:58.966 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:17:58.966 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:17:58.966 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:17:58.966 | + functions-common:time_start:2430 : _TIME_START[$name]=1661353959007 2022-08-24 15:17:58.966 | + lib/glance:init_glance:489 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-08-24 15:17:58.966 | INFO dbcounter [-] Registered counter for database glance 2022-08-24 15:17:58.966 | 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=93581) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:17:58.966 | DEBUG dbcounter [-] [93581] Writer thread running {{(pid=93581) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:17:58.966 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:17:58.966 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:17:58.966 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:17:58.966 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:17:58.966 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.966 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.966 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2022-08-24 15:17:58.966 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-08-24 15:17:58.967 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-08-24 15:17:58.967 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2022-08-24 15:17:58.967 | Database migration is up to date. No migration needed. 2022-08-24 15:17:58.968 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2022-08-24 15:17:58.968 | Database is synced successfully. 2022-08-24 15:17:58.968 | + lib/glance:init_glance:492 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-08-24 15:17:58.968 | INFO dbcounter [-] Registered counter for database glance 2022-08-24 15:17:58.968 | 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=93806) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:17:58.968 | DEBUG dbcounter [-] [93806] Writer thread running {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2022-08-24 15:17:58.968 | DEBUG dbcounter [-] [93806] Writing DB stats glance:SELECT=74,glance:SHOW=6,glance:select=4,glance:INSERT=16 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2022-08-24 15:17:58.968 | DEBUG dbcounter [-] [93806] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2022-08-24 15:17:58.968 | DEBUG dbcounter [-] [93806] Writing DB stats glance:SELECT=81,glance:INSERT=19 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2022-08-24 15:17:58.968 | DEBUG dbcounter [-] [93806] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2022-08-24 15:17:58.968 | DEBUG dbcounter [-] [93806] Writing DB stats glance:INSERT=20,glance:SELECT=80 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2022-08-24 15:17:58.968 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2022-08-24 15:17:58.969 | DEBUG dbcounter [-] [93806] Writing DB stats glance:INSERT=23,glance:SELECT=77 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2022-08-24 15:17:58.969 | DEBUG dbcounter [-] [93806] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2022-08-24 15:17:58.969 | DEBUG dbcounter [-] [93806] Writing DB stats glance:INSERT=20,glance:SELECT=80 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2022-08-24 15:17:58.969 | DEBUG dbcounter [-] [93806] Writing DB stats glance:SELECT=78,glance:INSERT=22 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2022-08-24 15:17:58.969 | DEBUG dbcounter [-] [93806] Writing DB stats glance:INSERT=23,glance:SELECT=77 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2022-08-24 15:17:58.969 | DEBUG dbcounter [-] [93806] Writing DB stats glance:INSERT=23,glance:SELECT=77 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2022-08-24 15:17:58.969 | DEBUG dbcounter [-] [93806] Writing DB stats glance:SELECT=79,glance:INSERT=21 {{(pid=93806) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2022-08-24 15:17:58.969 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2022-08-24 15:17:58.969 | + lib/glance:init_glance:493 : time_stop dbsync 2022-08-24 15:17:58.969 | + functions-common:time_stop:2439 : local name 2022-08-24 15:17:58.969 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:17:58.969 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:17:58.969 | + functions-common:time_stop:2442 : local total 2022-08-24 15:17:58.969 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:17:58.969 | + functions-common:time_stop:2445 : name=dbsync 2022-08-24 15:17:58.969 | + functions-common:time_stop:2446 : start_time=1661353959007 2022-08-24 15:17:58.969 | + functions-common:time_stop:2448 : [[ -z 1661353959007 ]] 2022-08-24 15:17:58.969 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:17:58.969 | + functions-common:time_stop:2451 : end_time=1661354021520 2022-08-24 15:17:58.970 | + functions-common:time_stop:2452 : elapsed_time=62513 2022-08-24 15:17:58.970 | + functions-common:time_stop:2453 : total=35729 2022-08-24 15:17:58.970 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:17:58.970 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=98242 2022-08-24 15:17:59.015 | [19052 Async init_glance:93456]: finished init_glance with result 0 in 62 seconds 2022-08-24 15:17:59.019 | + inc/async:async_wait:197 : return 0 2022-08-24 15:17:59.023 | + ./stack.sh:main:1205 : async_wait init_swift 2022-08-24 15:17:59.083 | [19052 Async init_swift:97326]: Waiting for completion of init_swift running on PID 97326 (3 other jobs running) 2022-08-24 15:17:59.113 | [19052 Async init_swift:97326]: Signaling child to exit 2022-08-24 15:17:59.113 | WAKEUP 2022-08-24 15:17:59.137 | [19052 Async init_swift:97326]: Signaled 2022-08-24 15:17:59.139 | + lib/swift:init_swift:673 : local node_number 2022-08-24 15:17:59.139 | + lib/swift:init_swift:675 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-08-24 15:17:59.139 | No account-server running 2022-08-24 15:17:59.139 | No container-reconciler running 2022-08-24 15:17:59.139 | No container-sharder running 2022-08-24 15:17:59.139 | No object-replicator running 2022-08-24 15:17:59.139 | No object-server running 2022-08-24 15:17:59.139 | No container-replicator running 2022-08-24 15:17:59.139 | No container-sync running 2022-08-24 15:17:59.139 | No container-server running 2022-08-24 15:17:59.139 | No container-auditor running 2022-08-24 15:17:59.139 | No account-auditor running 2022-08-24 15:17:59.139 | No object-updater running 2022-08-24 15:17:59.139 | No account-reaper running 2022-08-24 15:17:59.139 | No object-expirer running 2022-08-24 15:17:59.139 | No container-updater running 2022-08-24 15:17:59.139 | No proxy-server running 2022-08-24 15:17:59.139 | No object-reconstructor running 2022-08-24 15:17:59.139 | No account-replicator running 2022-08-24 15:17:59.139 | No object-auditor running 2022-08-24 15:17:59.139 | + lib/swift:init_swift:675 : true 2022-08-24 15:17:59.139 | + lib/swift:init_swift:678 : create_swift_disk 2022-08-24 15:17:59.139 | + lib/swift:create_swift_disk:570 : local node_number 2022-08-24 15:17:59.139 | + lib/swift:create_swift_disk:575 : local user_group 2022-08-24 15:17:59.139 | ++ lib/swift:create_swift_disk:576 : id -g ubuntu 2022-08-24 15:17:59.139 | + lib/swift:create_swift_disk:576 : user_group=1000 2022-08-24 15:17:59.140 | + lib/swift:create_swift_disk:577 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2022-08-24 15:17:59.140 | + lib/swift:create_swift_disk:580 : create_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 6G 2022-08-24 15:17:59.140 | + functions:create_disk:732 : local node_number 2022-08-24 15:17:59.140 | + functions:create_disk:733 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:create_disk:734 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-08-24 15:17:59.140 | + functions:create_disk:735 : local loopback_disk_size=6G 2022-08-24 15:17:59.140 | + functions:create_disk:736 : local key 2022-08-24 15:17:59.140 | ++ functions:create_disk:738 : echo /opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | ++ functions:create_disk:738 : sed s#/.## 2022-08-24 15:17:59.140 | + functions:create_disk:738 : key=pt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:create_disk:739 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:create_disk:741 : destroy_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-08-24 15:17:59.140 | + functions:destroy_disk:763 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:destroy_disk:764 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-08-24 15:17:59.140 | + functions:destroy_disk:765 : local key 2022-08-24 15:17:59.140 | ++ functions:destroy_disk:767 : sed s#/.## 2022-08-24 15:17:59.140 | ++ functions:destroy_disk:767 : echo /opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:destroy_disk:767 : key=pt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:destroy_disk:768 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:destroy_disk:771 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-08-24 15:17:59.140 | + functions:destroy_disk:776 : sudo sed -i '/.*comment=$key.*/ d' /etc/fstab 2022-08-24 15:17:59.140 | + functions:destroy_disk:779 : sudo rm -f /opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | ++ functions:create_disk:745 : dirname /opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:create_disk:745 : sudo mkdir -p /opt/stack/data/swift/drives/images 2022-08-24 15:17:59.140 | + functions:create_disk:746 : sudo truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | + functions:create_disk:753 : sudo mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-08-24 15:17:59.140 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-08-24 15:17:59.140 | = sectsz=512 attr=2, projid32bit=1 2022-08-24 15:17:59.140 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-08-24 15:17:59.140 | = reflink=1 2022-08-24 15:17:59.140 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-08-24 15:17:59.140 | = sunit=0 swidth=0 blks 2022-08-24 15:17:59.140 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-08-24 15:17:59.141 | log =internal log bsize=4096 blocks=2560, version=2 2022-08-24 15:17:59.141 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-08-24 15:17:59.141 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-08-24 15:17:59.141 | + functions:create_disk:756 : echo '/opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-pt/stack/data/swift/drives/images/swift.img 0 0' 2022-08-24 15:17:59.141 | + functions:create_disk:756 : sudo tee -a /etc/fstab 2022-08-24 15:17:59.141 | /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-pt/stack/data/swift/drives/images/swift.img 0 0 2022-08-24 15:17:59.141 | + functions:create_disk:757 : sudo mkdir -p /opt/stack/data/swift/drives/sdb1 2022-08-24 15:17:59.141 | + functions:create_disk:758 : sudo mount -v /opt/stack/data/swift/drives/sdb1 2022-08-24 15:17:59.141 | mount: /dev/loop3 mounted on /opt/stack/data/swift/drives/sdb1. 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:584 : local node_number 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:585 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:587 : local node_devices=/opt/stack/data/swift/1 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:588 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:589 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:590 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:591 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-08-24 15:17:59.141 | + lib/swift:create_swift_disk:592 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-08-24 15:17:59.141 | + lib/swift:init_swift:682 : pushd /etc/swift 2022-08-24 15:17:59.141 | + lib/swift:init_swift:684 : rm -f '*.builder' '*.ring.gz' 'backups/*.builder' 'backups/*.ring.gz' 2022-08-24 15:17:59.141 | + lib/swift:init_swift:686 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-08-24 15:17:59.141 | + lib/swift:init_swift:687 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-08-24 15:17:59.141 | + lib/swift:init_swift:688 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-08-24 15:17:59.141 | + lib/swift:init_swift:694 : [[ -n '' ]] 2022-08-24 15:17:59.141 | + lib/swift:init_swift:707 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-08-24 15:17:59.141 | + lib/swift:init_swift:708 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-08-24 15:17:59.141 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-08-24 15:17:59.141 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-08-24 15:17:59.141 | + lib/swift:init_swift:709 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-08-24 15:17:59.141 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-08-24 15:17:59.141 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-08-24 15:17:59.141 | + lib/swift:init_swift:710 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-08-24 15:17:59.141 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-08-24 15:17:59.141 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-08-24 15:17:59.142 | + lib/swift:init_swift:716 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-08-24 15:17:59.142 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-08-24 15:17:59.142 | + lib/swift:init_swift:717 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-08-24 15:17:59.142 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-08-24 15:17:59.142 | + lib/swift:init_swift:718 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-08-24 15:17:59.142 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-08-24 15:17:59.142 | + lib/swift:init_swift:719 : popd 2022-08-24 15:17:59.185 | [19052 Async init_swift:97326]: finished init_swift with result 0 in 11 seconds 2022-08-24 15:17:59.189 | + inc/async:async_wait:197 : return 0 2022-08-24 15:17:59.192 | + ./stack.sh:main:1206 : async_wait init_cinder 2022-08-24 15:17:59.246 | [19052 Async init_cinder:97430]: Waiting for completion of init_cinder running on PID 97430 (2 other jobs running) 2022-08-24 15:17:59.272 | [19052 Async init_cinder:97430]: Signaling child to exit 2022-08-24 15:17:59.273 | WAKEUP 2022-08-24 15:17:59.298 | [19052 Async init_cinder:97430]: Signaled 2022-08-24 15:17:59.299 | + lib/cinder:init_cinder:442 : is_service_enabled mysql postgresql 2022-08-24 15:17:59.299 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:17:59.299 | + lib/cinder:init_cinder:444 : recreate_database cinder 2022-08-24 15:17:59.299 | + lib/database:recreate_database:112 : local db=cinder 2022-08-24 15:17:59.300 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2022-08-24 15:17:59.300 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2022-08-24 15:17:59.300 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-08-24 15:17:59.300 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:59.300 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-08-24 15:17:59.300 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:59.300 | + lib/cinder:init_cinder:446 : time_start dbsync 2022-08-24 15:17:59.300 | + functions-common:time_start:2425 : local name=dbsync 2022-08-24 15:17:59.300 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:17:59.300 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:17:59.300 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:17:59.300 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354009660 2022-08-24 15:17:59.300 | + lib/cinder:init_cinder:448 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-08-24 15:17:59.300 | INFO dbcounter [-] Registered counter for database cinder 2022-08-24 15:17:59.300 | 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=97663) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:17:59.300 | DEBUG dbcounter [-] [97663] Writer thread running {{(pid=97663) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-24 15:17:59.301 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=97663) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-24 15:17:59.301 | INFO cinder.db.migration [-] Applying migration(s) 2022-08-24 15:17:59.301 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:17:59.301 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:17:59.301 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-08-24 15:17:59.301 | DEBUG dbcounter [-] [97663] Writing DB stats cinder:SELECT=6,cinder:SHOW=1,cinder:CREATE=55 {{(pid=97663) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:17:59.301 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=97663) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-24 15:17:59.301 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2022-08-24 15:17:59.301 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=97663) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-24 15:17:59.301 | INFO cinder.db.migration [-] Migration(s) applied 2022-08-24 15:17:59.301 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:59.301 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:59.301 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:17:59.301 | from cryptography.utils import int_from_bytes 2022-08-24 15:17:59.301 | + lib/cinder:init_cinder:449 : time_stop dbsync 2022-08-24 15:17:59.301 | + functions-common:time_stop:2439 : local name 2022-08-24 15:17:59.301 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:17:59.301 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:17:59.301 | + functions-common:time_stop:2442 : local total 2022-08-24 15:17:59.302 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:17:59.302 | + functions-common:time_stop:2445 : name=dbsync 2022-08-24 15:17:59.302 | + functions-common:time_stop:2446 : start_time=1661354009660 2022-08-24 15:17:59.302 | + functions-common:time_stop:2448 : [[ -z 1661354009660 ]] 2022-08-24 15:17:59.302 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:17:59.302 | + functions-common:time_stop:2451 : end_time=1661354060929 2022-08-24 15:17:59.302 | + functions-common:time_stop:2452 : elapsed_time=51269 2022-08-24 15:17:59.302 | + functions-common:time_stop:2453 : total=35729 2022-08-24 15:17:59.302 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:17:59.302 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=86998 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:452 : is_service_enabled c-vol 2022-08-24 15:17:59.302 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:452 : [[ -n lvm:lvmdriver-1 ]] 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:453 : local be be_name be_type 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:454 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:455 : be_type=lvm 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:456 : be_name=lvmdriver-1 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:457 : type init_cinder_backend_lvm 2022-08-24 15:17:59.302 | + lib/cinder:init_cinder:458 : init_cinder_backend_lvm lvmdriver-1 2022-08-24 15:17:59.302 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-08-24 15:17:59.302 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-08-24 15:17:59.302 | + lib/lvm:init_lvm_volume_group:129 : local vg=stack-volumes-lvmdriver-1 2022-08-24 15:17:59.302 | + lib/lvm:init_lvm_volume_group:130 : local size=50000M 2022-08-24 15:17:59.302 | + lib/lvm:init_lvm_volume_group:133 : is_fedora 2022-08-24 15:17:59.302 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-24 15:17:59.302 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-24 15:17:59.302 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-24 15:17:59.303 | + lib/lvm:init_lvm_volume_group:133 : is_suse 2022-08-24 15:17:59.303 | + functions-common:is_suse:536 : is_opensuse 2022-08-24 15:17:59.303 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-24 15:17:59.303 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-24 15:17:59.303 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-24 15:17:59.303 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-24 15:17:59.303 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-24 15:17:59.303 | + lib/lvm:init_lvm_volume_group:138 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:88 : local vg=stack-volumes-lvmdriver-1 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:89 : local size=50000M 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:91 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:92 : sudo vgs stack-volumes-lvmdriver-1 2022-08-24 15:17:59.303 | Volume group "stack-volumes-lvmdriver-1" not found 2022-08-24 15:17:59.303 | Cannot process volume group stack-volumes-lvmdriver-1 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:94 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:94 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:96 : local directio= 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:98 : losetup -h 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:98 : grep -q direct-io 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:99 : directio=--direct-io=on 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:103 : [[ ! -e /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service ]] 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:104 : sed -e ' 2022-08-24 15:17:59.303 | s|%DIRECTIO%|--direct-io=on|g; 2022-08-24 15:17:59.303 | s|%BACKING_FILE%|/opt/stack/data/stack-volumes-lvmdriver-1-backing-file|g; 2022-08-24 15:17:59.303 | ' /home/ubuntu/devstack/files/lvm-backing-file.template 2022-08-24 15:17:59.303 | + lib/lvm:_create_lvm_volume_group:107 : sudo tee /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service 2022-08-24 15:17:59.303 | [Unit] 2022-08-24 15:17:59.303 | Description=Activate LVM backing file /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-08-24 15:17:59.303 | DefaultDependencies=no 2022-08-24 15:17:59.303 | After=systemd-udev-settle.service 2022-08-24 15:17:59.303 | Before=lvm2-activation-early.service 2022-08-24 15:17:59.303 | Wants=systemd-udev-settle.service 2022-08-24 15:17:59.303 | 2022-08-24 15:17:59.303 | [Service] 2022-08-24 15:17:59.304 | ExecStart=/sbin/losetup --find --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-08-24 15:17:59.304 | ExecStop=/bin/sh -c '/sbin/losetup -d $$(/sbin/losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n)' 2022-08-24 15:17:59.304 | RemainAfterExit=yes 2022-08-24 15:17:59.304 | Type=oneshot 2022-08-24 15:17:59.304 | 2022-08-24 15:17:59.304 | [Install] 2022-08-24 15:17:59.304 | WantedBy=local-fs.target 2022-08-24 15:17:59.304 | Also=systemd-udev-settle.service 2022-08-24 15:17:59.304 | + lib/lvm:_create_lvm_volume_group:110 : sudo systemctl daemon-reload 2022-08-24 15:17:59.304 | + lib/lvm:_create_lvm_volume_group:111 : sudo systemctl enable --now stack-volumes-lvmdriver-1-backing-file.service 2022-08-24 15:17:59.304 | Created symlink /etc/systemd/system/local-fs.target.wants/stack-volumes-lvmdriver-1-backing-file.service → /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service. 2022-08-24 15:17:59.304 | + lib/lvm:_create_lvm_volume_group:114 : local vg_dev 2022-08-24 15:17:59.304 | ++ lib/lvm:_create_lvm_volume_group:115 : sudo losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n 2022-08-24 15:17:59.304 | + lib/lvm:_create_lvm_volume_group:115 : vg_dev=/dev/loop4 2022-08-24 15:17:59.304 | + lib/lvm:_create_lvm_volume_group:118 : sudo vgs stack-volumes-lvmdriver-1 2022-08-24 15:17:59.304 | Volume group "stack-volumes-lvmdriver-1" not found 2022-08-24 15:17:59.304 | Cannot process volume group stack-volumes-lvmdriver-1 2022-08-24 15:17:59.304 | + lib/lvm:_create_lvm_volume_group:119 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop4 2022-08-24 15:17:59.304 | Physical volume "/dev/loop4" successfully created. 2022-08-24 15:17:59.304 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-08-24 15:17:59.304 | + lib/lvm:init_lvm_volume_group:141 : '[' lioadm = lioadm ']' 2022-08-24 15:17:59.304 | + lib/lvm:init_lvm_volume_group:142 : sudo cinder-rtstool get-targets 2022-08-24 15:17:59.304 | + lib/lvm:init_lvm_volume_group:142 : sudo xargs -rn 1 cinder-rtstool delete 2022-08-24 15:17:59.304 | + lib/lvm:init_lvm_volume_group:146 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-08-24 15:17:59.304 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-08-24 15:17:59.304 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-08-24 15:17:59.304 | + lib/cinder:init_cinder:463 : is_service_enabled c-bak 2022-08-24 15:17:59.304 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:17:59.304 | + lib/cinder:init_cinder:463 : [[ -n swift ]] 2022-08-24 15:17:59.304 | + lib/cinder:init_cinder:464 : type init_cinder_backup_swift 2022-08-24 15:17:59.304 | + lib/cinder:init_cinder:469 : mkdir -p /opt/stack/data/cinder/volumes 2022-08-24 15:17:59.347 | [19052 Async init_cinder:97430]: finished init_cinder with result 0 in 53 seconds 2022-08-24 15:17:59.351 | + inc/async:async_wait:197 : return 0 2022-08-24 15:17:59.354 | + ./stack.sh:main:1211 : is_service_enabled nova 2022-08-24 15:17:59.373 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:17:59.376 | + ./stack.sh:main:1212 : echo_summary 'Configuring Nova' 2022-08-24 15:17:59.378 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:17:59.381 | + ./stack.sh:echo_summary:441 : echo -e Configuring Nova 2022-08-24 15:17:59.383 | + ./stack.sh:main:1213 : init_nova 2022-08-24 15:17:59.387 | + lib/nova:init_nova:825 : is_service_enabled mysql postgresql 2022-08-24 15:17:59.404 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:17:59.406 | + lib/nova:init_nova:825 : is_service_enabled n-api 2022-08-24 15:17:59.423 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:17:59.426 | + lib/nova:init_nova:827 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:17:59.429 | + lib/nova:init_nova:835 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-08-24 15:17:59.497 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-08-24 15:17:59.542 | [19052 Async nova-cell-0:100188]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-08-24 15:17:59.546 | ++ lib/nova:init_nova:838 : seq 1 1 2022-08-24 15:17:59.550 | + lib/nova:init_nova:838 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:17:59.553 | ++ lib/nova:init_nova:839 : conductor_conf 1 2022-08-24 15:17:59.556 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-24 15:17:59.559 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-24 15:17:59.563 | + lib/nova:init_nova:839 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-08-24 15:17:59.641 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-08-24 15:17:59.689 | [19052 Async nova-cell-1:100292]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-08-24 15:17:59.692 | + lib/nova:init_nova:842 : recreate_database nova_api 2022-08-24 15:17:59.694 | + lib/database:recreate_database:112 : local db=nova_api 2022-08-24 15:17:59.697 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2022-08-24 15:17:59.700 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2022-08-24 15:17:59.703 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-08-24 15:17:59.708 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:59.754 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-08-24 15:17:59.758 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:17:59.877 | + lib/nova:init_nova:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-08-24 15:18:00.484 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:18:04.203 | INFO dbcounter [-] Registered counter for database nova_api 2022-08-24 15:18:04.229 | DEBUG dbcounter [-] [100362] Writer thread running {{(pid=100362) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:18:04.231 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-24 15:18:04.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.232 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.232 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.233 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.233 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.234 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.234 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.235 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.235 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.236 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.236 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.237 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.237 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.238 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.238 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.239 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.239 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.240 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.240 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.241 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.241 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.242 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.242 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:18:04.243 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:18:04.243 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-24 15:18:04.243 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=100362) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-24 15:18:04.277 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:18:04.278 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:18:04.911 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2022-08-24 15:18:34.748 | DEBUG dbcounter [-] [100362] Writing DB stats nova_api:SELECT=6,nova_api:SHOW=1,nova_api:CREATE=48 {{(pid=100362) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:18:49.112 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=100362) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-24 15:18:49.115 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2022-08-24 15:18:58.602 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=100362) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-24 15:18:58.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:18:58.693 | from cryptography.utils import int_from_bytes 2022-08-24 15:18:58.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:18:58.694 | from cryptography.utils import int_from_bytes 2022-08-24 15:18:59.114 | ++ lib/nova:init_nova:847 : database_connection_url nova_cell0 2022-08-24 15:18:59.117 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-08-24 15:18:59.120 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-08-24 15:18:59.122 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-08-24 15:18:59.125 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-24 15:18:59.128 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-24 15:18:59.131 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-24 15:18:59.148 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:18:59.151 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-24 15:18:59.153 | ++ 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-24 15:18:59.157 | + lib/nova:init_nova:847 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-24 15:18:59.752 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:19:02.614 | INFO dbcounter [None req-8431aa08-c2bc-4ee0-ae85-ade54c20df8a None None] Registered counter for database nova_api 2022-08-24 15:19:02.640 | DEBUG dbcounter [-] [100888] Writer thread running {{(pid=100888) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:19:02.776 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:19:02.776 | from cryptography.utils import int_from_bytes 2022-08-24 15:19:02.776 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:19:02.776 | from cryptography.utils import int_from_bytes 2022-08-24 15:19:03.194 | ++ lib/nova:init_nova:850 : seq 0 1 2022-08-24 15:19:03.199 | + lib/nova:init_nova:850 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-08-24 15:19:03.205 | + lib/nova:init_nova:851 : async_wait nova-cell-0 2022-08-24 15:19:03.257 | [19052 Async nova-cell-0:100188]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 100188 (3 other jobs running) 2022-08-24 15:19:03.283 | [19052 Async nova-cell-0:100188]: Signaling child to exit 2022-08-24 15:20:16.695 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:20:16.722 | [100292 Async nova-cell-1:100292]: finished successfully 2022-08-24 15:20:18.331 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:20:18.360 | [100188 Async nova-cell-0:100188]: finished successfully 2022-08-24 15:20:18.383 | WAKEUP 2022-08-24 15:20:18.406 | [19052 Async nova-cell-0:100188]: Signaled 2022-08-24 15:20:18.408 | + lib/nova:init_nova_db:815 : local dbname=nova_cell0 2022-08-24 15:20:18.408 | + lib/nova:init_nova_db:816 : local conffile=/etc/nova/nova.conf 2022-08-24 15:20:18.408 | + lib/nova:init_nova_db:817 : recreate_database nova_cell0 2022-08-24 15:20:18.408 | + lib/database:recreate_database:112 : local db=nova_cell0 2022-08-24 15:20:18.408 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2022-08-24 15:20:18.408 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2022-08-24 15:20:18.408 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2022-08-24 15:20:18.408 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:20:18.408 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2022-08-24 15:20:18.408 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:20:18.408 | + lib/nova:init_nova_db:818 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2022-08-24 15:20:18.408 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:20:18.408 | INFO dbcounter [-] Registered counter for database nova_cell0 2022-08-24 15:20:18.408 | DEBUG dbcounter [-] [100330] Writer thread running {{(pid=100330) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:20:18.408 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-24 15:20:18.408 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.409 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-24 15:20:18.410 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=100330) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-24 15:20:18.410 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:20:18.410 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:20:18.410 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-08-24 15:20:18.410 | DEBUG dbcounter [-] [100330] Writing DB stats nova_cell0:SELECT=6,nova_cell0:SHOW=1,nova_cell0:CREATE=48 {{(pid=100330) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.410 | DEBUG dbcounter [-] [100330] Writing DB stats nova_cell0:CREATE=45 {{(pid=100330) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.410 | DEBUG dbcounter [-] [100330] Writing DB stats nova_cell0:CREATE=56 {{(pid=100330) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.410 | DEBUG dbcounter [-] [100330] Writing DB stats nova_cell0:CREATE=17,nova_cell0:ALTER=2,nova_cell0:SHOW=59,nova_cell0:select=22 {{(pid=100330) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.410 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=100330) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-24 15:20:18.410 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-08-24 15:20:18.410 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=100330) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-24 15:20:18.411 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2022-08-24 15:20:18.411 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=100330) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-24 15:20:18.411 | DEBUG dbcounter [-] [100330] Writing DB stats nova_cell0:CREATE=45,nova_cell0:ALTER=11,nova_cell0:INSERT=1,nova_cell0:DROP=2,nova_cell0:UPDATE=2 {{(pid=100330) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.411 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:18.411 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:18.411 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:18.411 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:18.455 | [19052 Async nova-cell-0:100188]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 138 seconds 2022-08-24 15:20:18.459 | + inc/async:async_wait:197 : return 0 2022-08-24 15:20:18.463 | + lib/nova:init_nova:850 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-08-24 15:20:18.465 | + lib/nova:init_nova:851 : async_wait nova-cell-1 2022-08-24 15:20:18.517 | [19052 Async nova-cell-1:100292]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 100292 (2 other jobs running) 2022-08-24 15:20:18.543 | [19052 Async nova-cell-1:100292]: Signaling child to exit 2022-08-24 15:20:18.543 | WAKEUP 2022-08-24 15:20:18.566 | [19052 Async nova-cell-1:100292]: Signaled 2022-08-24 15:20:18.568 | + lib/nova:init_nova_db:815 : local dbname=nova_cell1 2022-08-24 15:20:18.568 | + lib/nova:init_nova_db:816 : local conffile=/etc/nova/nova_cell1.conf 2022-08-24 15:20:18.568 | + lib/nova:init_nova_db:817 : recreate_database nova_cell1 2022-08-24 15:20:18.568 | + lib/database:recreate_database:112 : local db=nova_cell1 2022-08-24 15:20:18.568 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2022-08-24 15:20:18.568 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2022-08-24 15:20:18.568 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2022-08-24 15:20:18.568 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:20:18.568 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2022-08-24 15:20:18.568 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-24 15:20:18.568 | + lib/nova:init_nova_db:818 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2022-08-24 15:20:18.568 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:20:18.568 | INFO dbcounter [-] Registered counter for database nova_cell1 2022-08-24 15:20:18.568 | DEBUG dbcounter [-] [100359] Writer thread running {{(pid=100359) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.568 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.569 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.570 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-24 15:20:18.570 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-24 15:20:18.570 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-24 15:20:18.570 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=100359) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-24 15:20:18.570 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-24 15:20:18.570 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-24 15:20:18.570 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-08-24 15:20:18.570 | DEBUG dbcounter [-] [100359] Writing DB stats nova_cell1:SELECT=6,nova_cell1:SHOW=1,nova_cell1:CREATE=49 {{(pid=100359) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.570 | DEBUG dbcounter [-] [100359] Writing DB stats nova_cell1:CREATE=47 {{(pid=100359) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.570 | DEBUG dbcounter [-] [100359] Writing DB stats nova_cell1:CREATE=56 {{(pid=100359) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.570 | DEBUG dbcounter [-] [100359] Writing DB stats nova_cell1:CREATE=17,nova_cell1:ALTER=2,nova_cell1:SHOW=59,nova_cell1:select=22 {{(pid=100359) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:20:18.570 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=100359) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-24 15:20:18.570 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-08-24 15:20:18.570 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=100359) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-24 15:20:18.571 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2022-08-24 15:20:18.571 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=100359) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-24 15:20:18.571 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:18.571 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:18.571 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:18.571 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:18.616 | [19052 Async nova-cell-1:100292]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 137 seconds 2022-08-24 15:20:18.620 | + inc/async:async_wait:197 : return 0 2022-08-24 15:20:18.623 | + lib/nova:init_nova:854 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:20:18.626 | + lib/nova:init_nova:861 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2022-08-24 15:20:19.220 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:20:22.006 | Running batches of 50 until complete 2022-08-24 15:20:22.006 | INFO dbcounter [None req-4fa0b88f-86b2-4aef-a329-9f2df3fee5ca None None] Registered counter for database nova_cell0 2022-08-24 15:20:22.031 | DEBUG dbcounter [-] [101505] Writer thread running {{(pid=101505) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:20:22.162 | INFO dbcounter [None req-4fa0b88f-86b2-4aef-a329-9f2df3fee5ca None None] Registered counter for database nova_api 2022-08-24 15:20:22.173 | DEBUG dbcounter [-] [101505] Writer thread running {{(pid=101505) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:20:22.297 | INFO dbcounter [None req-4fa0b88f-86b2-4aef-a329-9f2df3fee5ca None None] Registered counter for database nova_cell0 2022-08-24 15:20:22.329 | DEBUG dbcounter [-] [101505] Writer thread running {{(pid=101505) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:20:22.408 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:22.408 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:22.408 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:22.408 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:22.408 | +-------------------------------------+--------------+-----------+ 2022-08-24 15:20:22.408 | | Migration | Total Needed | Completed | 2022-08-24 15:20:22.408 | +-------------------------------------+--------------+-----------+ 2022-08-24 15:20:22.408 | | fill_virtual_interface_list | 0 | 0 | 2022-08-24 15:20:22.408 | | migrate_empty_ratio | 0 | 0 | 2022-08-24 15:20:22.408 | | migrate_quota_classes_to_api_db | 0 | 0 | 2022-08-24 15:20:22.408 | | migrate_quota_limits_to_api_db | 0 | 0 | 2022-08-24 15:20:22.408 | | migration_migrate_to_uuid | 0 | 0 | 2022-08-24 15:20:22.408 | | populate_dev_uuids | 0 | 0 | 2022-08-24 15:20:22.408 | | populate_missing_availability_zones | 0 | 0 | 2022-08-24 15:20:22.408 | | populate_queued_for_delete | 0 | 0 | 2022-08-24 15:20:22.408 | | populate_user_id | 0 | 0 | 2022-08-24 15:20:22.408 | | populate_uuids | 0 | 0 | 2022-08-24 15:20:22.408 | +-------------------------------------+--------------+-----------+ 2022-08-24 15:20:22.869 | ++ lib/nova:init_nova:864 : seq 1 1 2022-08-24 15:20:22.873 | + lib/nova:init_nova:864 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:20:22.876 | ++ lib/nova:init_nova:865 : conductor_conf 1 2022-08-24 15:20:22.880 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-24 15:20:22.882 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-24 15:20:22.885 | + lib/nova:init_nova:865 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2022-08-24 15:20:23.464 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:20:26.264 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2022-08-24 15:20:26.264 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2022-08-24 15:20:26.264 | INFO dbcounter [None req-d1441549-aa91-484c-8331-d61d1f26d80a None None] Registered counter for database nova_api 2022-08-24 15:20:26.287 | DEBUG dbcounter [-] [101525] Writer thread running {{(pid=101525) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:20:26.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:26.471 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:26.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:20:26.471 | from cryptography.utils import int_from_bytes 2022-08-24 15:20:26.890 | + lib/nova:init_nova:869 : create_nova_keys_dir 2022-08-24 15:20:26.892 | + lib/nova:create_nova_keys_dir:811 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2022-08-24 15:20:26.908 | + lib/nova:init_nova:871 : [[ '' == \L\V\M ]] 2022-08-24 15:20:26.911 | + ./stack.sh:main:1218 : is_service_enabled neutron 2022-08-24 15:20:26.930 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:26.933 | + ./stack.sh:main:1219 : async_runfunc configure_neutron_nova 2022-08-24 15:20:26.936 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2022-08-24 15:20:27.030 | + inc/async:async_inner:63 : configure_neutron_nova 2022-08-24 15:20:27.083 | [19052 Async configure_neutron_nova:101599]: running: configure_neutron_nova 2022-08-24 15:20:27.087 | + ./stack.sh:main:1228 : run_phase stack post-config 2022-08-24 15:20:27.090 | + functions-common:run_phase:1867 : local mode=stack 2022-08-24 15:20:27.093 | + functions-common:run_phase:1868 : local phase=post-config 2022-08-24 15:20:27.096 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-24 15:20:27.098 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-24 15:20:27.103 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-24 15:20:27.104 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-24 15:20:27.106 | + functions-common:run_phase:1877 : local extra 2022-08-24 15:20:27.110 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-24 15:20:27.115 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-24 15:20:27.118 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-24 15:20:27.121 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-24 15:20:27.124 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2022-08-24 15:20:27.127 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-24 15:20:27.146 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:27.149 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:20:27.152 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:20:27.155 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2022-08-24 15:20:27.157 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:20:27.160 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-08-24 15:20:27.163 | ++ extras.d/80-tempest.sh:source:12 : : 2022-08-24 15:20:27.176 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-24 15:20:27.176 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-24 15:20:27.176 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:20:27.176 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-24 15:20:27.177 | + functions-common:run_phase:1894 : run_plugins stack post-config 2022-08-24 15:20:27.181 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-24 15:20:27.183 | + functions-common:run_plugins:1854 : local phase=post-config 2022-08-24 15:20:27.186 | + functions-common:run_plugins:1856 : local plugins= 2022-08-24 15:20:27.189 | + functions-common:run_plugins:1857 : local plugin 2022-08-24 15:20:27.191 | + ./stack.sh:main:1236 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2022-08-24 15:20:27.195 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:27.199 | + inc/meta-config:merge_config_group:171 : shift 2022-08-24 15:20:27.202 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2022-08-24 15:20:27.205 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:20:27.207 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-08-24 15:20:27.211 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-08-24 15:20:27.215 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2022-08-24 15:20:27.218 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:27.221 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2022-08-24 15:20:27.224 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:20:27.227 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2022-08-24 15:20:27.227 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:20:27.227 | gsub("[][]", "", $1); 2022-08-24 15:20:27.227 | split($1, a, "|"); 2022-08-24 15:20:27.227 | if (a[1] == matchgroup) 2022-08-24 15:20:27.227 | print a[2] 2022-08-24 15:20:27.227 | } 2022-08-24 15:20:27.227 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:20:27.235 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-08-24 15:20:27.238 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-08-24 15:20:27.241 | + inc/meta-config:merge_config_group:180 : local dir 2022-08-24 15:20:27.251 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2022-08-24 15:20:27.251 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2022-08-24 15:20:27.252 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2022-08-24 15:20:27.255 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2022-08-24 15:20:27.259 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2022-08-24 15:20:27.264 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2022-08-24 15:20:27.267 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2022-08-24 15:20:27.270 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-08-24 15:20:27.273 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:27.276 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-08-24 15:20:27.279 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2022-08-24 15:20:27.282 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-08-24 15:20:27.286 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2022-08-24 15:20:27.288 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2022-08-24 15:20:27.292 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2022-08-24 15:20:27.296 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2022-08-24 15:20:27.300 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-08-24 15:20:27.301 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2022-08-24 15:20:27.301 | BEGIN { 2022-08-24 15:20:27.301 | section = "" 2022-08-24 15:20:27.301 | last_section = "" 2022-08-24 15:20:27.301 | section_count = 0 2022-08-24 15:20:27.301 | } 2022-08-24 15:20:27.301 | /^\[.+\]/ { 2022-08-24 15:20:27.301 | gsub("[][]", "", $1); 2022-08-24 15:20:27.301 | section=$1 2022-08-24 15:20:27.301 | next 2022-08-24 15:20:27.301 | } 2022-08-24 15:20:27.301 | /^ *\#/ { 2022-08-24 15:20:27.301 | next 2022-08-24 15:20:27.301 | } 2022-08-24 15:20:27.301 | /^[^ \t]+/ { 2022-08-24 15:20:27.301 | # get offset of first = in $0 2022-08-24 15:20:27.301 | eq_idx = index($0, "=") 2022-08-24 15:20:27.301 | # extract attr & value from $0 2022-08-24 15:20:27.301 | attr = substr($0, 1, eq_idx - 1) 2022-08-24 15:20:27.302 | value = substr($0, eq_idx + 1) 2022-08-24 15:20:27.302 | # only need to strip trailing whitespace from attr 2022-08-24 15:20:27.302 | sub(/[ \t]*$/, "", attr) 2022-08-24 15:20:27.302 | # need to strip leading & trailing whitespace from value 2022-08-24 15:20:27.302 | sub(/^[ \t]*/, "", value) 2022-08-24 15:20:27.302 | sub(/[ \t]*$/, "", value) 2022-08-24 15:20:27.302 | 2022-08-24 15:20:27.302 | # cfg_attr_count: number of config lines per [section, attr] 2022-08-24 15:20:27.302 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-08-24 15:20:27.302 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-08-24 15:20:27.302 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-08-24 15:20:27.302 | if (! (section, attr) in cfg_attr_count) { 2022-08-24 15:20:27.302 | if (section != last_section) { 2022-08-24 15:20:27.302 | cfg_section[section_count++] = section 2022-08-24 15:20:27.302 | last_section = section 2022-08-24 15:20:27.302 | } 2022-08-24 15:20:27.302 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-08-24 15:20:27.302 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-08-24 15:20:27.302 | 2022-08-24 15:20:27.302 | cfg_attr[section, attr, 0] = value 2022-08-24 15:20:27.302 | cfg_attr_count[section, attr] = 1 2022-08-24 15:20:27.302 | } else { 2022-08-24 15:20:27.302 | lno = cfg_attr_count[section, attr]++ 2022-08-24 15:20:27.302 | cfg_attr[section, attr, lno] = value 2022-08-24 15:20:27.302 | } 2022-08-24 15:20:27.302 | } 2022-08-24 15:20:27.302 | END { 2022-08-24 15:20:27.302 | # Process each section in order 2022-08-24 15:20:27.302 | for (sno = 0; sno < section_count; sno++) { 2022-08-24 15:20:27.302 | section = cfg_section[sno] 2022-08-24 15:20:27.302 | # The ini routines simply append a config item immediately 2022-08-24 15:20:27.302 | # after the section header. To keep the same order as defined 2022-08-24 15:20:27.302 | # in local.conf, invoke the ini routines in the reverse order 2022-08-24 15:20:27.302 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-08-24 15:20:27.303 | attr = cfg_sec_attr_name[sno, attr_no] 2022-08-24 15:20:27.303 | if (cfg_attr_count[section, attr] == 1) 2022-08-24 15:20:27.303 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-08-24 15:20:27.303 | else { 2022-08-24 15:20:27.303 | # For multiline, invoke the ini routines in the reverse order 2022-08-24 15:20:27.303 | count = cfg_attr_count[section, attr] 2022-08-24 15:20:27.303 | print "inidelete " configfile " " section " " attr 2022-08-24 15:20:27.303 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-08-24 15:20:27.303 | for (l = count -2; l >= 0; l--) 2022-08-24 15:20:27.303 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-08-24 15:20:27.303 | } 2022-08-24 15:20:27.303 | } 2022-08-24 15:20:27.303 | } 2022-08-24 15:20:27.303 | } 2022-08-24 15:20:27.303 | ' 2022-08-24 15:20:27.303 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:27.303 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-08-24 15:20:27.304 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.306 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-08-24 15:20:27.309 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2022-08-24 15:20:27.311 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:20:27.315 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2022-08-24 15:20:27.317 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2022-08-24 15:20:27.317 | BEGIN { group = "" } 2022-08-24 15:20:27.317 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:20:27.317 | gsub("[][]", "", $1); 2022-08-24 15:20:27.317 | split($1, a, "|"); 2022-08-24 15:20:27.317 | if (a[1] == matchgroup && a[2] == configfile) { 2022-08-24 15:20:27.317 | group=a[1] 2022-08-24 15:20:27.317 | } else { 2022-08-24 15:20:27.317 | group="" 2022-08-24 15:20:27.317 | } 2022-08-24 15:20:27.317 | next 2022-08-24 15:20:27.317 | } 2022-08-24 15:20:27.317 | { 2022-08-24 15:20:27.317 | if (group != "") 2022-08-24 15:20:27.317 | print $0 2022-08-24 15:20:27.317 | } 2022-08-24 15:20:27.317 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:20:27.325 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2022-08-24 15:20:27.328 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2022-08-24 15:20:27.371 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.374 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2022-08-24 15:20:27.377 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2022-08-24 15:20:27.416 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.418 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2022-08-24 15:20:27.421 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2022-08-24 15:20:27.463 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.468 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2022-08-24 15:20:27.472 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2022-08-24 15:20:27.511 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.514 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2022-08-24 15:20:27.517 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2022-08-24 15:20:27.553 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.556 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2022-08-24 15:20:27.559 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2022-08-24 15:20:27.598 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.601 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.89/identity"' 2022-08-24 15:20:27.604 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.89/identity 2022-08-24 15:20:27.644 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.647 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2022-08-24 15:20:27.652 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2022-08-24 15:20:27.689 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.692 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2022-08-24 15:20:27.695 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-08-24 15:20:27.734 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.737 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2022-08-24 15:20:27.740 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-08-24 15:20:27.783 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.786 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2022-08-24 15:20:27.789 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2022-08-24 15:20:27.829 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.832 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2022-08-24 15:20:27.835 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-08-24 15:20:27.874 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.876 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2022-08-24 15:20:27.880 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2022-08-24 15:20:27.923 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.927 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-08-24 15:20:27.930 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-08-24 15:20:27.933 | + inc/meta-config:merge_config_group:180 : local dir 2022-08-24 15:20:27.936 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2022-08-24 15:20:27.940 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2022-08-24 15:20:27.944 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2022-08-24 15:20:27.947 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2022-08-24 15:20:27.952 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2022-08-24 15:20:27.958 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2022-08-24 15:20:27.960 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2022-08-24 15:20:27.963 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-08-24 15:20:27.966 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:27.969 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-08-24 15:20:27.972 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2022-08-24 15:20:27.975 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-08-24 15:20:27.979 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2022-08-24 15:20:27.986 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2022-08-24 15:20:27.990 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2022-08-24 15:20:27.994 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2022-08-24 15:20:27.998 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-08-24 15:20:27.998 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:27.998 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2022-08-24 15:20:27.998 | BEGIN { 2022-08-24 15:20:27.998 | section = "" 2022-08-24 15:20:27.998 | last_section = "" 2022-08-24 15:20:27.999 | section_count = 0 2022-08-24 15:20:27.999 | } 2022-08-24 15:20:27.999 | /^\[.+\]/ { 2022-08-24 15:20:27.999 | gsub("[][]", "", $1); 2022-08-24 15:20:27.999 | section=$1 2022-08-24 15:20:27.999 | next 2022-08-24 15:20:27.999 | } 2022-08-24 15:20:27.999 | /^ *\#/ { 2022-08-24 15:20:27.999 | next 2022-08-24 15:20:27.999 | } 2022-08-24 15:20:27.999 | /^[^ \t]+/ { 2022-08-24 15:20:27.999 | # get offset of first = in $0 2022-08-24 15:20:27.999 | eq_idx = index($0, "=") 2022-08-24 15:20:27.999 | # extract attr & value from $0 2022-08-24 15:20:27.999 | attr = substr($0, 1, eq_idx - 1) 2022-08-24 15:20:27.999 | value = substr($0, eq_idx + 1) 2022-08-24 15:20:27.999 | # only need to strip trailing whitespace from attr 2022-08-24 15:20:27.999 | sub(/[ \t]*$/, "", attr) 2022-08-24 15:20:27.999 | # need to strip leading & trailing whitespace from value 2022-08-24 15:20:27.999 | sub(/^[ \t]*/, "", value) 2022-08-24 15:20:27.999 | sub(/[ \t]*$/, "", value) 2022-08-24 15:20:27.999 | 2022-08-24 15:20:27.999 | # cfg_attr_count: number of config lines per [section, attr] 2022-08-24 15:20:27.999 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-08-24 15:20:27.999 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-08-24 15:20:27.999 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-08-24 15:20:27.999 | if (! (section, attr) in cfg_attr_count) { 2022-08-24 15:20:27.999 | if (section != last_section) { 2022-08-24 15:20:27.999 | cfg_section[section_count++] = section 2022-08-24 15:20:27.999 | last_section = section 2022-08-24 15:20:27.999 | } 2022-08-24 15:20:27.999 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-08-24 15:20:27.999 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-08-24 15:20:27.999 | 2022-08-24 15:20:27.999 | cfg_attr[section, attr, 0] = value 2022-08-24 15:20:27.999 | cfg_attr_count[section, attr] = 1 2022-08-24 15:20:28.000 | } else { 2022-08-24 15:20:28.000 | lno = cfg_attr_count[section, attr]++ 2022-08-24 15:20:28.000 | cfg_attr[section, attr, lno] = value 2022-08-24 15:20:28.000 | } 2022-08-24 15:20:28.000 | } 2022-08-24 15:20:28.000 | END { 2022-08-24 15:20:28.000 | # Process each section in order 2022-08-24 15:20:28.000 | for (sno = 0; sno < section_count; sno++) { 2022-08-24 15:20:28.000 | section = cfg_section[sno] 2022-08-24 15:20:28.000 | # The ini routines simply append a config item immediately 2022-08-24 15:20:28.000 | # after the section header. To keep the same order as defined 2022-08-24 15:20:28.000 | # in local.conf, invoke the ini routines in the reverse order 2022-08-24 15:20:28.000 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-08-24 15:20:28.000 | attr = cfg_sec_attr_name[sno, attr_no] 2022-08-24 15:20:28.000 | if (cfg_attr_count[section, attr] == 1) 2022-08-24 15:20:28.000 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-08-24 15:20:28.000 | else { 2022-08-24 15:20:28.000 | # For multiline, invoke the ini routines in the reverse order 2022-08-24 15:20:28.000 | count = cfg_attr_count[section, attr] 2022-08-24 15:20:28.000 | print "inidelete " configfile " " section " " attr 2022-08-24 15:20:28.000 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-08-24 15:20:28.000 | for (l = count -2; l >= 0; l--) 2022-08-24 15:20:28.000 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-08-24 15:20:28.000 | } 2022-08-24 15:20:28.000 | } 2022-08-24 15:20:28.000 | } 2022-08-24 15:20:28.000 | } 2022-08-24 15:20:28.000 | ' 2022-08-24 15:20:28.001 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:28.001 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-08-24 15:20:28.004 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-08-24 15:20:28.007 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2022-08-24 15:20:28.010 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:20:28.013 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2022-08-24 15:20:28.016 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2022-08-24 15:20:28.016 | BEGIN { group = "" } 2022-08-24 15:20:28.016 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:20:28.016 | gsub("[][]", "", $1); 2022-08-24 15:20:28.016 | split($1, a, "|"); 2022-08-24 15:20:28.016 | if (a[1] == matchgroup && a[2] == configfile) { 2022-08-24 15:20:28.016 | group=a[1] 2022-08-24 15:20:28.016 | } else { 2022-08-24 15:20:28.016 | group="" 2022-08-24 15:20:28.016 | } 2022-08-24 15:20:28.016 | next 2022-08-24 15:20:28.017 | } 2022-08-24 15:20:28.017 | { 2022-08-24 15:20:28.017 | if (group != "") 2022-08-24 15:20:28.017 | print $0 2022-08-24 15:20:28.017 | } 2022-08-24 15:20:28.017 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:20:28.023 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2022-08-24 15:20:28.027 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2022-08-24 15:20:28.063 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.067 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2022-08-24 15:20:28.069 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2022-08-24 15:20:28.107 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.110 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2022-08-24 15:20:28.113 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2022-08-24 15:20:28.136 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:20:28.153 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.156 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2022-08-24 15:20:28.158 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2022-08-24 15:20:28.173 | [101599 Async configure_neutron_nova:101599]: finished successfully 2022-08-24 15:20:28.200 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.202 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2022-08-24 15:20:28.205 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2022-08-24 15:20:28.241 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.244 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2022-08-24 15:20:28.247 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2022-08-24 15:20:28.283 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.286 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2022-08-24 15:20:28.288 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2022-08-24 15:20:28.324 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.326 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2022-08-24 15:20:28.329 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2022-08-24 15:20:28.370 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.372 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2022-08-24 15:20:28.375 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2022-08-24 15:20:28.412 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.415 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2022-08-24 15:20:28.417 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2022-08-24 15:20:28.455 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.458 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2022-08-24 15:20:28.461 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2022-08-24 15:20:28.497 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.499 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2022-08-24 15:20:28.502 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2022-08-24 15:20:28.538 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.543 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2022-08-24 15:20:28.546 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2022-08-24 15:20:28.582 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.585 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2022-08-24 15:20:28.588 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2022-08-24 15:20:28.629 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.632 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2022-08-24 15:20:28.635 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2022-08-24 15:20:28.670 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.673 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2022-08-24 15:20:28.676 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2022-08-24 15:20:28.716 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.727 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-08-24 15:20:28.727 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-08-24 15:20:28.727 | + inc/meta-config:merge_config_group:180 : local dir 2022-08-24 15:20:28.728 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2022-08-24 15:20:28.730 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2022-08-24 15:20:28.734 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2022-08-24 15:20:28.737 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2022-08-24 15:20:28.740 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2022-08-24 15:20:28.745 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2022-08-24 15:20:28.748 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2022-08-24 15:20:28.750 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-08-24 15:20:28.761 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:28.761 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-08-24 15:20:28.761 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2022-08-24 15:20:28.764 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-08-24 15:20:28.770 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2022-08-24 15:20:28.774 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2022-08-24 15:20:28.777 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2022-08-24 15:20:28.780 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2022-08-24 15:20:28.785 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.785 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-08-24 15:20:28.788 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2022-08-24 15:20:28.795 | BEGIN { 2022-08-24 15:20:28.795 | section = "" 2022-08-24 15:20:28.795 | last_section = "" 2022-08-24 15:20:28.795 | section_count = 0 2022-08-24 15:20:28.795 | } 2022-08-24 15:20:28.795 | /^\[.+\]/ { 2022-08-24 15:20:28.796 | gsub("[][]", "", $1); 2022-08-24 15:20:28.796 | section=$1 2022-08-24 15:20:28.796 | next 2022-08-24 15:20:28.796 | } 2022-08-24 15:20:28.796 | /^ *\#/ { 2022-08-24 15:20:28.796 | next 2022-08-24 15:20:28.796 | } 2022-08-24 15:20:28.796 | /^[^ \t]+/ { 2022-08-24 15:20:28.796 | # get offset of first = in $0 2022-08-24 15:20:28.796 | eq_idx = index($0, "=") 2022-08-24 15:20:28.796 | # extract attr & value from $0 2022-08-24 15:20:28.796 | attr = substr($0, 1, eq_idx - 1) 2022-08-24 15:20:28.796 | value = substr($0, eq_idx + 1) 2022-08-24 15:20:28.796 | # only need to strip trailing whitespace from attr 2022-08-24 15:20:28.796 | sub(/[ \t]*$/, "", attr) 2022-08-24 15:20:28.796 | # need to strip leading & trailing whitespace from value 2022-08-24 15:20:28.796 | sub(/^[ \t]*/, "", value) 2022-08-24 15:20:28.796 | sub(/[ \t]*$/, "", value) 2022-08-24 15:20:28.796 | 2022-08-24 15:20:28.796 | # cfg_attr_count: number of config lines per [section, attr] 2022-08-24 15:20:28.796 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-08-24 15:20:28.796 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-08-24 15:20:28.796 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-08-24 15:20:28.796 | if (! (section, attr) in cfg_attr_count) { 2022-08-24 15:20:28.796 | if (section != last_section) { 2022-08-24 15:20:28.796 | cfg_section[section_count++] = section 2022-08-24 15:20:28.796 | last_section = section 2022-08-24 15:20:28.796 | } 2022-08-24 15:20:28.796 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-08-24 15:20:28.796 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-08-24 15:20:28.796 | 2022-08-24 15:20:28.797 | cfg_attr[section, attr, 0] = value 2022-08-24 15:20:28.797 | cfg_attr_count[section, attr] = 1 2022-08-24 15:20:28.797 | } else { 2022-08-24 15:20:28.797 | lno = cfg_attr_count[section, attr]++ 2022-08-24 15:20:28.797 | cfg_attr[section, attr, lno] = value 2022-08-24 15:20:28.797 | } 2022-08-24 15:20:28.797 | } 2022-08-24 15:20:28.797 | END { 2022-08-24 15:20:28.797 | # Process each section in order 2022-08-24 15:20:28.797 | for (sno = 0; sno < section_count; sno++) { 2022-08-24 15:20:28.797 | section = cfg_section[sno] 2022-08-24 15:20:28.797 | # The ini routines simply append a config item immediately 2022-08-24 15:20:28.797 | # after the section header. To keep the same order as defined 2022-08-24 15:20:28.797 | # in local.conf, invoke the ini routines in the reverse order 2022-08-24 15:20:28.797 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-08-24 15:20:28.797 | attr = cfg_sec_attr_name[sno, attr_no] 2022-08-24 15:20:28.797 | if (cfg_attr_count[section, attr] == 1) 2022-08-24 15:20:28.797 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-08-24 15:20:28.797 | else { 2022-08-24 15:20:28.797 | # For multiline, invoke the ini routines in the reverse order 2022-08-24 15:20:28.797 | count = cfg_attr_count[section, attr] 2022-08-24 15:20:28.797 | print "inidelete " configfile " " section " " attr 2022-08-24 15:20:28.797 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-08-24 15:20:28.797 | for (l = count -2; l >= 0; l--) 2022-08-24 15:20:28.797 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-08-24 15:20:28.797 | } 2022-08-24 15:20:28.797 | } 2022-08-24 15:20:28.797 | } 2022-08-24 15:20:28.797 | } 2022-08-24 15:20:28.797 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:28.797 | ' 2022-08-24 15:20:28.797 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-08-24 15:20:28.797 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-08-24 15:20:28.797 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2022-08-24 15:20:28.798 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:20:28.801 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2022-08-24 15:20:28.804 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2022-08-24 15:20:28.804 | BEGIN { group = "" } 2022-08-24 15:20:28.804 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:20:28.804 | gsub("[][]", "", $1); 2022-08-24 15:20:28.804 | split($1, a, "|"); 2022-08-24 15:20:28.804 | if (a[1] == matchgroup && a[2] == configfile) { 2022-08-24 15:20:28.805 | group=a[1] 2022-08-24 15:20:28.805 | } else { 2022-08-24 15:20:28.805 | group="" 2022-08-24 15:20:28.805 | } 2022-08-24 15:20:28.805 | next 2022-08-24 15:20:28.805 | } 2022-08-24 15:20:28.805 | { 2022-08-24 15:20:28.805 | if (group != "") 2022-08-24 15:20:28.805 | print $0 2022-08-24 15:20:28.805 | } 2022-08-24 15:20:28.805 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:20:28.811 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2022-08-24 15:20:28.814 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2022-08-24 15:20:28.849 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.852 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2022-08-24 15:20:28.854 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2022-08-24 15:20:28.890 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.893 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2022-08-24 15:20:28.895 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2022-08-24 15:20:28.931 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.934 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2022-08-24 15:20:28.936 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2022-08-24 15:20:28.970 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:28.972 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2022-08-24 15:20:28.975 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-08-24 15:20:29.012 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:29.015 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2022-08-24 15:20:29.017 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2022-08-24 15:20:29.051 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:29.054 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2022-08-24 15:20:29.057 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-08-24 15:20:29.092 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:29.094 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2022-08-24 15:20:29.097 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-08-24 15:20:29.132 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:29.136 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-08-24 15:20:29.138 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-08-24 15:20:29.141 | + inc/meta-config:merge_config_group:180 : local dir 2022-08-24 15:20:29.144 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2022-08-24 15:20:29.148 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:20:29.151 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:20:29.154 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2022-08-24 15:20:29.157 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:20:29.162 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2022-08-24 15:20:29.165 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2022-08-24 15:20:29.171 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-08-24 15:20:29.174 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:29.176 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-08-24 15:20:29.179 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-08-24 15:20:29.182 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-08-24 15:20:29.185 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2022-08-24 15:20:29.188 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:20:29.191 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:20:29.194 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2022-08-24 15:20:29.197 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-08-24 15:20:29.198 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:29.198 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-08-24 15:20:29.198 | BEGIN { 2022-08-24 15:20:29.198 | section = "" 2022-08-24 15:20:29.198 | last_section = "" 2022-08-24 15:20:29.198 | section_count = 0 2022-08-24 15:20:29.198 | } 2022-08-24 15:20:29.198 | /^\[.+\]/ { 2022-08-24 15:20:29.198 | gsub("[][]", "", $1); 2022-08-24 15:20:29.198 | section=$1 2022-08-24 15:20:29.198 | next 2022-08-24 15:20:29.198 | } 2022-08-24 15:20:29.198 | /^ *\#/ { 2022-08-24 15:20:29.198 | next 2022-08-24 15:20:29.198 | } 2022-08-24 15:20:29.198 | /^[^ \t]+/ { 2022-08-24 15:20:29.198 | # get offset of first = in $0 2022-08-24 15:20:29.198 | eq_idx = index($0, "=") 2022-08-24 15:20:29.199 | # extract attr & value from $0 2022-08-24 15:20:29.199 | attr = substr($0, 1, eq_idx - 1) 2022-08-24 15:20:29.199 | value = substr($0, eq_idx + 1) 2022-08-24 15:20:29.199 | # only need to strip trailing whitespace from attr 2022-08-24 15:20:29.199 | sub(/[ \t]*$/, "", attr) 2022-08-24 15:20:29.199 | # need to strip leading & trailing whitespace from value 2022-08-24 15:20:29.199 | sub(/^[ \t]*/, "", value) 2022-08-24 15:20:29.199 | sub(/[ \t]*$/, "", value) 2022-08-24 15:20:29.199 | 2022-08-24 15:20:29.199 | # cfg_attr_count: number of config lines per [section, attr] 2022-08-24 15:20:29.199 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-08-24 15:20:29.199 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-08-24 15:20:29.199 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-08-24 15:20:29.199 | if (! (section, attr) in cfg_attr_count) { 2022-08-24 15:20:29.199 | if (section != last_section) { 2022-08-24 15:20:29.199 | cfg_section[section_count++] = section 2022-08-24 15:20:29.199 | last_section = section 2022-08-24 15:20:29.199 | } 2022-08-24 15:20:29.199 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-08-24 15:20:29.199 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-08-24 15:20:29.199 | 2022-08-24 15:20:29.199 | cfg_attr[section, attr, 0] = value 2022-08-24 15:20:29.199 | cfg_attr_count[section, attr] = 1 2022-08-24 15:20:29.199 | } else { 2022-08-24 15:20:29.199 | lno = cfg_attr_count[section, attr]++ 2022-08-24 15:20:29.199 | cfg_attr[section, attr, lno] = value 2022-08-24 15:20:29.199 | } 2022-08-24 15:20:29.199 | } 2022-08-24 15:20:29.199 | END { 2022-08-24 15:20:29.199 | # Process each section in order 2022-08-24 15:20:29.199 | for (sno = 0; sno < section_count; sno++) { 2022-08-24 15:20:29.199 | section = cfg_section[sno] 2022-08-24 15:20:29.199 | # The ini routines simply append a config item immediately 2022-08-24 15:20:29.199 | # after the section header. To keep the same order as defined 2022-08-24 15:20:29.199 | # in local.conf, invoke the ini routines in the reverse order 2022-08-24 15:20:29.200 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-08-24 15:20:29.200 | attr = cfg_sec_attr_name[sno, attr_no] 2022-08-24 15:20:29.200 | if (cfg_attr_count[section, attr] == 1) 2022-08-24 15:20:29.200 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-08-24 15:20:29.200 | else { 2022-08-24 15:20:29.200 | # For multiline, invoke the ini routines in the reverse order 2022-08-24 15:20:29.200 | count = cfg_attr_count[section, attr] 2022-08-24 15:20:29.200 | print "inidelete " configfile " " section " " attr 2022-08-24 15:20:29.200 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-08-24 15:20:29.200 | for (l = count -2; l >= 0; l--) 2022-08-24 15:20:29.200 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-08-24 15:20:29.200 | } 2022-08-24 15:20:29.200 | } 2022-08-24 15:20:29.200 | } 2022-08-24 15:20:29.200 | } 2022-08-24 15:20:29.200 | ' 2022-08-24 15:20:29.200 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:20:29.201 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-08-24 15:20:29.203 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-08-24 15:20:29.206 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-08-24 15:20:29.209 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:20:29.211 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2022-08-24 15:20:29.214 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-08-24 15:20:29.214 | BEGIN { group = "" } 2022-08-24 15:20:29.214 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:20:29.214 | gsub("[][]", "", $1); 2022-08-24 15:20:29.214 | split($1, a, "|"); 2022-08-24 15:20:29.214 | if (a[1] == matchgroup && a[2] == configfile) { 2022-08-24 15:20:29.214 | group=a[1] 2022-08-24 15:20:29.214 | } else { 2022-08-24 15:20:29.214 | group="" 2022-08-24 15:20:29.214 | } 2022-08-24 15:20:29.214 | next 2022-08-24 15:20:29.214 | } 2022-08-24 15:20:29.214 | { 2022-08-24 15:20:29.214 | if (group != "") 2022-08-24 15:20:29.214 | print $0 2022-08-24 15:20:29.214 | } 2022-08-24 15:20:29.215 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:20:29.221 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2022-08-24 15:20:29.223 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2022-08-24 15:20:29.257 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:29.260 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2022-08-24 15:20:29.262 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2022-08-24 15:20:29.296 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:20:29.299 | + ./stack.sh:main:1245 : is_service_enabled swift 2022-08-24 15:20:29.318 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:29.320 | + ./stack.sh:main:1246 : echo_summary 'Starting Swift' 2022-08-24 15:20:29.323 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:20:29.326 | + ./stack.sh:echo_summary:441 : echo -e Starting Swift 2022-08-24 15:20:29.328 | + ./stack.sh:main:1247 : start_swift 2022-08-24 15:20:29.331 | + lib/swift:start_swift:757 : restart_service memcached 2022-08-24 15:20:29.334 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-24 15:20:29.337 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-08-24 15:20:29.368 | + lib/swift:start_swift:760 : is_ubuntu 2022-08-24 15:20:29.372 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-24 15:20:29.375 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-24 15:20:29.378 | + lib/swift:start_swift:761 : sudo /etc/init.d/rsync restart 2022-08-24 15:20:29.428 | Restarting rsync (via systemctl): rsync.service. 2022-08-24 15:20:29.434 | + lib/swift:start_swift:768 : '[' False == True ']' 2022-08-24 15:20:29.437 | + lib/swift:start_swift:787 : [[ 1 == 1 ]] 2022-08-24 15:20:29.439 | + lib/swift:start_swift:788 : local foreground_services type 2022-08-24 15:20:29.442 | + lib/swift:start_swift:790 : foreground_services='object container account' 2022-08-24 15:20:29.445 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-08-24 15:20:29.448 | + lib/swift:start_swift:792 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.450 | + functions-common:run_process:1693 : local service=s-object 2022-08-24 15:20:29.453 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.455 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:29.457 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:29.460 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:29.463 | + functions-common:run_process:1699 : local name=s-object 2022-08-24 15:20:29.465 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:29.468 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:29.470 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:29.472 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:29.476 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:29.481 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354429478 2022-08-24 15:20:29.484 | + functions-common:run_process:1702 : is_service_enabled s-object 2022-08-24 15:20:29.501 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:29.503 | + functions-common:run_process:1703 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' '' 2022-08-24 15:20:29.506 | + functions-common:_run_under_systemd:1653 : local service=s-object 2022-08-24 15:20:29.509 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.511 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.514 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.516 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.519 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2022-08-24 15:20:29.521 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2022-08-24 15:20:29.524 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-object.service 2022-08-24 15:20:29.527 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:29.529 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:29.532 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:29.534 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:29.537 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2022-08-24 15:20:29.540 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu '' 2022-08-24 15:20:29.543 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-object.service 2022-08-24 15:20:29.545 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.547 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:20:29.549 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:20:29.552 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:20:29.554 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:20:29.556 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:20:29.558 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-object.service 2022-08-24 15:20:29.560 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:20:29.565 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2022-08-24 15:20:29.635 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2022-08-24 15:20:29.709 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-08-24 15:20:29.768 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2022-08-24 15:20:29.826 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2022-08-24 15:20:29.885 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:29.945 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:20:29.948 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:20:29.950 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2022-08-24 15:20:30.020 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:20:30.423 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-object.service 2022-08-24 15:20:30.436 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2022-08-24 15:20:30.830 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-object.service 2022-08-24 15:20:30.856 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:30.859 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:30.862 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:30.864 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:30.871 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:30.871 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:30.872 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:30.875 | + functions-common:time_stop:2446 : start_time=1661354429478 2022-08-24 15:20:30.877 | + functions-common:time_stop:2448 : [[ -z 1661354429478 ]] 2022-08-24 15:20:30.880 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:30.885 | + functions-common:time_stop:2451 : end_time=1661354430882 2022-08-24 15:20:30.888 | + functions-common:time_stop:2452 : elapsed_time=1404 2022-08-24 15:20:30.890 | + functions-common:time_stop:2453 : total=3266 2022-08-24 15:20:30.893 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:30.895 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=4670 2022-08-24 15:20:30.898 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-08-24 15:20:30.900 | + lib/swift:start_swift:792 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:30.903 | + functions-common:run_process:1693 : local service=s-container 2022-08-24 15:20:30.905 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:30.908 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:30.910 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:30.913 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:30.916 | + functions-common:run_process:1699 : local name=s-container 2022-08-24 15:20:30.918 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:30.921 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:30.923 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:30.926 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:30.929 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:30.934 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354430932 2022-08-24 15:20:30.937 | + functions-common:run_process:1702 : is_service_enabled s-container 2022-08-24 15:20:30.955 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:30.958 | + functions-common:run_process:1703 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' '' 2022-08-24 15:20:30.960 | + functions-common:_run_under_systemd:1653 : local service=s-container 2022-08-24 15:20:30.963 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:30.966 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:30.968 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:30.971 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:30.973 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2022-08-24 15:20:30.976 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2022-08-24 15:20:30.979 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-container.service 2022-08-24 15:20:30.981 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:30.984 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:30.989 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:30.989 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:30.991 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2022-08-24 15:20:30.995 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu '' 2022-08-24 15:20:30.997 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-container.service 2022-08-24 15:20:31.000 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:31.002 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:20:31.004 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:20:31.008 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:20:31.011 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:20:31.013 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:20:31.017 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-container.service 2022-08-24 15:20:31.020 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:20:31.024 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2022-08-24 15:20:31.103 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2022-08-24 15:20:31.178 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-08-24 15:20:31.238 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2022-08-24 15:20:31.297 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2022-08-24 15:20:31.356 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:31.415 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:20:31.417 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:20:31.420 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2022-08-24 15:20:31.490 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:20:31.920 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-container.service 2022-08-24 15:20:31.935 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2022-08-24 15:20:32.350 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-container.service 2022-08-24 15:20:32.377 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:32.380 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:32.382 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:32.385 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:32.388 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:32.390 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:32.393 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:32.395 | + functions-common:time_stop:2446 : start_time=1661354430932 2022-08-24 15:20:32.398 | + functions-common:time_stop:2448 : [[ -z 1661354430932 ]] 2022-08-24 15:20:32.401 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:32.406 | + functions-common:time_stop:2451 : end_time=1661354432403 2022-08-24 15:20:32.408 | + functions-common:time_stop:2452 : elapsed_time=1471 2022-08-24 15:20:32.411 | + functions-common:time_stop:2453 : total=4670 2022-08-24 15:20:32.413 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:32.416 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6141 2022-08-24 15:20:32.418 | + lib/swift:start_swift:791 : for type in ${foreground_services} 2022-08-24 15:20:32.421 | + lib/swift:start_swift:792 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.424 | + functions-common:run_process:1693 : local service=s-account 2022-08-24 15:20:32.426 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.428 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:32.432 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:32.434 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:32.436 | + functions-common:run_process:1699 : local name=s-account 2022-08-24 15:20:32.439 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:32.441 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:32.444 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:32.447 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:32.451 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:32.458 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354432453 2022-08-24 15:20:32.461 | + functions-common:run_process:1702 : is_service_enabled s-account 2022-08-24 15:20:32.479 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:32.482 | + functions-common:run_process:1703 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' '' 2022-08-24 15:20:32.484 | + functions-common:_run_under_systemd:1653 : local service=s-account 2022-08-24 15:20:32.487 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.489 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.492 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.495 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.497 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2022-08-24 15:20:32.500 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2022-08-24 15:20:32.502 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-account.service 2022-08-24 15:20:32.505 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:32.507 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:32.510 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:32.513 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:32.515 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2022-08-24 15:20:32.517 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu '' 2022-08-24 15:20:32.520 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-account.service 2022-08-24 15:20:32.522 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.525 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:20:32.528 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:20:32.530 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:20:32.532 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:20:32.535 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:20:32.537 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-account.service 2022-08-24 15:20:32.540 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:20:32.545 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2022-08-24 15:20:32.615 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2022-08-24 15:20:32.690 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-08-24 15:20:32.750 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2022-08-24 15:20:32.809 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2022-08-24 15:20:32.867 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:32.925 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:20:32.928 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:20:32.931 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2022-08-24 15:20:33.001 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:20:33.442 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-account.service 2022-08-24 15:20:33.457 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2022-08-24 15:20:33.867 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-account.service 2022-08-24 15:20:33.890 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:33.893 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:33.896 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:33.901 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:33.904 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:33.906 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:33.909 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:33.911 | + functions-common:time_stop:2446 : start_time=1661354432453 2022-08-24 15:20:33.914 | + functions-common:time_stop:2448 : [[ -z 1661354432453 ]] 2022-08-24 15:20:33.917 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:33.922 | + functions-common:time_stop:2451 : end_time=1661354433919 2022-08-24 15:20:33.924 | + functions-common:time_stop:2452 : elapsed_time=1466 2022-08-24 15:20:33.931 | + functions-common:time_stop:2453 : total=6141 2022-08-24 15:20:33.931 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:33.933 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=7607 2022-08-24 15:20:33.935 | + lib/swift:start_swift:795 : [[ False == \T\r\u\e ]] 2022-08-24 15:20:33.938 | + lib/swift:start_swift:800 : enable_service s-container-sync 2022-08-24 15:20:33.991 | + lib/swift:start_swift:801 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:33.994 | + functions-common:run_process:1693 : local service=s-container-sync 2022-08-24 15:20:33.997 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:33.999 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:34.002 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:34.004 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:34.006 | + functions-common:run_process:1699 : local name=s-container-sync 2022-08-24 15:20:34.010 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:34.013 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:34.015 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:34.017 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:34.020 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:34.025 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354434022 2022-08-24 15:20:34.028 | + functions-common:run_process:1702 : is_service_enabled s-container-sync 2022-08-24 15:20:34.045 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:34.048 | + functions-common:run_process:1703 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' '' 2022-08-24 15:20:34.050 | + functions-common:_run_under_systemd:1653 : local service=s-container-sync 2022-08-24 15:20:34.053 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:34.055 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:34.058 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:34.060 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:34.063 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2022-08-24 15:20:34.067 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2022-08-24 15:20:34.068 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-container-sync.service 2022-08-24 15:20:34.070 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:34.073 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:34.075 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:34.078 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:34.080 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2022-08-24 15:20:34.083 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu '' 2022-08-24 15:20:34.085 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-container-sync.service 2022-08-24 15:20:34.088 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:34.090 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:20:34.092 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:20:34.102 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:20:34.102 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:20:34.102 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:20:34.102 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2022-08-24 15:20:34.104 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:20:34.109 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2022-08-24 15:20:34.187 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2022-08-24 15:20:34.259 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-08-24 15:20:34.316 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2022-08-24 15:20:34.375 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2022-08-24 15:20:34.439 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:34.500 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:20:34.502 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:20:34.505 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2022-08-24 15:20:34.576 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:20:35.000 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-container-sync.service 2022-08-24 15:20:35.014 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container-sync.service → /etc/systemd/system/devstack@s-container-sync.service. 2022-08-24 15:20:35.401 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-container-sync.service 2022-08-24 15:20:35.425 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:35.432 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:35.435 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:35.437 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:35.440 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:35.442 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:35.445 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:35.447 | + functions-common:time_stop:2446 : start_time=1661354434022 2022-08-24 15:20:35.450 | + functions-common:time_stop:2448 : [[ -z 1661354434022 ]] 2022-08-24 15:20:35.458 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:35.459 | + functions-common:time_stop:2451 : end_time=1661354435455 2022-08-24 15:20:35.461 | + functions-common:time_stop:2452 : elapsed_time=1433 2022-08-24 15:20:35.463 | + functions-common:time_stop:2453 : total=7607 2022-08-24 15:20:35.466 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:35.468 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=9040 2022-08-24 15:20:35.471 | + lib/swift:start_swift:808 : is_service_enabled tls-proxy 2022-08-24 15:20:35.489 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:20:35.492 | + lib/swift:start_swift:812 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.495 | + functions-common:run_process:1693 : local service=s-proxy 2022-08-24 15:20:35.497 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.500 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:35.502 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:35.504 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:35.507 | + functions-common:run_process:1699 : local name=s-proxy 2022-08-24 15:20:35.509 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:35.512 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:35.514 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:35.517 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:35.521 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:35.525 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354435522 2022-08-24 15:20:35.528 | + functions-common:run_process:1702 : is_service_enabled s-proxy 2022-08-24 15:20:35.547 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:35.549 | + functions-common:run_process:1703 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' '' 2022-08-24 15:20:35.552 | + functions-common:_run_under_systemd:1653 : local service=s-proxy 2022-08-24 15:20:35.559 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.559 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.560 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.563 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.568 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2022-08-24 15:20:35.570 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2022-08-24 15:20:35.573 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@s-proxy.service 2022-08-24 15:20:35.576 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:35.578 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:35.580 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:35.583 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:35.586 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2022-08-24 15:20:35.591 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu '' 2022-08-24 15:20:35.592 | + functions-common:write_user_unit_file:1562 : local service=devstack@s-proxy.service 2022-08-24 15:20:35.595 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.597 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:20:35.599 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:20:35.602 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:20:35.605 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:20:35.607 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:20:35.610 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2022-08-24 15:20:35.612 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:20:35.616 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2022-08-24 15:20:35.686 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2022-08-24 15:20:35.761 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-08-24 15:20:35.819 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2022-08-24 15:20:35.883 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2022-08-24 15:20:35.940 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:36.003 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:20:36.006 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:20:36.009 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2022-08-24 15:20:36.084 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:20:36.510 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-proxy.service 2022-08-24 15:20:36.524 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2022-08-24 15:20:36.921 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-proxy.service 2022-08-24 15:20:36.947 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:36.949 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:36.952 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:36.954 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:36.957 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:36.959 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:36.962 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:36.969 | + functions-common:time_stop:2446 : start_time=1661354435522 2022-08-24 15:20:36.969 | + functions-common:time_stop:2448 : [[ -z 1661354435522 ]] 2022-08-24 15:20:36.970 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:36.975 | + functions-common:time_stop:2451 : end_time=1661354436972 2022-08-24 15:20:36.978 | + functions-common:time_stop:2452 : elapsed_time=1450 2022-08-24 15:20:36.981 | + functions-common:time_stop:2453 : total=9040 2022-08-24 15:20:36.983 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:36.986 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=10490 2022-08-24 15:20:36.988 | + lib/swift:start_swift:817 : echo 'Waiting for swift proxy to start...' 2022-08-24 15:20:36.988 | Waiting for swift proxy to start... 2022-08-24 15:20:36.991 | + lib/swift:start_swift:818 : wait_for_service 60 http://10.222.0.89:8080/info 2022-08-24 15:20:36.993 | + functions:wait_for_service:457 : local timeout=60 2022-08-24 15:20:36.996 | + functions:wait_for_service:458 : local url=http://10.222.0.89:8080/info 2022-08-24 15:20:36.999 | + functions:wait_for_service:459 : local rval=0 2022-08-24 15:20:37.001 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-24 15:20:37.004 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-24 15:20:37.006 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:37.009 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:37.012 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:37.016 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354437014 2022-08-24 15:20:37.019 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-24 15:20:37.025 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89:8080/info 2022-08-24 15:20:37.038 | + :: : [[ 000 == 503 ]] 2022-08-24 15:20:37.040 | + :: : [[ 7 -eq 7 ]] 2022-08-24 15:20:37.042 | + :: : sleep 1 2022-08-24 15:20:38.045 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89:8080/info 2022-08-24 15:20:38.059 | + :: : [[ 000 == 503 ]] 2022-08-24 15:20:38.060 | + :: : [[ 7 -eq 7 ]] 2022-08-24 15:20:38.061 | + :: : sleep 1 2022-08-24 15:20:39.065 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89:8080/info 2022-08-24 15:20:39.078 | + :: : [[ 000 == 503 ]] 2022-08-24 15:20:39.080 | + :: : [[ 7 -eq 7 ]] 2022-08-24 15:20:39.082 | + :: : sleep 1 2022-08-24 15:20:40.085 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89:8080/info 2022-08-24 15:20:40.106 | + :: : [[ 200 == 503 ]] 2022-08-24 15:20:40.108 | + :: : [[ 0 -eq 7 ]] 2022-08-24 15:20:40.111 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-24 15:20:40.114 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:40.116 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:40.119 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:40.121 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:40.127 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:40.127 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-24 15:20:40.129 | + functions-common:time_stop:2446 : start_time=1661354437014 2022-08-24 15:20:40.131 | + functions-common:time_stop:2448 : [[ -z 1661354437014 ]] 2022-08-24 15:20:40.134 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:40.139 | + functions-common:time_stop:2451 : end_time=1661354440136 2022-08-24 15:20:40.141 | + functions-common:time_stop:2452 : elapsed_time=3122 2022-08-24 15:20:40.144 | + functions-common:time_stop:2453 : total=5130 2022-08-24 15:20:40.146 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:40.149 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=8252 2022-08-24 15:20:40.152 | + functions:wait_for_service:467 : return 0 2022-08-24 15:20:40.154 | + lib/swift:start_swift:822 : [[ False == \T\r\u\e ]] 2022-08-24 15:20:40.157 | + ./stack.sh:main:1253 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-08-24 15:20:40.160 | + ./stack.sh:main:1254 : is_service_enabled cinder 2022-08-24 15:20:40.178 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:40.181 | + ./stack.sh:main:1255 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-08-24 15:20:40.218 | + ./stack.sh:main:1258 : async_wait configure_neutron_nova 2022-08-24 15:20:40.271 | [19052 Async configure_neutron_nova:101599]: Waiting for completion of configure_neutron_nova running on PID 101599 (2 other jobs running) 2022-08-24 15:20:40.297 | [19052 Async configure_neutron_nova:101599]: Signaling child to exit 2022-08-24 15:20:40.297 | WAKEUP 2022-08-24 15:20:40.321 | [19052 Async configure_neutron_nova:101599]: Signaled 2022-08-24 15:20:40.322 | + lib/neutron:configure_neutron_nova:661 : is_neutron_legacy_enabled 2022-08-24 15:20:40.322 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:20:40.322 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-24 15:20:40.322 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:20:40.322 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-24 15:20:40.322 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-08-24 15:20:40.322 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-24 15:20:40.323 | + lib/neutron:configure_neutron_nova:663 : create_nova_conf_neutron /etc/nova/nova.conf 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:408 : local conf=/etc/nova/nova.conf 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:409 : iniset /etc/nova/nova.conf neutron auth_type password 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.89/identity 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova.conf neutron username neutron 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova.conf neutron password Passw0rd 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova.conf neutron project_name service 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:416 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:417 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:420 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2022-08-24 15:20:40.323 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-08-24 15:20:40.323 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:422 : is_service_enabled q-meta 2022-08-24 15:20:40.323 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:423 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:426 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:427 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2022-08-24 15:20:40.323 | + lib/neutron:configure_neutron_nova:664 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:20:40.323 | ++ lib/neutron:configure_neutron_nova:665 : seq 1 1 2022-08-24 15:20:40.323 | + lib/neutron:configure_neutron_nova:665 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:20:40.323 | + lib/neutron:configure_neutron_nova:666 : local conf 2022-08-24 15:20:40.323 | ++ lib/neutron:configure_neutron_nova:667 : conductor_conf 1 2022-08-24 15:20:40.323 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-24 15:20:40.323 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-24 15:20:40.323 | + lib/neutron:configure_neutron_nova:667 : conf=/etc/nova/nova_cell1.conf 2022-08-24 15:20:40.323 | + lib/neutron:configure_neutron_nova:668 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2022-08-24 15:20:40.323 | + lib/neutron-legacy:create_nova_conf_neutron:408 : local conf=/etc/nova/nova_cell1.conf 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:409 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.89/identity 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:416 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:417 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:420 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2022-08-24 15:20:40.324 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-08-24 15:20:40.324 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:422 : is_service_enabled q-meta 2022-08-24 15:20:40.324 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:423 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:426 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2022-08-24 15:20:40.324 | + lib/neutron-legacy:create_nova_conf_neutron:427 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2022-08-24 15:20:40.369 | [19052 Async configure_neutron_nova:101599]: finished configure_neutron_nova with result 0 in 1 seconds 2022-08-24 15:20:40.374 | + inc/async:async_wait:197 : return 0 2022-08-24 15:20:40.376 | + ./stack.sh:main:1264 : is_service_enabled nova 2022-08-24 15:20:40.395 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:40.398 | + ./stack.sh:main:1265 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-08-24 15:20:40.432 | + ./stack.sh:main:1266 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-08-24 15:20:40.471 | + ./stack.sh:main:1270 : is_service_enabled n-api 2022-08-24 15:20:40.489 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:40.492 | + ./stack.sh:main:1271 : echo_summary 'Starting Nova API' 2022-08-24 15:20:40.495 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:20:40.497 | + ./stack.sh:echo_summary:441 : echo -e Starting Nova API 2022-08-24 15:20:40.500 | + ./stack.sh:main:1272 : start_nova_api 2022-08-24 15:20:40.502 | + lib/nova:start_nova_api:930 : local service_port=8774 2022-08-24 15:20:40.505 | + lib/nova:start_nova_api:931 : local service_protocol=http 2022-08-24 15:20:40.508 | + lib/nova:start_nova_api:932 : local nova_url 2022-08-24 15:20:40.514 | + lib/nova:start_nova_api:933 : is_service_enabled tls-proxy 2022-08-24 15:20:40.531 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:20:40.533 | + lib/nova:start_nova_api:939 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:20:40.536 | + lib/nova:start_nova_api:940 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:20:40.539 | + lib/nova:start_nova_api:940 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:20:40.542 | + lib/nova:start_nova_api:942 : '[' True == False ']' 2022-08-24 15:20:40.545 | ++ lib/nova:start_nova_api:950 : which uwsgi 2022-08-24 15:20:40.549 | + lib/nova:start_nova_api:950 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.552 | + functions-common:run_process:1693 : local service=n-api 2022-08-24 15:20:40.555 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.557 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:40.560 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:40.562 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:40.565 | + functions-common:run_process:1699 : local name=n-api 2022-08-24 15:20:40.568 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:40.571 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:40.573 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:40.583 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:40.583 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:40.584 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354440581 2022-08-24 15:20:40.586 | + functions-common:run_process:1702 : is_service_enabled n-api 2022-08-24 15:20:40.604 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:40.607 | + functions-common:run_process:1703 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2022-08-24 15:20:40.609 | + functions-common:_run_under_systemd:1653 : local service=n-api 2022-08-24 15:20:40.612 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.617 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.618 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.620 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.623 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2022-08-24 15:20:40.625 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2022-08-24 15:20:40.628 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-api.service 2022-08-24 15:20:40.631 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:40.634 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:40.636 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:40.639 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:40.641 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2022-08-24 15:20:40.646 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu '' 2022-08-24 15:20:40.646 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@n-api.service 2022-08-24 15:20:40.649 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.651 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-24 15:20:40.654 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-24 15:20:40.656 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-24 15:20:40.658 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@n-api.service 2022-08-24 15:20:40.660 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-24 15:20:40.665 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2022-08-24 15:20:40.732 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2022-08-24 15:20:40.810 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2022-08-24 15:20:40.868 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-08-24 15:20:40.924 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:40.981 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2022-08-24 15:20:41.039 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2022-08-24 15:20:41.097 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2022-08-24 15:20:41.155 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2022-08-24 15:20:41.212 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2022-08-24 15:20:41.271 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-24 15:20:41.273 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-24 15:20:41.275 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2022-08-24 15:20:41.344 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-24 15:20:41.751 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-api.service 2022-08-24 15:20:41.765 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2022-08-24 15:20:42.151 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-api.service 2022-08-24 15:20:42.223 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:42.226 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:42.229 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:42.231 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:42.234 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:42.237 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:42.239 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:42.242 | + functions-common:time_stop:2446 : start_time=1661354440581 2022-08-24 15:20:42.246 | + functions-common:time_stop:2448 : [[ -z 1661354440581 ]] 2022-08-24 15:20:42.249 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:42.255 | + functions-common:time_stop:2451 : end_time=1661354442252 2022-08-24 15:20:42.257 | + functions-common:time_stop:2452 : elapsed_time=1671 2022-08-24 15:20:42.260 | + functions-common:time_stop:2453 : total=10490 2022-08-24 15:20:42.263 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:42.265 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=12161 2022-08-24 15:20:42.268 | + lib/nova:start_nova_api:951 : nova_url=http://10.222.0.89/compute/v2.1/ 2022-08-24 15:20:42.270 | + lib/nova:start_nova_api:954 : echo 'Waiting for nova-api to start...' 2022-08-24 15:20:42.270 | Waiting for nova-api to start... 2022-08-24 15:20:42.273 | + lib/nova:start_nova_api:955 : wait_for_service 60 http://10.222.0.89/compute/v2.1/ 2022-08-24 15:20:42.276 | + functions:wait_for_service:457 : local timeout=60 2022-08-24 15:20:42.278 | + functions:wait_for_service:458 : local url=http://10.222.0.89/compute/v2.1/ 2022-08-24 15:20:42.281 | + functions:wait_for_service:459 : local rval=0 2022-08-24 15:20:42.284 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-24 15:20:42.286 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-24 15:20:42.289 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:42.291 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:42.297 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:42.299 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354442297 2022-08-24 15:20:42.302 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-24 15:20:42.308 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89/compute/v2.1/ 2022-08-24 15:20:48.011 | + :: : [[ 200 == 503 ]] 2022-08-24 15:20:48.012 | + :: : [[ 0 -eq 7 ]] 2022-08-24 15:20:48.015 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-24 15:20:48.018 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:48.020 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:48.023 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:48.026 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:48.028 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:48.031 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-24 15:20:48.033 | + functions-common:time_stop:2446 : start_time=1661354442297 2022-08-24 15:20:48.036 | + functions-common:time_stop:2448 : [[ -z 1661354442297 ]] 2022-08-24 15:20:48.039 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:48.044 | + functions-common:time_stop:2451 : end_time=1661354448041 2022-08-24 15:20:48.047 | + functions-common:time_stop:2452 : elapsed_time=5744 2022-08-24 15:20:48.049 | + functions-common:time_stop:2453 : total=8252 2022-08-24 15:20:48.052 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:48.054 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=13996 2022-08-24 15:20:48.058 | + functions:wait_for_service:467 : return 0 2022-08-24 15:20:48.060 | + lib/nova:start_nova_api:959 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:20:48.063 | + lib/nova:start_nova_api:959 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:20:48.066 | + ./stack.sh:main:1275 : is_service_enabled ovn-controller ovn-controller-vtep 2022-08-24 15:20:48.084 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:48.087 | + ./stack.sh:main:1276 : echo_summary 'Starting OVN services' 2022-08-24 15:20:48.090 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:20:48.092 | + ./stack.sh:echo_summary:441 : echo -e Starting OVN services 2022-08-24 15:20:48.095 | + ./stack.sh:main:1277 : start_ovn_services 2022-08-24 15:20:48.098 | + lib/neutron-legacy:start_ovn_services:519 : [[ openvswitch == \o\v\n ]] 2022-08-24 15:20:48.100 | + ./stack.sh:main:1280 : is_service_enabled neutron-api 2022-08-24 15:20:48.119 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:20:48.121 | + ./stack.sh:main:1283 : is_service_enabled q-svc 2022-08-24 15:20:48.139 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:48.142 | + ./stack.sh:main:1284 : echo_summary 'Starting Neutron' 2022-08-24 15:20:48.144 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:20:48.147 | + ./stack.sh:echo_summary:441 : echo -e Starting Neutron 2022-08-24 15:20:48.150 | + ./stack.sh:main:1285 : configure_neutron_after_post_config 2022-08-24 15:20:48.152 | + lib/neutron-legacy:configure_neutron_after_post_config:499 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2022-08-24 15:20:48.155 | + lib/neutron-legacy:configure_neutron_after_post_config:500 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-24 15:20:48.190 | + lib/neutron-legacy:configure_neutron_after_post_config:502 : configure_rbac_policies 2022-08-24 15:20:48.193 | + lib/neutron:configure_rbac_policies:650 : [[ False == \T\r\u\e ]] 2022-08-24 15:20:48.195 | + lib/neutron:configure_rbac_policies:650 : [[ False == \T\r\u\e ]] 2022-08-24 15:20:48.199 | + lib/neutron:configure_rbac_policies:654 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2022-08-24 15:20:48.235 | + lib/neutron:configure_rbac_policies:655 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2022-08-24 15:20:48.271 | + ./stack.sh:main:1286 : start_neutron_service_and_check 2022-08-24 15:20:48.274 | + lib/neutron-legacy:start_neutron_service_and_check:535 : local service_port=9696 2022-08-24 15:20:48.277 | + lib/neutron-legacy:start_neutron_service_and_check:536 : local service_protocol=http 2022-08-24 15:20:48.279 | + lib/neutron-legacy:start_neutron_service_and_check:537 : local cfg_file_options 2022-08-24 15:20:48.282 | + lib/neutron-legacy:start_neutron_service_and_check:538 : local neutron_url 2022-08-24 15:20:48.285 | ++ lib/neutron-legacy:start_neutron_service_and_check:540 : determine_config_files neutron-server 2022-08-24 15:20:48.288 | ++ lib/neutron-legacy:determine_config_files:337 : local opts= 2022-08-24 15:20:48.291 | ++ lib/neutron-legacy:determine_config_files:338 : case "$1" in 2022-08-24 15:20:48.294 | +++ lib/neutron-legacy:determine_config_files:339 : _determine_config_server 2022-08-24 15:20:48.297 | +++ lib/neutron-legacy:_determine_config_server:307 : [[ '' != '' ]] 2022-08-24 15:20:48.299 | +++ lib/neutron-legacy:_determine_config_server:314 : [[ 0 > 0 ]] 2022-08-24 15:20:48.302 | +++ lib/neutron-legacy:_determine_config_server:321 : local cfg_file 2022-08-24 15:20:48.304 | +++ lib/neutron-legacy:_determine_config_server:322 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.307 | +++ lib/neutron-legacy:_determine_config_server:326 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.311 | ++ lib/neutron-legacy:determine_config_files:339 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.313 | ++ lib/neutron-legacy:determine_config_files:342 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2022-08-24 15:20:48.316 | ++ lib/neutron-legacy:determine_config_files:345 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.319 | + lib/neutron-legacy:start_neutron_service_and_check:540 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.325 | + lib/neutron-legacy:start_neutron_service_and_check:542 : is_service_enabled tls-proxy 2022-08-24 15:20:48.340 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:20:48.343 | + lib/neutron-legacy:start_neutron_service_and_check:547 : '[' False == True ']' 2022-08-24 15:20:48.346 | + lib/neutron-legacy:start_neutron_service_and_check:554 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.348 | + functions-common:run_process:1693 : local service=q-svc 2022-08-24 15:20:48.351 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.354 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:48.356 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:48.359 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:48.361 | + functions-common:run_process:1699 : local name=q-svc 2022-08-24 15:20:48.364 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:48.366 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:48.370 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:48.372 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:48.375 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:48.380 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354448377 2022-08-24 15:20:48.383 | + functions-common:run_process:1702 : is_service_enabled q-svc 2022-08-24 15:20:48.400 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:48.402 | + functions-common:run_process:1703 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2022-08-24 15:20:48.405 | + functions-common:_run_under_systemd:1653 : local service=q-svc 2022-08-24 15:20:48.408 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.410 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.413 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.416 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.418 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-08-24 15:20:48.421 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-08-24 15:20:48.423 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-svc.service 2022-08-24 15:20:48.426 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:48.428 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:48.432 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:48.434 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:48.437 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-08-24 15:20:48.439 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu '' 2022-08-24 15:20:48.442 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-svc.service 2022-08-24 15:20:48.444 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.446 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:20:48.449 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:20:48.451 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:20:48.453 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:20:48.455 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:20:48.457 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2022-08-24 15:20:48.460 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:20:48.464 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2022-08-24 15:20:48.531 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2022-08-24 15:20:48.600 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:20:48.658 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2022-08-24 15:20:48.716 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2022-08-24 15:20:48.772 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:48.830 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:20:48.832 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:20:48.834 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2022-08-24 15:20:48.904 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:20:49.311 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-svc.service 2022-08-24 15:20:49.325 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2022-08-24 15:20:49.722 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-svc.service 2022-08-24 15:20:49.743 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:49.746 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:49.754 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:49.757 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:49.760 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:49.763 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:49.765 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:49.768 | + functions-common:time_stop:2446 : start_time=1661354448377 2022-08-24 15:20:49.770 | + functions-common:time_stop:2448 : [[ -z 1661354448377 ]] 2022-08-24 15:20:49.773 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:49.779 | + functions-common:time_stop:2451 : end_time=1661354449775 2022-08-24 15:20:49.781 | + functions-common:time_stop:2452 : elapsed_time=1398 2022-08-24 15:20:49.784 | + functions-common:time_stop:2453 : total=12161 2022-08-24 15:20:49.786 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:49.789 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=13559 2022-08-24 15:20:49.792 | + lib/neutron-legacy:start_neutron_service_and_check:555 : neutron_url=http://10.222.0.89:9696/ 2022-08-24 15:20:49.794 | + lib/neutron-legacy:start_neutron_service_and_check:557 : is_service_enabled tls-proxy 2022-08-24 15:20:49.812 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:20:49.815 | + lib/neutron-legacy:start_neutron_service_and_check:561 : '[' '!' -z networking ']' 2022-08-24 15:20:49.818 | + lib/neutron-legacy:start_neutron_service_and_check:562 : neutron_url=http://10.222.0.89:9696/networking 2022-08-24 15:20:49.820 | + lib/neutron-legacy:start_neutron_service_and_check:564 : echo 'Waiting for Neutron to start...' 2022-08-24 15:20:49.820 | Waiting for Neutron to start... 2022-08-24 15:20:49.823 | + lib/neutron-legacy:start_neutron_service_and_check:566 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.89:9696/networking' 2022-08-24 15:20:49.826 | + lib/neutron-legacy:start_neutron_service_and_check:567 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.89:9696/networking' 'Neutron did not start' 60 2022-08-24 15:20:49.828 | + functions-common:test_with_retry:2377 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.89:9696/networking' 2022-08-24 15:20:49.831 | + functions-common:test_with_retry:2378 : local 'failmsg=Neutron did not start' 2022-08-24 15:20:49.834 | + functions-common:test_with_retry:2379 : local until=60 2022-08-24 15:20:49.836 | + functions-common:test_with_retry:2380 : local sleep=0.5 2022-08-24 15:20:49.839 | + functions-common:test_with_retry:2382 : time_start test_with_retry 2022-08-24 15:20:49.842 | + functions-common:time_start:2425 : local name=test_with_retry 2022-08-24 15:20:49.845 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:49.847 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:49.850 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:49.855 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354449852 2022-08-24 15:20:49.858 | + functions-common:test_with_retry:2383 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.89:9696/networking; do sleep 0.5; done' 2022-08-24 15:20:55.944 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.222.0.89:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2386 : time_stop test_with_retry 2022-08-24 15:20:55.947 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:55.950 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:55.954 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:55.956 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:55.959 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:55.961 | + functions-common:time_stop:2445 : name=test_with_retry 2022-08-24 15:20:55.964 | + functions-common:time_stop:2446 : start_time=1661354449852 2022-08-24 15:20:55.967 | + functions-common:time_stop:2448 : [[ -z 1661354449852 ]] 2022-08-24 15:20:55.970 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:55.975 | + functions-common:time_stop:2451 : end_time=1661354455972 2022-08-24 15:20:55.977 | + functions-common:time_stop:2452 : elapsed_time=6120 2022-08-24 15:20:55.980 | + functions-common:time_stop:2453 : total=0 2022-08-24 15:20:55.983 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:55.985 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6120 2022-08-24 15:20:55.988 | + ./stack.sh:main:1291 : is_service_enabled placement 2022-08-24 15:20:56.006 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:56.009 | + ./stack.sh:main:1292 : echo_summary 'Starting Placement' 2022-08-24 15:20:56.012 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:20:56.015 | + ./stack.sh:echo_summary:441 : echo -e Starting Placement 2022-08-24 15:20:56.017 | + ./stack.sh:main:1293 : start_placement 2022-08-24 15:20:56.020 | + lib/placement:start_placement:160 : start_placement_api 2022-08-24 15:20:56.023 | + lib/placement:start_placement_api:146 : [[ uwsgi == \u\w\s\g\i ]] 2022-08-24 15:20:56.026 | ++ lib/placement:start_placement_api:147 : which uwsgi 2022-08-24 15:20:56.030 | + lib/placement:start_placement_api:147 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.033 | + functions-common:run_process:1693 : local service=placement-api 2022-08-24 15:20:56.035 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.038 | + functions-common:run_process:1695 : local group= 2022-08-24 15:20:56.040 | + functions-common:run_process:1696 : local user= 2022-08-24 15:20:56.043 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:20:56.045 | + functions-common:run_process:1699 : local name=placement-api 2022-08-24 15:20:56.048 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:20:56.051 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:20:56.053 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:56.056 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:56.060 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:56.064 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354456061 2022-08-24 15:20:56.067 | + functions-common:run_process:1702 : is_service_enabled placement-api 2022-08-24 15:20:56.085 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:20:56.088 | + functions-common:run_process:1703 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2022-08-24 15:20:56.091 | + functions-common:_run_under_systemd:1653 : local service=placement-api 2022-08-24 15:20:56.093 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.096 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.099 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.101 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.104 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2022-08-24 15:20:56.107 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2022-08-24 15:20:56.110 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@placement-api.service 2022-08-24 15:20:56.112 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:20:56.115 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:20:56.117 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:20:56.121 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:20:56.123 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2022-08-24 15:20:56.126 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' ubuntu '' 2022-08-24 15:20:56.128 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@placement-api.service 2022-08-24 15:20:56.131 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.133 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-24 15:20:56.136 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-24 15:20:56.138 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-24 15:20:56.141 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2022-08-24 15:20:56.143 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-24 15:20:56.148 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2022-08-24 15:20:56.215 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2022-08-24 15:20:56.282 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User ubuntu 2022-08-24 15:20:56.339 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2022-08-24 15:20:56.396 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:20:56.454 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2022-08-24 15:20:56.515 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2022-08-24 15:20:56.572 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2022-08-24 15:20:56.630 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2022-08-24 15:20:56.688 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2022-08-24 15:20:56.746 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-24 15:20:56.749 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-24 15:20:56.751 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2022-08-24 15:20:56.821 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-24 15:20:57.240 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@placement-api.service 2022-08-24 15:20:57.255 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2022-08-24 15:20:57.661 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@placement-api.service 2022-08-24 15:20:57.738 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:20:57.740 | + functions-common:time_stop:2439 : local name 2022-08-24 15:20:57.743 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:20:57.748 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:20:57.751 | + functions-common:time_stop:2442 : local total 2022-08-24 15:20:57.755 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:20:57.758 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:20:57.761 | + functions-common:time_stop:2446 : start_time=1661354456061 2022-08-24 15:20:57.764 | + functions-common:time_stop:2448 : [[ -z 1661354456061 ]] 2022-08-24 15:20:57.767 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:20:57.772 | + functions-common:time_stop:2451 : end_time=1661354457769 2022-08-24 15:20:57.775 | + functions-common:time_stop:2452 : elapsed_time=1708 2022-08-24 15:20:57.777 | + functions-common:time_stop:2453 : total=13559 2022-08-24 15:20:57.780 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:20:57.783 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=15267 2022-08-24 15:20:57.785 | + lib/placement:start_placement_api:153 : echo 'Waiting for placement-api to start...' 2022-08-24 15:20:57.785 | Waiting for placement-api to start... 2022-08-24 15:20:57.788 | + lib/placement:start_placement_api:154 : wait_for_service 60 http://10.222.0.89/placement 2022-08-24 15:20:57.790 | + functions:wait_for_service:457 : local timeout=60 2022-08-24 15:20:57.794 | + functions:wait_for_service:458 : local url=http://10.222.0.89/placement 2022-08-24 15:20:57.796 | + functions:wait_for_service:459 : local rval=0 2022-08-24 15:20:57.799 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-24 15:20:57.801 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-24 15:20:57.805 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:20:57.808 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:20:57.814 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:20:57.816 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354457814 2022-08-24 15:20:57.824 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-24 15:20:57.830 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89/placement 2022-08-24 15:21:00.616 | + :: : [[ 200 == 503 ]] 2022-08-24 15:21:00.617 | + :: : [[ 0 -eq 7 ]] 2022-08-24 15:21:00.622 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-24 15:21:00.626 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:00.629 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:00.631 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:00.634 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:00.637 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:00.640 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-24 15:21:00.642 | + functions-common:time_stop:2446 : start_time=1661354457814 2022-08-24 15:21:00.645 | + functions-common:time_stop:2448 : [[ -z 1661354457814 ]] 2022-08-24 15:21:00.648 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:00.653 | + functions-common:time_stop:2451 : end_time=1661354460650 2022-08-24 15:21:00.656 | + functions-common:time_stop:2452 : elapsed_time=2836 2022-08-24 15:21:00.659 | + functions-common:time_stop:2453 : total=13996 2022-08-24 15:21:00.661 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:00.664 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=16832 2022-08-24 15:21:00.666 | + functions:wait_for_service:467 : return 0 2022-08-24 15:21:00.669 | + ./stack.sh:main:1296 : is_service_enabled neutron 2022-08-24 15:21:00.687 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:00.690 | + ./stack.sh:main:1297 : start_neutron 2022-08-24 15:21:00.693 | + lib/neutron:start_neutron:747 : is_neutron_legacy_enabled 2022-08-24 15:21:00.698 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:21:00.698 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-24 15:21:00.705 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-24 15:21:00.707 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-24 15:21:00.711 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync =~ ,q- ]] 2022-08-24 15:21:00.713 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-24 15:21:00.716 | + lib/neutron:start_neutron:749 : start_mutnauq_l2_agent 2022-08-24 15:21:00.719 | + lib/neutron-legacy:start_mutnauq_l2_agent:573 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:00.721 | + functions-common:run_process:1693 : local service=q-agt 2022-08-24 15:21:00.724 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:00.726 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:00.729 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:00.733 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:00.735 | + functions-common:run_process:1699 : local name=q-agt 2022-08-24 15:21:00.738 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:00.740 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:00.743 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:00.746 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:00.749 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:00.754 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354460751 2022-08-24 15:21:00.757 | + functions-common:run_process:1702 : is_service_enabled q-agt 2022-08-24 15:21:00.774 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:00.776 | + functions-common:run_process:1703 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2022-08-24 15:21:00.779 | + functions-common:_run_under_systemd:1653 : local service=q-agt 2022-08-24 15:21:00.782 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:00.784 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:00.787 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:00.790 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:00.792 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-08-24 15:21:00.795 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-08-24 15:21:00.798 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-agt.service 2022-08-24 15:21:00.801 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:00.803 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:00.807 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:00.810 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:00.813 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-08-24 15:21:00.816 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu '' 2022-08-24 15:21:00.818 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-agt.service 2022-08-24 15:21:00.821 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:00.823 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:21:00.826 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:21:00.828 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:21:00.830 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:21:00.832 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:21:00.835 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2022-08-24 15:21:00.837 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:21:00.842 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2022-08-24 15:21:00.912 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User ubuntu 2022-08-24 15:21:00.987 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-08-24 15:21:01.045 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2022-08-24 15:21:01.104 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2022-08-24 15:21:01.161 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:21:01.218 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:21:01.221 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:21:01.223 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2022-08-24 15:21:01.291 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:21:01.719 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-agt.service 2022-08-24 15:21:01.733 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2022-08-24 15:21:02.111 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-agt.service 2022-08-24 15:21:02.140 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:02.142 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:02.145 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:02.147 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:02.150 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:02.153 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:02.156 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:02.158 | + functions-common:time_stop:2446 : start_time=1661354460751 2022-08-24 15:21:02.161 | + functions-common:time_stop:2448 : [[ -z 1661354460751 ]] 2022-08-24 15:21:02.164 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:02.170 | + functions-common:time_stop:2451 : end_time=1661354462166 2022-08-24 15:21:02.172 | + functions-common:time_stop:2452 : elapsed_time=1415 2022-08-24 15:21:02.175 | + functions-common:time_stop:2453 : total=15267 2022-08-24 15:21:02.177 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:02.180 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=16682 2022-08-24 15:21:02.182 | + lib/neutron-legacy:start_mutnauq_l2_agent:575 : is_provider_network 2022-08-24 15:21:02.185 | + functions-common:is_provider_network:2288 : '[' '' == True ']' 2022-08-24 15:21:02.188 | + functions-common:is_provider_network:2291 : return 1 2022-08-24 15:21:02.190 | + lib/neutron:start_neutron:750 : start_mutnauq_other_agents 2022-08-24 15:21:02.193 | + lib/neutron-legacy:start_mutnauq_other_agents:591 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.196 | + functions-common:run_process:1693 : local service=q-dhcp 2022-08-24 15:21:02.198 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.202 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:02.205 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:02.207 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:02.210 | + functions-common:run_process:1699 : local name=q-dhcp 2022-08-24 15:21:02.212 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:02.215 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:02.218 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:02.220 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:02.224 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:02.228 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354462226 2022-08-24 15:21:02.231 | + functions-common:run_process:1702 : is_service_enabled q-dhcp 2022-08-24 15:21:02.249 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:02.252 | + functions-common:run_process:1703 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2022-08-24 15:21:02.255 | + functions-common:_run_under_systemd:1653 : local service=q-dhcp 2022-08-24 15:21:02.257 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.260 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.263 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.266 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.268 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2022-08-24 15:21:02.271 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2022-08-24 15:21:02.273 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-dhcp.service 2022-08-24 15:21:02.276 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:02.279 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:02.281 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:02.284 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:02.286 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2022-08-24 15:21:02.289 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' ubuntu '' 2022-08-24 15:21:02.291 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-dhcp.service 2022-08-24 15:21:02.294 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.296 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:21:02.299 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:21:02.301 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:21:02.304 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:21:02.306 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:21:02.308 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2022-08-24 15:21:02.311 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:21:02.316 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2022-08-24 15:21:02.385 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User ubuntu 2022-08-24 15:21:02.458 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2022-08-24 15:21:02.519 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2022-08-24 15:21:02.579 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2022-08-24 15:21:02.644 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:21:02.704 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:21:02.706 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:21:02.712 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2022-08-24 15:21:02.783 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:21:03.218 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-dhcp.service 2022-08-24 15:21:03.232 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2022-08-24 15:21:03.642 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-dhcp.service 2022-08-24 15:21:03.666 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:03.670 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:03.673 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:03.676 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:03.679 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:03.684 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:03.688 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:03.690 | + functions-common:time_stop:2446 : start_time=1661354462226 2022-08-24 15:21:03.693 | + functions-common:time_stop:2448 : [[ -z 1661354462226 ]] 2022-08-24 15:21:03.696 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:03.701 | + functions-common:time_stop:2451 : end_time=1661354463698 2022-08-24 15:21:03.704 | + functions-common:time_stop:2452 : elapsed_time=1472 2022-08-24 15:21:03.706 | + functions-common:time_stop:2453 : total=16682 2022-08-24 15:21:03.709 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:03.711 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=18154 2022-08-24 15:21:03.715 | ++ lib/neutron-legacy:start_mutnauq_other_agents:593 : determine_config_files neutron-l3-agent 2022-08-24 15:21:03.718 | ++ lib/neutron-legacy:determine_config_files:337 : local opts= 2022-08-24 15:21:03.721 | ++ lib/neutron-legacy:determine_config_files:338 : case "$1" in 2022-08-24 15:21:03.724 | +++ lib/neutron-legacy:determine_config_files:340 : _determine_config_l3 2022-08-24 15:21:03.727 | +++ lib/neutron-legacy:_determine_config_l3:330 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.729 | +++ lib/neutron-legacy:_determine_config_l3:331 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.733 | ++ lib/neutron-legacy:determine_config_files:340 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.735 | ++ lib/neutron-legacy:determine_config_files:342 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2022-08-24 15:21:03.737 | ++ lib/neutron-legacy:determine_config_files:345 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.740 | + lib/neutron-legacy:start_mutnauq_other_agents:593 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.743 | + functions-common:run_process:1693 : local service=q-l3 2022-08-24 15:21:03.746 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.748 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:03.751 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:03.753 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:03.756 | + functions-common:run_process:1699 : local name=q-l3 2022-08-24 15:21:03.758 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:03.761 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:03.764 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:03.766 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:03.770 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:03.775 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354463772 2022-08-24 15:21:03.777 | + functions-common:run_process:1702 : is_service_enabled q-l3 2022-08-24 15:21:03.797 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:03.800 | + functions-common:run_process:1703 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2022-08-24 15:21:03.803 | + functions-common:_run_under_systemd:1653 : local service=q-l3 2022-08-24 15:21:03.805 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.808 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.810 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.813 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.816 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2022-08-24 15:21:03.819 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2022-08-24 15:21:03.821 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-l3.service 2022-08-24 15:21:03.824 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:03.827 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:03.829 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:03.832 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:03.834 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2022-08-24 15:21:03.837 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' ubuntu '' 2022-08-24 15:21:03.840 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-l3.service 2022-08-24 15:21:03.843 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:03.845 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:21:03.848 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:21:03.850 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:21:03.853 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:21:03.856 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:21:03.859 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2022-08-24 15:21:03.861 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:21:03.866 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2022-08-24 15:21:03.943 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User ubuntu 2022-08-24 15:21:04.023 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2022-08-24 15:21:04.087 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2022-08-24 15:21:04.152 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2022-08-24 15:21:04.217 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:21:04.279 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:21:04.281 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:21:04.283 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2022-08-24 15:21:04.363 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:21:04.795 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-l3.service 2022-08-24 15:21:04.809 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2022-08-24 15:21:05.219 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-l3.service 2022-08-24 15:21:05.257 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:05.262 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:05.266 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:05.269 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:05.274 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:05.274 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:05.278 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:05.278 | + functions-common:time_stop:2446 : start_time=1661354463772 2022-08-24 15:21:05.283 | + functions-common:time_stop:2448 : [[ -z 1661354463772 ]] 2022-08-24 15:21:05.289 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:05.294 | + functions-common:time_stop:2451 : end_time=1661354465289 2022-08-24 15:21:05.298 | + functions-common:time_stop:2452 : elapsed_time=1517 2022-08-24 15:21:05.298 | + functions-common:time_stop:2453 : total=18154 2022-08-24 15:21:05.302 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:05.303 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=19671 2022-08-24 15:21:05.306 | + lib/neutron-legacy:start_mutnauq_other_agents:595 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.309 | + functions-common:run_process:1693 : local service=q-meta 2022-08-24 15:21:05.314 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.314 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:05.318 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:05.318 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:05.322 | + functions-common:run_process:1699 : local name=q-meta 2022-08-24 15:21:05.326 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:05.330 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:05.330 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:05.334 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:05.338 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:05.350 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354465338 2022-08-24 15:21:05.354 | + functions-common:run_process:1702 : is_service_enabled q-meta 2022-08-24 15:21:05.373 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:05.378 | + functions-common:run_process:1703 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2022-08-24 15:21:05.378 | + functions-common:_run_under_systemd:1653 : local service=q-meta 2022-08-24 15:21:05.382 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.386 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.386 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.390 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.394 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2022-08-24 15:21:05.394 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2022-08-24 15:21:05.397 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-meta.service 2022-08-24 15:21:05.402 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:05.406 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:05.406 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:05.409 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:05.414 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2022-08-24 15:21:05.414 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' ubuntu '' 2022-08-24 15:21:05.418 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-meta.service 2022-08-24 15:21:05.419 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.422 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:21:05.426 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:21:05.428 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:21:05.430 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:21:05.434 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:21:05.438 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2022-08-24 15:21:05.438 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:21:05.446 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2022-08-24 15:21:05.528 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User ubuntu 2022-08-24 15:21:05.618 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2022-08-24 15:21:05.689 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2022-08-24 15:21:05.774 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2022-08-24 15:21:05.846 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:21:05.914 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:21:05.917 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:21:05.922 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2022-08-24 15:21:06.009 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:21:06.543 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-meta.service 2022-08-24 15:21:06.560 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2022-08-24 15:21:07.028 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-meta.service 2022-08-24 15:21:07.057 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:07.064 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:07.064 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:07.067 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:07.071 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:07.075 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:07.078 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:07.081 | + functions-common:time_stop:2446 : start_time=1661354465338 2022-08-24 15:21:07.084 | + functions-common:time_stop:2448 : [[ -z 1661354465338 ]] 2022-08-24 15:21:07.088 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:07.093 | + functions-common:time_stop:2451 : end_time=1661354467089 2022-08-24 15:21:07.096 | + functions-common:time_stop:2452 : elapsed_time=1751 2022-08-24 15:21:07.098 | + functions-common:time_stop:2453 : total=19671 2022-08-24 15:21:07.101 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:07.104 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=21422 2022-08-24 15:21:07.107 | + lib/neutron-legacy:start_mutnauq_other_agents:596 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.110 | + functions-common:run_process:1693 : local service=q-metering 2022-08-24 15:21:07.113 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.116 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:07.119 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:07.122 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:07.125 | + functions-common:run_process:1699 : local name=q-metering 2022-08-24 15:21:07.127 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:07.130 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:07.132 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:07.135 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:07.140 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:07.153 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354467141 2022-08-24 15:21:07.153 | + functions-common:run_process:1702 : is_service_enabled q-metering 2022-08-24 15:21:07.173 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:07.174 | + functions-common:run_process:1703 : _run_under_systemd q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' '' '' 2022-08-24 15:21:07.178 | + functions-common:_run_under_systemd:1653 : local service=q-metering 2022-08-24 15:21:07.182 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.182 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.186 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.189 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.190 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ sudo ]] 2022-08-24 15:21:07.194 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ ^/ ]] 2022-08-24 15:21:07.198 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@q-metering.service 2022-08-24 15:21:07.199 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:07.204 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:07.206 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:07.210 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:07.214 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini =~ uwsgi ]] 2022-08-24 15:21:07.214 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@q-metering.service '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' '' ubuntu '' 2022-08-24 15:21:07.218 | + functions-common:write_user_unit_file:1562 : local service=devstack@q-metering.service 2022-08-24 15:21:07.222 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.222 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:21:07.225 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:21:07.230 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:21:07.230 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:21:07.234 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:21:07.238 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@q-metering.service 2022-08-24 15:21:07.238 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:21:07.247 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Unit Description 'Devstack devstack@q-metering.service' 2022-08-24 15:21:07.322 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service User ubuntu 2022-08-24 15:21:07.410 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecStart '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini' 2022-08-24 15:21:07.495 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service KillMode process 2022-08-24 15:21:07.605 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service TimeoutStopSec 300 2022-08-24 15:21:07.693 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:21:07.781 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:21:07.784 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:21:07.787 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-metering.service Install WantedBy multi-user.target 2022-08-24 15:21:07.874 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:21:08.311 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-metering.service 2022-08-24 15:21:08.325 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-metering.service → /etc/systemd/system/devstack@q-metering.service. 2022-08-24 15:21:08.760 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-metering.service 2022-08-24 15:21:08.787 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:08.789 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:08.792 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:08.794 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:08.797 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:08.800 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:08.804 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:08.808 | + functions-common:time_stop:2446 : start_time=1661354467141 2022-08-24 15:21:08.811 | + functions-common:time_stop:2448 : [[ -z 1661354467141 ]] 2022-08-24 15:21:08.818 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:08.830 | + functions-common:time_stop:2451 : end_time=1661354468819 2022-08-24 15:21:08.836 | + functions-common:time_stop:2452 : elapsed_time=1678 2022-08-24 15:21:08.841 | + functions-common:time_stop:2453 : total=21422 2022-08-24 15:21:08.851 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:08.858 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=23100 2022-08-24 15:21:08.867 | + ./stack.sh:main:1300 : is_service_enabled q-svc 2022-08-24 15:21:08.908 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:08.919 | + ./stack.sh:main:1300 : [[ True == \T\r\u\e ]] 2022-08-24 15:21:08.930 | + ./stack.sh:main:1301 : echo_summary 'Creating initial neutron network elements' 2022-08-24 15:21:08.938 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:21:08.940 | + ./stack.sh:echo_summary:441 : echo -e Creating initial neutron network elements 2022-08-24 15:21:08.943 | + ./stack.sh:main:1304 : type -p neutron_plugin_create_initial_networks 2022-08-24 15:21:08.948 | + ./stack.sh:main:1307 : create_neutron_initial_network 2022-08-24 15:21:08.957 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2022-08-24 15:21:08.962 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2022-08-24 15:21:08.974 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2022-08-24 15:21:08.983 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-08-24 15:21:12.272 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:12.272 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:12.272 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:12.272 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:12.427 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:12.430 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-08-24 15:21:12.430 | address-scope 2022-08-24 15:21:12.430 | router-admin-state-down-before-update 2022-08-24 15:21:12.430 | agent 2022-08-24 15:21:12.430 | agent-resources-synced 2022-08-24 15:21:12.431 | allowed-address-pairs 2022-08-24 15:21:12.431 | auto-allocated-topology 2022-08-24 15:21:12.431 | availability_zone 2022-08-24 15:21:12.431 | availability_zone_filter 2022-08-24 15:21:12.431 | default-subnetpools 2022-08-24 15:21:12.431 | dhcp_agent_scheduler 2022-08-24 15:21:12.431 | dvr 2022-08-24 15:21:12.431 | empty-string-filtering 2022-08-24 15:21:12.431 | external-net 2022-08-24 15:21:12.431 | extra_dhcp_opt 2022-08-24 15:21:12.431 | extraroute 2022-08-24 15:21:12.431 | extraroute-atomic 2022-08-24 15:21:12.431 | filter-validation 2022-08-24 15:21:12.431 | fip-port-details 2022-08-24 15:21:12.431 | flavors 2022-08-24 15:21:12.431 | floatingip-pools 2022-08-24 15:21:12.431 | ip-substring-filtering 2022-08-24 15:21:12.431 | router 2022-08-24 15:21:12.431 | ext-gw-mode 2022-08-24 15:21:12.431 | l3-ha 2022-08-24 15:21:12.431 | l3-flavors 2022-08-24 15:21:12.431 | l3-port-ip-change-not-allowed 2022-08-24 15:21:12.431 | l3_agent_scheduler 2022-08-24 15:21:12.431 | metering 2022-08-24 15:21:12.431 | metering_source_and_destination_fields 2022-08-24 15:21:12.431 | multi-provider 2022-08-24 15:21:12.431 | net-mtu 2022-08-24 15:21:12.431 | net-mtu-writable 2022-08-24 15:21:12.431 | network_availability_zone 2022-08-24 15:21:12.431 | network-ip-availability 2022-08-24 15:21:12.431 | pagination 2022-08-24 15:21:12.431 | port-device-profile 2022-08-24 15:21:12.431 | port-mac-override 2022-08-24 15:21:12.431 | port-mac-address-regenerate 2022-08-24 15:21:12.431 | port-numa-affinity-policy 2022-08-24 15:21:12.431 | binding 2022-08-24 15:21:12.431 | binding-extended 2022-08-24 15:21:12.432 | port-security 2022-08-24 15:21:12.432 | project-id 2022-08-24 15:21:12.432 | provider 2022-08-24 15:21:12.432 | quota-check-limit 2022-08-24 15:21:12.432 | quotas 2022-08-24 15:21:12.432 | quota_details 2022-08-24 15:21:12.432 | rbac-policies 2022-08-24 15:21:12.432 | rbac-address-group 2022-08-24 15:21:12.432 | rbac-address-scope 2022-08-24 15:21:12.432 | rbac-security-groups 2022-08-24 15:21:12.432 | rbac-subnetpool 2022-08-24 15:21:12.432 | revision-if-match 2022-08-24 15:21:12.432 | standard-attr-revisions 2022-08-24 15:21:12.432 | router_availability_zone 2022-08-24 15:21:12.432 | security-groups-normalized-cidr 2022-08-24 15:21:12.432 | port-security-groups-filtering 2022-08-24 15:21:12.432 | security-groups-remote-address-group 2022-08-24 15:21:12.432 | security-groups-shared-filtering 2022-08-24 15:21:12.432 | security-group 2022-08-24 15:21:12.432 | service-type 2022-08-24 15:21:12.432 | sorting 2022-08-24 15:21:12.432 | standard-attr-description 2022-08-24 15:21:12.432 | stateful-security-group 2022-08-24 15:21:12.432 | subnet_onboard 2022-08-24 15:21:12.432 | subnet-service-types 2022-08-24 15:21:12.432 | subnet_allocation 2022-08-24 15:21:12.432 | subnetpool-prefix-ops 2022-08-24 15:21:12.432 | standard-attr-tag 2022-08-24 15:21:12.432 | standard-attr-timestamp' 2022-08-24 15:21:12.435 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-08-24 15:21:12.435 | address-scope 2022-08-24 15:21:12.435 | router-admin-state-down-before-update 2022-08-24 15:21:12.435 | agent 2022-08-24 15:21:12.435 | agent-resources-synced 2022-08-24 15:21:12.435 | allowed-address-pairs 2022-08-24 15:21:12.435 | auto-allocated-topology 2022-08-24 15:21:12.435 | availability_zone 2022-08-24 15:21:12.435 | availability_zone_filter 2022-08-24 15:21:12.435 | default-subnetpools 2022-08-24 15:21:12.435 | dhcp_agent_scheduler 2022-08-24 15:21:12.435 | dvr 2022-08-24 15:21:12.435 | empty-string-filtering 2022-08-24 15:21:12.435 | external-net 2022-08-24 15:21:12.435 | extra_dhcp_opt 2022-08-24 15:21:12.435 | extraroute 2022-08-24 15:21:12.435 | extraroute-atomic 2022-08-24 15:21:12.435 | filter-validation 2022-08-24 15:21:12.435 | fip-port-details 2022-08-24 15:21:12.435 | flavors 2022-08-24 15:21:12.435 | floatingip-pools 2022-08-24 15:21:12.435 | ip-substring-filtering 2022-08-24 15:21:12.435 | router 2022-08-24 15:21:12.435 | ext-gw-mode 2022-08-24 15:21:12.435 | l3-ha 2022-08-24 15:21:12.435 | l3-flavors 2022-08-24 15:21:12.436 | l3-port-ip-change-not-allowed 2022-08-24 15:21:12.436 | l3_agent_scheduler 2022-08-24 15:21:12.436 | metering 2022-08-24 15:21:12.436 | metering_source_and_destination_fields 2022-08-24 15:21:12.436 | multi-provider 2022-08-24 15:21:12.436 | net-mtu 2022-08-24 15:21:12.436 | net-mtu-writable 2022-08-24 15:21:12.436 | network_availability_zone 2022-08-24 15:21:12.436 | network-ip-availability 2022-08-24 15:21:12.436 | pagination 2022-08-24 15:21:12.436 | port-device-profile 2022-08-24 15:21:12.436 | port-mac-override 2022-08-24 15:21:12.436 | port-mac-address-regenerate 2022-08-24 15:21:12.436 | port-numa-affinity-policy 2022-08-24 15:21:12.436 | binding 2022-08-24 15:21:12.436 | binding-extended 2022-08-24 15:21:12.436 | port-security 2022-08-24 15:21:12.436 | project-id 2022-08-24 15:21:12.436 | provider 2022-08-24 15:21:12.436 | quota-check-limit 2022-08-24 15:21:12.436 | quotas 2022-08-24 15:21:12.436 | quota_details 2022-08-24 15:21:12.436 | rbac-policies 2022-08-24 15:21:12.436 | rbac-address-group 2022-08-24 15:21:12.436 | rbac-address-scope 2022-08-24 15:21:12.436 | rbac-security-groups 2022-08-24 15:21:12.436 | rbac-subnetpool 2022-08-24 15:21:12.436 | revision-if-match 2022-08-24 15:21:12.436 | standard-attr-revisions 2022-08-24 15:21:12.436 | router_availability_zone 2022-08-24 15:21:12.436 | security-groups-normalized-cidr 2022-08-24 15:21:12.436 | port-security-groups-filtering 2022-08-24 15:21:12.436 | security-groups-remote-address-group 2022-08-24 15:21:12.436 | security-groups-shared-filtering 2022-08-24 15:21:12.436 | security-group 2022-08-24 15:21:12.437 | service-type 2022-08-24 15:21:12.437 | sorting 2022-08-24 15:21:12.437 | standard-attr-description 2022-08-24 15:21:12.437 | stateful-security-group 2022-08-24 15:21:12.437 | subnet_onboard 2022-08-24 15:21:12.437 | subnet-service-types 2022-08-24 15:21:12.437 | subnet_allocation 2022-08-24 15:21:12.437 | subnetpool-prefix-ops 2022-08-24 15:21:12.437 | standard-attr-tag 2022-08-24 15:21:12.437 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-08-24 15:21:12.438 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-08-24 15:21:12.441 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2022-08-24 15:21:12.444 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2022-08-24 15:21:12.447 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 172.20.0.0/16 --share --default -f value -c id 2022-08-24 15:21:15.632 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:15.632 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:15.632 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:15.632 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:15.774 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:15.777 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=6263d7e4-4e39-454b-a178-ba2378413d11 2022-08-24 15:21:15.780 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2022-08-24 15:21:15.783 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2022-08-24 15:21:15.786 | + functions-common:is_provider_network:2288 : '[' '' == True ']' 2022-08-24 15:21:15.788 | + functions-common:is_provider_network:2291 : return 1 2022-08-24 15:21:15.792 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2022-08-24 15:21:19.676 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:19.677 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:19.677 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:19.677 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:19.819 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:19.822 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=1344c305-45ed-4bc5-895d-c5349c2bc1fa 2022-08-24 15:21:19.825 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2022-08-24 15:21:19.827 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:21:19.846 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2022-08-24 15:21:19.849 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2022-08-24 15:21:19.852 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 6263d7e4-4e39-454b-a178-ba2378413d11 ']' 2022-08-24 15:21:19.855 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2022-08-24 15:21:19.859 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n 172.20.0.1 ]] 2022-08-24 15:21:19.861 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:253 : subnet_params+='--gateway 172.20.0.1 ' 2022-08-24 15:21:19.864 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 6263d7e4-4e39-454b-a178-ba2378413d11 ' 2022-08-24 15:21:19.869 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2022-08-24 15:21:19.869 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 1344c305-45ed-4bc5-895d-c5349c2bc1fa private-subnet' 2022-08-24 15:21:19.872 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2022-08-24 15:21:19.876 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --gateway 172.20.0.1 --subnet-pool 6263d7e4-4e39-454b-a178-ba2378413d11 --network 1344c305-45ed-4bc5-895d-c5349c2bc1fa private-subnet -f value -c id 2022-08-24 15:21:23.506 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:23.506 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:23.506 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:23.506 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:23.647 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:23.650 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=893f76fb-6755-4905-852e-416698fb6743 2022-08-24 15:21:23.653 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2022-08-24 15:21:23.658 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:21:23.675 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 893f76fb-6755-4905-852e-416698fb6743 2022-08-24 15:21:23.678 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=893f76fb-6755-4905-852e-416698fb6743 2022-08-24 15:21:23.681 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2022-08-24 15:21:23.685 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2022-08-24 15:21:23.688 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2022-08-24 15:21:23.692 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-08-24 15:21:26.364 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:26.364 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:26.364 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:26.364 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:26.499 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:26.502 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-08-24 15:21:26.502 | address-scope 2022-08-24 15:21:26.502 | router-admin-state-down-before-update 2022-08-24 15:21:26.502 | agent 2022-08-24 15:21:26.502 | agent-resources-synced 2022-08-24 15:21:26.502 | allowed-address-pairs 2022-08-24 15:21:26.502 | auto-allocated-topology 2022-08-24 15:21:26.502 | availability_zone 2022-08-24 15:21:26.502 | availability_zone_filter 2022-08-24 15:21:26.502 | default-subnetpools 2022-08-24 15:21:26.502 | dhcp_agent_scheduler 2022-08-24 15:21:26.502 | dvr 2022-08-24 15:21:26.503 | empty-string-filtering 2022-08-24 15:21:26.503 | external-net 2022-08-24 15:21:26.503 | extra_dhcp_opt 2022-08-24 15:21:26.503 | extraroute 2022-08-24 15:21:26.503 | extraroute-atomic 2022-08-24 15:21:26.503 | filter-validation 2022-08-24 15:21:26.503 | fip-port-details 2022-08-24 15:21:26.503 | flavors 2022-08-24 15:21:26.503 | floatingip-pools 2022-08-24 15:21:26.503 | ip-substring-filtering 2022-08-24 15:21:26.503 | router 2022-08-24 15:21:26.503 | ext-gw-mode 2022-08-24 15:21:26.503 | l3-ha 2022-08-24 15:21:26.503 | l3-flavors 2022-08-24 15:21:26.503 | l3-port-ip-change-not-allowed 2022-08-24 15:21:26.503 | l3_agent_scheduler 2022-08-24 15:21:26.503 | metering 2022-08-24 15:21:26.503 | metering_source_and_destination_fields 2022-08-24 15:21:26.503 | multi-provider 2022-08-24 15:21:26.503 | net-mtu 2022-08-24 15:21:26.503 | net-mtu-writable 2022-08-24 15:21:26.503 | network_availability_zone 2022-08-24 15:21:26.503 | network-ip-availability 2022-08-24 15:21:26.503 | pagination 2022-08-24 15:21:26.503 | port-device-profile 2022-08-24 15:21:26.503 | port-mac-override 2022-08-24 15:21:26.503 | port-mac-address-regenerate 2022-08-24 15:21:26.503 | port-numa-affinity-policy 2022-08-24 15:21:26.503 | binding 2022-08-24 15:21:26.503 | binding-extended 2022-08-24 15:21:26.503 | port-security 2022-08-24 15:21:26.503 | project-id 2022-08-24 15:21:26.503 | provider 2022-08-24 15:21:26.503 | quota-check-limit 2022-08-24 15:21:26.503 | quotas 2022-08-24 15:21:26.503 | quota_details 2022-08-24 15:21:26.503 | rbac-policies 2022-08-24 15:21:26.503 | rbac-address-group 2022-08-24 15:21:26.504 | rbac-address-scope 2022-08-24 15:21:26.504 | rbac-security-groups 2022-08-24 15:21:26.504 | rbac-subnetpool 2022-08-24 15:21:26.504 | revision-if-match 2022-08-24 15:21:26.504 | standard-attr-revisions 2022-08-24 15:21:26.504 | router_availability_zone 2022-08-24 15:21:26.504 | security-groups-normalized-cidr 2022-08-24 15:21:26.504 | port-security-groups-filtering 2022-08-24 15:21:26.504 | security-groups-remote-address-group 2022-08-24 15:21:26.504 | security-groups-shared-filtering 2022-08-24 15:21:26.504 | security-group 2022-08-24 15:21:26.504 | service-type 2022-08-24 15:21:26.504 | sorting 2022-08-24 15:21:26.504 | standard-attr-description 2022-08-24 15:21:26.504 | stateful-security-group 2022-08-24 15:21:26.504 | subnet_onboard 2022-08-24 15:21:26.504 | subnet-service-types 2022-08-24 15:21:26.504 | subnet_allocation 2022-08-24 15:21:26.504 | subnetpool-prefix-ops 2022-08-24 15:21:26.504 | standard-attr-tag 2022-08-24 15:21:26.504 | standard-attr-timestamp' 2022-08-24 15:21:26.506 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-08-24 15:21:26.506 | address-scope 2022-08-24 15:21:26.506 | router-admin-state-down-before-update 2022-08-24 15:21:26.506 | agent 2022-08-24 15:21:26.506 | agent-resources-synced 2022-08-24 15:21:26.506 | allowed-address-pairs 2022-08-24 15:21:26.506 | auto-allocated-topology 2022-08-24 15:21:26.506 | availability_zone 2022-08-24 15:21:26.506 | availability_zone_filter 2022-08-24 15:21:26.506 | default-subnetpools 2022-08-24 15:21:26.506 | dhcp_agent_scheduler 2022-08-24 15:21:26.506 | dvr 2022-08-24 15:21:26.507 | empty-string-filtering 2022-08-24 15:21:26.507 | external-net 2022-08-24 15:21:26.507 | extra_dhcp_opt 2022-08-24 15:21:26.507 | extraroute 2022-08-24 15:21:26.507 | extraroute-atomic 2022-08-24 15:21:26.507 | filter-validation 2022-08-24 15:21:26.507 | fip-port-details 2022-08-24 15:21:26.507 | flavors 2022-08-24 15:21:26.507 | floatingip-pools 2022-08-24 15:21:26.507 | ip-substring-filtering 2022-08-24 15:21:26.507 | router 2022-08-24 15:21:26.507 | ext-gw-mode 2022-08-24 15:21:26.507 | l3-ha 2022-08-24 15:21:26.507 | l3-flavors 2022-08-24 15:21:26.507 | l3-port-ip-change-not-allowed 2022-08-24 15:21:26.507 | l3_agent_scheduler 2022-08-24 15:21:26.507 | metering 2022-08-24 15:21:26.507 | metering_source_and_destination_fields 2022-08-24 15:21:26.507 | multi-provider 2022-08-24 15:21:26.507 | net-mtu 2022-08-24 15:21:26.507 | net-mtu-writable 2022-08-24 15:21:26.507 | network_availability_zone 2022-08-24 15:21:26.507 | network-ip-availability 2022-08-24 15:21:26.507 | pagination 2022-08-24 15:21:26.507 | port-device-profile 2022-08-24 15:21:26.507 | port-mac-override 2022-08-24 15:21:26.507 | port-mac-address-regenerate 2022-08-24 15:21:26.507 | port-numa-affinity-policy 2022-08-24 15:21:26.507 | binding 2022-08-24 15:21:26.507 | binding-extended 2022-08-24 15:21:26.507 | port-security 2022-08-24 15:21:26.507 | project-id 2022-08-24 15:21:26.507 | provider 2022-08-24 15:21:26.507 | quota-check-limit 2022-08-24 15:21:26.507 | quotas 2022-08-24 15:21:26.507 | quota_details 2022-08-24 15:21:26.507 | rbac-policies 2022-08-24 15:21:26.507 | rbac-address-group 2022-08-24 15:21:26.508 | rbac-address-scope 2022-08-24 15:21:26.508 | rbac-security-groups 2022-08-24 15:21:26.508 | rbac-subnetpool 2022-08-24 15:21:26.508 | revision-if-match 2022-08-24 15:21:26.508 | standard-attr-revisions 2022-08-24 15:21:26.508 | router_availability_zone 2022-08-24 15:21:26.508 | security-groups-normalized-cidr 2022-08-24 15:21:26.508 | port-security-groups-filtering 2022-08-24 15:21:26.508 | security-groups-remote-address-group 2022-08-24 15:21:26.508 | security-groups-shared-filtering 2022-08-24 15:21:26.508 | security-group 2022-08-24 15:21:26.508 | service-type 2022-08-24 15:21:26.508 | sorting 2022-08-24 15:21:26.508 | standard-attr-description 2022-08-24 15:21:26.508 | stateful-security-group 2022-08-24 15:21:26.508 | subnet_onboard 2022-08-24 15:21:26.508 | subnet-service-types 2022-08-24 15:21:26.508 | subnet_allocation 2022-08-24 15:21:26.508 | subnetpool-prefix-ops 2022-08-24 15:21:26.508 | standard-attr-tag 2022-08-24 15:21:26.508 | standard-attr-timestamp =~ router ]] 2022-08-24 15:21:26.509 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-08-24 15:21:26.512 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2022-08-24 15:21:26.514 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2022-08-24 15:21:26.518 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-08-24 15:21:29.167 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:29.167 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:29.167 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:29.167 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:29.305 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:29.309 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-08-24 15:21:29.309 | address-scope 2022-08-24 15:21:29.309 | router-admin-state-down-before-update 2022-08-24 15:21:29.309 | agent 2022-08-24 15:21:29.309 | agent-resources-synced 2022-08-24 15:21:29.309 | allowed-address-pairs 2022-08-24 15:21:29.309 | auto-allocated-topology 2022-08-24 15:21:29.309 | availability_zone 2022-08-24 15:21:29.310 | availability_zone_filter 2022-08-24 15:21:29.310 | default-subnetpools 2022-08-24 15:21:29.310 | dhcp_agent_scheduler 2022-08-24 15:21:29.310 | dvr 2022-08-24 15:21:29.310 | empty-string-filtering 2022-08-24 15:21:29.310 | external-net 2022-08-24 15:21:29.310 | extra_dhcp_opt 2022-08-24 15:21:29.310 | extraroute 2022-08-24 15:21:29.310 | extraroute-atomic 2022-08-24 15:21:29.310 | filter-validation 2022-08-24 15:21:29.310 | fip-port-details 2022-08-24 15:21:29.310 | flavors 2022-08-24 15:21:29.310 | floatingip-pools 2022-08-24 15:21:29.310 | ip-substring-filtering 2022-08-24 15:21:29.310 | router 2022-08-24 15:21:29.310 | ext-gw-mode 2022-08-24 15:21:29.310 | l3-ha 2022-08-24 15:21:29.310 | l3-flavors 2022-08-24 15:21:29.310 | l3-port-ip-change-not-allowed 2022-08-24 15:21:29.310 | l3_agent_scheduler 2022-08-24 15:21:29.310 | metering 2022-08-24 15:21:29.310 | metering_source_and_destination_fields 2022-08-24 15:21:29.310 | multi-provider 2022-08-24 15:21:29.310 | net-mtu 2022-08-24 15:21:29.310 | net-mtu-writable 2022-08-24 15:21:29.310 | network_availability_zone 2022-08-24 15:21:29.310 | network-ip-availability 2022-08-24 15:21:29.310 | pagination 2022-08-24 15:21:29.310 | port-device-profile 2022-08-24 15:21:29.310 | port-mac-override 2022-08-24 15:21:29.310 | port-mac-address-regenerate 2022-08-24 15:21:29.310 | port-numa-affinity-policy 2022-08-24 15:21:29.310 | binding 2022-08-24 15:21:29.310 | binding-extended 2022-08-24 15:21:29.310 | port-security 2022-08-24 15:21:29.310 | project-id 2022-08-24 15:21:29.310 | provider 2022-08-24 15:21:29.311 | quota-check-limit 2022-08-24 15:21:29.311 | quotas 2022-08-24 15:21:29.311 | quota_details 2022-08-24 15:21:29.311 | rbac-policies 2022-08-24 15:21:29.311 | rbac-address-group 2022-08-24 15:21:29.311 | rbac-address-scope 2022-08-24 15:21:29.311 | rbac-security-groups 2022-08-24 15:21:29.311 | rbac-subnetpool 2022-08-24 15:21:29.311 | revision-if-match 2022-08-24 15:21:29.311 | standard-attr-revisions 2022-08-24 15:21:29.311 | router_availability_zone 2022-08-24 15:21:29.311 | security-groups-normalized-cidr 2022-08-24 15:21:29.311 | port-security-groups-filtering 2022-08-24 15:21:29.311 | security-groups-remote-address-group 2022-08-24 15:21:29.311 | security-groups-shared-filtering 2022-08-24 15:21:29.311 | security-group 2022-08-24 15:21:29.311 | service-type 2022-08-24 15:21:29.311 | sorting 2022-08-24 15:21:29.311 | standard-attr-description 2022-08-24 15:21:29.311 | stateful-security-group 2022-08-24 15:21:29.311 | subnet_onboard 2022-08-24 15:21:29.311 | subnet-service-types 2022-08-24 15:21:29.311 | subnet_allocation 2022-08-24 15:21:29.311 | subnetpool-prefix-ops 2022-08-24 15:21:29.311 | standard-attr-tag 2022-08-24 15:21:29.311 | standard-attr-timestamp' 2022-08-24 15:21:29.314 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-08-24 15:21:29.314 | address-scope 2022-08-24 15:21:29.314 | router-admin-state-down-before-update 2022-08-24 15:21:29.314 | agent 2022-08-24 15:21:29.314 | agent-resources-synced 2022-08-24 15:21:29.314 | allowed-address-pairs 2022-08-24 15:21:29.314 | auto-allocated-topology 2022-08-24 15:21:29.314 | availability_zone 2022-08-24 15:21:29.314 | availability_zone_filter 2022-08-24 15:21:29.314 | default-subnetpools 2022-08-24 15:21:29.314 | dhcp_agent_scheduler 2022-08-24 15:21:29.314 | dvr 2022-08-24 15:21:29.314 | empty-string-filtering 2022-08-24 15:21:29.314 | external-net 2022-08-24 15:21:29.314 | extra_dhcp_opt 2022-08-24 15:21:29.314 | extraroute 2022-08-24 15:21:29.314 | extraroute-atomic 2022-08-24 15:21:29.314 | filter-validation 2022-08-24 15:21:29.314 | fip-port-details 2022-08-24 15:21:29.314 | flavors 2022-08-24 15:21:29.314 | floatingip-pools 2022-08-24 15:21:29.314 | ip-substring-filtering 2022-08-24 15:21:29.314 | router 2022-08-24 15:21:29.314 | ext-gw-mode 2022-08-24 15:21:29.314 | l3-ha 2022-08-24 15:21:29.314 | l3-flavors 2022-08-24 15:21:29.314 | l3-port-ip-change-not-allowed 2022-08-24 15:21:29.314 | l3_agent_scheduler 2022-08-24 15:21:29.314 | metering 2022-08-24 15:21:29.314 | metering_source_and_destination_fields 2022-08-24 15:21:29.314 | multi-provider 2022-08-24 15:21:29.315 | net-mtu 2022-08-24 15:21:29.315 | net-mtu-writable 2022-08-24 15:21:29.315 | network_availability_zone 2022-08-24 15:21:29.315 | network-ip-availability 2022-08-24 15:21:29.315 | pagination 2022-08-24 15:21:29.315 | port-device-profile 2022-08-24 15:21:29.315 | port-mac-override 2022-08-24 15:21:29.315 | port-mac-address-regenerate 2022-08-24 15:21:29.315 | port-numa-affinity-policy 2022-08-24 15:21:29.315 | binding 2022-08-24 15:21:29.315 | binding-extended 2022-08-24 15:21:29.315 | port-security 2022-08-24 15:21:29.315 | project-id 2022-08-24 15:21:29.315 | provider 2022-08-24 15:21:29.315 | quota-check-limit 2022-08-24 15:21:29.315 | quotas 2022-08-24 15:21:29.315 | quota_details 2022-08-24 15:21:29.315 | rbac-policies 2022-08-24 15:21:29.315 | rbac-address-group 2022-08-24 15:21:29.315 | rbac-address-scope 2022-08-24 15:21:29.315 | rbac-security-groups 2022-08-24 15:21:29.315 | rbac-subnetpool 2022-08-24 15:21:29.315 | revision-if-match 2022-08-24 15:21:29.315 | standard-attr-revisions 2022-08-24 15:21:29.315 | router_availability_zone 2022-08-24 15:21:29.315 | security-groups-normalized-cidr 2022-08-24 15:21:29.315 | port-security-groups-filtering 2022-08-24 15:21:29.315 | security-groups-remote-address-group 2022-08-24 15:21:29.315 | security-groups-shared-filtering 2022-08-24 15:21:29.315 | security-group 2022-08-24 15:21:29.315 | service-type 2022-08-24 15:21:29.315 | sorting 2022-08-24 15:21:29.315 | standard-attr-description 2022-08-24 15:21:29.315 | stateful-security-group 2022-08-24 15:21:29.315 | subnet_onboard 2022-08-24 15:21:29.315 | subnet-service-types 2022-08-24 15:21:29.315 | subnet_allocation 2022-08-24 15:21:29.315 | subnetpool-prefix-ops 2022-08-24 15:21:29.316 | standard-attr-tag 2022-08-24 15:21:29.316 | standard-attr-timestamp =~ external-net ]] 2022-08-24 15:21:29.316 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-08-24 15:21:29.319 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2022-08-24 15:21:29.323 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2022-08-24 15:21:32.431 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:32.431 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:32.431 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:32.431 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:32.574 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:32.577 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=401e4ab3-80f9-43ab-8549-b805fbb3303d 2022-08-24 15:21:32.580 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2022-08-24 15:21:32.583 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:21:32.605 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2022-08-24 15:21:32.609 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2022-08-24 15:21:32.614 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2022-08-24 15:21:32.618 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2022-08-24 15:21:35.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:35.195 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:35.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:35.195 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:35.324 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:35.327 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2022-08-24 15:21:35.327 | address-scope 2022-08-24 15:21:35.327 | router-admin-state-down-before-update 2022-08-24 15:21:35.327 | agent 2022-08-24 15:21:35.327 | agent-resources-synced 2022-08-24 15:21:35.327 | allowed-address-pairs 2022-08-24 15:21:35.327 | auto-allocated-topology 2022-08-24 15:21:35.327 | availability_zone 2022-08-24 15:21:35.327 | availability_zone_filter 2022-08-24 15:21:35.327 | default-subnetpools 2022-08-24 15:21:35.327 | dhcp_agent_scheduler 2022-08-24 15:21:35.327 | dvr 2022-08-24 15:21:35.327 | empty-string-filtering 2022-08-24 15:21:35.327 | external-net 2022-08-24 15:21:35.327 | extra_dhcp_opt 2022-08-24 15:21:35.327 | extraroute 2022-08-24 15:21:35.327 | extraroute-atomic 2022-08-24 15:21:35.328 | filter-validation 2022-08-24 15:21:35.328 | fip-port-details 2022-08-24 15:21:35.328 | flavors 2022-08-24 15:21:35.328 | floatingip-pools 2022-08-24 15:21:35.328 | ip-substring-filtering 2022-08-24 15:21:35.328 | router 2022-08-24 15:21:35.328 | ext-gw-mode 2022-08-24 15:21:35.328 | l3-ha 2022-08-24 15:21:35.328 | l3-flavors 2022-08-24 15:21:35.328 | l3-port-ip-change-not-allowed 2022-08-24 15:21:35.328 | l3_agent_scheduler 2022-08-24 15:21:35.328 | metering 2022-08-24 15:21:35.328 | metering_source_and_destination_fields 2022-08-24 15:21:35.328 | multi-provider 2022-08-24 15:21:35.328 | net-mtu 2022-08-24 15:21:35.328 | net-mtu-writable 2022-08-24 15:21:35.328 | network_availability_zone 2022-08-24 15:21:35.328 | network-ip-availability 2022-08-24 15:21:35.328 | pagination 2022-08-24 15:21:35.328 | port-device-profile 2022-08-24 15:21:35.328 | port-mac-override 2022-08-24 15:21:35.328 | port-mac-address-regenerate 2022-08-24 15:21:35.328 | port-numa-affinity-policy 2022-08-24 15:21:35.328 | binding 2022-08-24 15:21:35.328 | binding-extended 2022-08-24 15:21:35.328 | port-security 2022-08-24 15:21:35.328 | project-id 2022-08-24 15:21:35.328 | provider 2022-08-24 15:21:35.328 | quota-check-limit 2022-08-24 15:21:35.328 | quotas 2022-08-24 15:21:35.328 | quota_details 2022-08-24 15:21:35.328 | rbac-policies 2022-08-24 15:21:35.328 | rbac-address-group 2022-08-24 15:21:35.328 | rbac-address-scope 2022-08-24 15:21:35.328 | rbac-security-groups 2022-08-24 15:21:35.328 | rbac-subnetpool 2022-08-24 15:21:35.328 | revision-if-match 2022-08-24 15:21:35.328 | standard-attr-revisions 2022-08-24 15:21:35.329 | router_availability_zone 2022-08-24 15:21:35.329 | security-groups-normalized-cidr 2022-08-24 15:21:35.329 | port-security-groups-filtering 2022-08-24 15:21:35.329 | security-groups-remote-address-group 2022-08-24 15:21:35.329 | security-groups-shared-filtering 2022-08-24 15:21:35.329 | security-group 2022-08-24 15:21:35.329 | service-type 2022-08-24 15:21:35.329 | sorting 2022-08-24 15:21:35.329 | standard-attr-description 2022-08-24 15:21:35.329 | stateful-security-group 2022-08-24 15:21:35.329 | subnet_onboard 2022-08-24 15:21:35.329 | subnet-service-types 2022-08-24 15:21:35.329 | subnet_allocation 2022-08-24 15:21:35.329 | subnetpool-prefix-ops 2022-08-24 15:21:35.329 | standard-attr-tag 2022-08-24 15:21:35.329 | standard-attr-timestamp' 2022-08-24 15:21:35.330 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2022-08-24 15:21:35.330 | address-scope 2022-08-24 15:21:35.330 | router-admin-state-down-before-update 2022-08-24 15:21:35.330 | agent 2022-08-24 15:21:35.330 | agent-resources-synced 2022-08-24 15:21:35.330 | allowed-address-pairs 2022-08-24 15:21:35.330 | auto-allocated-topology 2022-08-24 15:21:35.330 | availability_zone 2022-08-24 15:21:35.330 | availability_zone_filter 2022-08-24 15:21:35.330 | default-subnetpools 2022-08-24 15:21:35.330 | dhcp_agent_scheduler 2022-08-24 15:21:35.330 | dvr 2022-08-24 15:21:35.330 | empty-string-filtering 2022-08-24 15:21:35.330 | external-net 2022-08-24 15:21:35.330 | extra_dhcp_opt 2022-08-24 15:21:35.330 | extraroute 2022-08-24 15:21:35.330 | extraroute-atomic 2022-08-24 15:21:35.330 | filter-validation 2022-08-24 15:21:35.330 | fip-port-details 2022-08-24 15:21:35.330 | flavors 2022-08-24 15:21:35.330 | floatingip-pools 2022-08-24 15:21:35.330 | ip-substring-filtering 2022-08-24 15:21:35.330 | router 2022-08-24 15:21:35.330 | ext-gw-mode 2022-08-24 15:21:35.330 | l3-ha 2022-08-24 15:21:35.330 | l3-flavors 2022-08-24 15:21:35.330 | l3-port-ip-change-not-allowed 2022-08-24 15:21:35.330 | l3_agent_scheduler 2022-08-24 15:21:35.330 | metering 2022-08-24 15:21:35.331 | metering_source_and_destination_fields 2022-08-24 15:21:35.331 | multi-provider 2022-08-24 15:21:35.331 | net-mtu 2022-08-24 15:21:35.331 | net-mtu-writable 2022-08-24 15:21:35.331 | network_availability_zone 2022-08-24 15:21:35.331 | network-ip-availability 2022-08-24 15:21:35.331 | pagination 2022-08-24 15:21:35.331 | port-device-profile 2022-08-24 15:21:35.331 | port-mac-override 2022-08-24 15:21:35.331 | port-mac-address-regenerate 2022-08-24 15:21:35.331 | port-numa-affinity-policy 2022-08-24 15:21:35.331 | binding 2022-08-24 15:21:35.331 | binding-extended 2022-08-24 15:21:35.331 | port-security 2022-08-24 15:21:35.331 | project-id 2022-08-24 15:21:35.331 | provider 2022-08-24 15:21:35.331 | quota-check-limit 2022-08-24 15:21:35.331 | quotas 2022-08-24 15:21:35.331 | quota_details 2022-08-24 15:21:35.331 | rbac-policies 2022-08-24 15:21:35.331 | rbac-address-group 2022-08-24 15:21:35.331 | rbac-address-scope 2022-08-24 15:21:35.331 | rbac-security-groups 2022-08-24 15:21:35.331 | rbac-subnetpool 2022-08-24 15:21:35.331 | revision-if-match 2022-08-24 15:21:35.331 | standard-attr-revisions 2022-08-24 15:21:35.331 | router_availability_zone 2022-08-24 15:21:35.331 | security-groups-normalized-cidr 2022-08-24 15:21:35.331 | port-security-groups-filtering 2022-08-24 15:21:35.331 | security-groups-remote-address-group 2022-08-24 15:21:35.331 | security-groups-shared-filtering 2022-08-24 15:21:35.331 | security-group 2022-08-24 15:21:35.331 | service-type 2022-08-24 15:21:35.331 | sorting 2022-08-24 15:21:35.331 | standard-attr-description 2022-08-24 15:21:35.331 | stateful-security-group 2022-08-24 15:21:35.331 | subnet_onboard 2022-08-24 15:21:35.331 | subnet-service-types 2022-08-24 15:21:35.331 | subnet_allocation 2022-08-24 15:21:35.332 | subnetpool-prefix-ops 2022-08-24 15:21:35.332 | standard-attr-tag 2022-08-24 15:21:35.332 | standard-attr-timestamp =~ auto-allocated-topology ]] 2022-08-24 15:21:35.333 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2022-08-24 15:21:35.335 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2022-08-24 15:21:35.338 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2022-08-24 15:21:35.342 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type flat --provider-physical-network physnet1 -f value -c id 2022-08-24 15:21:38.504 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:38.504 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:38.504 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:38.504 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:38.640 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:38.643 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05 2022-08-24 15:21:38.646 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2022-08-24 15:21:38.648 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:21:38.666 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2022-08-24 15:21:38.669 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2022-08-24 15:21:38.672 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 401e4ab3-80f9-43ab-8549-b805fbb3303d 893f76fb-6755-4905-852e-416698fb6743 2022-08-24 15:21:43.457 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:43.457 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:43.457 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:43.458 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:43.594 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2022-08-24 15:21:43.597 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05 2022-08-24 15:21:43.600 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2022-08-24 15:21:43.603 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+=' ' 2022-08-24 15:21:43.605 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 172.26.2.1 ]] 2022-08-24 15:21:43.608 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 172.26.2.1 ' 2022-08-24 15:21:43.611 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05 --subnet-range 172.26.2.0/24 --no-dhcp ' 2022-08-24 15:21:43.613 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2022-08-24 15:21:43.615 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2022-08-24 15:21:43.620 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2022-08-24 15:21:43.621 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --gateway 172.26.2.1 --network c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05 --subnet-range 172.26.2.0/24 --no-dhcp public-subnet 2022-08-24 15:21:47.081 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:47.081 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:47.081 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:47.081 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:47.222 | +++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:47.225 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 172.26.2.1 | 2022-08-24 15:21:47.225 | | id | 2454917b-c098-4882-9259-4b75394e28b9 |' 2022-08-24 15:21:47.228 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2022-08-24 15:21:47.231 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:21:47.249 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 172.26.2.1 '|' '|' id '|' 2454917b-c098-4882-9259-4b75394e28b9 '|' 2022-08-24 15:21:47.252 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 172.26.2.1 | | id | 2454917b-c098-4882-9259-4b75394e28b9 |' 2022-08-24 15:21:47.255 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2022-08-24 15:21:47.260 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2022-08-24 15:21:47.260 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 172.26.2.1 '|' '|' id '|' 2454917b-c098-4882-9259-4b75394e28b9 '|' 2022-08-24 15:21:47.264 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:21:47.267 | ++ functions-common:get_field:812 : read data 2022-08-24 15:21:47.269 | ++ functions-common:get_field:813 : '[' 2 -lt 0 ']' 2022-08-24 15:21:47.273 | ++ functions-common:get_field:816 : field='$3' 2022-08-24 15:21:47.276 | ++ functions-common:get_field:818 : echo '| gateway_ip | 172.26.2.1 | | id | 2454917b-c098-4882-9259-4b75394e28b9 |' 2022-08-24 15:21:47.276 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2022-08-24 15:21:47.284 | ++ functions-common:get_field:812 : read data 2022-08-24 15:21:47.288 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=172.26.2.1 2022-08-24 15:21:47.292 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 172.26.2.1 '|' '|' id '|' 2454917b-c098-4882-9259-4b75394e28b9 '|' 2022-08-24 15:21:47.292 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2022-08-24 15:21:47.295 | ++ functions-common:get_field:811 : local data field 2022-08-24 15:21:47.297 | ++ functions-common:get_field:812 : read data 2022-08-24 15:21:47.299 | ++ functions-common:get_field:813 : '[' 5 -lt 0 ']' 2022-08-24 15:21:47.302 | ++ functions-common:get_field:816 : field='$6' 2022-08-24 15:21:47.305 | ++ functions-common:get_field:818 : echo '| gateway_ip | 172.26.2.1 | | id | 2454917b-c098-4882-9259-4b75394e28b9 |' 2022-08-24 15:21:47.306 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2022-08-24 15:21:47.312 | ++ functions-common:get_field:812 : read data 2022-08-24 15:21:47.315 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=2454917b-c098-4882-9259-4b75394e28b9 2022-08-24 15:21:47.318 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05 401e4ab3-80f9-43ab-8549-b805fbb3303d 2022-08-24 15:21:52.067 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:52.067 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:52.067 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:52.067 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:52.204 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2022-08-24 15:21:52.207 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2022-08-24 15:21:52.232 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:52.239 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2022-08-24 15:21:52.242 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2022-08-24 15:21:52.249 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2022-08-24 15:21:52.256 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2022-08-24 15:21:52.264 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2022-08-24 15:21:52.269 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-data other_config:disable-in-band=true 2022-08-24 15:21:52.295 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-data 2022-08-24 15:21:52.298 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-data 2022-08-24 15:21:52.301 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-data != \n\o\n\e ]] 2022-08-24 15:21:52.305 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2022-08-24 15:21:52.308 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-data' 2022-08-24 15:21:52.311 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-data' 'br-data creation failed' 2022-08-24 15:21:52.314 | + functions-common:test_with_retry:2377 : local 'testcmd=ip -o link | grep -q br-data' 2022-08-24 15:21:52.321 | + functions-common:test_with_retry:2378 : local 'failmsg=br-data creation failed' 2022-08-24 15:21:52.324 | + functions-common:test_with_retry:2379 : local until=10 2022-08-24 15:21:52.327 | + functions-common:test_with_retry:2380 : local sleep=0.5 2022-08-24 15:21:52.330 | + functions-common:test_with_retry:2382 : time_start test_with_retry 2022-08-24 15:21:52.333 | + functions-common:time_start:2425 : local name=test_with_retry 2022-08-24 15:21:52.336 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:52.339 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:52.345 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:52.352 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354512347 2022-08-24 15:21:52.355 | + functions-common:test_with_retry:2383 : timeout 10 sh -c 'while ! ip -o link | grep -q br-data; do sleep 0.5; done' 2022-08-24 15:21:52.364 | + functions-common:test_with_retry:2386 : time_stop test_with_retry 2022-08-24 15:21:52.369 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:52.374 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:52.377 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:52.380 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:52.383 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:52.387 | + functions-common:time_stop:2445 : name=test_with_retry 2022-08-24 15:21:52.390 | + functions-common:time_stop:2446 : start_time=1661354512347 2022-08-24 15:21:52.393 | + functions-common:time_stop:2448 : [[ -z 1661354512347 ]] 2022-08-24 15:21:52.397 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:52.403 | + functions-common:time_stop:2451 : end_time=1661354512399 2022-08-24 15:21:52.406 | + functions-common:time_stop:2452 : elapsed_time=52 2022-08-24 15:21:52.411 | + functions-common:time_stop:2453 : total=6120 2022-08-24 15:21:52.414 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:52.416 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6172 2022-08-24 15:21:52.422 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-data 2022-08-24 15:21:52.423 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 172.26.2.1 2022-08-24 15:21:52.430 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2022-08-24 15:21:52.433 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2022-08-24 15:21:52.436 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2022-08-24 15:21:52.440 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \T\r\u\e ]] 2022-08-24 15:21:52.442 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:347 : sudo ip addr add 172.26.2.1/24 dev br-data 2022-08-24 15:21:52.461 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : sudo ip link set br-data up 2022-08-24 15:21:52.478 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2022-08-24 15:21:52.480 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2022-08-24 15:21:52.480 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2022-08-24 15:21:52.484 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2022-08-24 15:21:55.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:55.200 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:55.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:21:55.200 | from cryptography.utils import int_from_bytes 2022-08-24 15:21:55.328 | ++ functions-common:oscwrap:2479 : return 0 2022-08-24 15:21:55.333 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 172.26.2.231 ' 2022-08-24 15:21:55.335 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2022-08-24 15:21:55.338 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-24 15:21:55.356 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2022-08-24 15:21:55.359 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2022-08-24 15:21:55.361 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2022-08-24 15:21:55.364 | + ./stack.sh:main:1312 : is_service_enabled nova 2022-08-24 15:21:55.383 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:55.385 | + ./stack.sh:main:1313 : echo_summary 'Starting Nova' 2022-08-24 15:21:55.388 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:21:55.391 | + ./stack.sh:echo_summary:441 : echo -e Starting Nova 2022-08-24 15:21:55.393 | + ./stack.sh:main:1314 : start_nova 2022-08-24 15:21:55.396 | + lib/nova:start_nova:1132 : start_nova_rest 2022-08-24 15:21:55.399 | + lib/nova:start_nova_rest:1041 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:55.402 | + lib/nova:start_nova_rest:1042 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:55.404 | + lib/nova:start_nova_rest:1042 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:55.407 | + lib/nova:start_nova_rest:1044 : local compute_cell_conf=/etc/nova/nova.conf 2022-08-24 15:21:55.410 | + lib/nova:start_nova_rest:1046 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.413 | + functions-common:run_process:1693 : local service=n-sch 2022-08-24 15:21:55.415 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.419 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:55.422 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:55.424 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:55.427 | + functions-common:run_process:1699 : local name=n-sch 2022-08-24 15:21:55.430 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:55.432 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:55.435 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:55.438 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:55.441 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:55.446 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354515443 2022-08-24 15:21:55.449 | + functions-common:run_process:1702 : is_service_enabled n-sch 2022-08-24 15:21:55.466 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:55.469 | + functions-common:run_process:1703 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2022-08-24 15:21:55.483 | + functions-common:_run_under_systemd:1653 : local service=n-sch 2022-08-24 15:21:55.483 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.483 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.483 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.483 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.486 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2022-08-24 15:21:55.488 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-08-24 15:21:55.491 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-sch.service 2022-08-24 15:21:55.493 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:55.496 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:55.499 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:55.501 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:55.504 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-08-24 15:21:55.507 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' ubuntu '' 2022-08-24 15:21:55.509 | + functions-common:write_user_unit_file:1562 : local service=devstack@n-sch.service 2022-08-24 15:21:55.512 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.514 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:21:55.517 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:21:55.519 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:21:55.521 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:21:55.524 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:21:55.526 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2022-08-24 15:21:55.529 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:21:55.533 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2022-08-24 15:21:55.601 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User ubuntu 2022-08-24 15:21:55.670 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2022-08-24 15:21:55.730 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2022-08-24 15:21:55.788 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2022-08-24 15:21:55.849 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:21:55.910 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:21:55.912 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:21:55.915 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2022-08-24 15:21:55.994 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:21:56.433 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-sch.service 2022-08-24 15:21:56.447 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2022-08-24 15:21:56.858 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-sch.service 2022-08-24 15:21:56.881 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:56.884 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:56.888 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:56.890 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:56.893 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:56.896 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:56.898 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:56.902 | + functions-common:time_stop:2446 : start_time=1661354515443 2022-08-24 15:21:56.904 | + functions-common:time_stop:2448 : [[ -z 1661354515443 ]] 2022-08-24 15:21:56.908 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:56.913 | + functions-common:time_stop:2451 : end_time=1661354516910 2022-08-24 15:21:56.915 | + functions-common:time_stop:2452 : elapsed_time=1467 2022-08-24 15:21:56.919 | + functions-common:time_stop:2453 : total=23100 2022-08-24 15:21:56.921 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:56.925 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=24567 2022-08-24 15:21:56.927 | + lib/nova:start_nova_rest:1047 : '[' True == False ']' 2022-08-24 15:21:56.930 | ++ lib/nova:start_nova_rest:1050 : which uwsgi 2022-08-24 15:21:56.935 | + lib/nova:start_nova_rest:1050 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:56.938 | + functions-common:run_process:1693 : local service=n-api-meta 2022-08-24 15:21:56.942 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:56.945 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:56.949 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:56.957 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:56.957 | + functions-common:run_process:1699 : local name=n-api-meta 2022-08-24 15:21:56.957 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:56.959 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:56.962 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:56.965 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:56.969 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:56.973 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354516971 2022-08-24 15:21:56.976 | + functions-common:run_process:1702 : is_service_enabled n-api-meta 2022-08-24 15:21:56.995 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:57.000 | + functions-common:run_process:1703 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2022-08-24 15:21:57.000 | + functions-common:_run_under_systemd:1653 : local service=n-api-meta 2022-08-24 15:21:57.003 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:57.005 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:57.008 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:57.011 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:57.013 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2022-08-24 15:21:57.016 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2022-08-24 15:21:57.018 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-api-meta.service 2022-08-24 15:21:57.021 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:57.024 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:57.027 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:57.029 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:57.032 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2022-08-24 15:21:57.034 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' ubuntu '' 2022-08-24 15:21:57.037 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@n-api-meta.service 2022-08-24 15:21:57.039 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:57.042 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-24 15:21:57.045 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-24 15:21:57.048 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-24 15:21:57.050 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2022-08-24 15:21:57.052 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-24 15:21:57.058 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2022-08-24 15:21:57.129 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2022-08-24 15:21:57.202 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User ubuntu 2022-08-24 15:21:57.262 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2022-08-24 15:21:57.335 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:21:57.399 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2022-08-24 15:21:57.463 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2022-08-24 15:21:57.537 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2022-08-24 15:21:57.602 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2022-08-24 15:21:57.661 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2022-08-24 15:21:57.723 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-24 15:21:57.725 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-24 15:21:57.728 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2022-08-24 15:21:57.804 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-24 15:21:58.260 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-api-meta.service 2022-08-24 15:21:58.275 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2022-08-24 15:21:58.693 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-api-meta.service 2022-08-24 15:21:58.776 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:58.780 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:58.783 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:58.787 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:58.793 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:58.799 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:58.805 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:58.812 | + functions-common:time_stop:2446 : start_time=1661354516971 2022-08-24 15:21:58.816 | + functions-common:time_stop:2448 : [[ -z 1661354516971 ]] 2022-08-24 15:21:58.820 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:58.825 | + functions-common:time_stop:2451 : end_time=1661354518822 2022-08-24 15:21:58.828 | + functions-common:time_stop:2452 : elapsed_time=1851 2022-08-24 15:21:58.831 | + functions-common:time_stop:2453 : total=24567 2022-08-24 15:21:58.834 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:58.837 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=26418 2022-08-24 15:21:58.841 | + lib/nova:start_nova_rest:1053 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:58.843 | + lib/nova:start_nova_rest:1053 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:58.847 | + lib/nova:start_nova:1133 : start_nova_console_proxies 2022-08-24 15:21:58.851 | + lib/nova:start_nova_console_proxies:1068 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:58.853 | + lib/nova:start_nova_console_proxies:1070 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:58.857 | + lib/nova:start_nova_console_proxies:1070 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:58.860 | + lib/nova:start_nova_console_proxies:1072 : local api_cell_conf=/etc/nova/nova.conf 2022-08-24 15:21:58.862 | + lib/nova:start_nova_console_proxies:1074 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:21:58.865 | + lib/nova:start_nova_console_proxies:1079 : enable_nova_console_proxies 2022-08-24 15:21:58.870 | ++ lib/nova:enable_nova_console_proxies:1057 : seq 1 1 2022-08-24 15:21:58.876 | + lib/nova:enable_nova_console_proxies:1057 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:21:58.879 | + lib/nova:enable_nova_console_proxies:1058 : for srv in n-novnc n-spice n-sproxy 2022-08-24 15:21:58.882 | + lib/nova:enable_nova_console_proxies:1059 : is_service_enabled n-novnc 2022-08-24 15:21:58.903 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:21:58.906 | + lib/nova:enable_nova_console_proxies:1058 : for srv in n-novnc n-spice n-sproxy 2022-08-24 15:21:58.909 | + lib/nova:enable_nova_console_proxies:1059 : is_service_enabled n-spice 2022-08-24 15:21:58.932 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:21:58.935 | + lib/nova:enable_nova_console_proxies:1058 : for srv in n-novnc n-spice n-sproxy 2022-08-24 15:21:58.938 | + lib/nova:enable_nova_console_proxies:1059 : is_service_enabled n-sproxy 2022-08-24 15:21:58.960 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:21:58.966 | ++ lib/nova:start_nova_console_proxies:1080 : seq 1 1 2022-08-24 15:21:58.969 | + lib/nova:start_nova_console_proxies:1080 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:21:58.972 | + lib/nova:start_nova_console_proxies:1081 : local conf 2022-08-24 15:21:58.978 | ++ lib/nova:start_nova_console_proxies:1082 : conductor_conf 1 2022-08-24 15:21:58.978 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-24 15:21:58.986 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-24 15:21:58.987 | + lib/nova:start_nova_console_proxies:1082 : conf=/etc/nova/nova_cell1.conf 2022-08-24 15:21:58.989 | + lib/nova:start_nova_console_proxies:1083 : run_process n-novnc-cell1 '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-08-24 15:21:58.994 | + functions-common:run_process:1693 : local service=n-novnc-cell1 2022-08-24 15:21:58.996 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-08-24 15:21:58.999 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:59.003 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:59.006 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:59.010 | + functions-common:run_process:1699 : local name=n-novnc-cell1 2022-08-24 15:21:59.011 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:59.017 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:59.022 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:59.022 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:59.030 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:59.033 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354519028 2022-08-24 15:21:59.033 | + functions-common:run_process:1702 : is_service_enabled n-novnc-cell1 2022-08-24 15:21:59.060 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:21:59.063 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:59.066 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:59.068 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:59.071 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:59.074 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:59.076 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:59.079 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:59.082 | + functions-common:time_stop:2446 : start_time=1661354519028 2022-08-24 15:21:59.084 | + functions-common:time_stop:2448 : [[ -z 1661354519028 ]] 2022-08-24 15:21:59.090 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:59.093 | + functions-common:time_stop:2451 : end_time=1661354519089 2022-08-24 15:21:59.095 | + functions-common:time_stop:2452 : elapsed_time=61 2022-08-24 15:21:59.098 | + functions-common:time_stop:2453 : total=26418 2022-08-24 15:21:59.101 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:59.103 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=26479 2022-08-24 15:21:59.106 | + lib/nova:start_nova_console_proxies:1084 : run_process n-spice-cell1 '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-08-24 15:21:59.109 | + functions-common:run_process:1693 : local service=n-spice-cell1 2022-08-24 15:21:59.111 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova_cell1.conf --web ' 2022-08-24 15:21:59.114 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:59.117 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:59.119 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:59.123 | + functions-common:run_process:1699 : local name=n-spice-cell1 2022-08-24 15:21:59.125 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:59.128 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:59.130 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:59.133 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:59.139 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:59.142 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354519139 2022-08-24 15:21:59.145 | + functions-common:run_process:1702 : is_service_enabled n-spice-cell1 2022-08-24 15:21:59.165 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:21:59.174 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:59.175 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:59.175 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:59.178 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:59.183 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:59.186 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:59.186 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:59.190 | + functions-common:time_stop:2446 : start_time=1661354519139 2022-08-24 15:21:59.193 | + functions-common:time_stop:2448 : [[ -z 1661354519139 ]] 2022-08-24 15:21:59.198 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:59.202 | + functions-common:time_stop:2451 : end_time=1661354519197 2022-08-24 15:21:59.206 | + functions-common:time_stop:2452 : elapsed_time=58 2022-08-24 15:21:59.206 | + functions-common:time_stop:2453 : total=26479 2022-08-24 15:21:59.210 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:59.210 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=26537 2022-08-24 15:21:59.214 | + lib/nova:start_nova_console_proxies:1085 : run_process n-sproxy-cell1 '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:21:59.217 | + functions-common:run_process:1693 : local service=n-sproxy-cell1 2022-08-24 15:21:59.222 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:21:59.222 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:59.226 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:59.228 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:59.233 | + functions-common:run_process:1699 : local name=n-sproxy-cell1 2022-08-24 15:21:59.235 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:59.238 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:59.242 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:59.243 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:59.248 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:59.253 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354519248 2022-08-24 15:21:59.254 | + functions-common:run_process:1702 : is_service_enabled n-sproxy-cell1 2022-08-24 15:21:59.282 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:21:59.284 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:21:59.290 | + functions-common:time_stop:2439 : local name 2022-08-24 15:21:59.290 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:21:59.294 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:21:59.294 | + functions-common:time_stop:2442 : local total 2022-08-24 15:21:59.298 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:21:59.302 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:21:59.302 | + functions-common:time_stop:2446 : start_time=1661354519248 2022-08-24 15:21:59.306 | + functions-common:time_stop:2448 : [[ -z 1661354519248 ]] 2022-08-24 15:21:59.314 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:21:59.316 | + functions-common:time_stop:2451 : end_time=1661354519313 2022-08-24 15:21:59.319 | + functions-common:time_stop:2452 : elapsed_time=65 2022-08-24 15:21:59.322 | + functions-common:time_stop:2453 : total=26537 2022-08-24 15:21:59.325 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:21:59.328 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=26602 2022-08-24 15:21:59.330 | + lib/nova:start_nova_console_proxies:1089 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:59.333 | + lib/nova:start_nova_console_proxies:1089 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:21:59.339 | + lib/nova:start_nova:1134 : start_nova_conductor 2022-08-24 15:21:59.346 | + lib/nova:start_nova_conductor:1102 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:21:59.346 | + lib/nova:start_nova_conductor:1108 : enable_nova_fleet 2022-08-24 15:21:59.346 | + lib/nova:enable_nova_fleet:1093 : is_service_enabled n-cond 2022-08-24 15:21:59.366 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:59.369 | + lib/nova:enable_nova_fleet:1094 : enable_service n-super-cond 2022-08-24 15:21:59.446 | ++ lib/nova:enable_nova_fleet:1095 : seq 1 1 2022-08-24 15:21:59.452 | + lib/nova:enable_nova_fleet:1095 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:21:59.454 | + lib/nova:enable_nova_fleet:1096 : enable_service n-cond-cell1 2022-08-24 15:21:59.522 | + lib/nova:start_nova_conductor:1109 : is_service_enabled n-super-cond 2022-08-24 15:21:59.548 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:59.551 | + lib/nova:start_nova_conductor:1110 : run_process n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.554 | + functions-common:run_process:1693 : local service=n-super-cond 2022-08-24 15:21:59.558 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.561 | + functions-common:run_process:1695 : local group= 2022-08-24 15:21:59.569 | + functions-common:run_process:1696 : local user= 2022-08-24 15:21:59.572 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:21:59.577 | + functions-common:run_process:1699 : local name=n-super-cond 2022-08-24 15:21:59.577 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:21:59.579 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:21:59.582 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:21:59.587 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:21:59.593 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:21:59.597 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354519593 2022-08-24 15:21:59.600 | + functions-common:run_process:1702 : is_service_enabled n-super-cond 2022-08-24 15:21:59.622 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:21:59.626 | + functions-common:run_process:1703 : _run_under_systemd n-super-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2022-08-24 15:21:59.630 | + functions-common:_run_under_systemd:1653 : local service=n-super-cond 2022-08-24 15:21:59.630 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.634 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.638 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.642 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.642 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2022-08-24 15:21:59.644 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2022-08-24 15:21:59.650 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-super-cond.service 2022-08-24 15:21:59.650 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:21:59.654 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:21:59.658 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:21:59.658 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:21:59.662 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2022-08-24 15:21:59.662 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@n-super-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' ubuntu '' 2022-08-24 15:21:59.666 | + functions-common:write_user_unit_file:1562 : local service=devstack@n-super-cond.service 2022-08-24 15:21:59.670 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.670 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:21:59.674 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:21:59.674 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:21:59.678 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:21:59.679 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:21:59.682 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@n-super-cond.service 2022-08-24 15:21:59.685 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:21:59.690 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Unit Description 'Devstack devstack@n-super-cond.service' 2022-08-24 15:21:59.768 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service User ubuntu 2022-08-24 15:21:59.869 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2022-08-24 15:21:59.951 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service KillMode process 2022-08-24 15:22:00.033 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service TimeoutStopSec 300 2022-08-24 15:22:00.103 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:22:00.188 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:22:00.191 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:22:00.194 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@n-super-cond.service Install WantedBy multi-user.target 2022-08-24 15:22:00.305 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:22:00.760 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-super-cond.service 2022-08-24 15:22:00.778 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-super-cond.service → /etc/systemd/system/devstack@n-super-cond.service. 2022-08-24 15:22:01.248 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-super-cond.service 2022-08-24 15:22:01.277 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:01.284 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:01.288 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:01.292 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:01.296 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:01.301 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:01.303 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:01.306 | + functions-common:time_stop:2446 : start_time=1661354519593 2022-08-24 15:22:01.309 | + functions-common:time_stop:2448 : [[ -z 1661354519593 ]] 2022-08-24 15:22:01.315 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:01.317 | + functions-common:time_stop:2451 : end_time=1661354521314 2022-08-24 15:22:01.320 | + functions-common:time_stop:2452 : elapsed_time=1721 2022-08-24 15:22:01.322 | + functions-common:time_stop:2453 : total=26602 2022-08-24 15:22:01.325 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:01.328 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=28323 2022-08-24 15:22:01.334 | ++ lib/nova:start_nova_conductor:1112 : seq 1 1 2022-08-24 15:22:01.337 | + lib/nova:start_nova_conductor:1112 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-24 15:22:01.340 | + lib/nova:start_nova_conductor:1113 : is_service_enabled n-cond-cell1 2022-08-24 15:22:01.368 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:01.371 | + lib/nova:start_nova_conductor:1114 : local conf 2022-08-24 15:22:01.374 | ++ lib/nova:start_nova_conductor:1115 : conductor_conf 1 2022-08-24 15:22:01.377 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-24 15:22:01.380 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-24 15:22:01.385 | + lib/nova:start_nova_conductor:1115 : conf=/etc/nova/nova_cell1.conf 2022-08-24 15:22:01.388 | + lib/nova:start_nova_conductor:1116 : run_process n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.391 | + functions-common:run_process:1693 : local service=n-cond-cell1 2022-08-24 15:22:01.394 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.400 | + functions-common:run_process:1695 : local group= 2022-08-24 15:22:01.403 | + functions-common:run_process:1696 : local user= 2022-08-24 15:22:01.406 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:22:01.409 | + functions-common:run_process:1699 : local name=n-cond-cell1 2022-08-24 15:22:01.411 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:22:01.414 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:22:01.417 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:01.420 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:01.423 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:01.429 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354521426 2022-08-24 15:22:01.431 | + functions-common:run_process:1702 : is_service_enabled n-cond-cell1 2022-08-24 15:22:01.455 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:01.458 | + functions-common:run_process:1703 : _run_under_systemd n-cond-cell1 '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' '' '' 2022-08-24 15:22:01.461 | + functions-common:_run_under_systemd:1653 : local service=n-cond-cell1 2022-08-24 15:22:01.464 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.467 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.469 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.472 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.475 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ sudo ]] 2022-08-24 15:22:01.477 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ ^/ ]] 2022-08-24 15:22:01.481 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@n-cond-cell1.service 2022-08-24 15:22:01.484 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:22:01.487 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:22:01.489 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:22:01.492 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:22:01.496 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf =~ uwsgi ]] 2022-08-24 15:22:01.499 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@n-cond-cell1.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' '' ubuntu '' 2022-08-24 15:22:01.502 | + functions-common:write_user_unit_file:1562 : local service=devstack@n-cond-cell1.service 2022-08-24 15:22:01.504 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.507 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:22:01.509 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:22:01.512 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:22:01.515 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:22:01.518 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:22:01.521 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@n-cond-cell1.service 2022-08-24 15:22:01.523 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:22:01.531 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Unit Description 'Devstack devstack@n-cond-cell1.service' 2022-08-24 15:22:01.617 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service User ubuntu 2022-08-24 15:22:01.702 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf' 2022-08-24 15:22:01.771 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service KillMode process 2022-08-24 15:22:01.840 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service TimeoutStopSec 300 2022-08-24 15:22:01.917 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:22:01.992 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:22:01.994 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:22:01.998 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@n-cond-cell1.service Install WantedBy multi-user.target 2022-08-24 15:22:02.085 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:22:02.572 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-cond-cell1.service 2022-08-24 15:22:02.592 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond-cell1.service → /etc/systemd/system/devstack@n-cond-cell1.service. 2022-08-24 15:22:03.085 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-cond-cell1.service 2022-08-24 15:22:03.109 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:03.113 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:03.116 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:03.120 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:03.127 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:03.129 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:03.132 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:03.134 | + functions-common:time_stop:2446 : start_time=1661354521426 2022-08-24 15:22:03.138 | + functions-common:time_stop:2448 : [[ -z 1661354521426 ]] 2022-08-24 15:22:03.149 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:03.157 | + functions-common:time_stop:2451 : end_time=1661354523151 2022-08-24 15:22:03.171 | + functions-common:time_stop:2452 : elapsed_time=1725 2022-08-24 15:22:03.179 | + functions-common:time_stop:2453 : total=28323 2022-08-24 15:22:03.184 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:03.192 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=30048 2022-08-24 15:22:03.200 | + lib/nova:start_nova:1135 : start_nova_compute 2022-08-24 15:22:03.207 | + lib/nova:start_nova_compute:966 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:22:03.216 | + lib/nova:start_nova_compute:967 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:22:03.219 | + lib/nova:start_nova_compute:967 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:22:03.228 | + lib/nova:start_nova_compute:969 : local compute_cell_conf=/etc/nova/nova.conf 2022-08-24 15:22:03.233 | + lib/nova:start_nova_compute:972 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2022-08-24 15:22:03.245 | + lib/nova:start_nova_compute:974 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-08-24 15:22:03.254 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:22:03.254 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-08-24 15:22:03.262 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2022-08-24 15:22:03.262 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-08-24 15:22:03.274 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2022-08-24 15:22:03.279 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2022-08-24 15:22:03.289 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2022-08-24 15:22:03.296 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2022-08-24 15:22:03.301 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2022-08-24 15:22:03.302 | BEGIN { 2022-08-24 15:22:03.302 | section = "" 2022-08-24 15:22:03.302 | last_section = "" 2022-08-24 15:22:03.302 | section_count = 0 2022-08-24 15:22:03.302 | } 2022-08-24 15:22:03.302 | /^\[.+\]/ { 2022-08-24 15:22:03.302 | gsub("[][]", "", $1); 2022-08-24 15:22:03.302 | section=$1 2022-08-24 15:22:03.302 | next 2022-08-24 15:22:03.302 | } 2022-08-24 15:22:03.302 | /^ *\#/ { 2022-08-24 15:22:03.302 | next 2022-08-24 15:22:03.302 | } 2022-08-24 15:22:03.302 | /^[^ \t]+/ { 2022-08-24 15:22:03.302 | # get offset of first = in $0 2022-08-24 15:22:03.302 | eq_idx = index($0, "=") 2022-08-24 15:22:03.302 | # extract attr & value from $0 2022-08-24 15:22:03.302 | attr = substr($0, 1, eq_idx - 1) 2022-08-24 15:22:03.302 | value = substr($0, eq_idx + 1) 2022-08-24 15:22:03.302 | # only need to strip trailing whitespace from attr 2022-08-24 15:22:03.302 | sub(/[ \t]*$/, "", attr) 2022-08-24 15:22:03.302 | # need to strip leading & trailing whitespace from value 2022-08-24 15:22:03.302 | sub(/^[ \t]*/, "", value) 2022-08-24 15:22:03.302 | sub(/[ \t]*$/, "", value) 2022-08-24 15:22:03.302 | 2022-08-24 15:22:03.302 | # cfg_attr_count: number of config lines per [section, attr] 2022-08-24 15:22:03.302 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-08-24 15:22:03.302 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-08-24 15:22:03.302 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-08-24 15:22:03.302 | if (! (section, attr) in cfg_attr_count) { 2022-08-24 15:22:03.302 | if (section != last_section) { 2022-08-24 15:22:03.302 | cfg_section[section_count++] = section 2022-08-24 15:22:03.302 | last_section = section 2022-08-24 15:22:03.303 | } 2022-08-24 15:22:03.303 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-08-24 15:22:03.303 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-08-24 15:22:03.303 | 2022-08-24 15:22:03.303 | cfg_attr[section, attr, 0] = value 2022-08-24 15:22:03.303 | cfg_attr_count[section, attr] = 1 2022-08-24 15:22:03.303 | } else { 2022-08-24 15:22:03.303 | lno = cfg_attr_count[section, attr]++ 2022-08-24 15:22:03.303 | cfg_attr[section, attr, lno] = value 2022-08-24 15:22:03.303 | } 2022-08-24 15:22:03.303 | } 2022-08-24 15:22:03.303 | END { 2022-08-24 15:22:03.303 | # Process each section in order 2022-08-24 15:22:03.303 | for (sno = 0; sno < section_count; sno++) { 2022-08-24 15:22:03.303 | section = cfg_section[sno] 2022-08-24 15:22:03.303 | # The ini routines simply append a config item immediately 2022-08-24 15:22:03.303 | # after the section header. To keep the same order as defined 2022-08-24 15:22:03.303 | # in local.conf, invoke the ini routines in the reverse order 2022-08-24 15:22:03.303 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-08-24 15:22:03.303 | attr = cfg_sec_attr_name[sno, attr_no] 2022-08-24 15:22:03.303 | if (cfg_attr_count[section, attr] == 1) 2022-08-24 15:22:03.303 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-08-24 15:22:03.303 | else { 2022-08-24 15:22:03.303 | # For multiline, invoke the ini routines in the reverse order 2022-08-24 15:22:03.303 | count = cfg_attr_count[section, attr] 2022-08-24 15:22:03.303 | print "inidelete " configfile " " section " " attr 2022-08-24 15:22:03.303 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-08-24 15:22:03.303 | for (l = count -2; l >= 0; l--) 2022-08-24 15:22:03.303 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-08-24 15:22:03.303 | } 2022-08-24 15:22:03.303 | } 2022-08-24 15:22:03.303 | } 2022-08-24 15:22:03.303 | } 2022-08-24 15:22:03.303 | + inc/meta-config:merge_config_file:164 : read a 2022-08-24 15:22:03.304 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CPU_CONF' 2022-08-24 15:22:03.308 | ' 2022-08-24 15:22:03.309 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-08-24 15:22:03.309 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:22:03.323 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-08-24 15:22:03.336 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2022-08-24 15:22:03.341 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:22:03.351 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2022-08-24 15:22:03.359 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2022-08-24 15:22:03.359 | BEGIN { group = "" } 2022-08-24 15:22:03.359 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:22:03.359 | gsub("[][]", "", $1); 2022-08-24 15:22:03.359 | split($1, a, "|"); 2022-08-24 15:22:03.359 | if (a[1] == matchgroup && a[2] == configfile) { 2022-08-24 15:22:03.359 | group=a[1] 2022-08-24 15:22:03.359 | } else { 2022-08-24 15:22:03.359 | group="" 2022-08-24 15:22:03.359 | } 2022-08-24 15:22:03.359 | next 2022-08-24 15:22:03.359 | } 2022-08-24 15:22:03.359 | { 2022-08-24 15:22:03.359 | if (group != "") 2022-08-24 15:22:03.359 | print $0 2022-08-24 15:22:03.359 | } 2022-08-24 15:22:03.360 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:22:03.378 | + lib/nova:start_nova_compute:976 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-24 15:22:03.390 | + lib/nova:start_nova_compute:983 : iniset /etc/nova/nova-cpu.conf workarounds disable_group_policy_check_upcall True 2022-08-24 15:22:03.480 | + lib/nova:start_nova_compute:986 : iniset /etc/nova/nova-cpu.conf filter_scheduler track_instance_changes False 2022-08-24 15:22:03.562 | + lib/nova:start_nova_compute:987 : iniset_rpc_backend nova /etc/nova/nova-cpu.conf DEFAULT nova_cell1 2022-08-24 15:22:03.569 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-24 15:22:03.572 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova-cpu.conf 2022-08-24 15:22:03.576 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-24 15:22:03.583 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-08-24 15:22:03.589 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-24 15:22:03.627 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:03.631 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-08-24 15:22:03.637 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-08-24 15:22:03.638 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-24 15:22:03.661 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:03.664 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/nova_cell1 2022-08-24 15:22:03.668 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova-cpu.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/nova_cell1 2022-08-24 15:22:03.724 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-24 15:22:03.731 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-24 15:22:03.736 | + lib/nova:start_nova_compute:991 : inidelete /etc/nova/nova-cpu.conf database connection 2022-08-24 15:22:03.769 | + lib/nova:start_nova_compute:992 : inidelete /etc/nova/nova-cpu.conf api_database connection 2022-08-24 15:22:03.818 | + lib/nova:start_nova_compute:997 : configure_console_compute 2022-08-24 15:22:03.826 | + lib/nova:configure_console_compute:639 : local offset 2022-08-24 15:22:03.829 | + lib/nova:configure_console_compute:640 : offset=0 2022-08-24 15:22:03.832 | + lib/nova:configure_console_compute:644 : local default_proxyclient_addr 2022-08-24 15:22:03.840 | ++ lib/nova:configure_console_compute:645 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2022-08-24 15:22:03.871 | + lib/nova:configure_console_compute:645 : default_proxyclient_addr=10.222.0.89 2022-08-24 15:22:03.874 | + lib/nova:configure_console_compute:649 : is_service_enabled n-cpu 2022-08-24 15:22:03.897 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:03.903 | + lib/nova:configure_console_compute:665 : is_service_enabled n-novnc 2022-08-24 15:22:03.925 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:03.933 | + lib/nova:configure_console_compute:665 : '[' False '!=' False ']' 2022-08-24 15:22:03.933 | + lib/nova:configure_console_compute:673 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2022-08-24 15:22:03.981 | + lib/nova:configure_console_compute:676 : is_service_enabled n-spice 2022-08-24 15:22:04.002 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:04.006 | + lib/nova:configure_console_compute:686 : is_service_enabled n-sproxy 2022-08-24 15:22:04.027 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:04.030 | + lib/nova:start_nova_compute:1000 : '[' -n '' ']' 2022-08-24 15:22:04.034 | + lib/nova:start_nova_compute:1005 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-08-24 15:22:04.037 | + lib/nova:start_nova_compute:1005 : [[ kvm == \q\e\m\u ]] 2022-08-24 15:22:04.040 | + lib/nova:start_nova_compute:1009 : [[ libvirt = \l\i\b\v\i\r\t ]] 2022-08-24 15:22:04.043 | + lib/nova:start_nova_compute:1013 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' libvirt 2022-08-24 15:22:04.046 | + functions-common:run_process:1693 : local service=n-cpu 2022-08-24 15:22:04.049 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2022-08-24 15:22:04.053 | + functions-common:run_process:1695 : local group=libvirt 2022-08-24 15:22:04.056 | + functions-common:run_process:1696 : local user= 2022-08-24 15:22:04.059 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:22:04.062 | + functions-common:run_process:1699 : local name=n-cpu 2022-08-24 15:22:04.065 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:22:04.067 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:22:04.071 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:04.074 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:04.082 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:04.089 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354524084 2022-08-24 15:22:04.091 | + functions-common:run_process:1702 : is_service_enabled n-cpu 2022-08-24 15:22:04.117 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:04.121 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:04.124 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:04.126 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:04.129 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:04.132 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:04.135 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:04.141 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:04.144 | + functions-common:time_stop:2446 : start_time=1661354524084 2022-08-24 15:22:04.146 | + functions-common:time_stop:2448 : [[ -z 1661354524084 ]] 2022-08-24 15:22:04.151 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:04.157 | + functions-common:time_stop:2451 : end_time=1661354524154 2022-08-24 15:22:04.160 | + functions-common:time_stop:2452 : elapsed_time=70 2022-08-24 15:22:04.162 | + functions-common:time_stop:2453 : total=30048 2022-08-24 15:22:04.164 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:04.168 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=30118 2022-08-24 15:22:04.171 | + lib/nova:start_nova_compute:1035 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:22:04.182 | + lib/nova:start_nova_compute:1035 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-08-24 15:22:04.186 | + lib/nova:start_nova:1136 : is_service_enabled n-api 2022-08-24 15:22:04.210 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:04.220 | + lib/nova:start_nova:1138 : echo 'Dumping cells_v2 mapping' 2022-08-24 15:22:04.220 | Dumping cells_v2 mapping 2022-08-24 15:22:04.223 | + lib/nova:start_nova:1139 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2022-08-24 15:22:04.828 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:22:07.689 | INFO dbcounter [None req-dc225322-c99f-43c5-ba24-6a4929a89ac0 None None] Registered counter for database nova_api 2022-08-24 15:22:07.712 | DEBUG dbcounter [-] [113967] Writer thread running {{(pid=113967) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:22:07.766 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:07.766 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:07.766 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:07.766 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:07.766 | +-------+--------------------------------------+-----------------------------------------------------------+----------------------------------------------------------------------------------+----------+ 2022-08-24 15:22:07.766 | | Name | UUID | Transport URL | Database Connection | Disabled | 2022-08-24 15:22:07.767 | +-------+--------------------------------------+-----------------------------------------------------------+----------------------------------------------------------------------------------+----------+ 2022-08-24 15:22:07.767 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2022-08-24 15:22:07.767 | | cell1 | e1e73cdc-c33e-4e23-a42b-7976e645acba | rabbit://stackrabbit:Passw0rd@10.222.0.89:5672/nova_cell1 | mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2022-08-24 15:22:07.767 | +-------+--------------------------------------+-----------------------------------------------------------+----------------------------------------------------------------------------------+----------+ 2022-08-24 15:22:08.187 | + ./stack.sh:main:1315 : async_runfunc create_flavors 2022-08-24 15:22:08.190 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2022-08-24 15:22:08.263 | + inc/async:async_inner:63 : create_flavors 2022-08-24 15:22:08.309 | [19052 Async create_flavors:114029]: running: create_flavors 2022-08-24 15:22:08.312 | + ./stack.sh:main:1317 : is_service_enabled cinder 2022-08-24 15:22:08.332 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:08.335 | + ./stack.sh:main:1318 : echo_summary 'Starting Cinder' 2022-08-24 15:22:08.337 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:22:08.341 | + ./stack.sh:echo_summary:441 : echo -e Starting Cinder 2022-08-24 15:22:08.344 | + ./stack.sh:main:1319 : start_cinder 2022-08-24 15:22:08.346 | + lib/cinder:start_cinder:516 : local service_port=8776 2022-08-24 15:22:08.349 | + lib/cinder:start_cinder:517 : local service_protocol=http 2022-08-24 15:22:08.352 | + lib/cinder:start_cinder:518 : local cinder_url 2022-08-24 15:22:08.354 | + lib/cinder:start_cinder:519 : is_service_enabled tls-proxy 2022-08-24 15:22:08.372 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:08.375 | + lib/cinder:start_cinder:523 : '[' lioadm = tgtadm ']' 2022-08-24 15:22:08.377 | + lib/cinder:start_cinder:543 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 =~ c-api ]] 2022-08-24 15:22:08.380 | + lib/cinder:start_cinder:544 : '[' True == False ']' 2022-08-24 15:22:08.383 | ++ lib/cinder:start_cinder:552 : which uwsgi 2022-08-24 15:22:08.388 | + lib/cinder:start_cinder:552 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.391 | + functions-common:run_process:1693 : local service=c-api 2022-08-24 15:22:08.394 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.396 | + functions-common:run_process:1695 : local group= 2022-08-24 15:22:08.399 | + functions-common:run_process:1696 : local user= 2022-08-24 15:22:08.402 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:22:08.405 | + functions-common:run_process:1699 : local name=c-api 2022-08-24 15:22:08.407 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:22:08.410 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:22:08.412 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:08.415 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:08.418 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:08.422 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354528420 2022-08-24 15:22:08.425 | + functions-common:run_process:1702 : is_service_enabled c-api 2022-08-24 15:22:08.443 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:08.446 | + functions-common:run_process:1703 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2022-08-24 15:22:08.449 | + functions-common:_run_under_systemd:1653 : local service=c-api 2022-08-24 15:22:08.452 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.455 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.457 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.460 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.462 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2022-08-24 15:22:08.466 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2022-08-24 15:22:08.468 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@c-api.service 2022-08-24 15:22:08.471 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:22:08.474 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:22:08.476 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:22:08.479 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:22:08.481 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2022-08-24 15:22:08.484 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' ubuntu '' 2022-08-24 15:22:08.487 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@c-api.service 2022-08-24 15:22:08.489 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.491 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-24 15:22:08.493 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-24 15:22:08.496 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-24 15:22:08.498 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@c-api.service 2022-08-24 15:22:08.500 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-24 15:22:08.505 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2022-08-24 15:22:08.579 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2022-08-24 15:22:08.654 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User ubuntu 2022-08-24 15:22:08.718 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2022-08-24 15:22:08.778 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:22:08.840 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2022-08-24 15:22:08.899 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2022-08-24 15:22:08.964 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2022-08-24 15:22:09.023 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2022-08-24 15:22:09.084 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2022-08-24 15:22:09.143 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-24 15:22:09.145 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-24 15:22:09.148 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2022-08-24 15:22:09.219 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-24 15:22:09.653 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@c-api.service 2022-08-24 15:22:09.667 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2022-08-24 15:22:10.073 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@c-api.service 2022-08-24 15:22:10.152 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:10.155 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:10.159 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:10.162 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:10.165 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:10.169 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:10.172 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:10.175 | + functions-common:time_stop:2446 : start_time=1661354528420 2022-08-24 15:22:10.179 | + functions-common:time_stop:2448 : [[ -z 1661354528420 ]] 2022-08-24 15:22:10.188 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:10.194 | + functions-common:time_stop:2451 : end_time=1661354530190 2022-08-24 15:22:10.196 | + functions-common:time_stop:2452 : elapsed_time=1770 2022-08-24 15:22:10.199 | + functions-common:time_stop:2453 : total=30118 2022-08-24 15:22:10.203 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:10.207 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=31888 2022-08-24 15:22:10.209 | + lib/cinder:start_cinder:553 : cinder_url=http://10.222.0.89/volume/v3 2022-08-24 15:22:10.214 | + lib/cinder:start_cinder:557 : echo 'Waiting for Cinder API to start...' 2022-08-24 15:22:10.214 | Waiting for Cinder API to start... 2022-08-24 15:22:10.225 | + lib/cinder:start_cinder:558 : wait_for_service 60 http://10.222.0.89/volume/v3 2022-08-24 15:22:10.228 | + functions:wait_for_service:457 : local timeout=60 2022-08-24 15:22:10.232 | + functions:wait_for_service:458 : local url=http://10.222.0.89/volume/v3 2022-08-24 15:22:10.235 | + functions:wait_for_service:459 : local rval=0 2022-08-24 15:22:10.238 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-24 15:22:10.245 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-24 15:22:10.248 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:10.252 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:10.263 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:10.268 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354530263 2022-08-24 15:22:10.272 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-24 15:22:10.290 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89/volume/v3 2022-08-24 15:22:14.625 | + :: : [[ 401 == 503 ]] 2022-08-24 15:22:14.627 | + :: : [[ 0 -eq 7 ]] 2022-08-24 15:22:14.630 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-24 15:22:14.632 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:14.635 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:14.638 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:14.640 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:14.643 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:14.645 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-24 15:22:14.648 | + functions-common:time_stop:2446 : start_time=1661354530263 2022-08-24 15:22:14.651 | + functions-common:time_stop:2448 : [[ -z 1661354530263 ]] 2022-08-24 15:22:14.654 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:14.659 | + functions-common:time_stop:2451 : end_time=1661354534656 2022-08-24 15:22:14.661 | + functions-common:time_stop:2452 : elapsed_time=4393 2022-08-24 15:22:14.664 | + functions-common:time_stop:2453 : total=16832 2022-08-24 15:22:14.667 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:14.669 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=21225 2022-08-24 15:22:14.672 | + functions:wait_for_service:467 : return 0 2022-08-24 15:22:14.675 | + lib/cinder:start_cinder:562 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:14.677 | + functions-common:run_process:1693 : local service=c-sch 2022-08-24 15:22:14.680 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:14.682 | + functions-common:run_process:1695 : local group= 2022-08-24 15:22:14.685 | + functions-common:run_process:1696 : local user= 2022-08-24 15:22:14.687 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:22:14.690 | + functions-common:run_process:1699 : local name=c-sch 2022-08-24 15:22:14.692 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:22:14.695 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:22:14.697 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:14.700 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:14.703 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:14.708 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354534705 2022-08-24 15:22:14.710 | + functions-common:run_process:1702 : is_service_enabled c-sch 2022-08-24 15:22:14.731 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:14.734 | + functions-common:run_process:1703 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2022-08-24 15:22:14.736 | + functions-common:_run_under_systemd:1653 : local service=c-sch 2022-08-24 15:22:14.739 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:14.741 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:14.744 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:14.747 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:14.749 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-08-24 15:22:14.752 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-08-24 15:22:14.755 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@c-sch.service 2022-08-24 15:22:14.758 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:22:14.761 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:22:14.763 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:22:14.766 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:22:14.768 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-08-24 15:22:14.771 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' ubuntu '' 2022-08-24 15:22:14.774 | + functions-common:write_user_unit_file:1562 : local service=devstack@c-sch.service 2022-08-24 15:22:14.777 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:14.779 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:22:14.782 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:22:14.785 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-24 15:22:14.787 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:22:14.790 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:22:14.793 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2022-08-24 15:22:14.796 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:22:14.802 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2022-08-24 15:22:14.873 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User ubuntu 2022-08-24 15:22:14.951 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:15.022 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2022-08-24 15:22:15.086 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2022-08-24 15:22:15.146 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:22:15.206 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-24 15:22:15.210 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:22:15.212 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2022-08-24 15:22:15.284 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:22:15.740 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@c-sch.service 2022-08-24 15:22:15.756 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2022-08-24 15:22:16.189 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@c-sch.service 2022-08-24 15:22:16.217 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:16.223 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:16.227 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:16.231 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:16.236 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:16.238 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:16.241 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:16.243 | + functions-common:time_stop:2446 : start_time=1661354534705 2022-08-24 15:22:16.246 | + functions-common:time_stop:2448 : [[ -z 1661354534705 ]] 2022-08-24 15:22:16.250 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:16.255 | + functions-common:time_stop:2451 : end_time=1661354536251 2022-08-24 15:22:16.257 | + functions-common:time_stop:2452 : elapsed_time=1546 2022-08-24 15:22:16.260 | + functions-common:time_stop:2453 : total=31888 2022-08-24 15:22:16.271 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:16.274 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=33434 2022-08-24 15:22:16.277 | + lib/cinder:start_cinder:567 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.280 | + lib/cinder:start_cinder:568 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.282 | + functions-common:run_process:1693 : local service=c-bak 2022-08-24 15:22:16.285 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:16.287 | + functions-common:run_process:1695 : local group= 2022-08-24 15:22:16.290 | + functions-common:run_process:1696 : local user= 2022-08-24 15:22:16.293 | + functions-common:run_process:1697 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.296 | + functions-common:run_process:1699 : local name=c-bak 2022-08-24 15:22:16.298 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:22:16.301 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:22:16.304 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:16.306 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:16.309 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:16.315 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354536311 2022-08-24 15:22:16.318 | + functions-common:run_process:1702 : is_service_enabled c-bak 2022-08-24 15:22:16.340 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:16.343 | + functions-common:run_process:1703 : _run_under_systemd c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.346 | + functions-common:_run_under_systemd:1653 : local service=c-bak 2022-08-24 15:22:16.348 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:16.351 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:16.354 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:16.357 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:16.360 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-08-24 15:22:16.363 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-08-24 15:22:16.365 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@c-bak.service 2022-08-24 15:22:16.368 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:22:16.371 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:22:16.374 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:22:16.380 | + functions-common:_run_under_systemd:1665 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.384 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-08-24 15:22:16.387 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@c-bak.service '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' ubuntu 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.392 | + functions-common:write_user_unit_file:1562 : local service=devstack@c-bak.service 2022-08-24 15:22:16.395 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:16.398 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:22:16.400 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:22:16.403 | + functions-common:write_user_unit_file:1566 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.406 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:22:16.408 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:22:16.411 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@c-bak.service 2022-08-24 15:22:16.413 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:22:16.419 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Unit Description 'Devstack devstack@c-bak.service' 2022-08-24 15:22:16.497 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service User ubuntu 2022-08-24 15:22:16.574 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecStart '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:16.646 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service KillMode process 2022-08-24 15:22:16.717 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service TimeoutStopSec 300 2022-08-24 15:22:16.784 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:22:16.852 | + functions-common:write_user_unit_file:1580 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2022-08-24 15:22:16.856 | + functions-common:write_user_unit_file:1581 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:16.923 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:22:16.926 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@c-bak.service Install WantedBy multi-user.target 2022-08-24 15:22:17.008 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:22:17.466 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@c-bak.service 2022-08-24 15:22:17.480 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-bak.service → /etc/systemd/system/devstack@c-bak.service. 2022-08-24 15:22:17.940 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@c-bak.service 2022-08-24 15:22:17.973 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:17.976 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:17.979 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:17.984 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:17.989 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:17.996 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:18.001 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:18.004 | + functions-common:time_stop:2446 : start_time=1661354536311 2022-08-24 15:22:18.007 | + functions-common:time_stop:2448 : [[ -z 1661354536311 ]] 2022-08-24 15:22:18.010 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:18.019 | + functions-common:time_stop:2451 : end_time=1661354538012 2022-08-24 15:22:18.021 | + functions-common:time_stop:2452 : elapsed_time=1701 2022-08-24 15:22:18.024 | + functions-common:time_stop:2453 : total=33434 2022-08-24 15:22:18.027 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:18.030 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=35135 2022-08-24 15:22:18.033 | + lib/cinder:start_cinder:569 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:18.035 | + functions-common:run_process:1693 : local service=c-vol 2022-08-24 15:22:18.038 | + functions-common:run_process:1694 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:18.040 | + functions-common:run_process:1695 : local group= 2022-08-24 15:22:18.044 | + functions-common:run_process:1696 : local user= 2022-08-24 15:22:18.047 | + functions-common:run_process:1697 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:18.049 | + functions-common:run_process:1699 : local name=c-vol 2022-08-24 15:22:18.053 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:22:18.056 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:22:18.059 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:18.066 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:18.068 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:18.074 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354538070 2022-08-24 15:22:18.077 | + functions-common:run_process:1702 : is_service_enabled c-vol 2022-08-24 15:22:18.098 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:18.101 | + functions-common:run_process:1703 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:18.103 | + functions-common:_run_under_systemd:1653 : local service=c-vol 2022-08-24 15:22:18.108 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:18.110 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:18.113 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:18.117 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:18.120 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2022-08-24 15:22:18.123 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2022-08-24 15:22:18.126 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@c-vol.service 2022-08-24 15:22:18.129 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:22:18.133 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:22:18.135 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:22:18.139 | + functions-common:_run_under_systemd:1665 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:18.144 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2022-08-24 15:22:18.147 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' ubuntu 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:18.154 | + functions-common:write_user_unit_file:1562 : local service=devstack@c-vol.service 2022-08-24 15:22:18.157 | + functions-common:write_user_unit_file:1563 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:18.162 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-24 15:22:18.165 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-24 15:22:18.168 | + functions-common:write_user_unit_file:1566 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:18.171 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-24 15:22:18.176 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-24 15:22:18.176 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2022-08-24 15:22:18.178 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-24 15:22:18.184 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2022-08-24 15:22:18.265 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User ubuntu 2022-08-24 15:22:18.354 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2022-08-24 15:22:18.419 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2022-08-24 15:22:18.489 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2022-08-24 15:22:18.597 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:22:18.690 | + functions-common:write_user_unit_file:1580 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2022-08-24 15:22:18.693 | + functions-common:write_user_unit_file:1581 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2022-08-24 15:22:18.762 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-24 15:22:18.765 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2022-08-24 15:22:18.857 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-24 15:22:19.352 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@c-vol.service 2022-08-24 15:22:19.379 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2022-08-24 15:22:19.848 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@c-vol.service 2022-08-24 15:22:19.884 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:19.888 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:19.896 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:19.900 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:19.909 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:19.930 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:19.942 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:19.955 | + functions-common:time_stop:2446 : start_time=1661354538070 2022-08-24 15:22:19.970 | + functions-common:time_stop:2448 : [[ -z 1661354538070 ]] 2022-08-24 15:22:19.982 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:19.999 | + functions-common:time_stop:2451 : end_time=1661354539983 2022-08-24 15:22:20.007 | + functions-common:time_stop:2452 : elapsed_time=1913 2022-08-24 15:22:20.013 | + functions-common:time_stop:2453 : total=35135 2022-08-24 15:22:20.027 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:20.032 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=37048 2022-08-24 15:22:20.047 | + ./stack.sh:main:1320 : create_volume_types 2022-08-24 15:22:20.053 | + lib/cinder:create_volume_types:587 : is_service_enabled c-api 2022-08-24 15:22:20.129 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:20.151 | + lib/cinder:create_volume_types:587 : [[ -n lvm:lvmdriver-1 ]] 2022-08-24 15:22:20.155 | + lib/cinder:create_volume_types:588 : local be be_name 2022-08-24 15:22:20.164 | + lib/cinder:create_volume_types:589 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-08-24 15:22:20.179 | + lib/cinder:create_volume_types:590 : be_name=lvmdriver-1 2022-08-24 15:22:20.194 | + lib/cinder:create_volume_types:592 : is_service_enabled keystone 2022-08-24 15:22:20.275 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:20.292 | + lib/cinder:create_volume_types:593 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=lvmdriver-1 lvmdriver-1 2022-08-24 15:22:25.251 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:25.251 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:25.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:25.252 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:25.252 | +-------------+--------------------------------------+ 2022-08-24 15:22:25.252 | | Field | Value | 2022-08-24 15:22:25.252 | +-------------+--------------------------------------+ 2022-08-24 15:22:25.252 | | description | None | 2022-08-24 15:22:25.252 | | id | d491c2d4-0625-457e-ad15-942e9c930263 | 2022-08-24 15:22:25.252 | | is_public | True | 2022-08-24 15:22:25.252 | | name | lvmdriver-1 | 2022-08-24 15:22:25.252 | | properties | volume_backend_name='lvmdriver-1' | 2022-08-24 15:22:25.252 | +-------------+--------------------------------------+ 2022-08-24 15:22:25.424 | + lib/cinder:create_volume_types:607 : [[ False == \T\r\u\e ]] 2022-08-24 15:22:25.427 | + ./stack.sh:main:1325 : [[ False == \T\r\u\e ]] 2022-08-24 15:22:25.430 | + ./stack.sh:main:1333 : is_service_enabled glance 2022-08-24 15:22:25.455 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:25.457 | + ./stack.sh:main:1334 : echo_summary 'Starting Glance' 2022-08-24 15:22:25.460 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:22:25.463 | + ./stack.sh:echo_summary:441 : echo -e Starting Glance 2022-08-24 15:22:25.465 | + ./stack.sh:main:1335 : start_glance 2022-08-24 15:22:25.468 | + lib/glance:start_glance:602 : local service_protocol=http 2022-08-24 15:22:25.471 | + lib/glance:start_glance:603 : is_service_enabled tls-proxy 2022-08-24 15:22:25.492 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:25.495 | + lib/glance:start_glance:609 : [[ False == False ]] 2022-08-24 15:22:25.498 | ++ lib/glance:start_glance:610 : which uwsgi 2022-08-24 15:22:25.503 | + lib/glance:start_glance:610 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.506 | + functions-common:run_process:1693 : local service=g-api 2022-08-24 15:22:25.508 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.512 | + functions-common:run_process:1695 : local group= 2022-08-24 15:22:25.514 | + functions-common:run_process:1696 : local user= 2022-08-24 15:22:25.517 | + functions-common:run_process:1697 : local env_vars= 2022-08-24 15:22:25.519 | + functions-common:run_process:1699 : local name=g-api 2022-08-24 15:22:25.522 | + functions-common:run_process:1701 : time_start run_process 2022-08-24 15:22:25.525 | + functions-common:time_start:2425 : local name=run_process 2022-08-24 15:22:25.529 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:25.533 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:25.536 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:25.541 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354545538 2022-08-24 15:22:25.544 | + functions-common:run_process:1702 : is_service_enabled g-api 2022-08-24 15:22:25.574 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:25.577 | + functions-common:run_process:1703 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2022-08-24 15:22:25.580 | + functions-common:_run_under_systemd:1653 : local service=g-api 2022-08-24 15:22:25.585 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.590 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.593 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.595 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.598 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2022-08-24 15:22:25.600 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2022-08-24 15:22:25.603 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@g-api.service 2022-08-24 15:22:25.606 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-24 15:22:25.609 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-24 15:22:25.612 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-24 15:22:25.614 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-24 15:22:25.617 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2022-08-24 15:22:25.620 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' ubuntu '' 2022-08-24 15:22:25.623 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@g-api.service 2022-08-24 15:22:25.625 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.628 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-24 15:22:25.630 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-24 15:22:25.632 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-24 15:22:25.635 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@g-api.service 2022-08-24 15:22:25.638 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-24 15:22:25.642 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2022-08-24 15:22:25.717 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2022-08-24 15:22:25.797 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User ubuntu 2022-08-24 15:22:25.868 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2022-08-24 15:22:25.940 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-24 15:22:26.004 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2022-08-24 15:22:26.076 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2022-08-24 15:22:26.159 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2022-08-24 15:22:26.225 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2022-08-24 15:22:26.304 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2022-08-24 15:22:26.376 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-24 15:22:26.378 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-24 15:22:26.382 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2022-08-24 15:22:26.461 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-24 15:22:26.935 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@g-api.service 2022-08-24 15:22:26.951 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2022-08-24 15:22:27.399 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@g-api.service 2022-08-24 15:22:27.481 | + functions-common:run_process:1705 : time_stop run_process 2022-08-24 15:22:27.488 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:27.491 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:27.495 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:27.500 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:27.503 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:27.507 | + functions-common:time_stop:2445 : name=run_process 2022-08-24 15:22:27.512 | + functions-common:time_stop:2446 : start_time=1661354545538 2022-08-24 15:22:27.516 | + functions-common:time_stop:2448 : [[ -z 1661354545538 ]] 2022-08-24 15:22:27.522 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:27.528 | + functions-common:time_stop:2451 : end_time=1661354547523 2022-08-24 15:22:27.534 | + functions-common:time_stop:2452 : elapsed_time=1985 2022-08-24 15:22:27.537 | + functions-common:time_stop:2453 : total=37048 2022-08-24 15:22:27.542 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:27.545 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=39033 2022-08-24 15:22:27.548 | + lib/glance:start_glance:615 : is_service_enabled g-api-r 2022-08-24 15:22:27.590 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:27.596 | + lib/glance:start_glance:620 : echo 'Waiting for g-api (10.222.0.89) to start...' 2022-08-24 15:22:27.596 | Waiting for g-api (10.222.0.89) to start... 2022-08-24 15:22:27.606 | + lib/glance:start_glance:621 : wait_for_service 60 http://10.222.0.89/image 2022-08-24 15:22:27.614 | + functions:wait_for_service:457 : local timeout=60 2022-08-24 15:22:27.618 | + functions:wait_for_service:458 : local url=http://10.222.0.89/image 2022-08-24 15:22:27.626 | + functions:wait_for_service:459 : local rval=0 2022-08-24 15:22:27.638 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-24 15:22:27.641 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-24 15:22:27.651 | + functions-common:time_start:2426 : local start_time= 2022-08-24 15:22:27.660 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-24 15:22:27.670 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-24 15:22:27.683 | + functions-common:time_start:2430 : _TIME_START[$name]=1661354547672 2022-08-24 15:22:27.696 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-24 15:22:27.716 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.89/image 2022-08-24 15:22:31.726 | + :: : [[ 300 == 503 ]] 2022-08-24 15:22:31.727 | + :: : [[ 0 -eq 7 ]] 2022-08-24 15:22:31.731 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-24 15:22:31.734 | + functions-common:time_stop:2439 : local name 2022-08-24 15:22:31.736 | + functions-common:time_stop:2440 : local end_time 2022-08-24 15:22:31.739 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-24 15:22:31.741 | + functions-common:time_stop:2442 : local total 2022-08-24 15:22:31.745 | + functions-common:time_stop:2443 : local start_time 2022-08-24 15:22:31.747 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-24 15:22:31.750 | + functions-common:time_stop:2446 : start_time=1661354547672 2022-08-24 15:22:31.753 | + functions-common:time_stop:2448 : [[ -z 1661354547672 ]] 2022-08-24 15:22:31.756 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-24 15:22:31.761 | + functions-common:time_stop:2451 : end_time=1661354551758 2022-08-24 15:22:31.764 | + functions-common:time_stop:2452 : elapsed_time=4086 2022-08-24 15:22:31.767 | + functions-common:time_stop:2453 : total=21225 2022-08-24 15:22:31.770 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-24 15:22:31.772 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=25311 2022-08-24 15:22:31.776 | + functions:wait_for_service:467 : return 0 2022-08-24 15:22:31.778 | + ./stack.sh:main:1349 : is_service_enabled mysql postgresql 2022-08-24 15:22:31.797 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:31.799 | + ./stack.sh:main:1349 : is_service_enabled glance 2022-08-24 15:22:31.817 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:31.820 | + ./stack.sh:main:1350 : echo_summary 'Uploading images' 2022-08-24 15:22:31.823 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:22:31.825 | + ./stack.sh:echo_summary:441 : echo -e Uploading images 2022-08-24 15:22:31.828 | + ./stack.sh:main:1352 : for image_url in ${IMAGE_URLS//,/ } 2022-08-24 15:22:31.830 | + ./stack.sh:main:1353 : upload_image http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:31.833 | + functions:upload_image:132 : local image_url=http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:31.835 | + functions:upload_image:134 : local image image_fname image_name 2022-08-24 15:22:31.837 | + functions:upload_image:137 : mkdir -p /home/ubuntu/devstack/files/images 2022-08-24 15:22:31.843 | ++ functions:upload_image:138 : basename http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:31.847 | + functions:upload_image:138 : image_fname=ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:31.849 | + functions:upload_image:139 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx != file* ]] 2022-08-24 15:22:31.851 | + functions:upload_image:141 : [[ ! -f /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx ]] 2022-08-24 15:22:31.853 | + functions:upload_image:142 : wget --progress=dot:giga -c http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx -O /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:31.857 | --2022-08-24 15:22:31-- http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:31.858 | Connecting to 10.100.0.9:80... connected. 2022-08-24 15:22:31.859 | HTTP request sent, awaiting response... 200 OK 2022-08-24 15:22:31.859 | Length: 645922816 (616M) 2022-08-24 15:22:31.859 | Saving to: ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ 2022-08-24 15:22:31.883 | 2022-08-24 15:22:32.189 | 0K ........ ........ ........ ........ 5% 99.9M 6s 2022-08-24 15:22:32.484 | 32768K ........ ........ ........ ........ 10% 108M 5s 2022-08-24 15:22:32.780 | 65536K ........ ........ ........ ........ 15% 108M 5s 2022-08-24 15:22:33.075 | 98304K ........ ........ ........ ........ 20% 108M 5s 2022-08-24 15:22:33.371 | 131072K ........ ........ ........ ........ 25% 109M 4s 2022-08-24 15:22:33.666 | 163840K ........ ........ ........ ........ 31% 108M 4s 2022-08-24 15:22:33.960 | 196608K ........ ........ ........ ........ 36% 109M 4s 2022-08-24 15:22:34.257 | 229376K ........ ........ ........ ........ 41% 108M 3s 2022-08-24 15:22:34.555 | 262144K ........ ........ ........ ........ 46% 107M 3s 2022-08-24 15:22:34.855 | 294912K ........ ........ ........ ........ 51% 107M 3s 2022-08-24 15:22:35.154 | 327680K ........ ........ ........ ........ 57% 107M 2s 2022-08-24 15:22:35.465 | 360448K ........ ........ ........ ........ 62% 103M 2s 2022-08-24 15:22:35.764 | 393216K ........ ........ ........ ........ 67% 107M 2s 2022-08-24 15:22:36.066 | 425984K ........ ........ ........ ........ 72% 106M 2s 2022-08-24 15:22:36.365 | 458752K ........ ........ ........ ........ 77% 107M 1s 2022-08-24 15:22:36.668 | 491520K ........ ........ ........ ........ 83% 106M 1s 2022-08-24 15:22:36.969 | 524288K ........ ........ ........ ........ 88% 106M 1s 2022-08-24 15:22:37.273 | 557056K ........ ........ ........ ........ 93% 106M 0s 2022-08-24 15:22:37.578 | 589824K ........ ........ ........ ........ 98% 105M 0s 2022-08-24 15:22:37.645 | 622592K ........ 100% 106M=5.8s 2022-08-24 15:22:37.645 | 2022-08-24 15:22:37.645 | 2022-08-24 15:22:37 (106 MB/s) - ‘/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx’ saved [645922816/645922816] 2022-08-24 15:22:37.645 | 2022-08-24 15:22:37.648 | + functions:upload_image:143 : [[ 0 -ne 0 ]] 2022-08-24 15:22:37.651 | + functions:upload_image:148 : image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:37.653 | + functions:upload_image:162 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ openvz ]] 2022-08-24 15:22:37.656 | + functions:upload_image:169 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.vmdk ]] 2022-08-24 15:22:37.658 | + functions:upload_image:283 : [[ http://10.100.0.9/ci/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx =~ \.hds ]] 2022-08-24 15:22:37.660 | + functions:upload_image:294 : local kernel= 2022-08-24 15:22:37.663 | + functions:upload_image:295 : local ramdisk= 2022-08-24 15:22:37.665 | + functions:upload_image:296 : local disk_format= 2022-08-24 15:22:37.668 | + functions:upload_image:297 : local container_format= 2022-08-24 15:22:37.672 | + functions:upload_image:298 : local unpack= 2022-08-24 15:22:37.675 | + functions:upload_image:299 : local img_property= 2022-08-24 15:22:37.677 | + functions:upload_image:303 : [[ libvirt == \l\i\b\v\i\r\t ]] 2022-08-24 15:22:37.679 | + functions:upload_image:304 : [[ kvm == \q\e\m\u ]] 2022-08-24 15:22:37.681 | + functions:upload_image:304 : [[ kvm == \k\v\m ]] 2022-08-24 15:22:37.684 | + functions:upload_image:305 : img_property=hw_rng_model=virtio 2022-08-24 15:22:37.686 | + functions:upload_image:309 : case "$image_fname" in 2022-08-24 15:22:37.688 | + functions:upload_image:374 : local extension=04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:37.691 | ++ functions:upload_image:375 : basename /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx .04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:37.696 | + functions:upload_image:375 : image_name=ubuntu-16 2022-08-24 15:22:37.700 | ++ functions:upload_image:376 : echo ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:37.702 | ++ functions:upload_image:376 : grep -oP '(?<=\.)vhdx?(?=\.|$)' 2022-08-24 15:22:37.708 | + functions:upload_image:376 : disk_format=vhdx 2022-08-24 15:22:37.711 | + functions:upload_image:377 : container_format=bare 2022-08-24 15:22:37.714 | + functions:upload_image:378 : '[' vhdx == gz ']' 2022-08-24 15:22:37.716 | + functions:upload_image:385 : is_arch ppc64le 2022-08-24 15:22:37.719 | ++ functions-common:is_arch:501 : uname -m 2022-08-24 15:22:37.724 | + functions-common:is_arch:501 : [[ x86_64 == \p\p\c\6\4\l\e ]] 2022-08-24 15:22:37.726 | + functions:upload_image:385 : is_arch ppc64 2022-08-24 15:22:37.730 | ++ functions-common:is_arch:501 : uname -m 2022-08-24 15:22:37.735 | + functions-common:is_arch:501 : [[ x86_64 == \p\p\c\6\4 ]] 2022-08-24 15:22:37.737 | + functions:upload_image:385 : is_arch ppc 2022-08-24 15:22:37.741 | ++ functions-common:is_arch:501 : uname -m 2022-08-24 15:22:37.745 | + functions-common:is_arch:501 : [[ x86_64 == \p\p\c ]] 2022-08-24 15:22:37.748 | + functions:upload_image:389 : is_arch aarch64 2022-08-24 15:22:37.751 | ++ functions-common:is_arch:501 : uname -m 2022-08-24 15:22:37.756 | + functions-common:is_arch:501 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-08-24 15:22:37.758 | + functions:upload_image:393 : '[' bare = bare ']' 2022-08-24 15:22:37.761 | + functions:upload_image:394 : '[' '' = zcat ']' 2022-08-24 15:22:37.764 | + functions:upload_image:396 : '[' '' = bunzip2 ']' 2022-08-24 15:22:37.766 | + functions:upload_image:398 : '[' '' = unxz ']' 2022-08-24 15:22:37.769 | + functions:upload_image:409 : _upload_image ubuntu-16 bare vhdx /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx hw_rng_model=virtio 2022-08-24 15:22:37.771 | + functions:_upload_image:104 : local image_name=ubuntu-16 2022-08-24 15:22:37.774 | + functions:_upload_image:105 : shift 2022-08-24 15:22:37.777 | + functions:_upload_image:106 : local container=bare 2022-08-24 15:22:37.779 | + functions:_upload_image:107 : shift 2022-08-24 15:22:37.781 | + functions:_upload_image:108 : local disk=vhdx 2022-08-24 15:22:37.784 | + functions:_upload_image:109 : shift 2022-08-24 15:22:37.786 | + functions:_upload_image:110 : local image=/home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx 2022-08-24 15:22:37.788 | + functions:_upload_image:111 : shift 2022-08-24 15:22:37.791 | + functions:_upload_image:112 : local properties 2022-08-24 15:22:37.793 | + functions:_upload_image:113 : local useimport 2022-08-24 15:22:37.796 | ++ functions:_upload_image:115 : _image_properties_to_arg hw_rng_model=virtio 2022-08-24 15:22:37.799 | ++ functions:_image_properties_to_arg:87 : local result= 2022-08-24 15:22:37.804 | ++ functions:_image_properties_to_arg:88 : for property in $* 2022-08-24 15:22:37.807 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_rng_model=virtio' 2022-08-24 15:22:37.809 | ++ functions:_image_properties_to_arg:91 : echo --property hw_rng_model=virtio 2022-08-24 15:22:37.813 | + functions:_upload_image:115 : properties='--property hw_rng_model=virtio' 2022-08-24 15:22:37.815 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2022-08-24 15:22:37.817 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create ubuntu-16 --public --container-format bare --disk-format vhdx --property hw_rng_model=virtio 2022-08-24 15:22:47.527 | + inc/async:async_inner:64 : rc=0 2022-08-24 15:22:47.563 | [114029 Async create_flavors:114029]: finished successfully 2022-08-24 15:22:57.894 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:57.894 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:57.894 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:57.894 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:57.894 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-08-24 15:22:57.894 | | Field | Value | 2022-08-24 15:22:57.895 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-08-24 15:22:57.895 | | container_format | bare | 2022-08-24 15:22:57.895 | | created_at | 2022-08-24T15:22:41Z | 2022-08-24 15:22:57.895 | | disk_format | vhdx | 2022-08-24 15:22:57.895 | | file | /v2/images/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7/file | 2022-08-24 15:22:57.895 | | id | a7b05601-646b-4b1e-8d2d-ed54c03fdcf7 | 2022-08-24 15:22:57.895 | | min_disk | 0 | 2022-08-24 15:22:57.895 | | min_ram | 0 | 2022-08-24 15:22:57.895 | | name | ubuntu-16 | 2022-08-24 15:22:57.895 | | owner | a21b022863214652bee8ae0c1550558f | 2022-08-24 15:22:57.895 | | properties | hw_rng_model='virtio', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/ubuntu-16', owner_specified.openstack.sha256='' | 2022-08-24 15:22:57.895 | | protected | False | 2022-08-24 15:22:57.895 | | schema | /v2/schemas/image | 2022-08-24 15:22:57.895 | | status | queued | 2022-08-24 15:22:57.895 | | tags | | 2022-08-24 15:22:57.895 | | updated_at | 2022-08-24T15:22:41Z | 2022-08-24 15:22:57.895 | | visibility | public | 2022-08-24 15:22:57.895 | +------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2022-08-24 15:22:58.054 | + ./stack.sh:main:1357 : async_wait create_flavors 2022-08-24 15:22:58.119 | [19052 Async create_flavors:114029]: Waiting for completion of create_flavors running on PID 114029 (2 other jobs running) 2022-08-24 15:22:58.165 | [19052 Async create_flavors:114029]: Signaling child to exit 2022-08-24 15:22:58.165 | WAKEUP 2022-08-24 15:22:58.191 | [19052 Async create_flavors:114029]: Signaled 2022-08-24 15:22:58.195 | + lib/nova:create_flavors:1203 : is_service_enabled n-api 2022-08-24 15:22:58.195 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:58.195 | + lib/nova:create_flavors:1204 : openstack --os-region-name=RegionOne flavor list 2022-08-24 15:22:58.195 | + lib/nova:create_flavors:1204 : grep -q ds512M 2022-08-24 15:22:58.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.195 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.195 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.195 | + lib/nova:create_flavors:1206 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2022-08-24 15:22:58.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.195 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.195 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.195 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.195 | | Field | Value | 2022-08-24 15:22:58.195 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.195 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.195 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.195 | | description | None | 2022-08-24 15:22:58.195 | | disk | 1 | 2022-08-24 15:22:58.196 | | id | c1 | 2022-08-24 15:22:58.196 | | name | cirros256 | 2022-08-24 15:22:58.196 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.196 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.196 | | ram | 256 | 2022-08-24 15:22:58.196 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.196 | | swap | | 2022-08-24 15:22:58.196 | | vcpus | 1 | 2022-08-24 15:22:58.196 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.196 | + lib/nova:create_flavors:1207 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2022-08-24 15:22:58.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.196 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.197 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.197 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.197 | | Field | Value | 2022-08-24 15:22:58.197 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.197 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.197 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.197 | | description | None | 2022-08-24 15:22:58.197 | | disk | 5 | 2022-08-24 15:22:58.197 | | id | d1 | 2022-08-24 15:22:58.197 | | name | ds512M | 2022-08-24 15:22:58.197 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.197 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.197 | | ram | 512 | 2022-08-24 15:22:58.197 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.197 | | swap | | 2022-08-24 15:22:58.197 | | vcpus | 1 | 2022-08-24 15:22:58.197 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.197 | + lib/nova:create_flavors:1208 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2022-08-24 15:22:58.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.197 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.197 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.197 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.197 | | Field | Value | 2022-08-24 15:22:58.197 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.197 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.197 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.197 | | description | None | 2022-08-24 15:22:58.197 | | disk | 10 | 2022-08-24 15:22:58.197 | | id | d2 | 2022-08-24 15:22:58.197 | | name | ds1G | 2022-08-24 15:22:58.197 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.197 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.198 | | ram | 1024 | 2022-08-24 15:22:58.198 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.198 | | swap | | 2022-08-24 15:22:58.198 | | vcpus | 1 | 2022-08-24 15:22:58.198 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.198 | + lib/nova:create_flavors:1209 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2022-08-24 15:22:58.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.198 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.198 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.198 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.198 | | Field | Value | 2022-08-24 15:22:58.198 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.198 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.198 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.198 | | description | None | 2022-08-24 15:22:58.198 | | disk | 10 | 2022-08-24 15:22:58.198 | | id | d3 | 2022-08-24 15:22:58.198 | | name | ds2G | 2022-08-24 15:22:58.198 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.198 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.198 | | ram | 2048 | 2022-08-24 15:22:58.198 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.198 | | swap | | 2022-08-24 15:22:58.198 | | vcpus | 2 | 2022-08-24 15:22:58.198 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.198 | + lib/nova:create_flavors:1210 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2022-08-24 15:22:58.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.198 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.198 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.198 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.199 | | Field | Value | 2022-08-24 15:22:58.199 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.199 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.199 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.199 | | description | None | 2022-08-24 15:22:58.199 | | disk | 20 | 2022-08-24 15:22:58.199 | | id | d4 | 2022-08-24 15:22:58.199 | | name | ds4G | 2022-08-24 15:22:58.199 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.199 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.199 | | ram | 4096 | 2022-08-24 15:22:58.199 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.199 | | swap | | 2022-08-24 15:22:58.199 | | vcpus | 4 | 2022-08-24 15:22:58.199 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.199 | + lib/nova:create_flavors:1213 : grep -q m1.tiny 2022-08-24 15:22:58.199 | + lib/nova:create_flavors:1213 : openstack --os-region-name=RegionOne flavor list 2022-08-24 15:22:58.199 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.199 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.199 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.199 | + lib/nova:create_flavors:1214 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2022-08-24 15:22:58.199 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.199 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.199 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.199 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.199 | | Field | Value | 2022-08-24 15:22:58.199 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.199 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.199 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.199 | | description | None | 2022-08-24 15:22:58.199 | | disk | 1 | 2022-08-24 15:22:58.200 | | id | 1 | 2022-08-24 15:22:58.200 | | name | m1.tiny | 2022-08-24 15:22:58.200 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.200 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.200 | | ram | 512 | 2022-08-24 15:22:58.200 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.200 | | swap | | 2022-08-24 15:22:58.200 | | vcpus | 1 | 2022-08-24 15:22:58.200 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.200 | + lib/nova:create_flavors:1215 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2022-08-24 15:22:58.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.200 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.200 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.200 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.200 | | Field | Value | 2022-08-24 15:22:58.200 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.200 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.200 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.200 | | description | None | 2022-08-24 15:22:58.200 | | disk | 20 | 2022-08-24 15:22:58.200 | | id | 2 | 2022-08-24 15:22:58.200 | | name | m1.small | 2022-08-24 15:22:58.200 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.200 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.200 | | ram | 2048 | 2022-08-24 15:22:58.200 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.200 | | swap | | 2022-08-24 15:22:58.200 | | vcpus | 1 | 2022-08-24 15:22:58.200 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.200 | + lib/nova:create_flavors:1216 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2022-08-24 15:22:58.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.200 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.201 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.201 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.201 | | Field | Value | 2022-08-24 15:22:58.201 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.201 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.201 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.201 | | description | None | 2022-08-24 15:22:58.201 | | disk | 40 | 2022-08-24 15:22:58.201 | | id | 3 | 2022-08-24 15:22:58.201 | | name | m1.medium | 2022-08-24 15:22:58.201 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.201 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.201 | | ram | 4096 | 2022-08-24 15:22:58.201 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.201 | | swap | | 2022-08-24 15:22:58.201 | | vcpus | 2 | 2022-08-24 15:22:58.201 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.201 | + lib/nova:create_flavors:1217 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2022-08-24 15:22:58.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.201 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.201 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.201 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.201 | | Field | Value | 2022-08-24 15:22:58.201 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.201 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.201 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.201 | | description | None | 2022-08-24 15:22:58.201 | | disk | 80 | 2022-08-24 15:22:58.201 | | id | 4 | 2022-08-24 15:22:58.201 | | name | m1.large | 2022-08-24 15:22:58.202 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.202 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.202 | | ram | 8192 | 2022-08-24 15:22:58.202 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.202 | | swap | | 2022-08-24 15:22:58.202 | | vcpus | 4 | 2022-08-24 15:22:58.202 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.202 | + lib/nova:create_flavors:1218 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2022-08-24 15:22:58.202 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.202 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.202 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:22:58.202 | from cryptography.utils import int_from_bytes 2022-08-24 15:22:58.202 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.202 | | Field | Value | 2022-08-24 15:22:58.202 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.202 | | OS-FLV-DISABLED:disabled | False | 2022-08-24 15:22:58.202 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2022-08-24 15:22:58.202 | | description | None | 2022-08-24 15:22:58.202 | | disk | 160 | 2022-08-24 15:22:58.202 | | id | 5 | 2022-08-24 15:22:58.202 | | name | m1.xlarge | 2022-08-24 15:22:58.202 | | os-flavor-access:is_public | True | 2022-08-24 15:22:58.202 | | properties | hw_rng:allowed='True' | 2022-08-24 15:22:58.202 | | ram | 16384 | 2022-08-24 15:22:58.202 | | rxtx_factor | 1.0 | 2022-08-24 15:22:58.202 | | swap | | 2022-08-24 15:22:58.202 | | vcpus | 8 | 2022-08-24 15:22:58.202 | +----------------------------+-----------------------+ 2022-08-24 15:22:58.245 | [19052 Async create_flavors:114029]: finished create_flavors with result 0 in 39 seconds 2022-08-24 15:22:58.253 | + inc/async:async_wait:197 : return 0 2022-08-24 15:22:58.256 | + ./stack.sh:main:1359 : is_service_enabled horizon 2022-08-24 15:22:58.275 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:22:58.279 | + ./stack.sh:main:1373 : is_service_enabled nova 2022-08-24 15:22:58.296 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:58.298 | + ./stack.sh:main:1373 : is_service_enabled keystone 2022-08-24 15:22:58.317 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:22:58.320 | + ./stack.sh:main:1374 : USERRC_PARAMS='-PA --target-dir /home/ubuntu/devstack/accrc --os-password Passw0rd' 2022-08-24 15:22:58.324 | + ./stack.sh:main:1376 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-24 15:22:58.325 | + ./stack.sh:main:1380 : /home/ubuntu/devstack/tools/create_userrc.sh -PA --target-dir /home/ubuntu/devstack/accrc --os-password Passw0rd 2022-08-24 15:22:58.338 | + home/ubuntu/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2022-08-24 15:22:58.340 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /home/ubuntu/devstack/accrc --os-password Passw0rd 2022-08-24 15:22:58.343 | + home/ubuntu/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/home/ubuntu/devstack/accrc'\'' --os-password '\''Passw0rd'\'' --' 2022-08-24 15:22:58.344 | + home/ubuntu/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/home/ubuntu/devstack/accrc'\''' --os-password ''\''Passw0rd'\''' -- 2022-08-24 15:22:58.346 | ++ home/ubuntu/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /home/ubuntu/devstack/accrc --os-password Passw0rd -- 2022-08-24 15:22:58.347 | + home/ubuntu/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2022-08-24 15:22:58.349 | + home/ubuntu/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2022-08-24 15:22:58.350 | + home/ubuntu/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2022-08-24 15:22:58.354 | + home/ubuntu/devstack/tools/create_userrc.sh:main:92 : MODE= 2022-08-24 15:22:58.354 | + home/ubuntu/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2022-08-24 15:22:58.354 | + home/ubuntu/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2022-08-24 15:22:58.356 | + home/ubuntu/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2022-08-24 15:22:58.358 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2022-08-24 15:22:58.359 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-08-24 15:22:58.361 | + home/ubuntu/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2022-08-24 15:22:58.362 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-08-24 15:22:58.364 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2022-08-24 15:22:58.365 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-08-24 15:22:58.366 | + home/ubuntu/devstack/tools/create_userrc.sh:main:118 : MODE=all 2022-08-24 15:22:58.369 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-08-24 15:22:58.370 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2022-08-24 15:22:58.371 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-08-24 15:22:58.373 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/home/ubuntu/devstack/accrc 2022-08-24 15:22:58.374 | + home/ubuntu/devstack/tools/create_userrc.sh:main:113 : shift 2022-08-24 15:22:58.376 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-08-24 15:22:58.377 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2022-08-24 15:22:58.379 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-08-24 15:22:58.380 | + home/ubuntu/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=Passw0rd 2022-08-24 15:22:58.381 | + home/ubuntu/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=Passw0rd 2022-08-24 15:22:58.383 | + home/ubuntu/devstack/tools/create_userrc.sh:main:100 : shift 2022-08-24 15:22:58.385 | + home/ubuntu/devstack/tools/create_userrc.sh:main:126 : shift 2022-08-24 15:22:58.386 | + home/ubuntu/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2022-08-24 15:22:58.388 | + home/ubuntu/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2022-08-24 15:22:58.389 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : shift 2022-08-24 15:22:58.391 | + home/ubuntu/devstack/tools/create_userrc.sh:main:122 : break 2022-08-24 15:22:58.392 | + home/ubuntu/devstack/tools/create_userrc.sh:main:129 : '[' -z Passw0rd ']' 2022-08-24 15:22:58.394 | + home/ubuntu/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2022-08-24 15:22:58.396 | + home/ubuntu/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2022-08-24 15:22:58.397 | + home/ubuntu/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2022-08-24 15:22:58.404 | + home/ubuntu/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2022-08-24 15:22:58.404 | + home/ubuntu/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2022-08-24 15:22:58.404 | + home/ubuntu/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2022-08-24 15:22:58.404 | + home/ubuntu/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2022-08-24 15:22:58.405 | + home/ubuntu/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2022-08-24 15:22:58.406 | + home/ubuntu/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2022-08-24 15:22:58.408 | + home/ubuntu/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2022-08-24 15:22:58.409 | + home/ubuntu/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2022-08-24 15:22:58.411 | + home/ubuntu/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2022-08-24 15:22:58.412 | + home/ubuntu/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2022-08-24 15:22:58.414 | + home/ubuntu/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2022-08-24 15:22:58.416 | + home/ubuntu/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2022-08-24 15:22:58.417 | + home/ubuntu/devstack/tools/create_userrc.sh:main:168 : USER_PASS=Passw0rd 2022-08-24 15:22:58.419 | + home/ubuntu/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2022-08-24 15:22:58.420 | + home/ubuntu/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2022-08-24 15:22:58.422 | + home/ubuntu/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2022-08-24 15:22:58.424 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2022-08-24 15:22:58.425 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep -v service 2022-08-24 15:22:58.425 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : IFS=, 2022-08-24 15:22:58.425 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : grep ,True 2022-08-24 15:22:58.427 | + home/ubuntu/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2022-08-24 15:23:00.286 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:00.286 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:00.286 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:00.286 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:00.286 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2022-08-24 15:23:00.288 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-08-24 15:23:00.414 | + ./stack.sh:main:1385 : save_stackenv 2022-08-24 15:23:00.416 | + functions-common:save_stackenv:60 : local tag= 2022-08-24 15:23:00.420 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-24 15:23:00.424 | + functions-common:save_stackenv:62 : time_stamp=2022-08-24-152300 2022-08-24 15:23:00.427 | + functions-common:save_stackenv:63 : echo '# 2022-08-24-152300 ' 2022-08-24 15:23:00.429 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.432 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-24 15:23:00.434 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.437 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-24 15:23:00.439 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.442 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-24 15:23:00.444 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.447 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification,s-container-sync,n-super-cond,n-cond-cell1 2022-08-24 15:23:00.449 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.452 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.89 2022-08-24 15:23:00.454 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.457 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.89/identity 2022-08-24 15:23:00.465 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.468 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-24-145336 2022-08-24 15:23:00.470 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.472 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-24 15:23:00.475 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.477 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.89 2022-08-24 15:23:00.480 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.482 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-24 15:23:00.485 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.487 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-24 15:23:00.490 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.496 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-24 15:23:00.499 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.501 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-24 15:23:00.504 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.506 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.89 2022-08-24 15:23:00.508 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-24 15:23:00.511 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-24 15:23:00.514 | + ./stack.sh:main:1396 : merge_config_group /home/ubuntu/devstack/local.conf extra 2022-08-24 15:23:00.516 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-08-24 15:23:00.519 | + inc/meta-config:merge_config_group:171 : shift 2022-08-24 15:23:00.521 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2022-08-24 15:23:00.523 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:23:00.526 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-08-24 15:23:00.529 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-08-24 15:23:00.532 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf extra 2022-08-24 15:23:00.538 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:23:00.538 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2022-08-24 15:23:00.540 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:23:00.543 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2022-08-24 15:23:00.543 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:23:00.543 | gsub("[][]", "", $1); 2022-08-24 15:23:00.543 | split($1, a, "|"); 2022-08-24 15:23:00.543 | if (a[1] == matchgroup) 2022-08-24 15:23:00.543 | print a[2] 2022-08-24 15:23:00.543 | } 2022-08-24 15:23:00.543 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:23:00.599 | + ./stack.sh:main:1403 : run_phase stack extra 2022-08-24 15:23:00.602 | + functions-common:run_phase:1867 : local mode=stack 2022-08-24 15:23:00.604 | + functions-common:run_phase:1868 : local phase=extra 2022-08-24 15:23:00.607 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-24 15:23:00.610 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-24 15:23:00.613 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-24 15:23:00.616 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-24 15:23:00.618 | + functions-common:run_phase:1877 : local extra 2022-08-24 15:23:00.622 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-24 15:23:00.634 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-24 15:23:00.637 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-24 15:23:00.640 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-24 15:23:00.643 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack extra 2022-08-24 15:23:00.646 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-24 15:23:00.663 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:23:00.666 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:23:00.668 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:23:00.671 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2022-08-24 15:23:00.673 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:23:00.677 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-08-24 15:23:00.680 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-08-24 15:23:00.683 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2022-08-24 15:23:00.686 | ++ extras.d/80-tempest.sh:source:15 : : 2022-08-24 15:23:00.688 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-24 15:23:00.691 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-24 15:23:00.693 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-24 15:23:00.696 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-24 15:23:00.699 | + functions-common:run_phase:1894 : run_plugins stack extra 2022-08-24 15:23:00.702 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-24 15:23:00.704 | + functions-common:run_plugins:1854 : local phase=extra 2022-08-24 15:23:00.707 | + functions-common:run_plugins:1856 : local plugins= 2022-08-24 15:23:00.710 | + functions-common:run_plugins:1857 : local plugin 2022-08-24 15:23:00.712 | + ./stack.sh:main:1411 : merge_config_group /home/ubuntu/devstack/local.conf post-extra 2022-08-24 15:23:00.715 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-08-24 15:23:00.718 | + inc/meta-config:merge_config_group:171 : shift 2022-08-24 15:23:00.722 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2022-08-24 15:23:00.723 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:23:00.725 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-08-24 15:23:00.728 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-08-24 15:23:00.732 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-extra 2022-08-24 15:23:00.734 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-08-24 15:23:00.737 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2022-08-24 15:23:00.740 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-08-24 15:23:00.742 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2022-08-24 15:23:00.745 | /^\[\[.+\|.*\]\]/ { 2022-08-24 15:23:00.745 | gsub("[][]", "", $1); 2022-08-24 15:23:00.745 | split($1, a, "|"); 2022-08-24 15:23:00.745 | if (a[1] == matchgroup) 2022-08-24 15:23:00.745 | print a[2] 2022-08-24 15:23:00.745 | } 2022-08-24 15:23:00.745 | ' /home/ubuntu/devstack/local.conf 2022-08-24 15:23:00.750 | + ./stack.sh:main:1420 : is_service_enabled n-cpu 2022-08-24 15:23:00.769 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:23:00.772 | + ./stack.sh:main:1425 : service_check 2022-08-24 15:23:00.775 | + functions-common:service_check:1732 : local service 2022-08-24 15:23:00.777 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:00.780 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@key.service 2022-08-24 15:23:00.874 | Failed to get unit file state for devstack@key.service: No such file or directory 2022-08-24 15:23:00.878 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:00.881 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-api.service 2022-08-24 15:23:00.895 | enabled 2022-08-24 15:23:00.899 | + functions-common:service_check:1739 : sudo systemctl status devstack@n-api.service --no-pager 2022-08-24 15:23:00.926 | ● devstack@n-api.service - Devstack devstack@n-api.service 2022-08-24 15:23:00.926 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2022-08-24 15:23:00.926 | Active: active (running) since Wed 2022-08-24 15:20:42 UTC; 2min 18s ago 2022-08-24 15:23:00.926 | Main PID: 106720 (uwsgi) 2022-08-24 15:23:00.926 | Status: "uWSGI is ready" 2022-08-24 15:23:00.926 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:00.926 | Memory: 239.2M 2022-08-24 15:23:00.926 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2022-08-24 15:23:00.926 | ├─106720 nova-apiuWSGI master 2022-08-24 15:23:00.926 | ├─106721 nova-apiuWSGI worker 1 2022-08-24 15:23:00.926 | └─106722 nova-apiuWSGI worker 2 2022-08-24 15:23:00.926 | 2022-08-24 15:23:00.926 | Aug 24 15:22:44 dv-neutron-843871-6-hyperv devstack@n-api.service[106722]: [pid: 106722|app: 0|req: 17/32] 10.222.0.89 () {64 vars in 1333 bytes} [Wed Aug 24 15:22:44 2022] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 248 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2022-08-24 15:23:00.926 | Aug 24 15:22:46 dv-neutron-843871-6-hyperv devstack@n-api.service[106721]: DEBUG nova.api.openstack.wsgi [None req-8f706553-1149-437f-ae81-fe93676b0a3d admin admin] Calling method '>' {{(pid=106721) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2022-08-24 15:23:00.926 | Aug 24 15:22:46 dv-neutron-843871-6-hyperv devstack@n-api.service[106721]: INFO nova.api.openstack.requestlog [None req-8f706553-1149-437f-ae81-fe93676b0a3d admin admin] 10.222.0.89 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.002268 2022-08-24 15:23:00.926 | Aug 24 15:22:46 dv-neutron-843871-6-hyperv devstack@n-api.service[106721]: [pid: 106721|app: 0|req: 16/33] 10.222.0.89 () {54 vars in 931 bytes} [Wed Aug 24 15:22:46 2022] GET /compute/v2.1 => generated 388 bytes in 6 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2022-08-24 15:23:00.926 | Aug 24 15:22:47 dv-neutron-843871-6-hyperv devstack@n-api.service[106722]: DEBUG nova.api.openstack.wsgi [None req-92134f36-a32b-496d-b526-04dbaecf6d39 admin admin] Action: 'create', calling method: >, body: {"flavor": {"vcpus": 8, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 16384, "id": "5", "rxtx_factor": 1.0, "swap": 0, "disk": 160, "os-flavor-access:is_public": true, "name": "m1.xlarge"}} {{(pid=106722) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-08-24 15:23:00.926 | Aug 24 15:22:47 dv-neutron-843871-6-hyperv devstack@n-api.service[106722]: INFO nova.api.openstack.requestlog [None req-92134f36-a32b-496d-b526-04dbaecf6d39 admin admin] 10.222.0.89 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.540774 2022-08-24 15:23:00.927 | Aug 24 15:22:47 dv-neutron-843871-6-hyperv devstack@n-api.service[106722]: [pid: 106722|app: 0|req: 18/34] 10.222.0.89 () {64 vars in 1283 bytes} [Wed Aug 24 15:22:46 2022] POST /compute/v2.1/flavors => generated 408 bytes in 542 msecs (HTTP/1.1 200) 9 headers in 359 bytes (2 switches on core 0) 2022-08-24 15:23:00.927 | Aug 24 15:22:47 dv-neutron-843871-6-hyperv devstack@n-api.service[106721]: DEBUG nova.api.openstack.wsgi [None req-0a7ee77d-183a-4789-95a9-6dcfaaffb220 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=106721) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2022-08-24 15:23:00.927 | Aug 24 15:22:47 dv-neutron-843871-6-hyperv devstack@n-api.service[106721]: INFO nova.api.openstack.requestlog [None req-0a7ee77d-183a-4789-95a9-6dcfaaffb220 admin admin] 10.222.0.89 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.097122 2022-08-24 15:23:00.927 | Aug 24 15:22:47 dv-neutron-843871-6-hyperv devstack@n-api.service[106721]: [pid: 106721|app: 0|req: 17/35] 10.222.0.89 () {64 vars in 1333 bytes} [Wed Aug 24 15:22:47 2022] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 98 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2022-08-24 15:23:00.930 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:00.933 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-cond.service 2022-08-24 15:23:00.946 | Failed to get unit file state for devstack@n-cond.service: No such file or directory 2022-08-24 15:23:00.952 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:00.955 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-sch.service 2022-08-24 15:23:00.969 | enabled 2022-08-24 15:23:00.973 | + functions-common:service_check:1739 : sudo systemctl status devstack@n-sch.service --no-pager 2022-08-24 15:23:00.989 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2022-08-24 15:23:00.989 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2022-08-24 15:23:00.989 | Active: active (running) since Wed 2022-08-24 15:21:56 UTC; 1min 4s ago 2022-08-24 15:23:00.989 | Main PID: 111709 (nova-scheduler) 2022-08-24 15:23:00.990 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:00.990 | Memory: 147.0M 2022-08-24 15:23:00.990 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2022-08-24 15:23:00.990 | ├─111709 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-08-24 15:23:00.990 | ├─113021 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-08-24 15:23:00.990 | └─113022 /usr/bin/python3.8 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2022-08-24 15:23:00.990 | 2022-08-24 15:23:00.990 | Aug 24 15:22:01 dv-neutron-843871-6-hyperv nova-scheduler[111709]: DEBUG oslo_service.service [None req-bdde9f68-c108-42d0-8d66-bc692900f99f None None] oslo_reports.file_event_handler = None {{(pid=111709) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:00.990 | Aug 24 15:22:01 dv-neutron-843871-6-hyperv nova-scheduler[111709]: DEBUG oslo_service.service [None req-bdde9f68-c108-42d0-8d66-bc692900f99f None None] oslo_reports.file_event_handler_interval = 1 {{(pid=111709) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:00.990 | Aug 24 15:22:01 dv-neutron-843871-6-hyperv nova-scheduler[111709]: DEBUG oslo_service.service [None req-bdde9f68-c108-42d0-8d66-bc692900f99f None None] oslo_reports.log_dir = None {{(pid=111709) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:00.990 | Aug 24 15:22:01 dv-neutron-843871-6-hyperv nova-scheduler[111709]: DEBUG oslo_service.service [None req-bdde9f68-c108-42d0-8d66-bc692900f99f None None] ******************************************************************************** {{(pid=111709) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-08-24 15:23:00.990 | Aug 24 15:22:10 dv-neutron-843871-6-hyperv nova-scheduler[111709]: DEBUG dbcounter [-] [111709] Writing DB stats nova_api:SELECT=7 {{(pid=111709) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:00.990 | Aug 24 15:22:10 dv-neutron-843871-6-hyperv nova-scheduler[111709]: DEBUG dbcounter [-] [111709] Writing DB stats nova_cell1:SELECT=3 {{(pid=111709) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:00.990 | Aug 24 15:22:10 dv-neutron-843871-6-hyperv nova-scheduler[111709]: DEBUG dbcounter [-] [111709] Writing DB stats nova_cell0:SELECT=3 {{(pid=111709) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:00.990 | Aug 24 15:22:35 dv-neutron-843871-6-hyperv nova-scheduler[113021]: DEBUG dbcounter [-] [113021] Writing DB stats nova_cell0:SELECT=15,nova_cell0:INSERT=1,nova_cell0:UPDATE=3 {{(pid=113021) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:00.990 | Aug 24 15:22:35 dv-neutron-843871-6-hyperv nova-scheduler[113022]: DEBUG dbcounter [-] [113022] Writing DB stats nova_cell0:SELECT=17,nova_cell0:INSERT=1,nova_cell0:UPDATE=3 {{(pid=113022) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:00.990 | Aug 24 15:22:56 dv-neutron-843871-6-hyperv nova-scheduler[113022]: DEBUG dbcounter [-] [113022] Writing DB stats nova_cell0:SELECT=3,nova_cell0:UPDATE=1 {{(pid=113022) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:00.993 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:00.996 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-api-meta.service 2022-08-24 15:23:01.011 | enabled 2022-08-24 15:23:01.014 | + functions-common:service_check:1739 : sudo systemctl status devstack@n-api-meta.service --no-pager 2022-08-24 15:23:01.031 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2022-08-24 15:23:01.031 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.031 | Active: active (running) since Wed 2022-08-24 15:21:58 UTC; 1min 2s ago 2022-08-24 15:23:01.031 | Main PID: 112210 (uwsgi) 2022-08-24 15:23:01.031 | Status: "uWSGI is ready" 2022-08-24 15:23:01.031 | Tasks: 4 (limit: 14304) 2022-08-24 15:23:01.031 | Memory: 201.4M 2022-08-24 15:23:01.031 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2022-08-24 15:23:01.031 | ├─112210 nova-api-metauWSGI master 2022-08-24 15:23:01.031 | ├─112215 nova-api-metauWSGI worker 1 2022-08-24 15:23:01.031 | ├─112216 nova-api-metauWSGI worker 2 2022-08-24 15:23:01.032 | └─112217 nova-api-metauWSGI http 1 2022-08-24 15:23:01.032 | 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112216]: DEBUG dbcounter [-] [112216] Writer thread running {{(pid=112216) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112215]: DEBUG oslo_db.sqlalchemy.engines [None req-e965309e-4380-40d1-814e-a2ed8c5e77fe None None] 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=112215) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112215]: DEBUG dbcounter [-] [112215] Writer thread running {{(pid=112215) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112216]: INFO dbcounter [None req-770286a5-f568-49d4-bafe-84e34733c087 None None] Registered counter for database nova_cell0 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112216]: DEBUG oslo_db.sqlalchemy.engines [None req-770286a5-f568-49d4-bafe-84e34733c087 None None] 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=112216) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112216]: DEBUG dbcounter [-] [112216] Writer thread running {{(pid=112216) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112215]: WARNING nova.api.metadata.handler [None req-e965309e-4380-40d1-814e-a2ed8c5e77fe None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112215]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x5555c6ac19a0 pid: 112215 (default app) 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112216]: WARNING nova.api.metadata.handler [None req-770286a5-f568-49d4-bafe-84e34733c087 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2022-08-24 15:23:01.032 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv devstack@n-api-meta.service[112216]: WSGI app 0 (mountpoint='') ready in 5 seconds on interpreter 0x5555c6ac19a0 pid: 112216 (default app) 2022-08-24 15:23:01.035 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.037 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@placement-api.service 2022-08-24 15:23:01.051 | enabled 2022-08-24 15:23:01.055 | + functions-common:service_check:1739 : sudo systemctl status devstack@placement-api.service --no-pager 2022-08-24 15:23:01.073 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2022-08-24 15:23:01.073 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.073 | Active: active (running) since Wed 2022-08-24 15:20:57 UTC; 2min 3s ago 2022-08-24 15:23:01.073 | Main PID: 108062 (uwsgi) 2022-08-24 15:23:01.073 | Status: "uWSGI is ready" 2022-08-24 15:23:01.073 | Tasks: 5 (limit: 14304) 2022-08-24 15:23:01.073 | Memory: 132.0M 2022-08-24 15:23:01.073 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2022-08-24 15:23:01.073 | ├─108062 placementuWSGI master 2022-08-24 15:23:01.073 | ├─108074 placementuWSGI worker 1 2022-08-24 15:23:01.073 | └─108075 placementuWSGI worker 2 2022-08-24 15:23:01.073 | 2022-08-24 15:23:01.073 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv devstack@placement-api.service[108074]: DEBUG dbcounter [-] [108074] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=108074) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.073 | Aug 24 15:22:00 dv-neutron-843871-6-hyperv devstack@placement-api.service[108075]: DEBUG placement.requestlog [None req-9bee65d1-8be6-4484-9a6f-efaab5829649 None None] Starting request: 10.222.0.89 "GET /placement/" {{(pid=108075) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-08-24 15:23:01.073 | Aug 24 15:22:00 dv-neutron-843871-6-hyperv devstack@placement-api.service[108075]: INFO placement.requestlog [None req-9bee65d1-8be6-4484-9a6f-efaab5829649 None None] 10.222.0.89 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-08-24 15:23:01.073 | Aug 24 15:22:00 dv-neutron-843871-6-hyperv devstack@placement-api.service[108075]: [pid: 108075|app: 0|req: 2/2] 10.222.0.89 () {54 vars in 916 bytes} [Wed Aug 24 15:22:00 2022] GET /placement => generated 136 bytes in 11 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-08-24 15:23:01.073 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv devstack@placement-api.service[108074]: DEBUG placement.requestlog [None req-c97e2ee6-eddf-42b9-b2be-eee3fafc2628 None None] Starting request: 10.222.0.89 "GET /placement/" {{(pid=108074) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-08-24 15:23:01.073 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv devstack@placement-api.service[108074]: INFO placement.requestlog [None req-c97e2ee6-eddf-42b9-b2be-eee3fafc2628 None None] 10.222.0.89 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-08-24 15:23:01.073 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv devstack@placement-api.service[108074]: [pid: 108074|app: 0|req: 1/3] 10.222.0.89 () {54 vars in 916 bytes} [Wed Aug 24 15:22:05 2022] GET /placement => generated 136 bytes in 17 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-08-24 15:23:01.074 | Aug 24 15:22:06 dv-neutron-843871-6-hyperv devstack@placement-api.service[108075]: DEBUG placement.requestlog [None req-c4ba035c-e8ca-4b82-8cce-94ae909c442c None None] Starting request: 10.222.0.89 "GET /placement/" {{(pid=108075) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2022-08-24 15:23:01.074 | Aug 24 15:22:06 dv-neutron-843871-6-hyperv devstack@placement-api.service[108075]: INFO placement.requestlog [None req-c4ba035c-e8ca-4b82-8cce-94ae909c442c None None] 10.222.0.89 "GET /placement/" status: 200 len: 136 microversion: 1.0 2022-08-24 15:23:01.074 | Aug 24 15:22:06 dv-neutron-843871-6-hyperv devstack@placement-api.service[108075]: [pid: 108075|app: 0|req: 3/4] 10.222.0.89 () {54 vars in 916 bytes} [Wed Aug 24 15:22:06 2022] GET /placement => generated 136 bytes in 2 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2022-08-24 15:23:01.077 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.079 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@placement-client.service 2022-08-24 15:23:01.092 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2022-08-24 15:23:01.095 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.098 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@g-api.service 2022-08-24 15:23:01.112 | enabled 2022-08-24 15:23:01.116 | + functions-common:service_check:1739 : sudo systemctl status devstack@g-api.service --no-pager 2022-08-24 15:23:01.133 | ● devstack@g-api.service - Devstack devstack@g-api.service 2022-08-24 15:23:01.133 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.133 | Active: active (running) since Wed 2022-08-24 15:22:27 UTC; 33s ago 2022-08-24 15:23:01.133 | Main PID: 116553 (uwsgi) 2022-08-24 15:23:01.133 | Status: "uWSGI is ready" 2022-08-24 15:23:01.133 | Tasks: 9 (limit: 14304) 2022-08-24 15:23:01.133 | Memory: 211.4M 2022-08-24 15:23:01.133 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2022-08-24 15:23:01.133 | ├─116553 glance-apiuWSGI master 2022-08-24 15:23:01.133 | ├─116555 glance-apiuWSGI worker 1 2022-08-24 15:23:01.133 | └─116556 glance-apiuWSGI worker 2 2022-08-24 15:23:01.133 | 2022-08-24 15:23:01.133 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.133 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift+https with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift+http with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.location [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Registering scheme swift+config with {'store': , 'location_class': , 'store_entry': 'swift'} {{(pid=116555) register_scheme_map /usr/local/lib/python3.8/dist-packages/glance_store/location.py:146}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: DEBUG glance_store.backend [None req-ace67436-03fe-4a11-8853-1429779ffa53 admin admin] Skipping store.set_acls... not implemented. {{(pid=116555) set_acls /usr/local/lib/python3.8/dist-packages/glance_store/backend.py:508}} 2022-08-24 15:23:01.134 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv devstack@g-api.service[116555]: [pid: 116555|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 880 bytes} [Wed Aug 24 15:22:41 2022] PUT /v2/images/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7/file => generated 0 bytes in 16794 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2022-08-24 15:23:01.137 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.140 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@c-sch.service 2022-08-24 15:23:01.153 | enabled 2022-08-24 15:23:01.157 | + functions-common:service_check:1739 : sudo systemctl status devstack@c-sch.service --no-pager 2022-08-24 15:23:01.173 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2022-08-24 15:23:01.173 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.173 | Active: active (running) since Wed 2022-08-24 15:22:16 UTC; 44s ago 2022-08-24 15:23:01.173 | Main PID: 115082 (cinder-schedule) 2022-08-24 15:23:01.173 | Tasks: 2 (limit: 14304) 2022-08-24 15:23:01.173 | Memory: 102.7M 2022-08-24 15:23:01.173 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2022-08-24 15:23:01.173 | └─115082 /usr/bin/python3.8 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2022-08-24 15:23:01.173 | 2022-08-24 15:23:01.174 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG cinder.scheduler.host_manager [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Received backup service update from dv-neutron-843871-6-hyperv: {'backend_state': True, 'driver_name': 'cinder.backup.drivers.swift.SwiftBackupDriver', 'availability_zone': 'nova'} {{(pid=115082) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:597}} 2022-08-24 15:23:01.174 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG cinder.scheduler.host_manager [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] Received volume service update from dv-neutron-843871-6-hyperv@lvmdriver-1: {'volume_backend_name': 'lvmdriver-1', 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'storage_protocol': 'iSCSI', 'pools': [{'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:dv-neutron-843871-6-hyperv:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True}], 'shared_targets': False, 'sparse_copy_volume': False, 'filter_function': None, 'goodness_function': None} {{(pid=115082) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2022-08-24 15:23:01.174 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG cinder.utils [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=115082) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:777}} 2022-08-24 15:23:01.174 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG cinder.scheduler.host_manager [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] Publish storage capacity: [{'type': 'pool', 'name_to_id': 'dv-neutron-843871-6-hyperv@lvmdriver-1#lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2022, 8, 24, 15, 22, 29, 1695)}, {'type': 'backend', 'name_to_id': 'dv-neutron-843871-6-hyperv@lvmdriver-1', 'total': 48.82, 'free': 48.82, 'allocated': 0.0, 'provisioned': 0.0, 'virtual_free': 48.82, 'reported_at': datetime.datetime(2022, 8, 24, 15, 22, 29, 1695)}]. {{(pid=115082) _notify_capacity_usage /opt/stack/cinder/cinder/scheduler/host_manager.py:977}} 2022-08-24 15:23:01.174 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG cinder.scheduler.host_manager [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] Updating capabilities for dv-neutron-843871-6-hyperv@lvmdriver-1#lvmdriver-1: {'pool_name': 'lvmdriver-1', 'total_capacity_gb': 48.82, 'free_capacity_gb': 48.82, 'reserved_percentage': 0, 'location_info': 'LVMVolumeDriver:dv-neutron-843871-6-hyperv:stack-volumes-lvmdriver-1:default:0', 'QoS_support': False, 'provisioned_capacity_gb': 0.0, 'max_over_subscription_ratio': '20.0', 'thin_provisioning_support': False, 'thick_provisioning_support': True, 'total_volumes': 0, 'filter_function': None, 'goodness_function': None, 'multiattach': True, 'backend_state': 'up', 'allocated_capacity_gb': 0, 'cacheable': True, 'volume_backend_name': 'lvmdriver-1', 'storage_protocol': ['iSCSI', 'iscsi'], 'vendor_name': 'Open Source', 'driver_version': '3.0.0', 'timestamp': datetime.datetime(2022, 8, 24, 15, 22, 28, 975209)} {{(pid=115082) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2022-08-24 15:23:01.174 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG cinder.utils [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=115082) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:777}} 2022-08-24 15:23:01.174 | Aug 24 15:22:39 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG dbcounter [-] [115082] Writing DB stats cinder:SELECT=24,cinder:INSERT=1 {{(pid=115082) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.174 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG oslo_service.periodic_task [None req-6852ab78-93e2-46d7-a2d7-d79dfabdfb8f None None] Running periodic task SchedulerManager._clean_expired_messages {{(pid=115082) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-08-24 15:23:01.174 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: INFO cinder.message.api [None req-6852ab78-93e2-46d7-a2d7-d79dfabdfb8f None None] Deleted 0 expired messages. 2022-08-24 15:23:01.174 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv cinder-scheduler[115082]: DEBUG oslo_service.periodic_task [None req-6852ab78-93e2-46d7-a2d7-d79dfabdfb8f None None] Running periodic task SchedulerManager._clean_expired_reservation {{(pid=115082) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-08-24 15:23:01.177 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.180 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@c-api.service 2022-08-24 15:23:01.195 | enabled 2022-08-24 15:23:01.198 | + functions-common:service_check:1739 : sudo systemctl status devstack@c-api.service --no-pager 2022-08-24 15:23:01.215 | ● devstack@c-api.service - Devstack devstack@c-api.service 2022-08-24 15:23:01.215 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.215 | Active: active (running) since Wed 2022-08-24 15:22:10 UTC; 51s ago 2022-08-24 15:23:01.215 | Main PID: 114598 (uwsgi) 2022-08-24 15:23:01.215 | Status: "uWSGI is ready" 2022-08-24 15:23:01.215 | Tasks: 7 (limit: 14304) 2022-08-24 15:23:01.215 | Memory: 229.7M 2022-08-24 15:23:01.215 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2022-08-24 15:23:01.215 | ├─114598 cinder-apiuWSGI master 2022-08-24 15:23:01.215 | ├─114599 cinder-apiuWSGI worker 1 2022-08-24 15:23:01.215 | └─114600 cinder-apiuWSGI worker 2 2022-08-24 15:23:01.215 | 2022-08-24 15:23:01.215 | Aug 24 15:22:24 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: DEBUG cinder.api.middleware.request_id [req-4e13499c-e68e-48fb-b07e-373770862ea9 req-025bc487-8df1-4690-8cfa-22daf1e3be2c None None] RequestId filter calling following filter/app {{(pid=114600) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2022-08-24 15:23:01.215 | Aug 24 15:22:25 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: INFO cinder.api.openstack.wsgi [req-4e13499c-e68e-48fb-b07e-373770862ea9 req-025bc487-8df1-4690-8cfa-22daf1e3be2c admin admin] POST http://10.222.0.89/volume/v3/a21b022863214652bee8ae0c1550558f/types/d491c2d4-0625-457e-ad15-942e9c930263/extra_specs 2022-08-24 15:23:01.215 | Aug 24 15:22:25 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: DEBUG cinder.api.openstack.wsgi [req-4e13499c-e68e-48fb-b07e-373770862ea9 req-025bc487-8df1-4690-8cfa-22daf1e3be2c admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "lvmdriver-1"}} {{(pid=114600) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2022-08-24 15:23:01.215 | Aug 24 15:22:25 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: /usr/local/lib/python3.8/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2022-08-24 15:23:01.215 | Aug 24 15:22:25 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: warnings.warn('Policy enforcement is depending on the value of ' 2022-08-24 15:23:01.215 | Aug 24 15:22:25 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: DEBUG oslo_db.sqlalchemy.engines [req-4e13499c-e68e-48fb-b07e-373770862ea9 req-025bc487-8df1-4690-8cfa-22daf1e3be2c admin admin] 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=114600) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:23:01.215 | Aug 24 15:22:25 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: INFO cinder.api.openstack.wsgi [req-4e13499c-e68e-48fb-b07e-373770862ea9 req-025bc487-8df1-4690-8cfa-22daf1e3be2c admin admin] http://10.222.0.89/volume/v3/a21b022863214652bee8ae0c1550558f/types/d491c2d4-0625-457e-ad15-942e9c930263/extra_specs returned with HTTP 200 2022-08-24 15:23:01.215 | Aug 24 15:22:25 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: [pid: 114600|app: 0|req: 2/3] 10.222.0.89 () {62 vars in 1454 bytes} [Wed Aug 24 15:22:24 2022] POST /volume/v3/a21b022863214652bee8ae0c1550558f/types/d491c2d4-0625-457e-ad15-942e9c930263/extra_specs => generated 55 bytes in 858 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2022-08-24 15:23:01.215 | Aug 24 15:22:34 dv-neutron-843871-6-hyperv devstack@c-api.service[114599]: DEBUG dbcounter [-] [114599] Writing DB stats cinder:SELECT=5,cinder:INSERT=1 {{(pid=114599) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.215 | Aug 24 15:22:35 dv-neutron-843871-6-hyperv devstack@c-api.service[114600]: DEBUG dbcounter [-] [114600] Writing DB stats cinder:SELECT=12,cinder:INSERT=1 {{(pid=114600) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.218 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.221 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@c-vol.service 2022-08-24 15:23:01.235 | enabled 2022-08-24 15:23:01.239 | + functions-common:service_check:1739 : sudo systemctl status devstack@c-vol.service --no-pager 2022-08-24 15:23:01.255 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2022-08-24 15:23:01.255 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.255 | Active: active (running) since Wed 2022-08-24 15:22:19 UTC; 41s ago 2022-08-24 15:23:01.256 | Main PID: 115920 (cinder-volume) 2022-08-24 15:23:01.256 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:01.256 | Memory: 131.9M 2022-08-24 15:23:01.256 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2022-08-24 15:23:01.256 | ├─115920 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-08-24 15:23:01.256 | └─116018 /usr/bin/python3.8 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2022-08-24 15:23:01.256 | 2022-08-24 15:23:01.256 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv cinder-volume[116018]: DEBUG oslo_concurrency.processutils [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix stack-volumes-lvmdriver-1" returned: 0 in 0.754s {{(pid=116018) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-08-24 15:23:01.256 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv cinder-volume[116018]: DEBUG oslo_concurrency.processutils [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] Running cmd (subprocess): sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 {{(pid=116018) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:384}} 2022-08-24 15:23:01.256 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv sudo[116659]: ubuntu : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1 2022-08-24 15:23:01.256 | Aug 24 15:22:29 dv-neutron-843871-6-hyperv sudo[116659]: pam_unix(sudo:session): session opened for user root by (uid=0) 2022-08-24 15:23:01.256 | Aug 24 15:22:30 dv-neutron-843871-6-hyperv sudo[116659]: pam_unix(sudo:session): session closed for user root 2022-08-24 15:23:01.256 | Aug 24 15:22:30 dv-neutron-843871-6-hyperv cinder-volume[116018]: DEBUG oslo_concurrency.processutils [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] CMD "sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C lvs --noheadings --unit=g -o vg_name,name,size --nosuffix --readonly stack-volumes-lvmdriver-1" returned: 0 in 0.826s {{(pid=116018) execute /usr/local/lib/python3.8/dist-packages/oslo_concurrency/processutils.py:422}} 2022-08-24 15:23:01.256 | Aug 24 15:22:30 dv-neutron-843871-6-hyperv cinder-volume[116018]: INFO cinder.volume.manager [None req-5c5d804c-5239-4534-a5a0-d1180035b6a6 None None] Driver post RPC initialization completed successfully. 2022-08-24 15:23:01.256 | Aug 24 15:22:33 dv-neutron-843871-6-hyperv cinder-volume[115920]: DEBUG dbcounter [-] [115920] Writing DB stats cinder:SELECT=12,cinder:INSERT=1 {{(pid=115920) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.256 | Aug 24 15:22:40 dv-neutron-843871-6-hyperv cinder-volume[116018]: DEBUG dbcounter [-] [116018] Writing DB stats cinder:SELECT=6 {{(pid=116018) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.256 | Aug 24 15:22:40 dv-neutron-843871-6-hyperv cinder-volume[116018]: DEBUG dbcounter [-] [116018] Writing DB stats cinder:SELECT=19,cinder:INSERT=1,cinder:UPDATE=1 {{(pid=116018) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.259 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.262 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ovn-controller.service 2022-08-24 15:23:01.274 | Failed to get unit file state for devstack@ovn-controller.service: No such file or directory 2022-08-24 15:23:01.278 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.284 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ovn-northd.service 2022-08-24 15:23:01.294 | Failed to get unit file state for devstack@ovn-northd.service: No such file or directory 2022-08-24 15:23:01.298 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.301 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2022-08-24 15:23:01.314 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2022-08-24 15:23:01.318 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.320 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ovsdb-server.service 2022-08-24 15:23:01.332 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2022-08-24 15:23:01.336 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.338 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-svc.service 2022-08-24 15:23:01.352 | enabled 2022-08-24 15:23:01.356 | + functions-common:service_check:1739 : sudo systemctl status devstack@q-svc.service --no-pager 2022-08-24 15:23:01.372 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2022-08-24 15:23:01.373 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.373 | Active: active (running) since Wed 2022-08-24 15:20:49 UTC; 2min 11s ago 2022-08-24 15:23:01.373 | Main PID: 107391 (/usr/bin/python) 2022-08-24 15:23:01.373 | Tasks: 11 (limit: 14304) 2022-08-24 15:23:01.373 | Memory: 376.7M 2022-08-24 15:23:01.373 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2022-08-24 15:23:01.373 | ├─107391 /usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-24 15:23:01.373 | ├─107536 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-08-24 15:23:01.373 | ├─107537 neutron-server: api worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-08-24 15:23:01.373 | ├─107538 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-08-24 15:23:01.373 | └─107539 neutron-server: rpc worker (/usr/bin/python3.8 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-08-24 15:23:01.373 | 2022-08-24 15:23:01.373 | Aug 24 15:22:34 dv-neutron-843871-6-hyperv neutron-server[107539]: DEBUG neutron.db.agents_db [None req-1a163e22-eb26-4335-ab10-e299b427b55d None None] Agent healthcheck: found 5 active agents {{(pid=107539) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2022-08-24 15:23:01.373 | Aug 24 15:22:37 dv-neutron-843871-6-hyperv neutron-server[107538]: DEBUG neutron_lib.callbacks.manager [None req-72941e2f-b7ba-4990-a4ed-7a7920540a65 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8768831509854', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-735871'] for agent (59769cff-9522-40cc-a712-dc0717199920), after_update {{(pid=107538) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}} 2022-08-24 15:23:01.373 | Aug 24 15:22:40 dv-neutron-843871-6-hyperv neutron-server[107538]: DEBUG neutron_lib.callbacks.manager [None req-81b96522-5ec7-4768-83af-fe9cdc54c752 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8768831509854', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-735871'] for agent (7972485e-fe8c-439a-9be6-cb62bcec4c2c), after_update {{(pid=107538) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}} 2022-08-24 15:23:01.373 | Aug 24 15:22:41 dv-neutron-843871-6-hyperv neutron-server[107538]: DEBUG neutron_lib.callbacks.manager [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8768831509854', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-735871'] for agent (17e8a0e8-89ff-4414-b85b-c22f0cce3fe0), after_update {{(pid=107538) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}} 2022-08-24 15:23:01.373 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-server[107538]: DEBUG neutron_lib.callbacks.manager [None req-0fe0b84c-1aaa-4537-a342-72be8373d6b6 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8768831509854', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-735871'] for agent (017f817a-c83a-4aa7-8b3b-42493a5c6068), after_update {{(pid=107538) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}} 2022-08-24 15:23:01.373 | Aug 24 15:22:43 dv-neutron-843871-6-hyperv neutron-server[107538]: DEBUG neutron_lib.callbacks.manager [None req-97a6b542-79bd-4c58-b8c2-538d2c8667f9 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8768831509854', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-735871'] for agent (65e775da-7823-4df6-86cf-6f320de4e4d6), after_update {{(pid=107538) _notify_loop /usr/local/lib/python3.8/dist-packages/neutron_lib/callbacks/manager.py:176}} 2022-08-24 15:23:01.373 | Aug 24 15:22:45 dv-neutron-843871-6-hyperv neutron-server[107539]: DEBUG dbcounter [-] [107539] Writing DB stats neutron:SELECT=3 {{(pid=107539) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.373 | Aug 24 15:22:45 dv-neutron-843871-6-hyperv neutron-server[107539]: DEBUG dbcounter [-] [107539] Writing DB stats neutron:SELECT=5 {{(pid=107539) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.373 | Aug 24 15:22:52 dv-neutron-843871-6-hyperv neutron-server[107538]: DEBUG dbcounter [-] [107538] Writing DB stats neutron:SELECT=26 {{(pid=107538) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.373 | Aug 24 15:22:52 dv-neutron-843871-6-hyperv neutron-server[107538]: DEBUG dbcounter [-] [107538] Writing DB stats neutron:SELECT=15,neutron:UPDATE=5 {{(pid=107538) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.377 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.379 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-ovn-metadata-agent.service 2022-08-24 15:23:01.391 | Failed to get unit file state for devstack@q-ovn-metadata-agent.service: No such file or directory 2022-08-24 15:23:01.395 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.397 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@rabbit.service 2022-08-24 15:23:01.409 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2022-08-24 15:23:01.413 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.416 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@tempest.service 2022-08-24 15:23:01.428 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2022-08-24 15:23:01.433 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.435 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@mysql.service 2022-08-24 15:23:01.447 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2022-08-24 15:23:01.451 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.454 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@etcd3.service 2022-08-24 15:23:01.466 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2022-08-24 15:23:01.470 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.473 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@dstat.service 2022-08-24 15:23:01.488 | enabled 2022-08-24 15:23:01.492 | + functions-common:service_check:1739 : sudo systemctl status devstack@dstat.service --no-pager 2022-08-24 15:23:01.509 | ● devstack@dstat.service - Devstack devstack@dstat.service 2022-08-24 15:23:01.509 | Loaded: loaded (/etc/systemd/system/devstack@dstat.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.509 | Active: active (running) since Wed 2022-08-24 15:08:13 UTC; 14min ago 2022-08-24 15:23:01.509 | Main PID: 80515 (dstat.sh) 2022-08-24 15:23:01.510 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:01.510 | Memory: 18.3M 2022-08-24 15:23:01.510 | CGroup: /system.slice/system-devstack.slice/devstack@dstat.service 2022-08-24 15:23:01.510 | ├─80515 /bin/bash /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs 2022-08-24 15:23:01.510 | ├─80637 python3 /usr/bin/dstat -tcmndrylpg --tcp --output /opt/stack/logs/dstat-csv.log 2022-08-24 15:23:01.510 | └─80638 python3 /usr/bin/dstat -tcmndrylpg --swap --tcp 2022-08-24 15:23:01.510 | 2022-08-24 15:23:01.510 | Aug 24 15:22:51 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:51| 49 9 32 7 0|5223M 478M 181M 5792M| 183M 183M| 0 524k| 0 70.0 |6002 15k|3.72 2.90 2.25|2.0 0 2.0| 0 0 | 0 0 | 23 287 0 53 0 2022-08-24 15:23:01.510 | Aug 24 15:22:52 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:52| 45 10 39 5 0|5236M 423M 181M 5834M| 177M 177M| 0 340k| 0 38.0 |5116 13k|3.72 2.90 2.25|2.0 0 0| 0 0 | 0 0 | 23 287 0 53 0 2022-08-24 15:23:01.510 | Aug 24 15:22:53 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:53| 39 23 24 12 0|5244M 135M 180M 6115M| 164M 164M| 0 98M| 0 408 |4890 13k|3.72 2.90 2.25|5.0 2.0 11| 0 0 | 0 0 | 23 287 0 52 0 2022-08-24 15:23:01.510 | Aug 24 15:22:54 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:54| 44 14 25 15 0|5243M 145M 177M 6113M| 165M 165M| 754k 378M|10.0 840 |6776 18k|3.90 2.95 2.28|2.0 0 0| 0 0 | 0 0 | 23 287 0 52 0 2022-08-24 15:23:01.510 | Aug 24 15:22:55 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:55| 40 12 38 7 0|5245M 618M 177M 5640M| 184M 184M| 812k 39M|13.0 130 |4930 13k|3.90 2.95 2.28|2.0 0 21| 0 0 | 0 0 | 23 289 0 52 0 2022-08-24 15:23:01.510 | Aug 24 15:22:56 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:56| 48 12 31 5 0|5243M 576M 177M 5683M| 181M 181M| 156k 356k|14.0 40.0 |5536 17k|3.90 2.95 2.28|1.0 0 34| 0 0 | 0 0 | 23 289 0 53 0 2022-08-24 15:23:01.510 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:57| 31 11 49 7 0|5228M 455M 177M 5817M| 109M 109M| 0 101M| 0 219 |4949 16k|3.90 2.95 2.28| 0 1.0 0| 0 0 | 0 0 | 23 289 0 51 0 2022-08-24 15:23:01.510 | Aug 24 15:22:58 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:58| 15 8 61 16 0|5191M 595M 177M 5714M| 38k 38k|1332k 4116k|46.0 79.0 |2108 7389 |3.90 2.95 2.28|1.0 0 283| 0 0 | 0 0 | 23 282 0 56 0 2022-08-24 15:23:01.510 | Aug 24 15:22:59 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:22:59| 23 3 69 4 0|5214M 572M 177M 5714M|1681 336 | 244k 104k|19.0 13.0 | 416 3794 |3.67 2.92 2.27|1.0 0 3.0| 0 0 | 0 0 | 23 282 0 56 0 2022-08-24 15:23:01.510 | Aug 24 15:23:00 dv-neutron-843871-6-hyperv dstat.sh[80638]: 24-08 15:23:00| 23 6 60 11 0|5184M 601M 177M 5715M|5685 5353 | 636k 1364k|16.0 73.0 |1056 4956 |3.67 2.92 2.27| 0 3.0 97| 0 0 | 0 0 | 23 282 0 56 0 2022-08-24 15:23:01.515 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.518 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-crt.service 2022-08-24 15:23:01.531 | Failed to get unit file state for devstack@n-crt.service: No such file or directory 2022-08-24 15:23:01.534 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.537 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-cauth.service 2022-08-24 15:23:01.550 | Failed to get unit file state for devstack@n-cauth.service: No such file or directory 2022-08-24 15:23:01.554 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.556 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-agt.service 2022-08-24 15:23:01.570 | enabled 2022-08-24 15:23:01.574 | + functions-common:service_check:1739 : sudo systemctl status devstack@q-agt.service --no-pager 2022-08-24 15:23:01.591 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2022-08-24 15:23:01.591 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.591 | Active: active (running) since Wed 2022-08-24 15:21:02 UTC; 1min 59s ago 2022-08-24 15:23:01.591 | Main PID: 108571 (neutron-openvsw) 2022-08-24 15:23:01.591 | Tasks: 8 (limit: 14304) 2022-08-24 15:23:01.591 | Memory: 220.2M 2022-08-24 15:23:01.591 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2022-08-24 15:23:01.591 | ├─108571 neutron-openvswitch-agent (/usr/bin/python3.8 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini) 2022-08-24 15:23:01.591 | ├─110278 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpdad3vdx2/privsep.sock 2022-08-24 15:23:01.591 | ├─110333 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpql97rqnn/privsep.sock 2022-08-24 15:23:01.591 | └─110336 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2022-08-24 15:23:01.591 | 2022-08-24 15:23:01.591 | Aug 24 15:22:56 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: DEBUG neutron.agent.linux.utils [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 110336. {{(pid=108571) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-08-24 15:23:01.591 | Aug 24 15:22:56 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Agent rpc_loop - iteration:51 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-08-24 15:23:01.592 | Aug 24 15:22:58 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Agent rpc_loop - iteration:52 started 2022-08-24 15:23:01.592 | Aug 24 15:22:58 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x2d21e278,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=15365205450384528387,duration_nsec=673000000,duration_sec=110,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=108571) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-08-24 15:23:01.592 | Aug 24 15:22:58 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: DEBUG neutron.agent.linux.utils [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 110336. {{(pid=108571) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-08-24 15:23:01.592 | Aug 24 15:22:58 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Agent rpc_loop - iteration:52 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-08-24 15:23:01.592 | Aug 24 15:23:00 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Agent rpc_loop - iteration:53 started 2022-08-24 15:23:01.592 | Aug 24 15:23:00 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x2d21e27a,OFPFlowStatsRequest(cookie=0,cookie_mask=0,flags=0,match=OFPMatch(oxm_fields={}),out_group=4294967295,out_port=4294967295,table_id=23,type=1) result [OFPFlowStatsReply(body=[OFPFlowStats(byte_count=0,cookie=15365205450384528387,duration_nsec=675000000,duration_sec=112,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=108571) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2022-08-24 15:23:01.592 | Aug 24 15:23:00 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: DEBUG neutron.agent.linux.utils [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 110336. {{(pid=108571) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2022-08-24 15:23:01.592 | Aug 24 15:23:00 dv-neutron-843871-6-hyperv neutron-openvswitch-agent[108571]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-b10e8448-9ce8-437f-918f-ab31098b498d None None] Agent rpc_loop - iteration:53 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2022-08-24 15:23:01.595 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.598 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-dhcp.service 2022-08-24 15:23:01.613 | enabled 2022-08-24 15:23:01.617 | + functions-common:service_check:1739 : sudo systemctl status devstack@q-dhcp.service --no-pager 2022-08-24 15:23:01.634 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2022-08-24 15:23:01.634 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.634 | Active: active (running) since Wed 2022-08-24 15:21:03 UTC; 1min 57s ago 2022-08-24 15:23:01.634 | Main PID: 108965 (neutron-dhcp-ag) 2022-08-24 15:23:01.634 | Tasks: 15 (limit: 14304) 2022-08-24 15:23:01.634 | Memory: 338.0M 2022-08-24 15:23:01.634 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2022-08-24 15:23:01.634 | ├─108965 neutron-dhcp-agent (/usr/bin/python3.8 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini) 2022-08-24 15:23:01.634 | ├─110510 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmpnobe_mg4/privsep.sock 2022-08-24 15:23:01.634 | ├─110551 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpphgpajpm/privsep.sock 2022-08-24 15:23:01.634 | ├─110600 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpwbg4jbuc/privsep.sock 2022-08-24 15:23:01.634 | ├─110656 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-08-24 15:23:01.635 | ├─110657 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-08-24 15:23:01.635 | └─110715 dnsmasq --no-hosts --pid-file=/opt/stack/data/neutron/dhcp/1344c305-45ed-4bc5-895d-c5349c2bc1fa/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/1344c305-45ed-4bc5-895d-c5349c2bc1fa/host --addn-hosts=/opt/stack/data/neutron/dhcp/1344c305-45ed-4bc5-895d-c5349c2bc1fa/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/1344c305-45ed-4bc5-895d-c5349c2bc1fa/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/1344c305-45ed-4bc5-895d-c5349c2bc1fa/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-893f76fb-6755-4905-852e-416698fb6743,172.20.0.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,1500 --dhcp-lease-max=64 --conf-file=/dev/null --domain=openstacklocal 2022-08-24 15:23:01.635 | 2022-08-24 15:23:01.635 | Aug 24 15:21:47 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [None req-4cd65df8-edfd-4143-b753-a2fc2d3dc9d6 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.001s {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.635 | Aug 24 15:21:47 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [None req-4cd65df8-edfd-4143-b753-a2fc2d3dc9d6 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.635 | Aug 24 15:21:47 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG neutron.agent.dhcp.agent [None req-4cd65df8-edfd-4143-b753-a2fc2d3dc9d6 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '2454917b-c098-4882-9259-4b75394e28b9', 'name': 'public-subnet', 'tenant_id': 'a21b022863214652bee8ae0c1550558f', 'network_id': 'c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '172.26.2.1', 'cidr': '172.26.2.0/24', 'allocation_pools': [{'start': '172.26.2.2', 'end': '172.26.2.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2022-08-24T15:21:46Z', 'updated_at': '2022-08-24T15:21:46Z', 'revision_number': 0, 'project_id': 'a21b022863214652bee8ae0c1550558f', 'network': {'id': 'c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05', 'name': 'public', 'tenant_id': 'a21b022863214652bee8ae0c1550558f', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': ['2454917b-c098-4882-9259-4b75394e28b9'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2022-08-24T15:21:38Z', 'updated_at': '2022-08-24T15:21:46Z', 'revision_number': 2, 'project_id': 'a21b022863214652bee8ae0c1550558f', 'provider:network_type': 'flat', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': None}}, 'priority': 3},) {} {{(pid=108965) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-08-24 15:23:01.635 | Aug 24 15:21:47 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [None req-e40227df-0b8f-4d28-9b18-663b347ac08c None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:385}} 2022-08-24 15:23:01.635 | Aug 24 15:21:47 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [None req-e40227df-0b8f-4d28-9b18-663b347ac08c None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.001s {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.635 | Aug 24 15:21:47 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [None req-e40227df-0b8f-4d28-9b18-663b347ac08c None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.635 | Aug 24 15:21:51 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=108965) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-08-24 15:23:01.635 | Aug 24 15:22:07 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "_check_child_processes" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:385}} 2022-08-24 15:23:01.635 | Aug 24 15:22:07 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.001s {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.636 | Aug 24 15:22:07 dv-neutron-843871-6-hyperv neutron-dhcp-agent[108965]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=108965) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.639 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.642 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-l3.service 2022-08-24 15:23:01.655 | enabled 2022-08-24 15:23:01.659 | + functions-common:service_check:1739 : sudo systemctl status devstack@q-l3.service --no-pager 2022-08-24 15:23:01.676 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2022-08-24 15:23:01.676 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.676 | Active: active (running) since Wed 2022-08-24 15:21:05 UTC; 1min 56s ago 2022-08-24 15:23:01.676 | Main PID: 109372 (neutron-l3-agen) 2022-08-24 15:23:01.676 | Tasks: 20 (limit: 14304) 2022-08-24 15:23:01.676 | Memory: 342.1M 2022-08-24 15:23:01.676 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2022-08-24 15:23:01.676 | ├─109372 neutron-l3-agent (/usr/bin/python3.8 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini) 2022-08-24 15:23:01.676 | ├─110375 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmp1z18owg1/privsep.sock 2022-08-24 15:23:01.676 | ├─110861 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp4czs957r/privsep.sock 2022-08-24 15:23:01.676 | ├─110956 /usr/bin/python3 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmphamga4ke/privsep.sock 2022-08-24 15:23:01.676 | ├─111022 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-08-24 15:23:01.676 | ├─111023 /usr/bin/python3.8 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2022-08-24 15:23:01.676 | └─111033 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/401e4ab3-80f9-43ab-8549-b805fbb3303d.conf 2022-08-24 15:23:01.676 | 2022-08-24 15:23:01.676 | Aug 24 15:22:00 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo.privsep.daemon [-] privsep: reply[27ec2d53-9a38-44b2-9490-61bda1af3d31]: (4, ('ARPING 172.26.2.231 from 172.26.2.231 qg-34d4fe7d-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=110861) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:501}} 2022-08-24 15:23:01.676 | Aug 24 15:22:03 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo.privsep.daemon [-] privsep: reply[19740e51-26fd-4de1-9b9e-931033d9fe50]: (4, ('ARPING 172.26.2.231 from 172.26.2.231 qg-34d4fe7d-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=110861) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:501}} 2022-08-24 15:23:01.676 | Aug 24 15:22:04 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo.privsep.daemon [-] privsep: reply[5483f96a-9232-479e-b5c5-11c24b09edee]: (4, ('ARPING 172.26.2.231 from 172.26.2.231 qg-34d4fe7d-16\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 1)) {{(pid=110861) _call_back /usr/local/lib/python3.8/dist-packages/oslo_privsep/daemon.py:501}} 2022-08-24 15:23:01.676 | Aug 24 15:22:09 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "_check_child_processes" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" {{(pid=109372) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:385}} 2022-08-24 15:23:01.676 | Aug 24 15:22:09 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.000s {{(pid=109372) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.676 | Aug 24 15:22:09 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.001s {{(pid=109372) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.676 | Aug 24 15:22:09 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "_check_child_processes" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" {{(pid=109372) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:385}} 2022-08-24 15:23:01.676 | Aug 24 15:22:09 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: waited 0.001s {{(pid=109372) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.677 | Aug 24 15:22:09 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" "released" by "neutron.agent.linux.external_process.ProcessMonitor._check_child_processes" :: held 0.000s {{(pid=109372) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.677 | Aug 24 15:22:35 dv-neutron-843871-6-hyperv neutron-l3-agent[109372]: DEBUG oslo_service.periodic_task [None req-13f2fbf1-2306-4cf6-8ade-b0444aaa4942 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=109372) run_periodic_tasks /usr/local/lib/python3.8/dist-packages/oslo_service/periodic_task.py:210}} 2022-08-24 15:23:01.680 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.683 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-meta.service 2022-08-24 15:23:01.697 | enabled 2022-08-24 15:23:01.701 | + functions-common:service_check:1739 : sudo systemctl status devstack@q-meta.service --no-pager 2022-08-24 15:23:01.717 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2022-08-24 15:23:01.717 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.717 | Active: active (running) since Wed 2022-08-24 15:21:07 UTC; 1min 54s ago 2022-08-24 15:23:01.717 | Main PID: 109767 (neutron-metadat) 2022-08-24 15:23:01.717 | Tasks: 4 (limit: 14304) 2022-08-24 15:23:01.717 | Memory: 122.3M 2022-08-24 15:23:01.717 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2022-08-24 15:23:01.717 | ├─109767 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-08-24 15:23:01.717 | ├─110273 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-08-24 15:23:01.718 | └─110274 neutron-metadata-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini) 2022-08-24 15:23:01.718 | 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_rabbit.ssl_version = {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_notifications.driver = [] {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_notifications.retry = -1 {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] oslo_messaging_notifications.transport_url = **** {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:01.718 | Aug 24 15:21:11 dv-neutron-843871-6-hyperv neutron-metadata-agent[109767]: DEBUG oslo_service.service [None req-d28e3002-5091-472d-8f55-27c81ceb9ae7 None None] ******************************************************************************** {{(pid=109767) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-08-24 15:23:01.721 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.723 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-metering.service 2022-08-24 15:23:01.738 | enabled 2022-08-24 15:23:01.741 | + functions-common:service_check:1739 : sudo systemctl status devstack@q-metering.service --no-pager 2022-08-24 15:23:01.762 | ● devstack@q-metering.service - Devstack devstack@q-metering.service 2022-08-24 15:23:01.762 | Loaded: loaded (/etc/systemd/system/devstack@q-metering.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.762 | Active: active (running) since Wed 2022-08-24 15:21:08 UTC; 1min 52s ago 2022-08-24 15:23:01.762 | Main PID: 110172 (neutron-meterin) 2022-08-24 15:23:01.762 | Tasks: 2 (limit: 14304) 2022-08-24 15:23:01.762 | Memory: 106.9M 2022-08-24 15:23:01.762 | CGroup: /system.slice/system-devstack.slice/devstack@q-metering.service 2022-08-24 15:23:01.762 | └─110172 neutron-metering-agent (/usr/bin/python3.8 /usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/services/metering/metering_agent.ini) 2022-08-24 15:23:01.762 | 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=110172) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method sync_router_namespaces called with arguments (, dict_values([])) {} {{(pid=110172) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" "released" by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=110172) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG neutron.services.metering.agents.metering_agent [-] Retrieving traffic counters for routers [{}]. {{(pid=110172) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:219}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG neutron.services.metering.agents.metering_agent [-] Get router traffic counters {{(pid=110172) _get_traffic_counters /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:298}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG oslo_concurrency.lockutils [-] Acquiring lock "metering-agent" by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" {{(pid=110172) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:385}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" acquired by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: waited 0.000s {{(pid=110172) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG neutron.services.metering.drivers.noop.noop_driver [-] neutron.services.metering.drivers.noop.noop_driver.NoopMeteringDriver method get_traffic_counters called with arguments (, dict_values([])) {} {{(pid=110172) wrapper /usr/local/lib/python3.8/dist-packages/oslo_log/helpers.py:65}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG oslo_concurrency.lockutils [-] Lock "metering-agent" "released" by "neutron.services.metering.agents.metering_agent.MeteringAgent._invoke_driver" :: held 0.001s {{(pid=110172) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.763 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv neutron-metering-agent[110172]: DEBUG neutron.services.metering.agents.metering_agent [-] Traffic counters [None] retrieved for routers [{}]. {{(pid=110172) _add_metering_infos /opt/stack/neutron/neutron/services/metering/agents/metering_agent.py:223}} 2022-08-24 15:23:01.766 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.769 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@q-vpn.service 2022-08-24 15:23:01.781 | Failed to get unit file state for devstack@q-vpn.service: No such file or directory 2022-08-24 15:23:01.786 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.788 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@g-reg.service 2022-08-24 15:23:01.801 | Failed to get unit file state for devstack@g-reg.service: No such file or directory 2022-08-24 15:23:01.804 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.808 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@cinder.service 2022-08-24 15:23:01.820 | Failed to get unit file state for devstack@cinder.service: No such file or directory 2022-08-24 15:23:01.824 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.827 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@c-bak.service 2022-08-24 15:23:01.841 | enabled 2022-08-24 15:23:01.844 | + functions-common:service_check:1739 : sudo systemctl status devstack@c-bak.service --no-pager 2022-08-24 15:23:01.861 | ● devstack@c-bak.service - Devstack devstack@c-bak.service 2022-08-24 15:23:01.861 | Loaded: loaded (/etc/systemd/system/devstack@c-bak.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.861 | Active: active (running) since Wed 2022-08-24 15:22:17 UTC; 43s ago 2022-08-24 15:23:01.861 | Main PID: 115499 (cinder-backup) 2022-08-24 15:23:01.861 | Tasks: 2 (limit: 14304) 2022-08-24 15:23:01.861 | Memory: 91.7M 2022-08-24 15:23:01.861 | CGroup: /system.slice/system-devstack.slice/devstack@c-bak.service 2022-08-24 15:23:01.861 | └─115499 /usr/bin/python3.8 /usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf 2022-08-24 15:23:01.861 | 2022-08-24 15:23:01.861 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG oslo_concurrency.lockutils [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Acquiring lock "cleanup_incomplete_backups_115499" by "cinder.backup.manager.BackupManager._cleanup_incomplete_backup_operations" {{(pid=115499) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:385}} 2022-08-24 15:23:01.861 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG oslo_concurrency.lockutils [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Lock "cleanup_incomplete_backups_115499" acquired by "cinder.backup.manager.BackupManager._cleanup_incomplete_backup_operations" :: waited 0.001s {{(pid=115499) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:390}} 2022-08-24 15:23:01.861 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: INFO cinder.backup.manager [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Cleaning up incomplete backup operations. 2022-08-24 15:23:01.861 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG oslo_concurrency.lockutils [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Lock "cleanup_incomplete_backups_115499" "released" by "cinder.backup.manager.BackupManager._cleanup_incomplete_backup_operations" :: held 0.038s {{(pid=115499) inner /usr/local/lib/python3.8/dist-packages/oslo_concurrency/lockutils.py:404}} 2022-08-24 15:23:01.861 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG oslo_db.sqlalchemy.engines [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] 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=115499) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-24 15:23:01.861 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG cinder.manager [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Notifying Schedulers of capabilities ... {{(pid=115499) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2022-08-24 15:23:01.862 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: INFO cinder.keymgr.migration [None req-6f492ba4-daf0-42cc-8bb5-dec785b8ec82 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2022-08-24 15:23:01.862 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG cinder.service [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Creating RPC server for service cinder-backup {{(pid=115499) start /opt/stack/cinder/cinder/service.py:238}} 2022-08-24 15:23:01.862 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG cinder.service [None req-86a5fce0-6eff-43e7-880f-ef52cdc60d56 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=115499) start /opt/stack/cinder/cinder/service.py:244}} 2022-08-24 15:23:01.862 | Aug 24 15:22:32 dv-neutron-843871-6-hyperv cinder-backup[115499]: DEBUG dbcounter [-] [115499] Writing DB stats cinder:SELECT=22,cinder:INSERT=1 {{(pid=115499) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:01.865 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.867 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@s-proxy.service 2022-08-24 15:23:01.882 | enabled 2022-08-24 15:23:01.886 | + functions-common:service_check:1739 : sudo systemctl status devstack@s-proxy.service --no-pager 2022-08-24 15:23:01.902 | ● devstack@s-proxy.service - Devstack devstack@s-proxy.service 2022-08-24 15:23:01.902 | Loaded: loaded (/etc/systemd/system/devstack@s-proxy.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.902 | Active: active (running) since Wed 2022-08-24 15:20:36 UTC; 2min 24s ago 2022-08-24 15:23:01.902 | Main PID: 105856 (swift-proxy-ser) 2022-08-24 15:23:01.902 | Tasks: 2 (limit: 14304) 2022-08-24 15:23:01.902 | Memory: 79.7M 2022-08-24 15:23:01.902 | CGroup: /system.slice/system-devstack.slice/devstack@s-proxy.service 2022-08-24 15:23:01.902 | ├─105856 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-08-24 15:23:01.902 | └─105949 /usr/bin/python3.8 /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v 2022-08-24 15:23:01.902 | 2022-08-24 15:23:01.902 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv proxy-server[105949]: Validating token access rules against request 2022-08-24 15:23:01.902 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-proxy-server[105949]: proxy-server: Validating token access rules against request 2022-08-24 15:23:01.902 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv proxy-server[105949]: Received request from user: user_id cae1e8dfc4c741e0ac6b17044857eb3b, project_id be3cd9482fc0471baf08b723b7147f2d, roles ResellerAdmin,service 2022-08-24 15:23:01.902 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-proxy-server[105949]: proxy-server: Received request from user: user_id cae1e8dfc4c741e0ac6b17044857eb3b, project_id be3cd9482fc0471baf08b723b7147f2d, roles ResellerAdmin,service 2022-08-24 15:23:01.903 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv proxy-server[105949]: Using identity: {'user': ('cae1e8dfc4c741e0ac6b17044857eb3b', 'glance-swift'), 'tenant': ('be3cd9482fc0471baf08b723b7147f2d', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx1528b1f0bd404c35bca29-0063064242) 2022-08-24 15:23:01.903 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-proxy-server[105949]: proxy-server: Using identity: {'user': ('cae1e8dfc4c741e0ac6b17044857eb3b', 'glance-swift'), 'tenant': ('be3cd9482fc0471baf08b723b7147f2d', 'service'), 'roles': ['ResellerAdmin', 'service'], 'service_roles': [], 'user_domain': ('default', 'Default'), 'project_domain': ('default', 'Default'), 'auth_version': 3} (txn: tx1528b1f0bd404c35bca29-0063064242) 2022-08-24 15:23:01.903 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv proxy-server[105949]: User be3cd9482fc0471baf08b723b7147f2d has reseller admin authorizing (txn: tx1528b1f0bd404c35bca29-0063064242) (client_ip: 10.222.0.89) 2022-08-24 15:23:01.903 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-proxy-server[105949]: proxy-server: User be3cd9482fc0471baf08b723b7147f2d has reseller admin authorizing (txn: tx1528b1f0bd404c35bca29-0063064242) (client_ip: 10.222.0.89) 2022-08-24 15:23:01.903 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv proxy-server[105949]: 10.222.0.89 10.222.0.89 24/Aug/2022/15/22/57 PUT /v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7 HTTP/1.0 201 - python-swiftclient-4.0.1 gAAAAABjBkJB... 645922816 - - tx1528b1f0bd404c35bca29-0063064242 - 14.9996 - - 1661354562.753518581 1661354577.753100395 0 2022-08-24 15:23:01.903 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv swift-proxy-server[105949]: proxy-server: 10.222.0.89 10.222.0.89 24/Aug/2022/15/22/57 PUT /v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7 HTTP/1.0 201 - python-swiftclient-4.0.1 gAAAAABjBkJB... 645922816 - - tx1528b1f0bd404c35bca29-0063064242 - 14.9996 - - 1661354562.753518581 1661354577.753100395 0 2022-08-24 15:23:01.906 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.908 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@s-object.service 2022-08-24 15:23:01.922 | enabled 2022-08-24 15:23:01.926 | + functions-common:service_check:1739 : sudo systemctl status devstack@s-object.service --no-pager 2022-08-24 15:23:01.943 | ● devstack@s-object.service - Devstack devstack@s-object.service 2022-08-24 15:23:01.943 | Loaded: loaded (/etc/systemd/system/devstack@s-object.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.943 | Active: active (running) since Wed 2022-08-24 15:20:30 UTC; 2min 31s ago 2022-08-24 15:23:01.943 | Main PID: 104236 (swift-object-se) 2022-08-24 15:23:01.944 | Tasks: 23 (limit: 14304) 2022-08-24 15:23:01.944 | Memory: 56.6M 2022-08-24 15:23:01.944 | CGroup: /system.slice/system-devstack.slice/devstack@s-object.service 2022-08-24 15:23:01.944 | ├─104236 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-08-24 15:23:01.944 | ├─104623 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-08-24 15:23:01.944 | └─104624 /usr/bin/python3.8 /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v 2022-08-24 15:23:01.944 | 2022-08-24 15:23:01.944 | Aug 24 15:20:30 dv-neutron-843871-6-hyperv systemd[1]: Started Devstack devstack@s-object.service. 2022-08-24 15:23:01.944 | Aug 24 15:20:32 dv-neutron-843871-6-hyperv object-server[104236]: Started child 104623 from parent 104236 2022-08-24 15:23:01.944 | Aug 24 15:20:32 dv-neutron-843871-6-hyperv swift-object-server[104236]: object-server: Started child 104623 from parent 104236 2022-08-24 15:23:01.944 | Aug 24 15:20:32 dv-neutron-843871-6-hyperv object-server[104236]: Started child 104624 from parent 104236 2022-08-24 15:23:01.944 | Aug 24 15:20:32 dv-neutron-843871-6-hyperv swift-object-server[104236]: object-server: Started child 104624 from parent 104236 2022-08-24 15:23:01.944 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv object-server[104623]: 127.0.0.1 - - [24/Aug/2022:15:22:57 +0000] "PUT /sdb1/251/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" 201 - "PUT http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" "tx1528b1f0bd404c35bca29-0063064242" "proxy-server 105949" 14.9699 "-" 104623 0 2022-08-24 15:23:01.944 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv swift-object-server[104623]: object-server: 127.0.0.1 - - [24/Aug/2022:15:22:57 +0000] "PUT /sdb1/251/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" 201 - "PUT http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" "tx1528b1f0bd404c35bca29-0063064242" "proxy-server 105949" 14.9699 "-" 104623 0 2022-08-24 15:23:01.947 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.950 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@s-container.service 2022-08-24 15:23:01.964 | enabled 2022-08-24 15:23:01.968 | + functions-common:service_check:1739 : sudo systemctl status devstack@s-container.service --no-pager 2022-08-24 15:23:01.985 | ● devstack@s-container.service - Devstack devstack@s-container.service 2022-08-24 15:23:01.985 | Loaded: loaded (/etc/systemd/system/devstack@s-container.service; enabled; vendor preset: enabled) 2022-08-24 15:23:01.985 | Active: active (running) since Wed 2022-08-24 15:20:32 UTC; 2min 29s ago 2022-08-24 15:23:01.985 | Main PID: 104630 (swift-container) 2022-08-24 15:23:01.985 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:01.985 | Memory: 56.3M 2022-08-24 15:23:01.985 | CGroup: /system.slice/system-devstack.slice/devstack@s-container.service 2022-08-24 15:23:01.985 | ├─104630 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-08-24 15:23:01.985 | ├─105015 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-08-24 15:23:01.985 | └─105016 /usr/bin/python3.8 /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v 2022-08-24 15:23:01.985 | 2022-08-24 15:23:01.985 | Aug 24 15:20:33 dv-neutron-843871-6-hyperv container-server[104630]: Started child 105015 from parent 104630 2022-08-24 15:23:01.985 | Aug 24 15:20:33 dv-neutron-843871-6-hyperv swift-container-server[104630]: container-server: Started child 105015 from parent 104630 2022-08-24 15:23:01.985 | Aug 24 15:20:33 dv-neutron-843871-6-hyperv container-server[104630]: Started child 105016 from parent 104630 2022-08-24 15:23:01.986 | Aug 24 15:20:33 dv-neutron-843871-6-hyperv swift-container-server[104630]: container-server: Started child 105016 from parent 104630 2022-08-24 15:23:01.986 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv container-server[105015]: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "PUT /sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" 201 - "PUT http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" "txaf03bf26dc1b4bf7b9f17-0063064242" "proxy-server 105949" 0.1250 "-" 105015 0 2022-08-24 15:23:01.986 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-container-server[105015]: container-server: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "PUT /sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" 201 - "PUT http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" "txaf03bf26dc1b4bf7b9f17-0063064242" "proxy-server 105949" 0.1250 "-" 105015 0 2022-08-24 15:23:01.986 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv container-server[105015]: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "HEAD /sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" 204 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance?format=json&states=listing" "tx1528b1f0bd404c35bca29-0063064242" "proxy-server 105949" 0.0030 "-" 105015 0 2022-08-24 15:23:01.986 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-container-server[105015]: container-server: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "HEAD /sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" 204 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance?format=json&states=listing" "tx1528b1f0bd404c35bca29-0063064242" "proxy-server 105949" 0.0030 "-" 105015 0 2022-08-24 15:23:01.986 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv container-server[105016]: 127.0.0.1 - - [24/Aug/2022:15:22:57 +0000] "PUT /sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" 201 - "PUT http://10.222.0.89:8080/sdb1/251/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" "tx1528b1f0bd404c35bca29-0063064242" "object-server 104623" 0.0024 "-" 105016 0 2022-08-24 15:23:01.986 | Aug 24 15:22:57 dv-neutron-843871-6-hyperv swift-container-server[105016]: container-server: 127.0.0.1 - - [24/Aug/2022:15:22:57 +0000] "PUT /sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" 201 - "PUT http://10.222.0.89:8080/sdb1/251/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance/a7b05601-646b-4b1e-8d2d-ed54c03fdcf7" "tx1528b1f0bd404c35bca29-0063064242" "object-server 104623" 0.0024 "-" 105016 0 2022-08-24 15:23:01.989 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:01.991 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@s-account.service 2022-08-24 15:23:02.006 | enabled 2022-08-24 15:23:02.009 | + functions-common:service_check:1739 : sudo systemctl status devstack@s-account.service --no-pager 2022-08-24 15:23:02.026 | ● devstack@s-account.service - Devstack devstack@s-account.service 2022-08-24 15:23:02.026 | Loaded: loaded (/etc/systemd/system/devstack@s-account.service; enabled; vendor preset: enabled) 2022-08-24 15:23:02.026 | Active: active (running) since Wed 2022-08-24 15:20:33 UTC; 2min 28s ago 2022-08-24 15:23:02.026 | Main PID: 105022 (swift-account-s) 2022-08-24 15:23:02.026 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:02.026 | Memory: 53.0M 2022-08-24 15:23:02.026 | CGroup: /system.slice/system-devstack.slice/devstack@s-account.service 2022-08-24 15:23:02.026 | ├─105022 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-08-24 15:23:02.026 | ├─105421 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-08-24 15:23:02.026 | └─105425 /usr/bin/python3.8 /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v 2022-08-24 15:23:02.026 | 2022-08-24 15:23:02.026 | Aug 24 15:22:41 dv-neutron-843871-6-hyperv account-server[105421]: 127.0.0.1 - - [24/Aug/2022:15:22:41 +0000] "HEAD /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 404 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d?format=json" "tx3acef1e89e80414b831b9-0063064241" "proxy-server 105949" 0.0019 "-" 105421 - 2022-08-24 15:23:02.026 | Aug 24 15:22:41 dv-neutron-843871-6-hyperv swift-account-server[105421]: account-server: 127.0.0.1 - - [24/Aug/2022:15:22:41 +0000] "HEAD /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 404 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d?format=json" "tx3acef1e89e80414b831b9-0063064241" "proxy-server 105949" 0.0019 "-" 105421 - 2022-08-24 15:23:02.026 | Aug 24 15:22:41 dv-neutron-843871-6-hyperv account-server[105421]: 127.0.0.1 - - [24/Aug/2022:15:22:41 +0000] "HEAD /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 404 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d?format=json" "tx3acef1e89e80414b831b9-0063064241" "proxy-server 105949" 0.0004 "-" 105421 - 2022-08-24 15:23:02.026 | Aug 24 15:22:41 dv-neutron-843871-6-hyperv swift-account-server[105421]: account-server: 127.0.0.1 - - [24/Aug/2022:15:22:41 +0000] "HEAD /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 404 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d?format=json" "tx3acef1e89e80414b831b9-0063064241" "proxy-server 105949" 0.0004 "-" 105421 - 2022-08-24 15:23:02.026 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv account-server[105425]: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "PUT /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 201 - "-" "txaf03bf26dc1b4bf7b9f17-0063064242" "-" 0.2554 "-" 105425 - 2022-08-24 15:23:02.027 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-account-server[105425]: account-server: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "PUT /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 201 - "-" "txaf03bf26dc1b4bf7b9f17-0063064242" "-" 0.2554 "-" 105425 - 2022-08-24 15:23:02.027 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv account-server[105425]: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "HEAD /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 204 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d?format=json" "txaf03bf26dc1b4bf7b9f17-0063064242" "proxy-server 105949" 0.0030 "-" 105425 - 2022-08-24 15:23:02.027 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-account-server[105425]: account-server: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "HEAD /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d" 204 - "HEAD http://10.222.0.89:8080/v1/AUTH_be3cd9482fc0471baf08b723b7147f2d?format=json" "txaf03bf26dc1b4bf7b9f17-0063064242" "proxy-server 105949" 0.0030 "-" 105425 - 2022-08-24 15:23:02.027 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv account-server[105421]: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "PUT /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" "txaf03bf26dc1b4bf7b9f17-0063064242" "container-server 105015" 0.0048 "-" 105421 0 2022-08-24 15:23:02.027 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv swift-account-server[105421]: account-server: 127.0.0.1 - - [24/Aug/2022:15:22:42 +0000] "PUT /sdb1/495/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" 201 - "PUT http://127.0.0.1:6611/sdb1/386/AUTH_be3cd9482fc0471baf08b723b7147f2d/glance" "txaf03bf26dc1b4bf7b9f17-0063064242" "container-server 105015" 0.0048 "-" 105421 0 2022-08-24 15:23:02.029 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.032 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@heat.service 2022-08-24 15:23:02.045 | Failed to get unit file state for devstack@heat.service: No such file or directory 2022-08-24 15:23:02.050 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.052 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@h-api.service 2022-08-24 15:23:02.066 | Failed to get unit file state for devstack@h-api.service: No such file or directory 2022-08-24 15:23:02.071 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.074 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@h-api-cfn.service 2022-08-24 15:23:02.087 | Failed to get unit file state for devstack@h-api-cfn.service: No such file or directory 2022-08-24 15:23:02.091 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.093 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@h-api-cw.service 2022-08-24 15:23:02.107 | Failed to get unit file state for devstack@h-api-cw.service: No such file or directory 2022-08-24 15:23:02.111 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.114 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@h-eng.service 2022-08-24 15:23:02.127 | Failed to get unit file state for devstack@h-eng.service: No such file or directory 2022-08-24 15:23:02.131 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.133 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ceilometer-acentral.service 2022-08-24 15:23:02.146 | Failed to get unit file state for devstack@ceilometer-acentral.service: No such file or directory 2022-08-24 15:23:02.149 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.152 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ceilometer-acompute.service 2022-08-24 15:23:02.165 | Failed to get unit file state for devstack@ceilometer-acompute.service: No such file or directory 2022-08-24 15:23:02.169 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.172 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ceilometer-collector.service 2022-08-24 15:23:02.184 | Failed to get unit file state for devstack@ceilometer-collector.service: No such file or directory 2022-08-24 15:23:02.188 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.191 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ceilometer-api.service 2022-08-24 15:23:02.204 | Failed to get unit file state for devstack@ceilometer-api.service: No such file or directory 2022-08-24 15:23:02.208 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.210 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@ceilometer-anotification.service 2022-08-24 15:23:02.224 | Failed to get unit file state for devstack@ceilometer-anotification.service: No such file or directory 2022-08-24 15:23:02.227 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.231 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@s-container-sync.service 2022-08-24 15:23:02.245 | enabled 2022-08-24 15:23:02.249 | + functions-common:service_check:1739 : sudo systemctl status devstack@s-container-sync.service --no-pager 2022-08-24 15:23:02.266 | ● devstack@s-container-sync.service - Devstack devstack@s-container-sync.service 2022-08-24 15:23:02.272 | Loaded: loaded (/etc/systemd/system/devstack@s-container-sync.service; enabled; vendor preset: enabled) 2022-08-24 15:23:02.272 | Active: active (running) since Wed 2022-08-24 15:20:35 UTC; 2min 26s ago 2022-08-24 15:23:02.272 | Main PID: 105451 (swift-container) 2022-08-24 15:23:02.272 | Tasks: 1 (limit: 14304) 2022-08-24 15:23:02.272 | Memory: 37.5M 2022-08-24 15:23:02.272 | CGroup: /system.slice/system-devstack.slice/devstack@s-container-sync.service 2022-08-24 15:23:02.272 | └─105451 /usr/bin/python3.8 /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf 2022-08-24 15:23:02.272 | 2022-08-24 15:23:02.272 | Aug 24 15:20:35 dv-neutron-843871-6-hyperv systemd[1]: Started Devstack devstack@s-container-sync.service. 2022-08-24 15:23:02.272 | Aug 24 15:20:36 dv-neutron-843871-6-hyperv container-sync[105451]: Starting 105451 2022-08-24 15:23:02.272 | Aug 24 15:20:36 dv-neutron-843871-6-hyperv container-sync[105451]: Configuration option internal_client_conf_path not defined. Using default configuration, See internal-client.conf-sample for options 2022-08-24 15:23:02.272 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.273 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-super-cond.service 2022-08-24 15:23:02.287 | enabled 2022-08-24 15:23:02.292 | + functions-common:service_check:1739 : sudo systemctl status devstack@n-super-cond.service --no-pager 2022-08-24 15:23:02.309 | ● devstack@n-super-cond.service - Devstack devstack@n-super-cond.service 2022-08-24 15:23:02.309 | Loaded: loaded (/etc/systemd/system/devstack@n-super-cond.service; enabled; vendor preset: enabled) 2022-08-24 15:23:02.309 | Active: active (running) since Wed 2022-08-24 15:22:01 UTC; 1min 1s ago 2022-08-24 15:23:02.309 | Main PID: 113056 (nova-conductor) 2022-08-24 15:23:02.309 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:02.309 | Memory: 147.0M 2022-08-24 15:23:02.309 | CGroup: /system.slice/system-devstack.slice/devstack@n-super-cond.service 2022-08-24 15:23:02.309 | ├─113056 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-08-24 15:23:02.309 | ├─113973 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-08-24 15:23:02.309 | └─113974 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2022-08-24 15:23:02.309 | 2022-08-24 15:23:02.309 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG oslo_service.service [None req-901261f2-9c2e-492f-b452-8e032930d736 None None] oslo_limit.version = None {{(pid=113056) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:02.309 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG oslo_service.service [None req-901261f2-9c2e-492f-b452-8e032930d736 None None] oslo_reports.file_event_handler = None {{(pid=113056) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:02.309 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG oslo_service.service [None req-901261f2-9c2e-492f-b452-8e032930d736 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=113056) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:02.309 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG oslo_service.service [None req-901261f2-9c2e-492f-b452-8e032930d736 None None] oslo_reports.log_dir = None {{(pid=113056) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:02.309 | Aug 24 15:22:05 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG oslo_service.service [None req-901261f2-9c2e-492f-b452-8e032930d736 None None] ******************************************************************************** {{(pid=113056) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-08-24 15:23:02.309 | Aug 24 15:22:15 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG dbcounter [-] [113056] Writing DB stats nova_api:SELECT=3 {{(pid=113056) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.309 | Aug 24 15:22:15 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG dbcounter [-] [113056] Writing DB stats nova_cell1:SELECT=3 {{(pid=113056) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.309 | Aug 24 15:22:15 dv-neutron-843871-6-hyperv nova-conductor[113056]: DEBUG dbcounter [-] [113056] Writing DB stats nova_cell0:SELECT=3 {{(pid=113056) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.309 | Aug 24 15:22:40 dv-neutron-843871-6-hyperv nova-conductor[113973]: DEBUG dbcounter [-] [113973] Writing DB stats nova_cell0:SELECT=15,nova_cell0:INSERT=1,nova_cell0:UPDATE=3 {{(pid=113973) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.309 | Aug 24 15:22:40 dv-neutron-843871-6-hyperv nova-conductor[113974]: DEBUG dbcounter [-] [113974] Writing DB stats nova_cell0:SELECT=17,nova_cell0:INSERT=1,nova_cell0:UPDATE=2 {{(pid=113974) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.313 | + functions-common:service_check:1733 : for service in ${ENABLED_SERVICES//,/ } 2022-08-24 15:23:02.315 | + functions-common:service_check:1735 : sudo systemctl is-enabled devstack@n-cond-cell1.service 2022-08-24 15:23:02.330 | enabled 2022-08-24 15:23:02.333 | + functions-common:service_check:1739 : sudo systemctl status devstack@n-cond-cell1.service --no-pager 2022-08-24 15:23:02.350 | ● devstack@n-cond-cell1.service - Devstack devstack@n-cond-cell1.service 2022-08-24 15:23:02.350 | Loaded: loaded (/etc/systemd/system/devstack@n-cond-cell1.service; enabled; vendor preset: enabled) 2022-08-24 15:23:02.350 | Active: active (running) since Wed 2022-08-24 15:22:03 UTC; 59s ago 2022-08-24 15:23:02.350 | Main PID: 113475 (nova-conductor) 2022-08-24 15:23:02.350 | Tasks: 3 (limit: 14304) 2022-08-24 15:23:02.350 | Memory: 141.2M 2022-08-24 15:23:02.350 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond-cell1.service 2022-08-24 15:23:02.350 | ├─113475 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-08-24 15:23:02.350 | ├─113978 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-08-24 15:23:02.350 | └─113979 /usr/bin/python3.8 /usr/local/bin/nova-conductor --config-file /etc/nova/nova_cell1.conf 2022-08-24 15:23:02.350 | 2022-08-24 15:23:02.350 | Aug 24 15:22:07 dv-neutron-843871-6-hyperv nova-conductor[113475]: DEBUG oslo_service.service [None req-7110e14f-00b4-4dbe-9839-f5d7aaf7f0d8 None None] oslo_reports.file_event_handler = None {{(pid=113475) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:02.350 | Aug 24 15:22:07 dv-neutron-843871-6-hyperv nova-conductor[113475]: DEBUG oslo_service.service [None req-7110e14f-00b4-4dbe-9839-f5d7aaf7f0d8 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=113475) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:02.351 | Aug 24 15:22:07 dv-neutron-843871-6-hyperv nova-conductor[113475]: DEBUG oslo_service.service [None req-7110e14f-00b4-4dbe-9839-f5d7aaf7f0d8 None None] oslo_reports.log_dir = None {{(pid=113475) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2609}} 2022-08-24 15:23:02.351 | Aug 24 15:22:07 dv-neutron-843871-6-hyperv nova-conductor[113475]: DEBUG oslo_service.service [None req-7110e14f-00b4-4dbe-9839-f5d7aaf7f0d8 None None] ******************************************************************************** {{(pid=113475) log_opt_values /usr/local/lib/python3.8/dist-packages/oslo_config/cfg.py:2613}} 2022-08-24 15:23:02.351 | Aug 24 15:22:16 dv-neutron-843871-6-hyperv nova-conductor[113475]: DEBUG dbcounter [-] [113475] Writing DB stats nova_cell1:SELECT=3 {{(pid=113475) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.351 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv nova-conductor[113978]: DEBUG dbcounter [-] [113978] Writing DB stats nova_cell1:SELECT=6,nova_cell1:INSERT=1 {{(pid=113978) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.351 | Aug 24 15:22:22 dv-neutron-843871-6-hyperv nova-conductor[113979]: DEBUG dbcounter [-] [113979] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=113979) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.351 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv nova-conductor[113978]: DEBUG dbcounter [-] [113978] Writing DB stats nova_cell1:SELECT=2 {{(pid=113978) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.351 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv nova-conductor[113978]: DEBUG dbcounter [-] [113978] Writing DB stats nova_cell1:SELECT=8,nova_cell1:UPDATE=3 {{(pid=113978) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.351 | Aug 24 15:22:42 dv-neutron-843871-6-hyperv nova-conductor[113979]: DEBUG dbcounter [-] [113979] Writing DB stats nova_cell1:SELECT=9,nova_cell1:UPDATE=1 {{(pid=113979) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:114}} 2022-08-24 15:23:02.354 | + ./stack.sh:main:1431 : is_service_enabled n-api 2022-08-24 15:23:02.373 | + functions-common:is_service_enabled:2095 : return 0 2022-08-24 15:23:02.376 | + ./stack.sh:main:1432 : is_service_enabled n-cpu 2022-08-24 15:23:02.396 | + functions-common:is_service_enabled:2095 : return 1 2022-08-24 15:23:02.398 | + ./stack.sh:main:1439 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2022-08-24 15:23:02.401 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-24 15:23:02.404 | + ./stack.sh:echo_summary:441 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2022-08-24 15:23:02.407 | + ./stack.sh:main:1446 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2022-08-24 15:23:02.998 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-08-24 15:23:06.471 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:06.471 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:06.471 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:06.471 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:06.471 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.471 | | Upgrade Check Results | 2022-08-24 15:23:06.471 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.471 | | Check: Cells v2 | 2022-08-24 15:23:06.471 | | Result: Success | 2022-08-24 15:23:06.471 | | Details: No host mappings or compute nodes were found. Remember to | 2022-08-24 15:23:06.471 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2022-08-24 15:23:06.471 | | compute hosts are deployed. | 2022-08-24 15:23:06.471 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.471 | | Check: Placement API | 2022-08-24 15:23:06.471 | | Result: Success | 2022-08-24 15:23:06.471 | | Details: None | 2022-08-24 15:23:06.471 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.471 | | Check: Cinder API | 2022-08-24 15:23:06.471 | | Result: Success | 2022-08-24 15:23:06.471 | | Details: None | 2022-08-24 15:23:06.471 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.471 | | Check: Policy Scope-based Defaults | 2022-08-24 15:23:06.471 | | Result: Success | 2022-08-24 15:23:06.471 | | Details: None | 2022-08-24 15:23:06.471 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.471 | | Check: Policy File JSON to YAML Migration | 2022-08-24 15:23:06.471 | | Result: Success | 2022-08-24 15:23:06.471 | | Details: None | 2022-08-24 15:23:06.471 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.472 | | Check: Older than N-1 computes | 2022-08-24 15:23:06.472 | | Result: Success | 2022-08-24 15:23:06.472 | | Details: None | 2022-08-24 15:23:06.472 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.472 | | Check: hw_machine_type unset | 2022-08-24 15:23:06.472 | | Result: Success | 2022-08-24 15:23:06.472 | | Details: None | 2022-08-24 15:23:06.472 | +--------------------------------------------------------------------+ 2022-08-24 15:23:06.902 | + ./stack.sh:main:1453 : [[ -x /home/ubuntu/devstack/local.sh ]] 2022-08-24 15:23:06.905 | + ./stack.sh:main:1454 : echo 'Running user script /home/ubuntu/devstack/local.sh' 2022-08-24 15:23:06.905 | Running user script /home/ubuntu/devstack/local.sh 2022-08-24 15:23:06.908 | + ./stack.sh:main:1455 : /home/ubuntu/devstack/local.sh 2022-08-24 15:23:06.910 | Before updating nova flavors: 2022-08-24 15:23:09.529 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:09.529 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:09.529 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:09.529 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:09.529 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-08-24 15:23:09.529 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2022-08-24 15:23:09.529 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-08-24 15:23:09.529 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2022-08-24 15:23:09.529 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2022-08-24 15:23:09.529 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2022-08-24 15:23:09.529 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2022-08-24 15:23:09.529 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2022-08-24 15:23:09.529 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2022-08-24 15:23:09.529 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2022-08-24 15:23:09.529 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2022-08-24 15:23:09.529 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2022-08-24 15:23:09.529 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2022-08-24 15:23:09.529 | +----+-----------+-------+------+-----------+-------+-----------+ 2022-08-24 15:23:11.258 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:11.258 | ERROR (CommandError): No flavor with a name or ID of '42' exists. 2022-08-24 15:23:11.307 | Flavor 42 not found 2022-08-24 15:23:12.851 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:12.851 | ERROR (CommandError): No flavor with a name or ID of '84' exists. 2022-08-24 15:23:12.900 | Flavor 84 not found 2022-08-24 15:23:14.443 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:14.443 | ERROR (CommandError): No flavor with a name or ID of '451' exists. 2022-08-24 15:23:14.491 | Flavor 451 not found 2022-08-24 15:23:16.068 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:16.068 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:16.068 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-08-24 15:23:16.068 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:16.068 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:16.068 | +----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:17.652 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:17.652 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:17.652 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-08-24 15:23:17.652 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:17.652 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:17.652 | +----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:19.242 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:19.242 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:19.242 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-08-24 15:23:19.242 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:19.242 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:19.242 | +-----+---------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:20.844 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:20.844 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:20.844 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-08-24 15:23:20.844 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:20.844 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:20.844 | +-----+----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:20.894 | After updating nova flavors: 2022-08-24 15:23:22.388 | nova CLI is deprecated and will be a removed in a future release 2022-08-24 15:23:22.388 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:22.388 | | ID | Name | Memory_MiB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | Is_Public | Description | 2022-08-24 15:23:22.388 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:22.388 | | 1 | m1.tiny | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 2 | m1.small | 2048 | 20 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 3 | m1.medium | 4096 | 40 | 0 | 0 | 2 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 4 | m1.large | 8192 | 80 | 0 | 0 | 4 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 42 | m1.nano | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 451 | m1.heat | 512 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 452 | m1.heat2 | 1024 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 5 | m1.xlarge | 16384 | 160 | 0 | 0 | 8 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | 84 | m1.micro | 256 | 2 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | c1 | cirros256 | 256 | 1 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.388 | | d1 | ds512M | 512 | 5 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.389 | | d2 | ds1G | 1024 | 10 | 0 | 0 | 1 | 1.0 | True | - | 2022-08-24 15:23:22.389 | | d3 | ds2G | 2048 | 10 | 0 | 0 | 2 | 1.0 | True | - | 2022-08-24 15:23:22.389 | | d4 | ds4G | 4096 | 20 | 0 | 0 | 4 | 1.0 | True | - | 2022-08-24 15:23:22.389 | +-----+-----------+------------+------+-----------+------+-------+-------------+-----------+-------------+ 2022-08-24 15:23:25.157 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:25.157 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:25.157 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:25.157 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:28.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:28.253 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:28.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:28.253 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:28.392 | Neutron networks: 2022-08-24 15:23:31.114 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:31.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:31.115 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:31.115 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:31.115 | +--------------------------------------+---------+--------------------------------------+ 2022-08-24 15:23:31.115 | | ID | Name | Subnets | 2022-08-24 15:23:31.115 | +--------------------------------------+---------+--------------------------------------+ 2022-08-24 15:23:31.115 | | 1344c305-45ed-4bc5-895d-c5349c2bc1fa | private | 893f76fb-6755-4905-852e-416698fb6743 | 2022-08-24 15:23:31.115 | | c3bab2d3-ae1f-46a6-8432-3b3bdcc5ce05 | public | 2454917b-c098-4882-9259-4b75394e28b9 | 2022-08-24 15:23:31.115 | +--------------------------------------+---------+--------------------------------------+ 2022-08-24 15:23:33.934 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:33.934 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:33.934 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:33.934 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:36.698 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:36.699 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:36.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-24 15:23:36.699 | from cryptography.utils import int_from_bytes 2022-08-24 15:23:36.699 | +---------------------------+--------------------------------------+ 2022-08-24 15:23:36.699 | | Field | Value | 2022-08-24 15:23:36.699 | +---------------------------+--------------------------------------+ 2022-08-24 15:23:36.699 | | admin_state_up | UP | 2022-08-24 15:23:36.699 | | availability_zone_hints | | 2022-08-24 15:23:36.699 | | availability_zones | nova | 2022-08-24 15:23:36.699 | | created_at | 2022-08-24T15:21:19Z | 2022-08-24 15:23:36.699 | | description | | 2022-08-24 15:23:36.699 | | dns_domain | None | 2022-08-24 15:23:36.699 | | id | 1344c305-45ed-4bc5-895d-c5349c2bc1fa | 2022-08-24 15:23:36.699 | | ipv4_address_scope | None | 2022-08-24 15:23:36.699 | | ipv6_address_scope | None | 2022-08-24 15:23:36.699 | | is_default | None | 2022-08-24 15:23:36.699 | | is_vlan_transparent | None | 2022-08-24 15:23:36.699 | | mtu | 1500 | 2022-08-24 15:23:36.699 | | name | private | 2022-08-24 15:23:36.699 | | port_security_enabled | True | 2022-08-24 15:23:36.699 | | project_id | 8039ddd194dd4ec2b1bc36dbc95da648 | 2022-08-24 15:23:36.699 | | provider:network_type | vlan | 2022-08-24 15:23:36.699 | | provider:physical_network | physnet1 | 2022-08-24 15:23:36.699 | | provider:segmentation_id | 1056 | 2022-08-24 15:23:36.699 | | qos_policy_id | None | 2022-08-24 15:23:36.699 | | revision_number | 3 | 2022-08-24 15:23:36.699 | | router:external | Internal | 2022-08-24 15:23:36.699 | | segments | None | 2022-08-24 15:23:36.699 | | shared | False | 2022-08-24 15:23:36.699 | | status | ACTIVE | 2022-08-24 15:23:36.699 | | subnets | 893f76fb-6755-4905-852e-416698fb6743 | 2022-08-24 15:23:36.699 | | tags | | 2022-08-24 15:23:36.699 | | updated_at | 2022-08-24T15:23:28Z | 2022-08-24 15:23:36.700 | +---------------------------+--------------------------------------+