2022-06-08 15:48:20.069 | + ./stack.sh:main:482 : exec 2022-06-08 15:48:20.069 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-154819' 2022-06-08 15:48:20.069 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-08-154819.summary.2022-06-08-154819 2022-06-08 15:48:20.069 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 15:48:20.069 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-154819 2022-06-08 15:48:20.069 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-154819 /opt/stack/logs/stack.sh.log 2022-06-08 15:48:20.069 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-154819.summary.2022-06-08-154819 /opt/stack/logs/stack.sh.log.summary 2022-06-08 15:48:20.069 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-08 15:48:20.069 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-08 15:48:20.069 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-08 15:48:20.069 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-08 15:48:20.069 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-08 15:48:20.069 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-08 15:48:20.069 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-08 15:48:20.070 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 15:48:20.070 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-08 15:48:20.070 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-08 15:48:20.072 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 15:48:20.073 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 15:48:20.075 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-08 15:48:20.078 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-08 15:48:20.082 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 15:48:20.083 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-08 15:48:20.086 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-08 15:48:20.088 | + ./stack.sh:main:568 : set -o errexit 2022-06-08 15:48:20.089 | + ./stack.sh:main:571 : uname -a 2022-06-08 15:48:20.091 | Linux dv-osbrick-836060-5-iscsi 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-06-08 15:48:20.093 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-08 15:48:20.094 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-08 15:48:20.098 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-08 15:48:20.134 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-08 15:48:20.150 | + ./stack.sh:main:585 : fetch_plugins 2022-06-08 15:48:20.151 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-08 15:48:20.153 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-08 15:48:20.155 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-08 15:48:20.157 | + functions-common:fetch_plugins:1777 : return 2022-06-08 15:48:20.160 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-08 15:48:20.161 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-08 15:48:20.163 | + functions-common:run_phase:1855 : local phase= 2022-06-08 15:48:20.165 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 15:48:20.167 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 15:48:20.168 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 15:48:20.170 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 15:48:20.172 | + functions-common:run_phase:1864 : local extra 2022-06-08 15:48:20.175 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 15:48:20.178 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 15:48:20.180 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 15:48:20.182 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 15:48:20.183 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-08 15:48:20.185 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 15:48:20.198 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:20.199 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 15:48:20.201 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 15:48:20.203 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 15:48:20.205 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 15:48:20.206 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 15:48:20.210 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 15:48:20.212 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-08 15:48:20.214 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-08 15:48:20.216 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 15:48:20.218 | + functions-common:run_phase:1878 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-08 15:48:20.220 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-08 15:48:20.222 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-08 15:48:20.224 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-08 15:48:20.226 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-08 15:48:20.227 | + functions-common:plugin_override_defaults:1818 : return 2022-06-08 15:48:20.229 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-08 15:48:20.251 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-08 15:48:20.253 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-08 15:48:20.268 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-08 15:48:20.270 | +++ lib/tls:source:43 : hostname -f 2022-06-08 15:48:20.273 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-08 15:48:20.275 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-08 15:48:20.277 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-08 15:48:20.279 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-08 15:48:20.281 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-08 15:48:20.283 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-08 15:48:20.286 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-08 15:48:20.289 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-08 15:48:20.291 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-08 15:48:20.293 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-08 15:48:20.297 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-08 15:48:20.311 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-08 15:48:20.328 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-08 15:48:20.341 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-08 15:48:20.353 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-08 15:48:20.389 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-08 15:48:20.447 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-08 15:48:20.537 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-08 15:48:20.559 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-08 15:48:20.602 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-08 15:48:20.654 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-08 15:48:20.800 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-08 15:48:20.815 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-08 15:48:20.828 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-08 15:48:20.841 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-08 15:48:20.927 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-08 15:48:20.930 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-08 15:48:20.932 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-08 15:48:20.935 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-08 15:48:20.937 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-08 15:48:20.939 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-08 15:48:20.942 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-08 15:48:20.942 | False' 2022-06-08 15:48:20.945 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-08 15:48:20.960 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-08 15:48:20.962 | + ./stack.sh:main:619 : run_phase source 2022-06-08 15:48:20.964 | + functions-common:run_phase:1854 : local mode=source 2022-06-08 15:48:20.966 | + functions-common:run_phase:1855 : local phase= 2022-06-08 15:48:20.968 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 15:48:20.970 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 15:48:20.972 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 15:48:20.974 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 15:48:20.976 | + functions-common:run_phase:1864 : local extra 2022-06-08 15:48:20.978 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 15:48:20.982 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 15:48:20.984 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 15:48:20.986 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 15:48:20.988 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-08 15:48:20.990 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 15:48:21.005 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:21.007 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 15:48:21.009 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-08 15:48:21.048 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-08 15:48:21.050 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-08 15:48:21.052 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 15:48:21.055 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-08 15:48:21.057 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-08 15:48:21.059 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-08 15:48:21.061 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-08 15:48:21.063 | + functions-common:load_plugin_settings:1795 : return 2022-06-08 15:48:21.065 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-08 15:48:21.068 | + functions-common:verify_disabled_services:2137 : local service 2022-06-08 15:48:21.070 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.072 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-08 15:48:21.074 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.076 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-08 15:48:21.079 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.082 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-08 15:48:21.084 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.086 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-08 15:48:21.089 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.091 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-08 15:48:21.093 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.095 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-08 15:48:21.098 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.100 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-08 15:48:21.102 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.104 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-08 15:48:21.107 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.109 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-08 15:48:21.112 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.114 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-08 15:48:21.116 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.118 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-08 15:48:21.121 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.123 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-08 15:48:21.125 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.128 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-08 15:48:21.130 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.132 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-08 15:48:21.135 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.137 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-08 15:48:21.139 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.141 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-08 15:48:21.144 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.146 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-08 15:48:21.148 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.150 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-08 15:48:21.153 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.155 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-08 15:48:21.157 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.159 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-08 15:48:21.162 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.164 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-08 15:48:21.166 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.168 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-08 15:48:21.171 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.173 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-08 15:48:21.176 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.178 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-08 15:48:21.180 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.183 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-08 15:48:21.185 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.187 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-08 15:48:21.190 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.192 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-08 15:48:21.194 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.196 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-08 15:48:21.199 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.201 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-08 15:48:21.203 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.206 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-08 15:48:21.208 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.210 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-08 15:48:21.213 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.215 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-08 15:48:21.217 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.219 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-08 15:48:21.222 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.224 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-08 15:48:21.226 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.228 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-08 15:48:21.231 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.233 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-08 15:48:21.235 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.238 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-08 15:48:21.240 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.243 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-08 15:48:21.245 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.247 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-08 15:48:21.249 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.252 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-08 15:48:21.254 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.257 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-08 15:48:21.259 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.261 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-08 15:48:21.263 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.266 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-08 15:48:21.268 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.270 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-08 15:48:21.272 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 15:48:21.275 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-08 15:48:21.277 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-08 15:48:21.280 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 15:48:21.282 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-08 15:48:21.296 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:21.299 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-08 15:48:21.301 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 15:48:21.304 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-08 15:48:21.319 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 15:48:21.321 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-08 15:48:21.324 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-08 15:48:21.326 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-08 15:48:21.328 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-08 15:48:21.330 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-08 15:48:21.333 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-08 15:48:21.335 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-08 15:48:21.337 | + lib/database:initialize_database_backends:92 : return 0 2022-06-08 15:48:21.339 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-08 15:48:21.339 | Using mysql database backend 2022-06-08 15:48:21.342 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-08 15:48:21.357 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-08 15:48:21.360 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-08 15:48:21.363 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 15:48:21.366 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-08 15:48:21.369 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 15:48:21.371 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-08 15:48:21.387 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:21.390 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-08 15:48:21.406 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-08 15:48:21.421 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:21.424 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-08 15:48:21.441 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-08 15:48:21.457 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-08 15:48:21.472 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 15:48:21.475 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-08 15:48:21.491 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:21.494 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-08 15:48:21.509 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-08 15:48:21.512 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-08 15:48:21.514 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-08 15:48:21.516 | + functions-common:save_stackenv:60 : local tag=752 2022-06-08 15:48:21.520 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-08 15:48:21.524 | + functions-common:save_stackenv:62 : time_stamp=2022-06-08-154821 2022-06-08 15:48:21.526 | + functions-common:save_stackenv:63 : echo '# 2022-06-08-154821 752' 2022-06-08 15:48:21.529 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.531 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 15:48:21.534 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.536 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-08 15:48:21.539 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.541 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-08 15:48:21.543 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.546 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 15:48:21.548 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.551 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2022-06-08 15:48:21.553 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.556 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2022-06-08 15:48:21.558 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.560 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-08-154819 2022-06-08 15:48:21.563 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.565 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-08 15:48:21.568 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.570 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2022-06-08 15:48:21.572 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.575 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-08 15:48:21.577 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.579 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-08 15:48:21.582 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.584 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-08 15:48:21.586 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 15:48:21.588 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-08 15:48:21.591 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-08 15:48:21.593 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-08 15:48:21.596 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-08 15:48:21.598 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-08 15:48:21.600 | + functions-common:git_clone:599 : local git_ref=master 2022-06-08 15:48:21.602 | + functions-common:git_clone:600 : local orig_dir 2022-06-08 15:48:21.605 | ++ functions-common:git_clone:601 : pwd 2022-06-08 15:48:21.607 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-08 15:48:21.609 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-08 15:48:21.613 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-08 15:48:21.627 | + functions-common:git_clone:604 : RECLONE=False 2022-06-08 15:48:21.629 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-08 15:48:21.631 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-08 15:48:21.634 | + functions-common:git_clone:618 : echo master 2022-06-08 15:48:21.634 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-08 15:48:21.639 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-08 15:48:21.641 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-08 15:48:21.643 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-08 15:48:21.656 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-08 15:48:21.659 | + functions-common:git_clone:679 : git show --oneline 2022-06-08 15:48:21.659 | + functions-common:git_clone:679 : head -1 2022-06-08 15:48:21.662 | 64af4766 Merge "Don't limit use of importlib-metadata to Python < 3.8" 2022-06-08 15:48:21.664 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-08 15:48:21.667 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-08 15:48:21.670 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 15:48:21.672 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-08 15:48:21.675 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-08 15:48:21.677 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-08 15:48:21.680 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-08 15:48:21.683 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 15:48:21.685 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-08 15:48:21.687 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-08 15:48:21.690 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-08 15:48:21.693 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-08 15:48:21.698 | ++ tools/install_prereqs.sh:source:47 : NOW=1654703301 2022-06-08 15:48:21.701 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-08 15:48:21.706 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654703140 2022-06-08 15:48:21.708 | ++ tools/install_prereqs.sh:source:49 : DELTA=161 2022-06-08 15:48:21.711 | ++ tools/install_prereqs.sh:source:50 : [[ 161 -lt 7200 ]] 2022-06-08 15:48:21.713 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-08 15:48:21.716 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-08 15:48:21.718 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-08 15:48:21.720 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-08 15:48:21.723 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-08 15:48:21.725 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-08 15:48:21.727 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-08 15:48:21.730 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-08 15:48:21.733 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 15:48:21.779 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-08 15:48:21.779 | apache2-dev 2022-06-08 15:48:21.779 | bc 2022-06-08 15:48:21.779 | bsdmainutils 2022-06-08 15:48:21.779 | curl 2022-06-08 15:48:21.779 | g++ 2022-06-08 15:48:21.779 | gawk 2022-06-08 15:48:21.780 | gcc 2022-06-08 15:48:21.780 | gettext 2022-06-08 15:48:21.780 | git 2022-06-08 15:48:21.780 | graphviz 2022-06-08 15:48:21.780 | iputils-ping 2022-06-08 15:48:21.780 | libapache2-mod-proxy-uwsgi 2022-06-08 15:48:21.780 | libffi-dev 2022-06-08 15:48:21.780 | libjpeg-dev 2022-06-08 15:48:21.780 | libpcre3-dev 2022-06-08 15:48:21.780 | libpq-dev 2022-06-08 15:48:21.780 | libssl-dev 2022-06-08 15:48:21.780 | libsystemd-dev 2022-06-08 15:48:21.780 | libxml2-dev 2022-06-08 15:48:21.780 | libxslt1-dev 2022-06-08 15:48:21.780 | libyaml-dev 2022-06-08 15:48:21.780 | lsof 2022-06-08 15:48:21.780 | openssh-server 2022-06-08 15:48:21.780 | openssl 2022-06-08 15:48:21.780 | pkg-config 2022-06-08 15:48:21.780 | psmisc 2022-06-08 15:48:21.780 | python3-dev 2022-06-08 15:48:21.780 | python3-pip 2022-06-08 15:48:21.780 | python3-systemd 2022-06-08 15:48:21.780 | python3-venv 2022-06-08 15:48:21.780 | tar 2022-06-08 15:48:21.780 | tcpdump 2022-06-08 15:48:21.780 | unzip 2022-06-08 15:48:21.780 | uuid-runtime 2022-06-08 15:48:21.780 | wget 2022-06-08 15:48:21.780 | wget 2022-06-08 15:48:21.780 | zlib1g-dev 2022-06-08 15:48:21.780 | libkrb5-dev 2022-06-08 15:48:21.780 | libldap2-dev 2022-06-08 15:48:21.780 | libsasl2-dev 2022-06-08 15:48:21.780 | memcached 2022-06-08 15:48:21.780 | python3-mysqldb 2022-06-08 15:48:21.780 | sqlite3 2022-06-08 15:48:21.780 | conntrack 2022-06-08 15:48:21.780 | curl 2022-06-08 15:48:21.781 | dnsmasq-base 2022-06-08 15:48:21.781 | dnsmasq-utils 2022-06-08 15:48:21.781 | ebtables 2022-06-08 15:48:21.781 | genisoimage 2022-06-08 15:48:21.781 | iptables 2022-06-08 15:48:21.781 | iputils-arping 2022-06-08 15:48:21.781 | kpartx 2022-06-08 15:48:21.781 | libjs-jquery-tablesorter 2022-06-08 15:48:21.781 | parted 2022-06-08 15:48:21.781 | pm-utils 2022-06-08 15:48:21.781 | python3-mysqldb 2022-06-08 15:48:21.781 | socat 2022-06-08 15:48:21.781 | sqlite3 2022-06-08 15:48:21.781 | sudo 2022-06-08 15:48:21.781 | vlan 2022-06-08 15:48:21.781 | lsscsi 2022-06-08 15:48:21.781 | open-iscsi 2022-06-08 15:48:21.781 | lvm2 2022-06-08 15:48:21.781 | qemu-utils 2022-06-08 15:48:21.781 | thin-provisioning-tools 2022-06-08 15:48:21.781 | acl 2022-06-08 15:48:21.781 | dnsmasq-base 2022-06-08 15:48:21.781 | dnsmasq-utils 2022-06-08 15:48:21.781 | ebtables 2022-06-08 15:48:21.781 | haproxy 2022-06-08 15:48:21.781 | iptables 2022-06-08 15:48:21.781 | iputils-arping 2022-06-08 15:48:21.781 | iputils-ping 2022-06-08 15:48:21.781 | postgresql-server-dev-all 2022-06-08 15:48:21.781 | python3-mysqldb 2022-06-08 15:48:21.781 | sqlite3 2022-06-08 15:48:21.781 | sudo 2022-06-08 15:48:21.781 | vlan 2022-06-08 15:48:21.781 | pcp 2022-06-08 15:48:21.781 | ipset 2022-06-08 15:48:21.781 | conntrack 2022-06-08 15:48:21.781 | conntrackd 2022-06-08 15:48:21.782 | keepalived 2022-06-08 15:48:21.782 | lvm2 2022-06-08 15:48:21.782 | qemu-utils 2022-06-08 15:48:21.782 | thin-provisioning-tools 2022-06-08 15:48:21.782 | curl 2022-06-08 15:48:21.782 | liberasurecode-dev 2022-06-08 15:48:21.782 | make 2022-06-08 15:48:21.782 | memcached 2022-06-08 15:48:21.782 | rsync 2022-06-08 15:48:21.782 | sqlite3 2022-06-08 15:48:21.782 | xfsprogs' 2022-06-08 15:48:21.782 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-08 15:48:21.800 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-08 15:48:21.800 | apache2-dev 2022-06-08 15:48:21.800 | bc 2022-06-08 15:48:21.800 | bsdmainutils 2022-06-08 15:48:21.800 | curl 2022-06-08 15:48:21.800 | g++ 2022-06-08 15:48:21.800 | gawk 2022-06-08 15:48:21.800 | gcc 2022-06-08 15:48:21.800 | gettext 2022-06-08 15:48:21.800 | git 2022-06-08 15:48:21.800 | graphviz 2022-06-08 15:48:21.800 | iputils-ping 2022-06-08 15:48:21.800 | libapache2-mod-proxy-uwsgi 2022-06-08 15:48:21.800 | libffi-dev 2022-06-08 15:48:21.800 | libjpeg-dev 2022-06-08 15:48:21.800 | libpcre3-dev 2022-06-08 15:48:21.800 | libpq-dev 2022-06-08 15:48:21.800 | libssl-dev 2022-06-08 15:48:21.800 | libsystemd-dev 2022-06-08 15:48:21.800 | libxml2-dev 2022-06-08 15:48:21.800 | libxslt1-dev 2022-06-08 15:48:21.800 | libyaml-dev 2022-06-08 15:48:21.800 | lsof 2022-06-08 15:48:21.800 | openssh-server 2022-06-08 15:48:21.800 | openssl 2022-06-08 15:48:21.800 | pkg-config 2022-06-08 15:48:21.800 | psmisc 2022-06-08 15:48:21.800 | python3-dev 2022-06-08 15:48:21.800 | python3-pip 2022-06-08 15:48:21.801 | python3-systemd 2022-06-08 15:48:21.801 | python3-venv 2022-06-08 15:48:21.801 | tar 2022-06-08 15:48:21.801 | tcpdump 2022-06-08 15:48:21.801 | unzip 2022-06-08 15:48:21.801 | uuid-runtime 2022-06-08 15:48:21.801 | wget 2022-06-08 15:48:21.801 | wget 2022-06-08 15:48:21.801 | zlib1g-dev 2022-06-08 15:48:21.801 | libkrb5-dev 2022-06-08 15:48:21.801 | libldap2-dev 2022-06-08 15:48:21.801 | libsasl2-dev 2022-06-08 15:48:21.801 | memcached 2022-06-08 15:48:21.801 | python3-mysqldb 2022-06-08 15:48:21.801 | sqlite3 2022-06-08 15:48:21.801 | conntrack 2022-06-08 15:48:21.801 | curl 2022-06-08 15:48:21.801 | dnsmasq-base 2022-06-08 15:48:21.801 | dnsmasq-utils 2022-06-08 15:48:21.801 | ebtables 2022-06-08 15:48:21.801 | genisoimage 2022-06-08 15:48:21.801 | iptables 2022-06-08 15:48:21.801 | iputils-arping 2022-06-08 15:48:21.801 | kpartx 2022-06-08 15:48:21.801 | libjs-jquery-tablesorter 2022-06-08 15:48:21.801 | parted 2022-06-08 15:48:21.801 | pm-utils 2022-06-08 15:48:21.801 | python3-mysqldb 2022-06-08 15:48:21.801 | socat 2022-06-08 15:48:21.801 | sqlite3 2022-06-08 15:48:21.801 | sudo 2022-06-08 15:48:21.801 | vlan 2022-06-08 15:48:21.801 | lsscsi 2022-06-08 15:48:21.801 | open-iscsi 2022-06-08 15:48:21.801 | lvm2 2022-06-08 15:48:21.801 | qemu-utils 2022-06-08 15:48:21.802 | thin-provisioning-tools 2022-06-08 15:48:21.802 | acl 2022-06-08 15:48:21.802 | dnsmasq-base 2022-06-08 15:48:21.802 | dnsmasq-utils 2022-06-08 15:48:21.802 | ebtables 2022-06-08 15:48:21.802 | haproxy 2022-06-08 15:48:21.802 | iptables 2022-06-08 15:48:21.802 | iputils-arping 2022-06-08 15:48:21.802 | iputils-ping 2022-06-08 15:48:21.802 | postgresql-server-dev-all 2022-06-08 15:48:21.802 | python3-mysqldb 2022-06-08 15:48:21.802 | sqlite3 2022-06-08 15:48:21.802 | sudo 2022-06-08 15:48:21.802 | vlan 2022-06-08 15:48:21.802 | pcp 2022-06-08 15:48:21.802 | ipset 2022-06-08 15:48:21.802 | conntrack 2022-06-08 15:48:21.802 | conntrackd 2022-06-08 15:48:21.802 | keepalived 2022-06-08 15:48:21.802 | lvm2 2022-06-08 15:48:21.802 | qemu-utils 2022-06-08 15:48:21.802 | thin-provisioning-tools 2022-06-08 15:48:21.802 | curl 2022-06-08 15:48:21.802 | liberasurecode-dev 2022-06-08 15:48:21.802 | make 2022-06-08 15:48:21.802 | memcached 2022-06-08 15:48:21.802 | rsync 2022-06-08 15:48:21.802 | sqlite3 2022-06-08 15:48:21.802 | xfsprogs ' 2022-06-08 15:48:21.802 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-08 15:48:21.804 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:21.807 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:21.810 | ++ 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-06-08 15:48:21.810 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-08 15:48:21.816 | ++ 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-06-08 15:48:21.818 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-08 15:48:21.820 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 15:48:21.822 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-08 15:48:21.824 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 15:48:21.826 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 15:48:21.828 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 15:48:21.830 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:21.833 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:21.835 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 15:48:21.837 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-08 15:48:21.839 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-08 15:48:21.841 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-08 15:48:21.843 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-08 15:48:21.848 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-08 15:48:21.850 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-08 15:48:21.852 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-08 15:48:21.854 | ++ functions-common:time_start:2413 : local start_time= 2022-06-08 15:48:21.856 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-08 15:48:21.859 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-08 15:48:21.863 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654703301860 2022-06-08 15:48:21.865 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-08 15:48:21.867 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-08 15:48:21.869 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-08 15:48:22.108 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-08 15:48:22.159 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-08 15:48:22.219 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-08 15:48:22.311 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-08 15:48:24.379 | Reading package lists... 2022-06-08 15:48:24.409 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-08 15:48:24.411 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-08 15:48:24.414 | ++ functions-common:time_stop:2426 : local name 2022-06-08 15:48:24.416 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:24.418 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:24.420 | ++ functions-common:time_stop:2429 : local total 2022-06-08 15:48:24.422 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:24.424 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-08 15:48:24.427 | ++ functions-common:time_stop:2433 : start_time=1654703301860 2022-06-08 15:48:24.429 | ++ functions-common:time_stop:2435 : [[ -z 1654703301860 ]] 2022-06-08 15:48:24.431 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:24.435 | ++ functions-common:time_stop:2438 : end_time=1654703304433 2022-06-08 15:48:24.438 | ++ functions-common:time_stop:2439 : elapsed_time=2573 2022-06-08 15:48:24.440 | ++ functions-common:time_stop:2440 : total=0 2022-06-08 15:48:24.442 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:24.444 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2573 2022-06-08 15:48:24.447 | ++ functions-common:install_package:1465 : 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-06-08 15:48:24.449 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 15:48:24.451 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:24.453 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:24.456 | ++ functions-common:real_install_package:1451 : 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-06-08 15:48:24.476 | ++ functions-common:apt_get:1231 : 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-06-08 15:48:24.587 | Reading package lists... 2022-06-08 15:48:24.832 | Building dependency tree... 2022-06-08 15:48:24.833 | Reading state information... 2022-06-08 15:48:24.867 | acl is already the newest version (2.2.53-6). 2022-06-08 15:48:24.867 | bc is already the newest version (1.07.1-2build1). 2022-06-08 15:48:24.867 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-08 15:48:24.867 | conntrack is already the newest version (1:1.4.5-2). 2022-06-08 15:48:24.867 | ebtables is already the newest version (2.0.11-3build1). 2022-06-08 15:48:24.867 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 15:48:24.867 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-08 15:48:24.867 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 15:48:24.867 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-08 15:48:24.867 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-08 15:48:24.867 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-08 15:48:24.867 | iputils-arping is already the newest version (3:20190709-3). 2022-06-08 15:48:24.867 | iputils-ping is already the newest version (3:20190709-3). 2022-06-08 15:48:24.867 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-08 15:48:24.867 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-08 15:48:24.867 | libffi-dev is already the newest version (3.3-4). 2022-06-08 15:48:24.867 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-08 15:48:24.867 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-08 15:48:24.867 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-08 15:48:24.867 | lsscsi is already the newest version (0.30-0.1). 2022-06-08 15:48:24.867 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-08 15:48:24.867 | make is already the newest version (4.2.1-1.2). 2022-06-08 15:48:24.867 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-08 15:48:24.867 | psmisc is already the newest version (23.3-1). 2022-06-08 15:48:24.867 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-08 15:48:24.867 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-08 15:48:24.868 | python3-systemd is already the newest version (234-3build2). 2022-06-08 15:48:24.868 | socat is already the newest version (1.7.3.3-2). 2022-06-08 15:48:24.868 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-08 15:48:24.868 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-08 15:48:24.868 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-08 15:48:24.868 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-08 15:48:24.868 | graphviz is already the newest version (2.42.2-3build2). 2022-06-08 15:48:24.868 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-08 15:48:24.868 | pcp is already the newest version (5.0.3-1). 2022-06-08 15:48:24.868 | pm-utils is already the newest version (1.4.1-19). 2022-06-08 15:48:24.868 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-08 15:48:24.868 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 15:48:24.868 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 15:48:24.868 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-08 15:48:24.868 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 15:48:24.868 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 15:48:24.868 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-08 15:48:24.868 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-08 15:48:24.868 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-08 15:48:24.868 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-08 15:48:24.868 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-08 15:48:24.868 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-08 15:48:24.868 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-08 15:48:24.868 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-08 15:48:24.868 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-08 15:48:24.868 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 15:48:24.868 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-08 15:48:24.868 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-08 15:48:24.868 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-08 15:48:24.868 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-08 15:48:24.868 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-08 15:48:24.868 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-08 15:48:24.868 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 15:48:24.868 | openssl set to manually installed. 2022-06-08 15:48:24.868 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-08 15:48:24.869 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-08 15:48:24.869 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-08 15:48:24.869 | rsync set to manually installed. 2022-06-08 15:48:24.869 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-08 15:48:24.869 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-08 15:48:24.869 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-08 15:48:24.869 | tar set to manually installed. 2022-06-08 15:48:24.869 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-08 15:48:24.869 | tcpdump set to manually installed. 2022-06-08 15:48:24.869 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-08 15:48:25.088 | uuid-runtime set to manually installed. 2022-06-08 15:48:25.088 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-08 15:48:25.088 | wget set to manually installed. 2022-06-08 15:48:25.088 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-08 15:48:25.088 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 15:48:25.088 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-08 15:48:25.088 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-08 15:48:25.088 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-08 15:48:25.088 | The following packages were automatically installed and are no longer required: 2022-06-08 15:48:25.088 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 15:48:25.089 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 15:48:25.089 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 15:48:25.089 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 15:48:25.089 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 15:48:25.089 | python3-zope.interface 2022-06-08 15:48:25.089 | Use 'sudo apt autoremove' to remove them. 2022-06-08 15:48:25.216 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 15:48:25.222 | ++ functions-common:apt_get:1235 : result=0 2022-06-08 15:48:25.225 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 15:48:25.227 | ++ functions-common:time_stop:2426 : local name 2022-06-08 15:48:25.232 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:25.234 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:25.237 | ++ functions-common:time_stop:2429 : local total 2022-06-08 15:48:25.240 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:25.242 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-08 15:48:25.244 | ++ functions-common:time_stop:2433 : start_time=1654703304473 2022-06-08 15:48:25.246 | ++ functions-common:time_stop:2435 : [[ -z 1654703304473 ]] 2022-06-08 15:48:25.249 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:25.254 | ++ functions-common:time_stop:2438 : end_time=1654703305251 2022-06-08 15:48:25.256 | ++ functions-common:time_stop:2439 : elapsed_time=778 2022-06-08 15:48:25.258 | ++ functions-common:time_stop:2440 : total=763 2022-06-08 15:48:25.260 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:25.263 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1541 2022-06-08 15:48:25.265 | ++ functions-common:apt_get:1239 : return 0 2022-06-08 15:48:25.267 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-08 15:48:25.270 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-08 15:48:25.273 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-08 15:48:25.277 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-08 15:48:25.281 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-08 15:48:25.284 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-08 15:48:25.287 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-08 15:48:26.681 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-08 15:48:26.683 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-08 15:48:26.684 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-08 15:48:26.686 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-08 15:48:26.688 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-08 15:48:26.691 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-08 15:48:26.692 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-08 15:48:26.694 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-08 15:48:26.696 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-08 15:48:26.697 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-08 15:48:26.699 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-08 15:48:26.701 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-08 15:48:26.703 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-08 15:48:26.704 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-08 15:48:26.706 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-08 15:48:26.708 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-08 15:48:26.710 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-08 15:48:26.711 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-08 15:48:26.713 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-08 15:48:26.715 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-08 15:48:26.717 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-08 15:48:26.719 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-08 15:48:26.721 | + functions-common:_ensure_lsb_release:394 : return 2022-06-08 15:48:26.723 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-08 15:48:26.791 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-08 15:48:26.793 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-08 15:48:26.860 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-08 15:48:26.863 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-08 15:48:26.929 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-08 15:48:26.931 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-08 15:48:26.933 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-08 15:48:26.934 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-08 15:48:26.936 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-08 15:48:26.938 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-08 15:48:26.940 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-08 15:48:26.942 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-08 15:48:26.944 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-08 15:48:26.946 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-08 15:48:26.948 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-08 15:48:26.948 | Distro: focal 2022-06-08 15:48:26.950 | + tools/install_pip.sh:main:124 : get_versions 2022-06-08 15:48:26.952 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 15:48:26.956 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 15:48:26.958 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 15:48:26.961 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 15:48:26.961 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 15:48:27.527 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 15:48:27.529 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 15:48:27.529 | pip: 21.3.1 2022-06-08 15:48:27.531 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-08 15:48:27.539 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-08 15:48:27.541 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 15:48:27.543 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 15:48:27.544 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 15:48:27.546 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 15:48:27.548 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 15:48:27.550 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 15:48:27.552 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 15:48:27.554 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 15:48:27.555 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 15:48:27.557 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 15:48:27.559 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-08 15:48:27.561 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:27.562 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:27.564 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-08 15:48:27.569 | + tools/install_pip.sh:main:153 : set -x 2022-06-08 15:48:27.570 | + tools/install_pip.sh:main:156 : get_versions 2022-06-08 15:48:27.573 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 15:48:27.576 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 15:48:27.578 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 15:48:27.581 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 15:48:27.581 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 15:48:28.144 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 15:48:28.146 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 15:48:28.146 | pip: 21.3.1 2022-06-08 15:48:28.149 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-08 15:48:28.152 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 15:48:28.155 | + ./stack.sh:main:791 : fixup_all 2022-06-08 15:48:28.157 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-08 15:48:28.160 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-08 15:48:28.162 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:28.164 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:28.167 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-08 15:48:28.178 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-08 15:48:28.189 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-08 15:48:28.200 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-08 15:48:28.203 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-08 15:48:28.205 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 15:48:28.207 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 15:48:28.209 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 15:48:28.211 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 15:48:28.214 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 15:48:28.216 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 15:48:28.218 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 15:48:28.220 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 15:48:28.222 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 15:48:28.225 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 15:48:28.227 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-08 15:48:28.229 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-08 15:48:28.231 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-08 15:48:28.233 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 15:48:28.235 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 15:48:28.238 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 15:48:28.240 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 15:48:28.242 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 15:48:28.244 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 15:48:28.246 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-08 15:48:28.249 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-08 15:48:28.270 | Using python 3.8 to install os-testr 2022-06-08 15:48:28.273 | + 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-06-08 15:48:28.993 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:48:28.993 | from cryptography.utils import int_from_bytes 2022-06-08 15:48:28.993 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:48:28.993 | from cryptography.utils import int_from_bytes 2022-06-08 15:48:30.076 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 15:48:30.107 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-08 15:48:30.173 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-08 15:48:30.174 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-08 15:48:30.176 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-06-08 15:48:30.189 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-06-08 15:48:30.200 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-06-08 15:48:30.211 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-06-08 15:48:31.818 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-08 15:48:31.894 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 15:48:31.894 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 15:48:31.997 | + inc/python:pip_install:196 : result=0 2022-06-08 15:48:32.000 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 15:48:32.002 | + functions-common:time_stop:2426 : local name 2022-06-08 15:48:32.004 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:32.006 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:32.008 | + functions-common:time_stop:2429 : local total 2022-06-08 15:48:32.010 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:32.012 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 15:48:32.014 | + functions-common:time_stop:2433 : start_time=1654703308264 2022-06-08 15:48:32.016 | + functions-common:time_stop:2435 : [[ -z 1654703308264 ]] 2022-06-08 15:48:32.019 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:32.023 | + functions-common:time_stop:2438 : end_time=1654703312021 2022-06-08 15:48:32.025 | + functions-common:time_stop:2439 : elapsed_time=3757 2022-06-08 15:48:32.027 | + functions-common:time_stop:2440 : total=0 2022-06-08 15:48:32.030 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:32.032 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3757 2022-06-08 15:48:32.035 | + inc/python:pip_install:199 : return 0 2022-06-08 15:48:32.037 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-08 15:48:32.089 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-08 15:48:32.196 | + ./stack.sh:main:805 : install_infra 2022-06-08 15:48:32.199 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 15:48:32.201 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-08 15:48:32.204 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 15:48:32.207 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-08 15:48:32.230 | + 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-06-08 15:48:34.973 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 15:48:35.093 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.9.0) 2022-06-08 15:48:35.395 | + inc/python:pip_install:196 : result=0 2022-06-08 15:48:35.397 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 15:48:35.399 | + functions-common:time_stop:2426 : local name 2022-06-08 15:48:35.402 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:35.404 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:35.406 | + functions-common:time_stop:2429 : local total 2022-06-08 15:48:35.408 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:35.411 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 15:48:35.413 | + functions-common:time_stop:2433 : start_time=1654703312223 2022-06-08 15:48:35.415 | + functions-common:time_stop:2435 : [[ -z 1654703312223 ]] 2022-06-08 15:48:35.417 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:35.421 | + functions-common:time_stop:2438 : end_time=1654703315419 2022-06-08 15:48:35.423 | + functions-common:time_stop:2439 : elapsed_time=3196 2022-06-08 15:48:35.426 | + functions-common:time_stop:2440 : total=3757 2022-06-08 15:48:35.428 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:35.430 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6953 2022-06-08 15:48:35.432 | + inc/python:pip_install:199 : return 0 2022-06-08 15:48:35.435 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 15:48:35.437 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-08 15:48:35.459 | + 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-06-08 15:48:38.120 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 15:48:38.122 | Processing /opt/stack/requirements 2022-06-08 15:48:39.871 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) (3.0.0) 2022-06-08 15:48:39.882 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (6.0) 2022-06-08 15:48:39.884 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (2.27.1) 2022-06-08 15:48:39.913 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (21.3) 2022-06-08 15:48:39.918 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.5.0) 2022-06-08 15:48:39.928 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (3.3) 2022-06-08 15:48:39.931 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (3.0.9) 2022-06-08 15:48:39.937 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (1.16.0) 2022-06-08 15:48:39.940 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (2.0.12) 2022-06-08 15:48:39.945 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5466) (1.3) 2022-06-08 15:48:39.947 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5466) (0.3.0) 2022-06-08 15:48:39.963 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.9.0) 2022-06-08 15:48:39.966 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 225)) (2022.5.18.1) 2022-06-08 15:48:39.968 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (1.26.9) 2022-06-08 15:48:40.001 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-06-08 15:48:40.004 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (3.10.1) 2022-06-08 15:48:40.016 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.3.0) 2022-06-08 15:48:40.046 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (0.5.1) 2022-06-08 15:48:40.049 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (2.4.1) 2022-06-08 15:48:40.099 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) (3.5.0) 2022-06-08 15:48:40.105 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.5) 2022-06-08 15:48:40.110 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (1.8.2) 2022-06-08 15:48:40.113 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) (21.4.0) 2022-06-08 15:48:40.175 | Building wheels for collected packages: openstack-requirements 2022-06-08 15:48:40.176 | Building wheel for openstack-requirements (setup.py): started 2022-06-08 15:48:41.022 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-08 15:48:41.022 | ERROR: Command errored out with exit status 1: 2022-06-08 15:48:41.022 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-uuumgfn9/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-uuumgfn9/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-q3ekevdz 2022-06-08 15:48:41.022 | cwd: /tmp/pip-req-build-uuumgfn9/ 2022-06-08 15:48:41.022 | Complete output (6 lines): 2022-06-08 15:48:41.022 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-08 15:48:41.022 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-08 15:48:41.022 | or: setup.py --help-commands 2022-06-08 15:48:41.022 | or: setup.py cmd --help 2022-06-08 15:48:41.022 | 2022-06-08 15:48:41.022 | error: invalid command 'bdist_wheel' 2022-06-08 15:48:41.022 | ---------------------------------------- 2022-06-08 15:48:41.022 | ERROR: Failed building wheel for openstack-requirements 2022-06-08 15:48:41.022 | Running setup.py clean for openstack-requirements 2022-06-08 15:48:41.850 | Failed to build openstack-requirements 2022-06-08 15:48:41.866 | Installing collected packages: openstack-requirements 2022-06-08 15:48:41.866 | Attempting uninstall: openstack-requirements 2022-06-08 15:48:41.867 | Found existing installation: openstack-requirements 1.2.1.dev5466 2022-06-08 15:48:41.901 | Uninstalling openstack-requirements-1.2.1.dev5466: 2022-06-08 15:48:41.920 | Successfully uninstalled openstack-requirements-1.2.1.dev5466 2022-06-08 15:48:41.922 | Running setup.py install for openstack-requirements: started 2022-06-08 15:48:44.297 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-08 15:48:44.321 | Successfully installed openstack-requirements-1.2.1.dev5466 2022-06-08 15:48:44.448 | + inc/python:pip_install:196 : result=0 2022-06-08 15:48:44.451 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 15:48:44.453 | + functions-common:time_stop:2426 : local name 2022-06-08 15:48:44.455 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:44.457 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:44.459 | + functions-common:time_stop:2429 : local total 2022-06-08 15:48:44.462 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:44.464 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 15:48:44.466 | + functions-common:time_stop:2433 : start_time=1654703315451 2022-06-08 15:48:44.468 | + functions-common:time_stop:2435 : [[ -z 1654703315451 ]] 2022-06-08 15:48:44.471 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:44.475 | + functions-common:time_stop:2438 : end_time=1654703324473 2022-06-08 15:48:44.477 | + functions-common:time_stop:2439 : elapsed_time=9022 2022-06-08 15:48:44.479 | + functions-common:time_stop:2440 : total=6953 2022-06-08 15:48:44.481 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:44.483 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=15975 2022-06-08 15:48:44.485 | + inc/python:pip_install:199 : return 0 2022-06-08 15:48:44.488 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-08 15:48:44.491 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-08 15:48:44.494 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-08 15:48:44.496 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:48:44.498 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:48:44.501 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-08 15:48:44.503 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:48:44.505 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-08 15:48:44.525 | Using python 3.8 to install pbr 2022-06-08 15:48:44.527 | + 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-06-08 15:48:45.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:48:45.245 | from cryptography.utils import int_from_bytes 2022-06-08 15:48:45.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:48:45.245 | from cryptography.utils import int_from_bytes 2022-06-08 15:48:46.325 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 15:48:46.356 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-08 15:48:48.044 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-08 15:48:48.116 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 15:48:48.116 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 15:48:48.220 | + inc/python:pip_install:196 : result=0 2022-06-08 15:48:48.223 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 15:48:48.225 | + functions-common:time_stop:2426 : local name 2022-06-08 15:48:48.227 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:48.229 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:48.231 | + functions-common:time_stop:2429 : local total 2022-06-08 15:48:48.233 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:48.235 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 15:48:48.238 | + functions-common:time_stop:2433 : start_time=1654703324520 2022-06-08 15:48:48.240 | + functions-common:time_stop:2435 : [[ -z 1654703324520 ]] 2022-06-08 15:48:48.242 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:48.246 | + functions-common:time_stop:2438 : end_time=1654703328244 2022-06-08 15:48:48.248 | + functions-common:time_stop:2439 : elapsed_time=3724 2022-06-08 15:48:48.250 | + functions-common:time_stop:2440 : total=15975 2022-06-08 15:48:48.253 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:48.255 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19699 2022-06-08 15:48:48.257 | + inc/python:pip_install:199 : return 0 2022-06-08 15:48:48.260 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-08 15:48:50.497 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-08 15:48:52.394 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 15:48:52.395 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-08 15:48:52.415 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-08 15:48:52.418 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-08 15:48:52.425 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-08 15:48:52.430 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-06-08 15:48:52.434 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-06-08 15:48:52.505 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 15:48:52.508 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 15:48:52.511 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-08 15:48:52.528 | + ./stack.sh:main:814 : pkgs= 2022-06-08 15:48:52.530 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-08 15:48:52.533 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-08 15:48:52.535 | + functions-common:run_phase:1854 : local mode=stack 2022-06-08 15:48:52.538 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-08 15:48:52.540 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 15:48:52.542 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 15:48:52.544 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 15:48:52.547 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 15:48:52.549 | + functions-common:run_phase:1864 : local extra 2022-06-08 15:48:52.552 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 15:48:52.557 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 15:48:52.559 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 15:48:52.561 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 15:48:52.564 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-08 15:48:52.566 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 15:48:52.581 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:52.583 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 15:48:52.585 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-08 15:48:52.587 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-08 15:48:52.589 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-08 15:48:52.591 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-08 15:48:52.593 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-08 15:48:52.596 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-08 15:48:52.598 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-08 15:48:52.600 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-08 15:48:52.602 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-08 15:48:52.605 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-08 15:48:52.607 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-08 15:48:52.610 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-08 15:48:52.614 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 15:48:52.616 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-08 15:48:52.618 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-08 15:48:52.620 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-08 15:48:52.622 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-08 15:48:52.625 | + functions-common:run_plugins:1843 : local plugins= 2022-06-08 15:48:52.627 | + functions-common:run_plugins:1844 : local plugin 2022-06-08 15:48:52.629 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-08 15:48:52.632 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-08 15:48:52.634 | + functions:set_systemd_override:821 : local value=2048 2022-06-08 15:48:52.637 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-08 15:48:52.639 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-08 15:48:52.691 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-08 15:48:52.691 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-08 15:48:52.693 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-08 15:48:53.072 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-08 15:48:53.074 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-08 15:48:53.090 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:53.093 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-08 15:48:53.096 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 15:48:53.098 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 15:48:53.100 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 15:48:53.103 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 15:48:53.105 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 15:48:53.107 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 15:48:53.110 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:53.112 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:53.115 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 15:48:53.117 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 15:48:53.119 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 15:48:53.122 | + functions-common:apt_get_update:1191 : return 2022-06-08 15:48:53.124 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-08 15:48:53.126 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 15:48:53.129 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:53.131 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:53.134 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-08 15:48:53.154 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-08 15:48:53.264 | Reading package lists... 2022-06-08 15:48:53.510 | Building dependency tree... 2022-06-08 15:48:53.511 | Reading state information... 2022-06-08 15:48:53.775 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-08 15:48:53.775 | The following packages were automatically installed and are no longer required: 2022-06-08 15:48:53.777 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 15:48:53.777 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 15:48:53.777 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 15:48:53.777 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 15:48:53.777 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 15:48:53.777 | python3-zope.interface 2022-06-08 15:48:53.777 | Use 'sudo apt autoremove' to remove them. 2022-06-08 15:48:53.891 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 15:48:53.896 | + functions-common:apt_get:1235 : result=0 2022-06-08 15:48:53.898 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 15:48:53.900 | + functions-common:time_stop:2426 : local name 2022-06-08 15:48:53.903 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:53.905 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:53.907 | + functions-common:time_stop:2429 : local total 2022-06-08 15:48:53.910 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:53.912 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 15:48:53.914 | + functions-common:time_stop:2433 : start_time=1654703333152 2022-06-08 15:48:53.916 | + functions-common:time_stop:2435 : [[ -z 1654703333152 ]] 2022-06-08 15:48:53.919 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:53.923 | + functions-common:time_stop:2438 : end_time=1654703333921 2022-06-08 15:48:53.926 | + functions-common:time_stop:2439 : elapsed_time=769 2022-06-08 15:48:53.928 | + functions-common:time_stop:2440 : total=1541 2022-06-08 15:48:53.930 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:53.932 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2310 2022-06-08 15:48:53.935 | + functions-common:apt_get:1239 : return 0 2022-06-08 15:48:53.937 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-08 15:48:53.939 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 15:48:53.942 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 15:48:53.944 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 15:48:53.947 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 15:48:53.949 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 15:48:53.951 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 15:48:53.954 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-08 15:48:53.956 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 15:48:53.958 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 15:48:53.961 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 15:48:53.963 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 15:48:53.965 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 15:48:53.967 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 15:48:53.970 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 15:48:53.972 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 15:48:53.975 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 15:48:53.977 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 15:48:53.979 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-08 15:48:53.982 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 15:48:53.984 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 15:48:53.987 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 15:48:53.989 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 15:48:53.991 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 15:48:53.994 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 15:48:53.996 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-08 15:48:53.998 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-08 15:48:54.014 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:54.016 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-08 15:48:54.019 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 15:48:54.021 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-08 15:48:54.024 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-08 15:48:54.026 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-08 15:48:54.031 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-08 15:48:54.033 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-08 15:48:54.036 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-08 15:48:54.038 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-08 15:48:54.040 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-08 15:48:54.043 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-08 15:48:54.046 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-08 15:48:54.771 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-08 15:48:54.771 | user tags 2022-06-08 15:48:54.771 | stackrabbit []' 2022-06-08 15:48:54.775 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-08 15:48:54.775 | user tags 2022-06-08 15:48:54.775 | stackrabbit []' 2022-06-08 15:48:54.775 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-08 15:48:54.781 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-08 15:48:54.784 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-08 15:48:54.786 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 15:48:55.443 | Changing password for user "stackrabbit" ... 2022-06-08 15:48:55.465 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-08 15:48:56.135 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-08 15:48:56.157 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-08 15:48:56.160 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 15:48:56.820 | Changing password for user "stackrabbit" ... 2022-06-08 15:48:56.843 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-08 15:48:56.846 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-08 15:48:56.848 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-08 15:48:57.504 | Deleting user "guest" ... 2022-06-08 15:48:57.519 | Error: 2022-06-08 15:48:57.519 | {:no_such_user, "guest"} 2022-06-08 15:48:57.531 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-08 15:48:57.533 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-08 15:48:57.550 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:48:57.552 | + ./stack.sh:main:831 : install_database 2022-06-08 15:48:57.554 | + lib/database:install_database:118 : install_database_mysql 2022-06-08 15:48:57.557 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-08 15:48:57.559 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:57.562 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:57.564 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-08 15:48:57.775 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-08 15:48:57.778 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-08 15:48:57.780 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-08 15:48:57.783 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-08 15:48:57.785 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-08 15:48:57.787 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-08 15:48:57.790 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 15:48:57.792 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 15:48:57.794 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 15:48:57.797 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 15:48:57.800 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 15:48:57.802 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 15:48:57.804 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 15:48:57.807 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 15:48:57.809 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 15:48:57.812 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 15:48:57.814 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-08 15:48:57.816 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 15:48:57.819 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 15:48:57.821 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 15:48:57.824 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 15:48:57.826 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 15:48:57.828 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 15:48:57.831 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-08 15:48:57.833 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:57.835 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:57.837 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-08 15:48:57.840 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 15:48:57.842 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 15:48:57.844 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 15:48:57.847 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 15:48:57.849 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 15:48:57.852 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 15:48:57.854 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:57.856 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:57.859 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 15:48:57.862 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 15:48:57.864 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 15:48:57.866 | + functions-common:apt_get_update:1191 : return 2022-06-08 15:48:57.868 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-08 15:48:57.871 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 15:48:57.873 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:48:57.875 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:48:57.878 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-08 15:48:57.899 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-08 15:48:58.007 | Reading package lists... 2022-06-08 15:48:58.253 | Building dependency tree... 2022-06-08 15:48:58.254 | Reading state information... 2022-06-08 15:48:58.505 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-08 15:48:58.505 | The following packages were automatically installed and are no longer required: 2022-06-08 15:48:58.506 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 15:48:58.506 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 15:48:58.506 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 15:48:58.506 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 15:48:58.506 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 15:48:58.506 | python3-zope.interface 2022-06-08 15:48:58.506 | Use 'sudo apt autoremove' to remove them. 2022-06-08 15:48:58.618 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 15:48:58.622 | + functions-common:apt_get:1235 : result=0 2022-06-08 15:48:58.624 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 15:48:58.627 | + functions-common:time_stop:2426 : local name 2022-06-08 15:48:58.629 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:48:58.631 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:48:58.633 | + functions-common:time_stop:2429 : local total 2022-06-08 15:48:58.635 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:48:58.638 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 15:48:58.640 | + functions-common:time_stop:2433 : start_time=1654703337896 2022-06-08 15:48:58.642 | + functions-common:time_stop:2435 : [[ -z 1654703337896 ]] 2022-06-08 15:48:58.645 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:48:58.649 | + functions-common:time_stop:2438 : end_time=1654703338647 2022-06-08 15:48:58.651 | + functions-common:time_stop:2439 : elapsed_time=751 2022-06-08 15:48:58.653 | + functions-common:time_stop:2440 : total=2310 2022-06-08 15:48:58.655 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:48:58.658 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3061 2022-06-08 15:48:58.660 | + functions-common:apt_get:1239 : return 0 2022-06-08 15:48:58.663 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-08 15:48:58.665 | + ./stack.sh:main:834 : install_database_python 2022-06-08 15:48:58.667 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-08 15:48:58.670 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-08 15:48:58.672 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-08 15:48:58.674 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-08 15:48:58.677 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-08 15:48:58.680 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-08 15:48:58.682 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-08 15:48:58.686 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-08 15:48:58.686 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-08 15:48:58.691 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-08 15:48:58.694 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-08 15:48:58.696 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-08 15:48:58.699 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-08 15:48:58.701 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-08 15:48:58.723 | Using python 3.8 to install PyMySQL 2022-06-08 15:48:58.725 | + 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-06-08 15:48:59.442 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:48:59.442 | from cryptography.utils import int_from_bytes 2022-06-08 15:48:59.442 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:48:59.442 | from cryptography.utils import int_from_bytes 2022-06-08 15:49:00.684 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 15:49:00.718 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-08 15:49:02.337 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-08 15:49:02.407 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 15:49:02.407 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 15:49:02.512 | + inc/python:pip_install:196 : result=0 2022-06-08 15:49:02.514 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 15:49:02.517 | + functions-common:time_stop:2426 : local name 2022-06-08 15:49:02.519 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:49:02.522 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:49:02.524 | + functions-common:time_stop:2429 : local total 2022-06-08 15:49:02.526 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:49:02.528 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 15:49:02.531 | + functions-common:time_stop:2433 : start_time=1654703338717 2022-06-08 15:49:02.533 | + functions-common:time_stop:2435 : [[ -z 1654703338717 ]] 2022-06-08 15:49:02.536 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:49:02.540 | + functions-common:time_stop:2438 : end_time=1654703342538 2022-06-08 15:49:02.543 | + functions-common:time_stop:2439 : elapsed_time=3821 2022-06-08 15:49:02.545 | + functions-common:time_stop:2440 : total=19699 2022-06-08 15:49:02.547 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:49:02.549 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23520 2022-06-08 15:49:02.552 | + inc/python:pip_install:199 : return 0 2022-06-08 15:49:02.554 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-08 15:49:02.557 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 15:49:02.559 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-08 15:49:02.561 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-08 15:49:02.577 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:49:02.583 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-08 15:49:02.583 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-06-08 15:49:02.588 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-08 15:49:02.588 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 15:49:02.593 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 15:49:02.597 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-08 15:49:02.600 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-08 15:49:02.602 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-08 15:49:02.605 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-06-08 15:49:02.608 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:486 : is_service_enabled q-l3 2022-06-08 15:49:02.624 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:49:02.626 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : install_package radvd 2022-06-08 15:49:02.628 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 15:49:02.631 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 15:49:02.633 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 15:49:02.635 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 15:49:02.639 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 15:49:02.641 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 15:49:02.644 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:49:02.646 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:49:02.648 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 15:49:02.651 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 15:49:02.653 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 15:49:02.655 | + functions-common:apt_get_update:1191 : return 2022-06-08 15:49:02.658 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-08 15:49:02.660 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 15:49:02.662 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:49:02.664 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:49:02.667 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-08 15:49:02.688 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-08 15:49:02.797 | Reading package lists... 2022-06-08 15:49:03.048 | Building dependency tree... 2022-06-08 15:49:03.050 | Reading state information... 2022-06-08 15:49:03.300 | radvd is already the newest version (1:2.17-2). 2022-06-08 15:49:03.300 | The following packages were automatically installed and are no longer required: 2022-06-08 15:49:03.301 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 15:49:03.301 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 15:49:03.301 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 15:49:03.301 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 15:49:03.301 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 15:49:03.301 | python3-zope.interface 2022-06-08 15:49:03.301 | Use 'sudo apt autoremove' to remove them. 2022-06-08 15:49:03.414 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 15:49:03.418 | + functions-common:apt_get:1235 : result=0 2022-06-08 15:49:03.421 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 15:49:03.423 | + functions-common:time_stop:2426 : local name 2022-06-08 15:49:03.426 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:49:03.428 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:49:03.430 | + functions-common:time_stop:2429 : local total 2022-06-08 15:49:03.432 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:49:03.434 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 15:49:03.437 | + functions-common:time_stop:2433 : start_time=1654703342685 2022-06-08 15:49:03.439 | + functions-common:time_stop:2435 : [[ -z 1654703342685 ]] 2022-06-08 15:49:03.442 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:49:03.446 | + functions-common:time_stop:2438 : end_time=1654703343444 2022-06-08 15:49:03.448 | + functions-common:time_stop:2439 : elapsed_time=759 2022-06-08 15:49:03.450 | + functions-common:time_stop:2440 : total=3061 2022-06-08 15:49:03.452 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:49:03.455 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3820 2022-06-08 15:49:03.457 | + functions-common:apt_get:1239 : return 0 2022-06-08 15:49:03.459 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:490 : is_service_enabled q-agt q-dhcp q-l3 2022-06-08 15:49:03.476 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:49:03.478 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:491 : neutron_plugin_install_agent_packages 2022-06-08 15:49:03.480 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-08 15:49:03.483 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-08 15:49:03.486 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-08 15:49:03.506 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-08 15:49:03.508 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 15:49:03.510 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 15:49:03.512 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 15:49:03.515 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 15:49:03.517 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 15:49:03.519 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 15:49:03.521 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:49:03.524 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:49:03.526 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 15:49:03.528 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 15:49:03.530 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 15:49:03.533 | + functions-common:apt_get_update:1191 : return 2022-06-08 15:49:03.535 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-08 15:49:03.537 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 15:49:03.539 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:49:03.542 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:49:03.544 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-08 15:49:03.564 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-06-08 15:49:03.673 | Reading package lists... 2022-06-08 15:49:03.918 | Building dependency tree... 2022-06-08 15:49:03.919 | Reading state information... 2022-06-08 15:49:04.171 | fakeroot is already the newest version (1.24-1). 2022-06-08 15:49:04.171 | make is already the newest version (4.2.1-1.2). 2022-06-08 15:49:04.171 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-08 15:49:04.171 | The following packages were automatically installed and are no longer required: 2022-06-08 15:49:04.172 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 15:49:04.172 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 15:49:04.172 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 15:49:04.172 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 15:49:04.172 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 15:49:04.172 | python3-zope.interface 2022-06-08 15:49:04.172 | Use 'sudo apt autoremove' to remove them. 2022-06-08 15:49:04.285 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 15:49:04.289 | + functions-common:apt_get:1235 : result=0 2022-06-08 15:49:04.292 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 15:49:04.294 | + functions-common:time_stop:2426 : local name 2022-06-08 15:49:04.296 | + functions-common:time_stop:2427 : local end_time 2022-06-08 15:49:04.299 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 15:49:04.301 | + functions-common:time_stop:2429 : local total 2022-06-08 15:49:04.303 | + functions-common:time_stop:2430 : local start_time 2022-06-08 15:49:04.305 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 15:49:04.308 | + functions-common:time_stop:2433 : start_time=1654703343561 2022-06-08 15:49:04.310 | + functions-common:time_stop:2435 : [[ -z 1654703343561 ]] 2022-06-08 15:49:04.312 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 15:49:04.316 | + functions-common:time_stop:2438 : end_time=1654703344314 2022-06-08 15:49:04.318 | + functions-common:time_stop:2439 : elapsed_time=753 2022-06-08 15:49:04.320 | + functions-common:time_stop:2440 : total=3820 2022-06-08 15:49:04.323 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 15:49:04.325 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4573 2022-06-08 15:49:04.327 | + functions-common:apt_get:1239 : return 0 2022-06-08 15:49:04.329 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-08 15:49:04.332 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 15:49:04.334 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 15:49:04.336 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-08 15:49:04.338 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-08 15:49:04.341 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-08 15:49:04.346 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-08 15:49:04.348 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-08 15:49:04.351 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-08 15:49:04.352 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-08 15:49:04.356 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-08 15:49:04.358 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-08 15:49:04.361 | + functions:vercmp:628 : local v1=5.4 2022-06-08 15:49:04.363 | + functions:vercmp:629 : local 'op=<' 2022-06-08 15:49:04.366 | + functions:vercmp:630 : local v2=3.13 2022-06-08 15:49:04.368 | + functions:vercmp:631 : local result 2022-06-08 15:49:04.371 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-08 15:49:04.372 | ++ functions:vercmp:635 : head -1 2022-06-08 15:49:04.372 | ++ functions:vercmp:635 : sort -V 2022-06-08 15:49:04.377 | + functions:vercmp:635 : result=3.13 2022-06-08 15:49:04.379 | + functions:vercmp:637 : case $op in 2022-06-08 15:49:04.381 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-08 15:49:04.383 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-08 15:49:04.385 | + functions:vercmp:648 : return 2022-06-08 15:49:04.388 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-08 15:49:04.390 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-08 15:49:04.392 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-08 15:49:04.861 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-08 15:49:04.864 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-08 15:49:04.866 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:04.868 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:04.871 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-08 15:49:04.873 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:04.878 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-08 15:49:04.896 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 15:49:04.898 | + ./stack.sh:main:842 : install_etcd3 2022-06-08 15:49:04.900 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-08 15:49:04.901 | Installing etcd 2022-06-08 15:49:04.903 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-08 15:49:04.915 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-08 15:49:04.927 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-08 15:49:04.929 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-08 15:49:04.947 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-08 15:49:04.950 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 15:49:04.953 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 15:49:04.957 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 15:49:04.961 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 15:49:04.963 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-06-08 15:49:04.966 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-08 15:49:04.969 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 15:49:04.972 | ++ functions:get_extra_file:74 : return 2022-06-08 15:49:04.974 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 15:49:04.977 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-08 15:49:04.979 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-08 15:49:04.981 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-08 15:49:04.998 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 15:49:05.000 | + ./stack.sh:main:861 : install_dstat 2022-06-08 15:49:05.003 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-08 15:49:05.019 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 15:49:05.022 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-08 15:49:05.024 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 15:49:05.026 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-08 15:49:05.029 | + ./stack.sh:main:870 : install_libs 2022-06-08 15:49:05.031 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-08 15:49:05.033 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-08 15:49:05.036 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-08 15:49:05.038 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-08 15:49:05.040 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.042 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.044 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-08 15:49:05.047 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.049 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-08 15:49:05.051 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-08 15:49:05.053 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-08 15:49:05.056 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-08 15:49:05.058 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.060 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.062 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-08 15:49:05.065 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.067 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-08 15:49:05.070 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-08 15:49:05.072 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-08 15:49:05.074 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-08 15:49:05.076 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.079 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.081 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-08 15:49:05.084 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.086 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-08 15:49:05.088 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-08 15:49:05.091 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-08 15:49:05.093 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-08 15:49:05.095 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.097 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.099 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-08 15:49:05.102 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.104 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-08 15:49:05.106 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-08 15:49:05.109 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-08 15:49:05.111 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-08 15:49:05.115 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.117 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.119 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-08 15:49:05.122 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.124 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-08 15:49:05.127 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-08 15:49:05.129 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-08 15:49:05.131 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-08 15:49:05.134 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.136 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.138 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-08 15:49:05.140 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.143 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-08 15:49:05.146 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-08 15:49:05.148 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-08 15:49:05.150 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-08 15:49:05.153 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.155 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.157 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-08 15:49:05.160 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.162 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-08 15:49:05.164 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-08 15:49:05.166 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-08 15:49:05.169 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-08 15:49:05.171 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.173 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.176 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-08 15:49:05.178 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.180 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-08 15:49:05.183 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-08 15:49:05.185 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-08 15:49:05.187 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-08 15:49:05.190 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.192 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.195 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-08 15:49:05.197 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.199 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-08 15:49:05.202 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-08 15:49:05.204 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-08 15:49:05.207 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-08 15:49:05.209 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.211 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.214 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-08 15:49:05.216 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.218 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-08 15:49:05.221 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-08 15:49:05.223 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-08 15:49:05.225 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-08 15:49:05.228 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.230 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.232 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-08 15:49:05.235 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.237 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-08 15:49:05.239 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-08 15:49:05.242 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-08 15:49:05.244 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-08 15:49:05.246 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.248 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.250 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-08 15:49:05.253 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.256 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-08 15:49:05.258 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-08 15:49:05.260 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-08 15:49:05.263 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-08 15:49:05.265 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.267 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.269 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-08 15:49:05.272 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.274 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-08 15:49:05.276 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-08 15:49:05.279 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-08 15:49:05.281 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-08 15:49:05.284 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.286 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.289 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-08 15:49:05.291 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.293 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-08 15:49:05.295 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-08 15:49:05.298 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-08 15:49:05.301 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-08 15:49:05.303 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.305 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.308 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-08 15:49:05.310 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.313 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-08 15:49:05.315 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-08 15:49:05.317 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-08 15:49:05.320 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-08 15:49:05.322 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.324 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.327 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-08 15:49:05.329 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.331 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-08 15:49:05.333 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-08 15:49:05.336 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-08 15:49:05.338 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-08 15:49:05.340 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.343 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.346 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-08 15:49:05.348 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.350 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-08 15:49:05.352 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-08 15:49:05.355 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-08 15:49:05.357 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-08 15:49:05.359 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.362 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.364 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-08 15:49:05.366 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.369 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-08 15:49:05.371 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-08 15:49:05.373 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-08 15:49:05.375 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-08 15:49:05.378 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.380 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.382 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-08 15:49:05.385 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.387 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-08 15:49:05.389 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-08 15:49:05.392 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-08 15:49:05.394 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-08 15:49:05.397 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.399 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.401 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-08 15:49:05.404 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.406 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-08 15:49:05.409 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-08 15:49:05.411 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-08 15:49:05.414 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-08 15:49:05.416 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.418 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.420 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-08 15:49:05.423 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.425 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-08 15:49:05.427 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-08 15:49:05.430 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-08 15:49:05.432 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-08 15:49:05.435 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.437 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.439 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-08 15:49:05.442 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.444 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-08 15:49:05.446 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-08 15:49:05.448 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-08 15:49:05.451 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-08 15:49:05.453 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.456 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.458 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-08 15:49:05.460 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.463 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-08 15:49:05.465 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-08 15:49:05.467 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-08 15:49:05.470 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-08 15:49:05.472 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.475 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.477 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-08 15:49:05.479 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.482 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-08 15:49:05.484 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-08 15:49:05.486 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-08 15:49:05.488 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-08 15:49:05.491 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.493 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.495 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-08 15:49:05.498 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.500 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-08 15:49:05.502 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-08 15:49:05.505 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-08 15:49:05.507 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-08 15:49:05.509 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.512 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.514 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-08 15:49:05.516 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.519 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-08 15:49:05.521 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-08 15:49:05.524 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-08 15:49:05.526 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-08 15:49:05.529 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.531 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.534 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-08 15:49:05.536 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.538 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-08 15:49:05.541 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-08 15:49:05.543 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-08 15:49:05.545 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-08 15:49:05.548 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.550 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.552 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-08 15:49:05.555 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.557 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-08 15:49:05.559 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-08 15:49:05.562 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-08 15:49:05.564 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-08 15:49:05.567 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.569 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.571 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-08 15:49:05.573 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.576 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-08 15:49:05.578 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-08 15:49:05.581 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-08 15:49:05.583 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-08 15:49:05.586 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.588 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.590 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-08 15:49:05.593 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.595 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-08 15:49:05.598 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-08 15:49:05.600 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-08 15:49:05.602 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-08 15:49:05.605 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.607 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.609 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-08 15:49:05.612 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.614 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-08 15:49:05.616 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-08 15:49:05.619 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-08 15:49:05.621 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-08 15:49:05.623 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.625 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.628 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-08 15:49:05.630 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.632 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-08 15:49:05.635 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-08 15:49:05.637 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-08 15:49:05.639 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-08 15:49:05.642 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.645 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.647 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-08 15:49:05.649 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.652 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-08 15:49:05.654 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-08 15:49:05.656 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-08 15:49:05.659 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-08 15:49:05.662 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.664 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.666 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-08 15:49:05.669 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.671 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-08 15:49:05.673 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-08 15:49:05.675 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-08 15:49:05.684 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-08 15:49:05.687 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.689 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.692 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-08 15:49:05.694 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.697 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-08 15:49:05.699 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-08 15:49:05.701 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-08 15:49:05.704 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-08 15:49:05.706 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.709 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.711 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-08 15:49:05.713 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.716 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-08 15:49:05.718 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-08 15:49:05.721 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-08 15:49:05.724 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-08 15:49:05.726 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.728 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.731 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-08 15:49:05.733 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.735 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-08 15:49:05.738 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-08 15:49:05.740 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-08 15:49:05.742 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-08 15:49:05.745 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 15:49:05.747 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 15:49:05.749 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-08 15:49:05.752 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 15:49:05.755 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-08 15:49:05.776 | Using python 3.8 to install etcd3 2022-06-08 15:49:05.778 | + 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-06-08 15:49:06.509 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:49:06.509 | from cryptography.utils import int_from_bytes 2022-06-08 15:49:06.509 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 15:49:06.509 | from cryptography.utils import int_from_bytes 2022-06-08 15:49:07.597 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 15:49:07.692 | Collecting etcd3 2022-06-08 15:49:07.698 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-06-08 15:49:07.725 | Preparing metadata (setup.py): started 2022-06-08 15:49:07.766 | Preparing metadata (setup.py): finished with status 'error' 2022-06-08 15:49:07.766 | ERROR: Command errored out with exit status 1: 2022-06-08 15:49:07.767 | command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-2eld62uy/etcd3_e59e2ad23f684a669c41c8821a8a6123/setup.py'"'"'; __file__='"'"'/tmp/pip-install-2eld62uy/etcd3_e59e2ad23f684a669c41c8821a8a6123/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-rhsoaupt 2022-06-08 15:49:07.767 | cwd: /tmp/pip-install-2eld62uy/etcd3_e59e2ad23f684a669c41c8821a8a6123/ 2022-06-08 15:49:07.767 | Complete output (3 lines): 2022-06-08 15:49:07.767 | Traceback (most recent call last): 2022-06-08 15:49:07.767 | File "", line 1, in 2022-06-08 15:49:07.767 | ModuleNotFoundError: No module named 'setuptools' 2022-06-08 15:49:07.767 | ---------------------------------------- 2022-06-08 15:49:07.767 | WARNING: Discarding http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz#sha256=89a704cb389bf0a010a1fa050ce19342d23bf6371ebda1c21cfe8ff3ed488726 (from http://10.100.0.9:8080/cloudbase/CI/+simple/etcd3/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-08 15:49:07.767 | ERROR: Cannot install etcd3 because these package versions have conflicting dependencies. 2022-06-08 15:49:07.768 | 2022-06-08 15:49:07.768 | The conflict is caused by: 2022-06-08 15:49:07.768 | The user requested etcd3 2022-06-08 15:49:07.768 | The user requested (constraint) etcd3===0.12.0 2022-06-08 15:49:07.768 | 2022-06-08 15:49:07.768 | To fix this you could try to: 2022-06-08 15:49:07.768 | 1. loosen the range of package versions you've specified 2022-06-08 15:49:07.768 | 2. remove package versions to allow pip attempt to solve the dependency conflict 2022-06-08 15:49:07.768 | 2022-06-08 15:49:07.768 | ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies 2022-06-08 15:49:07.842 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 15:49:07.842 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 15:49:07.926 | + inc/python:pip_install:1 : exit_trap 2022-06-08 15:49:07.928 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-08 15:49:07.931 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-08 15:49:07.934 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-08 15:49:07.936 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-08 15:49:07.938 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-08 15:49:07.941 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-08 15:49:07.943 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-08 15:49:07.945 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-08 15:49:07.947 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-08 15:49:07.947 | Error on exit 2022-06-08 15:49:07.949 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-08 15:49:07.952 | + ./stack.sh:exit_trap:537 : generate-subunit 1654703296 51 fail 2022-06-08 15:49:08.201 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-08 15:49:08.203 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-08 15:49:08.660 | + ./stack.sh:exit_trap:551 : exit 1