2022-06-08 20:42:47.976 | + ./stack.sh:main:482 : exec 2022-06-08 20:42:47.977 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-204247' 2022-06-08 20:42:47.977 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-08-204247.summary.2022-06-08-204247 2022-06-08 20:42:47.977 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 20:42:47.977 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-204247 2022-06-08 20:42:47.977 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-204247 /opt/stack/logs/stack.sh.log 2022-06-08 20:42:47.977 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-204247.summary.2022-06-08-204247 /opt/stack/logs/stack.sh.log.summary 2022-06-08 20:42:47.977 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-08 20:42:47.977 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-08 20:42:47.977 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-08 20:42:47.977 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-08 20:42:47.977 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 20:42:47.977 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-08 20:42:47.977 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-08 20:42:47.979 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 20:42:47.981 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-08 20:42:47.984 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-08 20:42:47.985 | + ./stack.sh:main:568 : set -o errexit 2022-06-08 20:42:47.987 | + ./stack.sh:main:571 : uname -a 2022-06-08 20:42:47.988 | Linux dv-neutron-845164-2-hyperv 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-06-08 20:42:47.990 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-08 20:42:47.992 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-08 20:42:47.995 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-08 20:42:48.030 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-08 20:42:48.047 | + ./stack.sh:main:585 : fetch_plugins 2022-06-08 20:42:48.049 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-08 20:42:48.051 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-08 20:42:48.052 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-08 20:42:48.054 | + functions-common:fetch_plugins:1777 : return 2022-06-08 20:42:48.056 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-08 20:42:48.058 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-08 20:42:48.060 | + functions-common:run_phase:1855 : local phase= 2022-06-08 20:42:48.062 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 20:42:48.064 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 20:42:48.066 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 20:42:48.067 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 20:42:48.069 | + functions-common:run_phase:1864 : local extra 2022-06-08 20:42:48.071 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 20:42:48.074 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 20:42:48.076 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 20:42:48.078 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 20:42:48.080 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-08 20:42:48.081 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 20:42:48.095 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:42:48.096 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 20:42:48.098 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 20:42:48.100 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 20:42:48.101 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 20:42:48.103 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 20:42:48.105 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 20:42:48.107 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-08 20:42:48.109 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-08 20:42:48.111 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 20:42:48.112 | + 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 20:42:48.114 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-08 20:42:48.116 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-08 20:42:48.118 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-08 20:42:48.119 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-08 20:42:48.121 | + functions-common:plugin_override_defaults:1818 : return 2022-06-08 20:42:48.123 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-08 20:42:48.141 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-08 20:42:48.144 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-08 20:42:48.156 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-08 20:42:48.159 | +++ lib/tls:source:43 : hostname -f 2022-06-08 20:42:48.162 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-08 20:42:48.164 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-08 20:42:48.166 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-08 20:42:48.168 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-08 20:42:48.170 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-08 20:42:48.172 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-08 20:42:48.174 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-08 20:42:48.176 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-08 20:42:48.178 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-08 20:42:48.180 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-08 20:42:48.184 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-08 20:42:48.196 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-08 20:42:48.213 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-08 20:42:48.226 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-08 20:42:48.238 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-08 20:42:48.274 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-08 20:42:48.339 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-08 20:42:48.431 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-08 20:42:48.452 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-08 20:42:48.503 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-08 20:42:48.558 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-08 20:42:48.707 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-08 20:42:48.721 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-08 20:42:48.734 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-08 20:42:48.747 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-08 20:42:48.834 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-08 20:42:48.837 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-08 20:42:48.842 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-08 20:42:48.846 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-08 20:42:48.849 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-08 20:42:48.853 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-08 20:42:48.856 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-08 20:42:48.856 | False' 2022-06-08 20:42:48.860 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-08 20:42:48.876 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-08 20:42:48.878 | + ./stack.sh:main:619 : run_phase source 2022-06-08 20:42:48.880 | + functions-common:run_phase:1854 : local mode=source 2022-06-08 20:42:48.882 | + functions-common:run_phase:1855 : local phase= 2022-06-08 20:42:48.884 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 20:42:48.886 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 20:42:48.888 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 20:42:48.890 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 20:42:48.893 | + functions-common:run_phase:1864 : local extra 2022-06-08 20:42:48.895 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 20:42:48.899 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 20:42:48.901 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 20:42:48.903 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 20:42:48.905 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-08 20:42:48.908 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 20:42:48.922 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:42:48.924 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 20:42:48.926 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-08 20:42:48.965 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-08 20:42:48.967 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-08 20:42:48.970 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 20:42:48.972 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-08 20:42:48.975 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-08 20:42:48.977 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-08 20:42:48.979 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-08 20:42:48.981 | + functions-common:load_plugin_settings:1795 : return 2022-06-08 20:42:48.984 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-08 20:42:48.986 | + functions-common:verify_disabled_services:2137 : local service 2022-06-08 20:42:48.989 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:48.991 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-08 20:42:48.993 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:48.997 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-08 20:42:49.000 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.002 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-08 20:42:49.004 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.006 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-08 20:42:49.009 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.011 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-08 20:42:49.013 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.016 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-08 20:42:49.018 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.020 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-08 20:42:49.023 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.025 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-08 20:42:49.027 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.029 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-08 20:42:49.032 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.035 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-08 20:42:49.038 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.040 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-08 20:42:49.043 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.045 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-08 20:42:49.048 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.051 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-08 20:42:49.053 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.056 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-08 20:42:49.059 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.062 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-08 20:42:49.064 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.066 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-08 20:42:49.068 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.071 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-08 20:42:49.073 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.075 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-08 20:42:49.078 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.081 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-08 20:42:49.083 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.085 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-08 20:42:49.088 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.090 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-08 20:42:49.092 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.094 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-08 20:42:49.097 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.099 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-08 20:42:49.101 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.104 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-08 20:42:49.106 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.108 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-08 20:42:49.111 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.114 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-08 20:42:49.116 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.119 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-08 20:42:49.121 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.124 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-08 20:42:49.126 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.128 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-08 20:42:49.131 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.133 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-08 20:42:49.135 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.137 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-08 20:42:49.139 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.142 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-08 20:42:49.144 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.146 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-08 20:42:49.148 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.150 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-08 20:42:49.152 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.155 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-08 20:42:49.157 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.159 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-08 20:42:49.162 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.164 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-08 20:42:49.166 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.168 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-08 20:42:49.171 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.173 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-08 20:42:49.176 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.178 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-08 20:42:49.180 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.182 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-08 20:42:49.184 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.187 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-08 20:42:49.189 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.191 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-08 20:42:49.193 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.196 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-08 20:42:49.198 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.200 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-08 20:42:49.202 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.204 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-08 20:42:49.207 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 20:42:49.209 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-08 20:42:49.212 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-08 20:42:49.214 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 20:42:49.216 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-08 20:42:49.231 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:42:49.233 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-08 20:42:49.235 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 20:42:49.238 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-08 20:42:49.253 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 20:42:49.255 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-08 20:42:49.257 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-08 20:42:49.260 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-08 20:42:49.262 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-08 20:42:49.264 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-08 20:42:49.266 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-08 20:42:49.269 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-08 20:42:49.271 | + lib/database:initialize_database_backends:92 : return 0 2022-06-08 20:42:49.273 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-08 20:42:49.273 | Using mysql database backend 2022-06-08 20:42:49.276 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-08 20:42:49.292 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-08 20:42:49.295 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-08 20:42:49.298 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 20:42:49.300 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-08 20:42:49.303 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 20:42:49.305 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-08 20:42:49.323 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:42:49.326 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-08 20:42:49.343 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-08 20:42:49.359 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:42:49.361 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-08 20:42:49.377 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-08 20:42:49.394 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-08 20:42:49.410 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 20:42:49.413 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-08 20:42:49.429 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:42:49.431 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-08 20:42:49.447 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-08 20:42:49.450 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-08 20:42:49.452 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-08 20:42:49.455 | + functions-common:save_stackenv:60 : local tag=752 2022-06-08 20:42:49.458 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-08 20:42:49.462 | + functions-common:save_stackenv:62 : time_stamp=2022-06-08-204249 2022-06-08 20:42:49.464 | + functions-common:save_stackenv:63 : echo '# 2022-06-08-204249 752' 2022-06-08 20:42:49.467 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.469 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 20:42:49.472 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.475 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-08 20:42:49.477 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.480 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-08 20:42:49.483 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.486 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 20:42:49.488 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.490 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2022-06-08 20:42:49.493 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.495 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2022-06-08 20:42:49.498 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.500 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-08-204247 2022-06-08 20:42:49.502 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.505 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-08 20:42:49.507 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.510 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2022-06-08 20:42:49.512 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.514 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-08 20:42:49.517 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.519 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-08 20:42:49.521 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.524 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-08 20:42:49.526 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 20:42:49.529 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-08 20:42:49.531 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-08 20:42:49.534 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-08 20:42:49.536 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-08 20:42:49.538 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-08 20:42:49.540 | + functions-common:git_clone:599 : local git_ref=master 2022-06-08 20:42:49.543 | + functions-common:git_clone:600 : local orig_dir 2022-06-08 20:42:49.545 | ++ functions-common:git_clone:601 : pwd 2022-06-08 20:42:49.548 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-08 20:42:49.551 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-08 20:42:49.553 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-08 20:42:49.568 | + functions-common:git_clone:604 : RECLONE=False 2022-06-08 20:42:49.570 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-08 20:42:49.572 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-08 20:42:49.575 | + functions-common:git_clone:618 : echo master 2022-06-08 20:42:49.575 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-08 20:42:49.580 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-08 20:42:49.582 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-08 20:42:49.584 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-08 20:42:49.598 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-08 20:42:49.601 | + functions-common:git_clone:679 : head -1 2022-06-08 20:42:49.603 | + functions-common:git_clone:679 : git show --oneline 2022-06-08 20:42:49.606 | 2cc6b9f8 Updated from generate-constraints 2022-06-08 20:42:49.609 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-08 20:42:49.612 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-08 20:42:49.614 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 20:42:49.617 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-08 20:42:49.619 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-08 20:42:49.622 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-08 20:42:49.624 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-08 20:42:49.627 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 20:42:49.629 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-08 20:42:49.632 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-08 20:42:49.634 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-08 20:42:49.638 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-08 20:42:49.642 | ++ tools/install_prereqs.sh:source:47 : NOW=1654720969 2022-06-08 20:42:49.646 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-08 20:42:49.651 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654720908 2022-06-08 20:42:49.655 | ++ tools/install_prereqs.sh:source:49 : DELTA=61 2022-06-08 20:42:49.659 | ++ tools/install_prereqs.sh:source:50 : [[ 61 -lt 7200 ]] 2022-06-08 20:42:49.661 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-08 20:42:49.664 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-08 20:42:49.668 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-08 20:42:49.671 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-08 20:42:49.674 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-08 20:42:49.677 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-08 20:42:49.679 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-08 20:42:49.681 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-08 20:42:49.685 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 20:42:49.732 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-08 20:42:49.732 | apache2-dev 2022-06-08 20:42:49.732 | bc 2022-06-08 20:42:49.732 | bsdmainutils 2022-06-08 20:42:49.732 | curl 2022-06-08 20:42:49.732 | g++ 2022-06-08 20:42:49.732 | gawk 2022-06-08 20:42:49.732 | gcc 2022-06-08 20:42:49.732 | gettext 2022-06-08 20:42:49.732 | git 2022-06-08 20:42:49.732 | graphviz 2022-06-08 20:42:49.732 | iputils-ping 2022-06-08 20:42:49.732 | libapache2-mod-proxy-uwsgi 2022-06-08 20:42:49.732 | libffi-dev 2022-06-08 20:42:49.733 | libjpeg-dev 2022-06-08 20:42:49.733 | libpcre3-dev 2022-06-08 20:42:49.733 | libpq-dev 2022-06-08 20:42:49.733 | libssl-dev 2022-06-08 20:42:49.733 | libsystemd-dev 2022-06-08 20:42:49.733 | libxml2-dev 2022-06-08 20:42:49.733 | libxslt1-dev 2022-06-08 20:42:49.733 | libyaml-dev 2022-06-08 20:42:49.733 | lsof 2022-06-08 20:42:49.733 | openssh-server 2022-06-08 20:42:49.733 | openssl 2022-06-08 20:42:49.733 | pkg-config 2022-06-08 20:42:49.733 | psmisc 2022-06-08 20:42:49.733 | python3-dev 2022-06-08 20:42:49.733 | python3-pip 2022-06-08 20:42:49.733 | python3-systemd 2022-06-08 20:42:49.733 | python3-venv 2022-06-08 20:42:49.733 | tar 2022-06-08 20:42:49.733 | tcpdump 2022-06-08 20:42:49.733 | unzip 2022-06-08 20:42:49.733 | uuid-runtime 2022-06-08 20:42:49.733 | wget 2022-06-08 20:42:49.733 | wget 2022-06-08 20:42:49.733 | zlib1g-dev 2022-06-08 20:42:49.733 | libkrb5-dev 2022-06-08 20:42:49.733 | libldap2-dev 2022-06-08 20:42:49.733 | libsasl2-dev 2022-06-08 20:42:49.733 | memcached 2022-06-08 20:42:49.733 | python3-mysqldb 2022-06-08 20:42:49.733 | sqlite3 2022-06-08 20:42:49.733 | conntrack 2022-06-08 20:42:49.733 | curl 2022-06-08 20:42:49.733 | dnsmasq-base 2022-06-08 20:42:49.733 | dnsmasq-utils 2022-06-08 20:42:49.733 | ebtables 2022-06-08 20:42:49.734 | genisoimage 2022-06-08 20:42:49.734 | iptables 2022-06-08 20:42:49.734 | iputils-arping 2022-06-08 20:42:49.734 | kpartx 2022-06-08 20:42:49.734 | libjs-jquery-tablesorter 2022-06-08 20:42:49.734 | parted 2022-06-08 20:42:49.734 | pm-utils 2022-06-08 20:42:49.734 | python3-mysqldb 2022-06-08 20:42:49.734 | socat 2022-06-08 20:42:49.734 | sqlite3 2022-06-08 20:42:49.734 | sudo 2022-06-08 20:42:49.734 | vlan 2022-06-08 20:42:49.734 | lsscsi 2022-06-08 20:42:49.734 | open-iscsi 2022-06-08 20:42:49.734 | lvm2 2022-06-08 20:42:49.734 | qemu-utils 2022-06-08 20:42:49.734 | thin-provisioning-tools 2022-06-08 20:42:49.734 | acl 2022-06-08 20:42:49.734 | dnsmasq-base 2022-06-08 20:42:49.734 | dnsmasq-utils 2022-06-08 20:42:49.734 | ebtables 2022-06-08 20:42:49.734 | haproxy 2022-06-08 20:42:49.734 | iptables 2022-06-08 20:42:49.734 | iputils-arping 2022-06-08 20:42:49.734 | iputils-ping 2022-06-08 20:42:49.734 | postgresql-server-dev-all 2022-06-08 20:42:49.734 | python3-mysqldb 2022-06-08 20:42:49.734 | sqlite3 2022-06-08 20:42:49.734 | sudo 2022-06-08 20:42:49.734 | vlan 2022-06-08 20:42:49.734 | pcp 2022-06-08 20:42:49.734 | ipset 2022-06-08 20:42:49.734 | conntrack 2022-06-08 20:42:49.734 | conntrackd 2022-06-08 20:42:49.734 | keepalived 2022-06-08 20:42:49.735 | lvm2 2022-06-08 20:42:49.735 | qemu-utils 2022-06-08 20:42:49.735 | thin-provisioning-tools 2022-06-08 20:42:49.735 | curl 2022-06-08 20:42:49.735 | liberasurecode-dev 2022-06-08 20:42:49.735 | make 2022-06-08 20:42:49.735 | memcached 2022-06-08 20:42:49.735 | rsync 2022-06-08 20:42:49.735 | sqlite3 2022-06-08 20:42:49.735 | xfsprogs' 2022-06-08 20:42:49.735 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-08 20:42:49.753 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-08 20:42:49.754 | apache2-dev 2022-06-08 20:42:49.754 | bc 2022-06-08 20:42:49.754 | bsdmainutils 2022-06-08 20:42:49.754 | curl 2022-06-08 20:42:49.754 | g++ 2022-06-08 20:42:49.754 | gawk 2022-06-08 20:42:49.754 | gcc 2022-06-08 20:42:49.754 | gettext 2022-06-08 20:42:49.754 | git 2022-06-08 20:42:49.754 | graphviz 2022-06-08 20:42:49.754 | iputils-ping 2022-06-08 20:42:49.754 | libapache2-mod-proxy-uwsgi 2022-06-08 20:42:49.754 | libffi-dev 2022-06-08 20:42:49.754 | libjpeg-dev 2022-06-08 20:42:49.754 | libpcre3-dev 2022-06-08 20:42:49.754 | libpq-dev 2022-06-08 20:42:49.754 | libssl-dev 2022-06-08 20:42:49.754 | libsystemd-dev 2022-06-08 20:42:49.754 | libxml2-dev 2022-06-08 20:42:49.754 | libxslt1-dev 2022-06-08 20:42:49.754 | libyaml-dev 2022-06-08 20:42:49.754 | lsof 2022-06-08 20:42:49.754 | openssh-server 2022-06-08 20:42:49.754 | openssl 2022-06-08 20:42:49.754 | pkg-config 2022-06-08 20:42:49.754 | psmisc 2022-06-08 20:42:49.754 | python3-dev 2022-06-08 20:42:49.754 | python3-pip 2022-06-08 20:42:49.754 | python3-systemd 2022-06-08 20:42:49.754 | python3-venv 2022-06-08 20:42:49.754 | tar 2022-06-08 20:42:49.754 | tcpdump 2022-06-08 20:42:49.754 | unzip 2022-06-08 20:42:49.754 | uuid-runtime 2022-06-08 20:42:49.754 | wget 2022-06-08 20:42:49.754 | wget 2022-06-08 20:42:49.754 | zlib1g-dev 2022-06-08 20:42:49.754 | libkrb5-dev 2022-06-08 20:42:49.755 | libldap2-dev 2022-06-08 20:42:49.755 | libsasl2-dev 2022-06-08 20:42:49.755 | memcached 2022-06-08 20:42:49.755 | python3-mysqldb 2022-06-08 20:42:49.755 | sqlite3 2022-06-08 20:42:49.755 | conntrack 2022-06-08 20:42:49.755 | curl 2022-06-08 20:42:49.755 | dnsmasq-base 2022-06-08 20:42:49.755 | dnsmasq-utils 2022-06-08 20:42:49.755 | ebtables 2022-06-08 20:42:49.755 | genisoimage 2022-06-08 20:42:49.755 | iptables 2022-06-08 20:42:49.755 | iputils-arping 2022-06-08 20:42:49.755 | kpartx 2022-06-08 20:42:49.755 | libjs-jquery-tablesorter 2022-06-08 20:42:49.755 | parted 2022-06-08 20:42:49.755 | pm-utils 2022-06-08 20:42:49.755 | python3-mysqldb 2022-06-08 20:42:49.755 | socat 2022-06-08 20:42:49.755 | sqlite3 2022-06-08 20:42:49.755 | sudo 2022-06-08 20:42:49.755 | vlan 2022-06-08 20:42:49.755 | lsscsi 2022-06-08 20:42:49.755 | open-iscsi 2022-06-08 20:42:49.755 | lvm2 2022-06-08 20:42:49.755 | qemu-utils 2022-06-08 20:42:49.755 | thin-provisioning-tools 2022-06-08 20:42:49.755 | acl 2022-06-08 20:42:49.755 | dnsmasq-base 2022-06-08 20:42:49.755 | dnsmasq-utils 2022-06-08 20:42:49.755 | ebtables 2022-06-08 20:42:49.755 | haproxy 2022-06-08 20:42:49.755 | iptables 2022-06-08 20:42:49.755 | iputils-arping 2022-06-08 20:42:49.755 | iputils-ping 2022-06-08 20:42:49.755 | postgresql-server-dev-all 2022-06-08 20:42:49.755 | python3-mysqldb 2022-06-08 20:42:49.756 | sqlite3 2022-06-08 20:42:49.756 | sudo 2022-06-08 20:42:49.756 | vlan 2022-06-08 20:42:49.756 | pcp 2022-06-08 20:42:49.756 | ipset 2022-06-08 20:42:49.756 | conntrack 2022-06-08 20:42:49.756 | conntrackd 2022-06-08 20:42:49.756 | keepalived 2022-06-08 20:42:49.756 | lvm2 2022-06-08 20:42:49.756 | qemu-utils 2022-06-08 20:42:49.756 | thin-provisioning-tools 2022-06-08 20:42:49.756 | curl 2022-06-08 20:42:49.756 | liberasurecode-dev 2022-06-08 20:42:49.756 | make 2022-06-08 20:42:49.756 | memcached 2022-06-08 20:42:49.756 | rsync 2022-06-08 20:42:49.756 | sqlite3 2022-06-08 20:42:49.756 | xfsprogs ' 2022-06-08 20:42:49.756 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-08 20:42:49.758 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:42:49.761 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:42:49.764 | ++ 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 20:42:49.764 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-08 20:42:49.769 | ++ 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 20:42:49.771 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-08 20:42:49.773 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 20:42:49.775 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-08 20:42:49.777 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 20:42:49.779 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 20:42:49.782 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 20:42:49.784 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:42:49.786 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:42:49.788 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 20:42:49.790 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-08 20:42:49.793 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-08 20:42:49.795 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-08 20:42:49.797 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-08 20:42:49.801 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-08 20:42:49.803 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-08 20:42:49.805 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-08 20:42:49.807 | ++ functions-common:time_start:2413 : local start_time= 2022-06-08 20:42:49.809 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-08 20:42:49.812 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-08 20:42:49.816 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654720969813 2022-06-08 20:42:49.819 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-08 20:42:49.821 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-08 20:42:49.824 | ++ 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 20:42:50.224 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-08 20:42:50.279 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-08 20:42:50.340 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-08 20:42:50.470 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-08 20:42:52.603 | Reading package lists... 2022-06-08 20:42:52.636 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-08 20:42:52.640 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-08 20:42:52.643 | ++ functions-common:time_stop:2426 : local name 2022-06-08 20:42:52.645 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 20:42:52.647 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:42:52.650 | ++ functions-common:time_stop:2429 : local total 2022-06-08 20:42:52.653 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 20:42:52.655 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-08 20:42:52.657 | ++ functions-common:time_stop:2433 : start_time=1654720969813 2022-06-08 20:42:52.660 | ++ functions-common:time_stop:2435 : [[ -z 1654720969813 ]] 2022-06-08 20:42:52.662 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:42:52.667 | ++ functions-common:time_stop:2438 : end_time=1654720972664 2022-06-08 20:42:52.669 | ++ functions-common:time_stop:2439 : elapsed_time=2851 2022-06-08 20:42:52.671 | ++ functions-common:time_stop:2440 : total=0 2022-06-08 20:42:52.673 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:42:52.675 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2851 2022-06-08 20:42:52.678 | ++ 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 20:42:52.680 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 20:42:52.682 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:42:52.685 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:42:52.687 | ++ 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 20:42:52.712 | ++ 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 20:42:52.822 | Reading package lists... 2022-06-08 20:42:53.072 | Building dependency tree... 2022-06-08 20:42:53.074 | Reading state information... 2022-06-08 20:42:53.108 | acl is already the newest version (2.2.53-6). 2022-06-08 20:42:53.108 | bc is already the newest version (1.07.1-2build1). 2022-06-08 20:42:53.108 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-08 20:42:53.108 | conntrack is already the newest version (1:1.4.5-2). 2022-06-08 20:42:53.108 | ebtables is already the newest version (2.0.11-3build1). 2022-06-08 20:42:53.108 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 20:42:53.108 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-08 20:42:53.108 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 20:42:53.108 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-08 20:42:53.108 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-08 20:42:53.108 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-08 20:42:53.108 | iputils-arping is already the newest version (3:20190709-3). 2022-06-08 20:42:53.108 | iputils-ping is already the newest version (3:20190709-3). 2022-06-08 20:42:53.108 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-08 20:42:53.108 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-08 20:42:53.108 | libffi-dev is already the newest version (3.3-4). 2022-06-08 20:42:53.108 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-08 20:42:53.108 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-08 20:42:53.108 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-08 20:42:53.108 | lsscsi is already the newest version (0.30-0.1). 2022-06-08 20:42:53.108 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-08 20:42:53.108 | make is already the newest version (4.2.1-1.2). 2022-06-08 20:42:53.108 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-08 20:42:53.109 | psmisc is already the newest version (23.3-1). 2022-06-08 20:42:53.109 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-08 20:42:53.109 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-08 20:42:53.109 | python3-systemd is already the newest version (234-3build2). 2022-06-08 20:42:53.109 | socat is already the newest version (1.7.3.3-2). 2022-06-08 20:42:53.109 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-08 20:42:53.109 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-08 20:42:53.109 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-08 20:42:53.109 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-08 20:42:53.109 | graphviz is already the newest version (2.42.2-3build2). 2022-06-08 20:42:53.109 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-08 20:42:53.109 | pcp is already the newest version (5.0.3-1). 2022-06-08 20:42:53.109 | pm-utils is already the newest version (1.4.1-19). 2022-06-08 20:42:53.109 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-08 20:42:53.109 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 20:42:53.109 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 20:42:53.109 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-08 20:42:53.109 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 20:42:53.109 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 20:42:53.109 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-08 20:42:53.109 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-08 20:42:53.109 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-08 20:42:53.109 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-08 20:42:53.109 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-08 20:42:53.109 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-08 20:42:53.109 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-08 20:42:53.109 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-08 20:42:53.109 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-08 20:42:53.109 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 20:42:53.109 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-08 20:42:53.109 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-08 20:42:53.109 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-08 20:42:53.109 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-08 20:42:53.110 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-08 20:42:53.110 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-08 20:42:53.110 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 20:42:53.110 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-08 20:42:53.110 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-08 20:42:53.110 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-08 20:42:53.110 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-08 20:42:53.110 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-08 20:42:53.110 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-08 20:42:53.110 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-08 20:42:53.110 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-08 20:42:53.110 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-08 20:42:53.110 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-08 20:42:53.322 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 20:42:53.322 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-08 20:42:53.322 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-08 20:42:53.322 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-08 20:42:53.322 | The following packages were automatically installed and are no longer required: 2022-06-08 20:42:53.323 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 20:42:53.323 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 20:42:53.323 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 20:42:53.323 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 20:42:53.323 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 20:42:53.323 | python3-zope.interface 2022-06-08 20:42:53.324 | Use 'sudo apt autoremove' to remove them. 2022-06-08 20:42:53.468 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 20:42:53.473 | ++ functions-common:apt_get:1235 : result=0 2022-06-08 20:42:53.475 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 20:42:53.478 | ++ functions-common:time_stop:2426 : local name 2022-06-08 20:42:53.480 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 20:42:53.483 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:42:53.485 | ++ functions-common:time_stop:2429 : local total 2022-06-08 20:42:53.487 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 20:42:53.489 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-08 20:42:53.492 | ++ functions-common:time_stop:2433 : start_time=1654720972708 2022-06-08 20:42:53.495 | ++ functions-common:time_stop:2435 : [[ -z 1654720972708 ]] 2022-06-08 20:42:53.497 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:42:53.502 | ++ functions-common:time_stop:2438 : end_time=1654720973499 2022-06-08 20:42:53.505 | ++ functions-common:time_stop:2439 : elapsed_time=791 2022-06-08 20:42:53.507 | ++ functions-common:time_stop:2440 : total=809 2022-06-08 20:42:53.509 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:42:53.511 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1600 2022-06-08 20:42:53.514 | ++ functions-common:apt_get:1239 : return 0 2022-06-08 20:42:53.516 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-08 20:42:53.519 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-08 20:42:53.521 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-08 20:42:53.526 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-08 20:42:53.530 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-08 20:42:53.533 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-08 20:42:53.537 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-08 20:42:55.021 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-08 20:42:55.024 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-08 20:42:55.026 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-08 20:42:55.028 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-08 20:42:55.030 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-08 20:42:55.032 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-08 20:42:55.036 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-08 20:42:55.038 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-08 20:42:55.040 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-08 20:42:55.041 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-08 20:42:55.047 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-08 20:42:55.049 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-08 20:42:55.050 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-08 20:42:55.052 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-08 20:42:55.054 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-08 20:42:55.056 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-08 20:42:55.057 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-08 20:42:55.059 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-08 20:42:55.061 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-08 20:42:55.063 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-08 20:42:55.065 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-08 20:42:55.068 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-08 20:42:55.069 | + functions-common:_ensure_lsb_release:394 : return 2022-06-08 20:42:55.072 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-08 20:42:55.141 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-08 20:42:55.144 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-08 20:42:55.217 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-08 20:42:55.220 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-08 20:42:55.287 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-08 20:42:55.290 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-08 20:42:55.293 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-08 20:42:55.295 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-08 20:42:55.299 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-08 20:42:55.301 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-08 20:42:55.303 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-08 20:42:55.305 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-08 20:42:55.308 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-08 20:42:55.310 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-08 20:42:55.312 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-08 20:42:55.312 | Distro: focal 2022-06-08 20:42:55.315 | + tools/install_pip.sh:main:124 : get_versions 2022-06-08 20:42:55.317 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 20:42:55.321 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 20:42:55.323 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 20:42:55.326 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 20:42:55.326 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 20:42:55.879 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 20:42:55.882 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 20:42:55.883 | pip: 21.3.1 2022-06-08 20:42:55.885 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-08 20:42:55.889 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-08 20:42:55.891 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 20:42:55.894 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 20:42:55.896 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 20:42:55.899 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 20:42:55.901 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 20:42:55.904 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 20:42:55.906 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 20:42:55.909 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 20:42:55.911 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 20:42:55.912 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 20:42:55.914 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-08 20:42:55.916 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:42:55.918 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:42:55.920 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-08 20:42:55.924 | + tools/install_pip.sh:main:153 : set -x 2022-06-08 20:42:55.926 | + tools/install_pip.sh:main:156 : get_versions 2022-06-08 20:42:55.928 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 20:42:55.932 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 20:42:55.934 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 20:42:55.937 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 20:42:55.937 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 20:42:56.498 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 20:42:56.501 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 20:42:56.501 | pip: 21.3.1 2022-06-08 20:42:56.504 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-08 20:42:56.507 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 20:42:56.510 | + ./stack.sh:main:791 : fixup_all 2022-06-08 20:42:56.513 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-08 20:42:56.515 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-08 20:42:56.518 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:42:56.520 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:42:56.523 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-08 20:42:56.536 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-08 20:42:56.547 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-08 20:42:56.558 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-08 20:42:56.561 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-08 20:42:56.563 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 20:42:56.565 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 20:42:56.567 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 20:42:56.569 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 20:42:56.571 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 20:42:56.574 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 20:42:56.576 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 20:42:56.578 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 20:42:56.580 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 20:42:56.582 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 20:42:56.584 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-08 20:42:56.586 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-08 20:42:56.588 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-08 20:42:56.590 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 20:42:56.592 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 20:42:56.595 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 20:42:56.597 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 20:42:56.599 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 20:42:56.601 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 20:42:56.603 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-08 20:42:56.605 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-08 20:42:56.629 | Using python 3.8 to install os-testr 2022-06-08 20:42:56.631 | + 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 20:42:57.347 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:42:57.348 | from cryptography.utils import int_from_bytes 2022-06-08 20:42:57.348 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:42:57.348 | from cryptography.utils import int_from_bytes 2022-06-08 20:42:58.423 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 20:42:58.456 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-08 20:42:58.523 | 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 20:42:58.524 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-08 20:42:58.525 | 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 20:42:58.539 | 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 20:42:58.548 | 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 20:42:58.559 | 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 20:43:00.077 | 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 20:43:00.146 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 20:43:00.146 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 20:43:00.254 | + inc/python:pip_install:196 : result=0 2022-06-08 20:43:00.258 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 20:43:00.261 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:00.264 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:00.268 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:00.271 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:00.274 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:00.277 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 20:43:00.280 | + functions-common:time_stop:2433 : start_time=1654720976622 2022-06-08 20:43:00.283 | + functions-common:time_stop:2435 : [[ -z 1654720976622 ]] 2022-06-08 20:43:00.286 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:00.290 | + functions-common:time_stop:2438 : end_time=1654720980288 2022-06-08 20:43:00.293 | + functions-common:time_stop:2439 : elapsed_time=3666 2022-06-08 20:43:00.295 | + functions-common:time_stop:2440 : total=0 2022-06-08 20:43:00.298 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:00.300 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3666 2022-06-08 20:43:00.303 | + inc/python:pip_install:199 : return 0 2022-06-08 20:43:00.306 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-08 20:43:00.357 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-08 20:43:00.458 | + ./stack.sh:main:805 : install_infra 2022-06-08 20:43:00.460 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 20:43:00.462 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-08 20:43:00.465 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 20:43:00.469 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-08 20:43:00.496 | + 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 20:43:03.235 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 20:43:03.356 | 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 20:43:03.659 | + inc/python:pip_install:196 : result=0 2022-06-08 20:43:03.662 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 20:43:03.665 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:03.668 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:03.672 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:03.676 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:03.678 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:03.680 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 20:43:03.682 | + functions-common:time_stop:2433 : start_time=1654720980487 2022-06-08 20:43:03.684 | + functions-common:time_stop:2435 : [[ -z 1654720980487 ]] 2022-06-08 20:43:03.687 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:03.691 | + functions-common:time_stop:2438 : end_time=1654720983689 2022-06-08 20:43:03.693 | + functions-common:time_stop:2439 : elapsed_time=3202 2022-06-08 20:43:03.696 | + functions-common:time_stop:2440 : total=3666 2022-06-08 20:43:03.698 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:03.700 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6868 2022-06-08 20:43:03.702 | + inc/python:pip_install:199 : return 0 2022-06-08 20:43:03.704 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 20:43:03.707 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-08 20:43:03.733 | + 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 20:43:06.334 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 20:43:06.336 | Processing /opt/stack/requirements 2022-06-08 20:43:08.083 | 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 20:43:08.093 | 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 20:43:08.096 | 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 20:43:08.123 | 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 20:43:08.128 | 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 20:43:08.138 | 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 20:43:08.141 | 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 20:43:08.146 | 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 20:43:08.149 | 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 20:43:08.154 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5467) (1.3) 2022-06-08 20:43:08.157 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5467) (0.3.0) 2022-06-08 20:43:08.172 | 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 20:43:08.175 | 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 20:43:08.206 | 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 20:43:08.208 | 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 20:43:08.211 | 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 20:43:08.222 | 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 20:43:08.288 | 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 20:43:08.299 | 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 20:43:08.302 | 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 20:43:08.308 | 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 20:43:08.313 | 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 20:43:08.372 | 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 20:43:08.374 | Building wheels for collected packages: openstack-requirements 2022-06-08 20:43:08.375 | Building wheel for openstack-requirements (setup.py): started 2022-06-08 20:43:09.223 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-08 20:43:09.223 | ERROR: Command errored out with exit status 1: 2022-06-08 20:43:09.223 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-v1im666g/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-v1im666g/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-f5c6cqki 2022-06-08 20:43:09.223 | cwd: /tmp/pip-req-build-v1im666g/ 2022-06-08 20:43:09.223 | Complete output (6 lines): 2022-06-08 20:43:09.223 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-08 20:43:09.223 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-08 20:43:09.223 | or: setup.py --help-commands 2022-06-08 20:43:09.223 | or: setup.py cmd --help 2022-06-08 20:43:09.223 | 2022-06-08 20:43:09.223 | error: invalid command 'bdist_wheel' 2022-06-08 20:43:09.223 | ---------------------------------------- 2022-06-08 20:43:09.223 | ERROR: Failed building wheel for openstack-requirements 2022-06-08 20:43:09.224 | Running setup.py clean for openstack-requirements 2022-06-08 20:43:10.084 | Failed to build openstack-requirements 2022-06-08 20:43:10.104 | Installing collected packages: openstack-requirements 2022-06-08 20:43:10.104 | Attempting uninstall: openstack-requirements 2022-06-08 20:43:10.105 | Found existing installation: openstack-requirements 1.2.1.dev5467 2022-06-08 20:43:10.140 | Uninstalling openstack-requirements-1.2.1.dev5467: 2022-06-08 20:43:10.158 | Successfully uninstalled openstack-requirements-1.2.1.dev5467 2022-06-08 20:43:10.161 | Running setup.py install for openstack-requirements: started 2022-06-08 20:43:12.572 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-08 20:43:12.598 | Successfully installed openstack-requirements-1.2.1.dev5467 2022-06-08 20:43:12.727 | + inc/python:pip_install:196 : result=0 2022-06-08 20:43:12.730 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 20:43:12.734 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:12.737 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:12.740 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:12.742 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:12.745 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:12.748 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 20:43:12.751 | + functions-common:time_stop:2433 : start_time=1654720983724 2022-06-08 20:43:12.754 | + functions-common:time_stop:2435 : [[ -z 1654720983724 ]] 2022-06-08 20:43:12.757 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:12.762 | + functions-common:time_stop:2438 : end_time=1654720992759 2022-06-08 20:43:12.765 | + functions-common:time_stop:2439 : elapsed_time=9035 2022-06-08 20:43:12.768 | + functions-common:time_stop:2440 : total=6868 2022-06-08 20:43:12.770 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:12.772 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=15903 2022-06-08 20:43:12.775 | + inc/python:pip_install:199 : return 0 2022-06-08 20:43:12.777 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-08 20:43:12.780 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-08 20:43:12.782 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-08 20:43:12.785 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:12.787 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:12.790 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-08 20:43:12.792 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:12.795 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-08 20:43:12.815 | Using python 3.8 to install pbr 2022-06-08 20:43:12.817 | + 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 20:43:13.527 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:43:13.527 | from cryptography.utils import int_from_bytes 2022-06-08 20:43:13.527 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:43:13.527 | from cryptography.utils import int_from_bytes 2022-06-08 20:43:14.603 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 20:43:14.637 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-08 20:43:16.311 | 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 20:43:16.380 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 20:43:16.380 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 20:43:16.491 | + inc/python:pip_install:196 : result=0 2022-06-08 20:43:16.494 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 20:43:16.497 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:16.500 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:16.503 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:16.505 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:16.508 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:16.511 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 20:43:16.514 | + functions-common:time_stop:2433 : start_time=1654720992809 2022-06-08 20:43:16.516 | + functions-common:time_stop:2435 : [[ -z 1654720992809 ]] 2022-06-08 20:43:16.519 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:16.523 | + functions-common:time_stop:2438 : end_time=1654720996521 2022-06-08 20:43:16.526 | + functions-common:time_stop:2439 : elapsed_time=3712 2022-06-08 20:43:16.528 | + functions-common:time_stop:2440 : total=15903 2022-06-08 20:43:16.530 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:16.532 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19615 2022-06-08 20:43:16.535 | + inc/python:pip_install:199 : return 0 2022-06-08 20:43:16.537 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-08 20:43:18.807 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-08 20:43:20.664 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 20:43:20.665 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-08 20:43:20.685 | 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 20:43:20.690 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-08 20:43:20.693 | 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 20:43:20.696 | 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 20:43:20.699 | 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 20:43:20.772 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 20:43:20.776 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 20:43:20.781 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-08 20:43:20.804 | + ./stack.sh:main:814 : pkgs= 2022-06-08 20:43:20.807 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-08 20:43:20.809 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-08 20:43:20.811 | + functions-common:run_phase:1854 : local mode=stack 2022-06-08 20:43:20.814 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-08 20:43:20.816 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 20:43:20.818 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 20:43:20.820 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 20:43:20.823 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 20:43:20.825 | + functions-common:run_phase:1864 : local extra 2022-06-08 20:43:20.828 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 20:43:20.832 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 20:43:20.834 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 20:43:20.836 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 20:43:20.838 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-08 20:43:20.841 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 20:43:20.855 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:20.858 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 20:43:20.860 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-08 20:43:20.862 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-08 20:43:20.865 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-08 20:43:20.867 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-08 20:43:20.869 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-08 20:43:20.872 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-08 20:43:20.874 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-08 20:43:20.876 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-08 20:43:20.879 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-08 20:43:20.882 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-08 20:43:20.884 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-08 20:43:20.887 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-08 20:43:20.889 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 20:43:20.892 | + 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 20:43:20.895 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-08 20:43:20.897 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-08 20:43:20.899 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-08 20:43:20.901 | + functions-common:run_plugins:1843 : local plugins= 2022-06-08 20:43:20.904 | + functions-common:run_plugins:1844 : local plugin 2022-06-08 20:43:20.907 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-08 20:43:20.910 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-08 20:43:20.913 | + functions:set_systemd_override:821 : local value=2048 2022-06-08 20:43:20.915 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-08 20:43:20.918 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-08 20:43:20.975 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-08 20:43:20.976 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-08 20:43:20.978 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-08 20:43:21.354 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-08 20:43:21.358 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-08 20:43:21.381 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:21.391 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-08 20:43:21.394 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 20:43:21.397 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 20:43:21.400 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 20:43:21.403 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 20:43:21.406 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 20:43:21.409 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 20:43:21.412 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:21.415 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:21.418 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 20:43:21.422 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 20:43:21.424 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 20:43:21.427 | + functions-common:apt_get_update:1191 : return 2022-06-08 20:43:21.430 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-08 20:43:21.433 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 20:43:21.436 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:21.439 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:21.442 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-08 20:43:21.463 | + 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 20:43:21.575 | Reading package lists... 2022-06-08 20:43:21.826 | Building dependency tree... 2022-06-08 20:43:21.828 | Reading state information... 2022-06-08 20:43:22.075 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-08 20:43:22.076 | The following packages were automatically installed and are no longer required: 2022-06-08 20:43:22.077 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 20:43:22.077 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 20:43:22.077 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 20:43:22.077 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 20:43:22.077 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 20:43:22.077 | python3-zope.interface 2022-06-08 20:43:22.077 | Use 'sudo apt autoremove' to remove them. 2022-06-08 20:43:22.218 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 20:43:22.224 | + functions-common:apt_get:1235 : result=0 2022-06-08 20:43:22.227 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 20:43:22.231 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:22.235 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:22.238 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:22.240 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:22.242 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:22.245 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 20:43:22.247 | + functions-common:time_stop:2433 : start_time=1654721001460 2022-06-08 20:43:22.249 | + functions-common:time_stop:2435 : [[ -z 1654721001460 ]] 2022-06-08 20:43:22.252 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:22.259 | + functions-common:time_stop:2438 : end_time=1654721002255 2022-06-08 20:43:22.262 | + functions-common:time_stop:2439 : elapsed_time=795 2022-06-08 20:43:22.266 | + functions-common:time_stop:2440 : total=1600 2022-06-08 20:43:22.269 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:22.272 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2395 2022-06-08 20:43:22.275 | + functions-common:apt_get:1239 : return 0 2022-06-08 20:43:22.277 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-08 20:43:22.280 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 20:43:22.283 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 20:43:22.286 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 20:43:22.288 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 20:43:22.291 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 20:43:22.293 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 20:43:22.295 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-08 20:43:22.298 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 20:43:22.300 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 20:43:22.303 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 20:43:22.305 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 20:43:22.307 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 20:43:22.309 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 20:43:22.311 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 20:43:22.314 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 20:43:22.316 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 20:43:22.318 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 20:43:22.320 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-08 20:43:22.323 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 20:43:22.325 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 20:43:22.327 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 20:43:22.329 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 20:43:22.332 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 20:43:22.334 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 20:43:22.336 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-08 20:43:22.338 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-08 20:43:22.354 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:22.356 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-08 20:43:22.358 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 20:43:22.360 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-08 20:43:22.363 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-08 20:43:22.366 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-08 20:43:22.370 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-08 20:43:22.372 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-08 20:43:22.374 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-08 20:43:22.376 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-08 20:43:22.379 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-08 20:43:22.381 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-08 20:43:22.384 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-08 20:43:23.113 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-08 20:43:23.113 | user tags 2022-06-08 20:43:23.113 | stackrabbit []' 2022-06-08 20:43:23.116 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-08 20:43:23.116 | user tags 2022-06-08 20:43:23.116 | stackrabbit []' 2022-06-08 20:43:23.116 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-08 20:43:23.122 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-08 20:43:23.125 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-08 20:43:23.127 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 20:43:23.809 | Changing password for user "stackrabbit" ... 2022-06-08 20:43:23.836 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-08 20:43:24.542 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-08 20:43:24.567 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-08 20:43:24.569 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 20:43:25.282 | Changing password for user "stackrabbit" ... 2022-06-08 20:43:25.312 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-08 20:43:25.314 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-08 20:43:25.317 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-08 20:43:26.083 | Deleting user "guest" ... 2022-06-08 20:43:26.098 | Error: 2022-06-08 20:43:26.098 | {:no_such_user, "guest"} 2022-06-08 20:43:26.115 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-08 20:43:26.117 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-08 20:43:26.136 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:26.138 | + ./stack.sh:main:831 : install_database 2022-06-08 20:43:26.140 | + lib/database:install_database:118 : install_database_mysql 2022-06-08 20:43:26.143 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-08 20:43:26.145 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:26.148 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:26.150 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-08 20:43:26.371 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-08 20:43:26.375 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-08 20:43:26.379 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-08 20:43:26.382 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-08 20:43:26.385 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-08 20:43:26.389 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-08 20:43:26.392 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 20:43:26.395 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 20:43:26.398 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 20:43:26.401 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 20:43:26.405 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 20:43:26.408 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 20:43:26.411 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 20:43:26.413 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 20:43:26.416 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 20:43:26.418 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 20:43:26.422 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-08 20:43:26.424 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 20:43:26.426 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 20:43:26.428 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 20:43:26.431 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 20:43:26.433 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 20:43:26.435 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 20:43:26.438 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-08 20:43:26.440 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:26.443 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:26.445 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-08 20:43:26.447 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 20:43:26.449 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 20:43:26.452 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 20:43:26.454 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 20:43:26.456 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 20:43:26.459 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 20:43:26.461 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:26.463 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:26.465 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 20:43:26.467 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 20:43:26.469 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 20:43:26.472 | + functions-common:apt_get_update:1191 : return 2022-06-08 20:43:26.474 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-08 20:43:26.476 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 20:43:26.479 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:26.481 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:26.483 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-08 20:43:26.505 | + 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 20:43:26.620 | Reading package lists... 2022-06-08 20:43:26.874 | Building dependency tree... 2022-06-08 20:43:26.875 | Reading state information... 2022-06-08 20:43:27.124 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-08 20:43:27.125 | The following packages were automatically installed and are no longer required: 2022-06-08 20:43:27.126 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 20:43:27.126 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 20:43:27.126 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 20:43:27.126 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 20:43:27.126 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 20:43:27.126 | python3-zope.interface 2022-06-08 20:43:27.126 | Use 'sudo apt autoremove' to remove them. 2022-06-08 20:43:27.267 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 20:43:27.272 | + functions-common:apt_get:1235 : result=0 2022-06-08 20:43:27.274 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 20:43:27.277 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:27.280 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:27.282 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:27.284 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:27.287 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:27.289 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 20:43:27.291 | + functions-common:time_stop:2433 : start_time=1654721006503 2022-06-08 20:43:27.293 | + functions-common:time_stop:2435 : [[ -z 1654721006503 ]] 2022-06-08 20:43:27.296 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:27.300 | + functions-common:time_stop:2438 : end_time=1654721007298 2022-06-08 20:43:27.302 | + functions-common:time_stop:2439 : elapsed_time=795 2022-06-08 20:43:27.304 | + functions-common:time_stop:2440 : total=2395 2022-06-08 20:43:27.306 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:27.309 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3190 2022-06-08 20:43:27.311 | + functions-common:apt_get:1239 : return 0 2022-06-08 20:43:27.313 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-08 20:43:27.315 | + ./stack.sh:main:834 : install_database_python 2022-06-08 20:43:27.317 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-08 20:43:27.320 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-08 20:43:27.322 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-08 20:43:27.324 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-08 20:43:27.327 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-08 20:43:27.329 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-08 20:43:27.332 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-08 20:43:27.335 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-08 20:43:27.335 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-08 20:43:27.340 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-08 20:43:27.342 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-08 20:43:27.345 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-08 20:43:27.347 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-08 20:43:27.350 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-08 20:43:27.370 | Using python 3.8 to install PyMySQL 2022-06-08 20:43:27.373 | + 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 20:43:28.082 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:43:28.082 | from cryptography.utils import int_from_bytes 2022-06-08 20:43:28.082 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:43:28.082 | from cryptography.utils import int_from_bytes 2022-06-08 20:43:29.140 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 20:43:29.172 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-08 20:43:30.726 | 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 20:43:30.793 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 20:43:30.793 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 20:43:30.898 | + inc/python:pip_install:196 : result=0 2022-06-08 20:43:30.902 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 20:43:30.906 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:30.910 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:30.912 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:30.915 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:30.918 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:30.921 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 20:43:30.923 | + functions-common:time_stop:2433 : start_time=1654721007365 2022-06-08 20:43:30.926 | + functions-common:time_stop:2435 : [[ -z 1654721007365 ]] 2022-06-08 20:43:30.929 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:30.933 | + functions-common:time_stop:2438 : end_time=1654721010931 2022-06-08 20:43:30.936 | + functions-common:time_stop:2439 : elapsed_time=3566 2022-06-08 20:43:30.938 | + functions-common:time_stop:2440 : total=19615 2022-06-08 20:43:30.940 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:30.943 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23181 2022-06-08 20:43:30.945 | + inc/python:pip_install:199 : return 0 2022-06-08 20:43:30.947 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-08 20:43:30.950 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 20:43:30.952 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-08 20:43:30.954 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-08 20:43:30.971 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:30.973 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-08 20:43:30.976 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-06-08 20:43:30.979 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 20:43:30.979 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-08 20:43:30.985 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 20:43:30.987 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-08 20:43:30.990 | + 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,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-08 20:43:30.992 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-08 20:43:30.995 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-06-08 20:43:30.997 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:486 : is_service_enabled q-l3 2022-06-08 20:43:31.013 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:31.015 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : install_package radvd 2022-06-08 20:43:31.017 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 20:43:31.020 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 20:43:31.022 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 20:43:31.025 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 20:43:31.027 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 20:43:31.029 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 20:43:31.032 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:31.034 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:31.037 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 20:43:31.039 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 20:43:31.041 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 20:43:31.044 | + functions-common:apt_get_update:1191 : return 2022-06-08 20:43:31.047 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-08 20:43:31.049 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 20:43:31.051 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:31.053 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:31.057 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-08 20:43:31.077 | + 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 20:43:31.199 | Reading package lists... 2022-06-08 20:43:31.453 | Building dependency tree... 2022-06-08 20:43:31.455 | Reading state information... 2022-06-08 20:43:31.705 | radvd is already the newest version (1:2.17-2). 2022-06-08 20:43:31.705 | The following packages were automatically installed and are no longer required: 2022-06-08 20:43:31.706 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 20:43:31.706 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 20:43:31.706 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 20:43:31.706 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 20:43:31.706 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 20:43:31.706 | python3-zope.interface 2022-06-08 20:43:31.706 | Use 'sudo apt autoremove' to remove them. 2022-06-08 20:43:31.842 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 20:43:31.847 | + functions-common:apt_get:1235 : result=0 2022-06-08 20:43:31.850 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 20:43:31.853 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:31.856 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:31.859 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:31.862 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:31.865 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:31.868 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 20:43:31.872 | + functions-common:time_stop:2433 : start_time=1654721011075 2022-06-08 20:43:31.875 | + functions-common:time_stop:2435 : [[ -z 1654721011075 ]] 2022-06-08 20:43:31.880 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:31.886 | + functions-common:time_stop:2438 : end_time=1654721011882 2022-06-08 20:43:31.889 | + functions-common:time_stop:2439 : elapsed_time=807 2022-06-08 20:43:31.892 | + functions-common:time_stop:2440 : total=3190 2022-06-08 20:43:31.896 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:31.899 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3997 2022-06-08 20:43:31.903 | + functions-common:apt_get:1239 : return 0 2022-06-08 20:43:31.907 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:490 : is_service_enabled q-agt q-dhcp q-l3 2022-06-08 20:43:31.923 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:31.926 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:491 : neutron_plugin_install_agent_packages 2022-06-08 20:43:31.928 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-08 20:43:31.931 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-08 20:43:31.934 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-08 20:43:31.955 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-08 20:43:31.958 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 20:43:31.961 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 20:43:31.964 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 20:43:31.967 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 20:43:31.971 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 20:43:31.973 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 20:43:31.976 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:31.978 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:31.980 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 20:43:31.983 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 20:43:31.985 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 20:43:31.987 | + functions-common:apt_get_update:1191 : return 2022-06-08 20:43:31.990 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-08 20:43:31.992 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 20:43:31.994 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:31.996 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:31.999 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-08 20:43:32.022 | + 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 20:43:32.132 | Reading package lists... 2022-06-08 20:43:32.397 | Building dependency tree... 2022-06-08 20:43:32.398 | Reading state information... 2022-06-08 20:43:32.669 | fakeroot is already the newest version (1.24-1). 2022-06-08 20:43:32.669 | make is already the newest version (4.2.1-1.2). 2022-06-08 20:43:32.669 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-08 20:43:32.669 | The following packages were automatically installed and are no longer required: 2022-06-08 20:43:32.670 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 20:43:32.670 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 20:43:32.670 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 20:43:32.670 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 20:43:32.670 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 20:43:32.670 | python3-zope.interface 2022-06-08 20:43:32.670 | Use 'sudo apt autoremove' to remove them. 2022-06-08 20:43:32.819 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 20:43:32.826 | + functions-common:apt_get:1235 : result=0 2022-06-08 20:43:32.829 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 20:43:32.832 | + functions-common:time_stop:2426 : local name 2022-06-08 20:43:32.835 | + functions-common:time_stop:2427 : local end_time 2022-06-08 20:43:32.838 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 20:43:32.841 | + functions-common:time_stop:2429 : local total 2022-06-08 20:43:32.843 | + functions-common:time_stop:2430 : local start_time 2022-06-08 20:43:32.847 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 20:43:32.849 | + functions-common:time_stop:2433 : start_time=1654721012019 2022-06-08 20:43:32.851 | + functions-common:time_stop:2435 : [[ -z 1654721012019 ]] 2022-06-08 20:43:32.855 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 20:43:32.861 | + functions-common:time_stop:2438 : end_time=1654721012857 2022-06-08 20:43:32.864 | + functions-common:time_stop:2439 : elapsed_time=838 2022-06-08 20:43:32.867 | + functions-common:time_stop:2440 : total=3997 2022-06-08 20:43:32.871 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 20:43:32.873 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4835 2022-06-08 20:43:32.877 | + functions-common:apt_get:1239 : return 0 2022-06-08 20:43:32.880 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-08 20:43:32.882 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 20:43:32.885 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 20:43:32.887 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-08 20:43:32.890 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-08 20:43:32.893 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-08 20:43:32.898 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-08 20:43:32.901 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-08 20:43:32.906 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-08 20:43:32.906 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-08 20:43:32.911 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-08 20:43:32.915 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-08 20:43:32.919 | + functions:vercmp:628 : local v1=5.4 2022-06-08 20:43:32.921 | + functions:vercmp:629 : local 'op=<' 2022-06-08 20:43:32.924 | + functions:vercmp:630 : local v2=3.13 2022-06-08 20:43:32.927 | + functions:vercmp:631 : local result 2022-06-08 20:43:32.931 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-08 20:43:32.931 | ++ functions:vercmp:635 : sort -V 2022-06-08 20:43:32.931 | ++ functions:vercmp:635 : head -1 2022-06-08 20:43:32.936 | + functions:vercmp:635 : result=3.13 2022-06-08 20:43:32.939 | + functions:vercmp:637 : case $op in 2022-06-08 20:43:32.942 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-08 20:43:32.944 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-08 20:43:32.947 | + functions:vercmp:648 : return 2022-06-08 20:43:32.949 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-08 20:43:32.952 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-08 20:43:32.954 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-08 20:43:33.464 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-08 20:43:33.467 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-08 20:43:33.469 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.472 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.474 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-08 20:43:33.476 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.479 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-08 20:43:33.496 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 20:43:33.499 | + ./stack.sh:main:842 : install_etcd3 2022-06-08 20:43:33.501 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-08 20:43:33.501 | Installing etcd 2022-06-08 20:43:33.503 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-08 20:43:33.516 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-08 20:43:33.528 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-08 20:43:33.530 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-08 20:43:33.543 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-08 20:43:33.547 | ++ 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 20:43:33.552 | ++ 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 20:43:33.556 | +++ 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 20:43:33.560 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 20:43:33.562 | ++ 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 20:43:33.565 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-08 20:43:33.567 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 20:43:33.569 | ++ functions:get_extra_file:74 : return 2022-06-08 20:43:33.572 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 20:43:33.575 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-08 20:43:33.577 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-08 20:43:33.579 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-08 20:43:33.596 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 20:43:33.598 | + ./stack.sh:main:861 : install_dstat 2022-06-08 20:43:33.601 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-08 20:43:33.617 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 20:43:33.619 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-08 20:43:33.621 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 20:43:33.624 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-08 20:43:33.626 | + ./stack.sh:main:870 : install_libs 2022-06-08 20:43:33.629 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-08 20:43:33.631 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-08 20:43:33.634 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-08 20:43:33.636 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-08 20:43:33.639 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.642 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.644 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-08 20:43:33.647 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.649 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-08 20:43:33.651 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-08 20:43:33.654 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-08 20:43:33.657 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-08 20:43:33.659 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.661 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.664 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-08 20:43:33.666 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.669 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-08 20:43:33.672 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-08 20:43:33.675 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-08 20:43:33.677 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-08 20:43:33.679 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.682 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.684 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-08 20:43:33.686 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.689 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-08 20:43:33.691 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-08 20:43:33.694 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-08 20:43:33.700 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-08 20:43:33.702 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.708 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.711 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-08 20:43:33.713 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.717 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-08 20:43:33.719 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-08 20:43:33.722 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-08 20:43:33.724 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-08 20:43:33.726 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.729 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.731 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-08 20:43:33.734 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.737 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-08 20:43:33.740 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-08 20:43:33.742 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-08 20:43:33.744 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-08 20:43:33.746 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.748 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.751 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-08 20:43:33.753 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.755 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-08 20:43:33.757 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-08 20:43:33.760 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-08 20:43:33.762 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-08 20:43:33.764 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.766 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.768 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-08 20:43:33.771 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.773 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-08 20:43:33.776 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-08 20:43:33.778 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-08 20:43:33.780 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-08 20:43:33.783 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.786 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.788 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-08 20:43:33.791 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.794 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-08 20:43:33.797 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-08 20:43:33.800 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-08 20:43:33.803 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-08 20:43:33.807 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.810 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.813 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-08 20:43:33.817 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.820 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-08 20:43:33.823 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-08 20:43:33.826 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-08 20:43:33.829 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-08 20:43:33.831 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.833 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.836 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-08 20:43:33.838 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.840 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-08 20:43:33.843 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-08 20:43:33.845 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-08 20:43:33.847 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-08 20:43:33.850 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.852 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.854 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-08 20:43:33.856 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.858 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-08 20:43:33.861 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-08 20:43:33.863 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-08 20:43:33.866 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-08 20:43:33.869 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.871 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.873 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-08 20:43:33.876 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.878 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-08 20:43:33.880 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-08 20:43:33.883 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-08 20:43:33.885 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-08 20:43:33.888 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.890 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.893 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-08 20:43:33.895 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.897 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-08 20:43:33.900 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-08 20:43:33.902 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-08 20:43:33.904 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-08 20:43:33.907 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.910 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.912 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-08 20:43:33.914 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.916 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-08 20:43:33.918 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-08 20:43:33.921 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-08 20:43:33.923 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-08 20:43:33.925 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.928 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.930 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-08 20:43:33.932 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.934 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-08 20:43:33.937 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-08 20:43:33.940 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-08 20:43:33.942 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-08 20:43:33.944 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.947 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.949 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-08 20:43:33.954 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.956 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-08 20:43:33.958 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-08 20:43:33.960 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-08 20:43:33.963 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-08 20:43:33.965 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.967 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.969 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-08 20:43:33.972 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.974 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-08 20:43:33.976 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-08 20:43:33.979 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-08 20:43:33.981 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-08 20:43:33.984 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:33.986 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:33.989 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-08 20:43:33.992 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:33.994 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-08 20:43:33.997 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-08 20:43:33.999 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-08 20:43:34.002 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-08 20:43:34.004 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.006 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.008 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-08 20:43:34.011 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.013 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-08 20:43:34.015 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-08 20:43:34.018 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-08 20:43:34.020 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-08 20:43:34.023 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.026 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.029 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-08 20:43:34.033 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.035 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-08 20:43:34.038 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-08 20:43:34.041 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-08 20:43:34.044 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-08 20:43:34.047 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.050 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.052 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-08 20:43:34.056 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.059 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-08 20:43:34.062 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-08 20:43:34.065 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-08 20:43:34.068 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-08 20:43:34.071 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.073 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.076 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-08 20:43:34.079 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.081 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-08 20:43:34.084 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-08 20:43:34.087 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-08 20:43:34.089 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-08 20:43:34.092 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.095 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.098 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-08 20:43:34.100 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.102 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-08 20:43:34.105 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-08 20:43:34.107 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-08 20:43:34.109 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-08 20:43:34.112 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.114 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.116 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-08 20:43:34.119 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.121 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-08 20:43:34.123 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-08 20:43:34.126 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-08 20:43:34.128 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-08 20:43:34.131 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.133 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.135 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-08 20:43:34.138 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.140 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-08 20:43:34.143 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-08 20:43:34.145 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-08 20:43:34.147 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-08 20:43:34.150 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.152 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.154 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-08 20:43:34.157 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.159 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-08 20:43:34.162 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-08 20:43:34.164 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-08 20:43:34.166 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-08 20:43:34.169 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.171 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.174 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-08 20:43:34.176 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.179 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-08 20:43:34.181 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-08 20:43:34.183 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-08 20:43:34.186 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-08 20:43:34.188 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.191 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.193 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-08 20:43:34.195 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.198 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-08 20:43:34.200 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-08 20:43:34.202 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-08 20:43:34.205 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-08 20:43:34.207 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.210 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.212 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-08 20:43:34.214 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.216 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-08 20:43:34.219 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-08 20:43:34.221 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-08 20:43:34.224 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-08 20:43:34.226 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.228 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.231 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-08 20:43:34.233 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.236 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-08 20:43:34.238 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-08 20:43:34.240 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-08 20:43:34.243 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-08 20:43:34.245 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.247 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.249 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-08 20:43:34.252 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.255 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-08 20:43:34.258 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-08 20:43:34.261 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-08 20:43:34.264 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-08 20:43:34.267 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.270 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.272 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-08 20:43:34.274 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.277 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-08 20:43:34.279 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-08 20:43:34.282 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-08 20:43:34.284 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-08 20:43:34.287 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.289 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.291 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-08 20:43:34.293 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.296 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-08 20:43:34.298 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-08 20:43:34.301 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-08 20:43:34.303 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-08 20:43:34.305 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.308 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.310 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-08 20:43:34.312 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.315 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-08 20:43:34.317 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-08 20:43:34.319 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-08 20:43:34.322 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-08 20:43:34.324 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.326 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.329 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-08 20:43:34.331 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.333 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-08 20:43:34.336 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-08 20:43:34.338 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-08 20:43:34.340 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-08 20:43:34.343 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.346 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.348 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-08 20:43:34.351 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.353 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-08 20:43:34.355 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-08 20:43:34.358 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-08 20:43:34.361 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-08 20:43:34.363 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.366 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.368 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-08 20:43:34.370 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.373 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-08 20:43:34.375 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-08 20:43:34.377 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-08 20:43:34.380 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-08 20:43:34.382 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 20:43:34.384 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 20:43:34.387 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-08 20:43:34.389 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 20:43:34.391 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-08 20:43:34.416 | Using python 3.8 to install etcd3 2022-06-08 20:43:34.418 | + 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 20:43:35.122 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:43:35.122 | from cryptography.utils import int_from_bytes 2022-06-08 20:43:35.122 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 20:43:35.122 | from cryptography.utils import int_from_bytes 2022-06-08 20:43:36.178 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 20:43:36.613 | Collecting etcd3 2022-06-08 20:43:36.622 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-06-08 20:43:36.648 | Preparing metadata (setup.py): started 2022-06-08 20:43:36.703 | Preparing metadata (setup.py): finished with status 'error' 2022-06-08 20:43:36.703 | ERROR: Command errored out with exit status 1: 2022-06-08 20:43:36.703 | command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-4f0ah8i5/etcd3_37564f360e4b40d7bfdac95f9074965f/setup.py'"'"'; __file__='"'"'/tmp/pip-install-4f0ah8i5/etcd3_37564f360e4b40d7bfdac95f9074965f/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-u9ns61a0 2022-06-08 20:43:36.703 | cwd: /tmp/pip-install-4f0ah8i5/etcd3_37564f360e4b40d7bfdac95f9074965f/ 2022-06-08 20:43:36.703 | Complete output (3 lines): 2022-06-08 20:43:36.703 | Traceback (most recent call last): 2022-06-08 20:43:36.703 | File "", line 1, in 2022-06-08 20:43:36.703 | ModuleNotFoundError: No module named 'setuptools' 2022-06-08 20:43:36.703 | ---------------------------------------- 2022-06-08 20:43:36.704 | 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 20:43:36.704 | ERROR: Cannot install etcd3 because these package versions have conflicting dependencies. 2022-06-08 20:43:36.704 | 2022-06-08 20:43:36.704 | The conflict is caused by: 2022-06-08 20:43:36.705 | The user requested etcd3 2022-06-08 20:43:36.705 | The user requested (constraint) etcd3===0.12.0 2022-06-08 20:43:36.705 | 2022-06-08 20:43:36.705 | To fix this you could try to: 2022-06-08 20:43:36.705 | 1. loosen the range of package versions you've specified 2022-06-08 20:43:36.705 | 2. remove package versions to allow pip attempt to solve the dependency conflict 2022-06-08 20:43:36.705 | 2022-06-08 20:43:36.705 | ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies 2022-06-08 20:43:36.793 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 20:43:36.793 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 20:43:36.881 | + inc/python:pip_install:1 : exit_trap 2022-06-08 20:43:36.884 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-08 20:43:36.888 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-08 20:43:36.892 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-08 20:43:36.895 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-08 20:43:36.898 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-08 20:43:36.901 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-08 20:43:36.903 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-08 20:43:36.907 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-08 20:43:36.909 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-08 20:43:36.909 | Error on exit 2022-06-08 20:43:36.911 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-08 20:43:36.913 | + ./stack.sh:exit_trap:537 : generate-subunit 1654720964 52 fail 2022-06-08 20:43:37.162 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-08 20:43:37.164 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-08 20:43:37.646 | + ./stack.sh:exit_trap:551 : exit 1