2022-06-10 10:52:02.943 | + ./stack.sh:main:482 : exec 2022-06-10 10:52:02.943 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105202' 2022-06-10 10:52:02.943 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-10-105202.summary.2022-06-10-105202 2022-06-10 10:52:02.943 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:02.943 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105202 2022-06-10 10:52:02.943 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105202 /opt/stack/logs/stack.sh.log 2022-06-10 10:52:02.943 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105202.summary.2022-06-10-105202 /opt/stack/logs/stack.sh.log.summary 2022-06-10 10:52:02.943 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-10 10:52:02.943 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-10 10:52:02.943 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-10 10:52:02.943 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-10 10:52:02.943 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-10 10:52:02.943 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-10 10:52:02.943 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-10 10:52:02.946 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:52:02.951 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-10 10:52:02.951 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-10 10:52:02.955 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:52:02.960 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:52:02.963 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-10 10:52:02.965 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-10 10:52:02.970 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:52:02.972 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-10 10:52:02.974 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-10 10:52:02.976 | + ./stack.sh:main:568 : set -o errexit 2022-06-10 10:52:02.978 | + ./stack.sh:main:571 : uname -a 2022-06-10 10:52:02.979 | Linux dv-neutron-master-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-10 10:52:02.982 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-10 10:52:02.983 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-10 10:52:02.987 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-10 10:52:03.027 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-10 10:52:03.044 | + ./stack.sh:main:585 : fetch_plugins 2022-06-10 10:52:03.046 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-10 10:52:03.048 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-10 10:52:03.050 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-10 10:52:03.052 | + functions-common:fetch_plugins:1777 : return 2022-06-10 10:52:03.054 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-10 10:52:03.056 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-10 10:52:03.057 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:52:03.059 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:52:03.061 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:52:03.063 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:52:03.065 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:52:03.066 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:52:03.069 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:52:03.072 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:52:03.074 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:52:03.076 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:52:03.078 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-10 10:52:03.080 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:52:03.094 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:03.096 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:52:03.097 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:03.099 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:03.101 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:03.103 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:03.105 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:03.107 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-10 10:52:03.109 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-10 10:52:03.111 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:52:03.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-10 10:52:03.114 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-10 10:52:03.116 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-10 10:52:03.118 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-10 10:52:03.120 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-10 10:52:03.122 | + functions-common:plugin_override_defaults:1818 : return 2022-06-10 10:52:03.124 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-10 10:52:03.142 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-10 10:52:03.144 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-10 10:52:03.157 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:03.159 | +++ lib/tls:source:43 : hostname -f 2022-06-10 10:52:03.163 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-10 10:52:03.165 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-10 10:52:03.166 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-10 10:52:03.169 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-10 10:52:03.170 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-10 10:52:03.172 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-10 10:52:03.174 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-10 10:52:03.176 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-10 10:52:03.178 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-10 10:52:03.180 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-10 10:52:03.185 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-10 10:52:03.196 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-10 10:52:03.213 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-10 10:52:03.225 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-10 10:52:03.238 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-10 10:52:03.274 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-10 10:52:03.333 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-10 10:52:03.427 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-10 10:52:03.449 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-10 10:52:03.501 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-10 10:52:03.553 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-10 10:52:03.700 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-10 10:52:03.714 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-10 10:52:03.727 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-10 10:52:03.740 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-10 10:52:03.827 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-10 10:52:03.829 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-10 10:52:03.832 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-10 10:52:03.834 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-10 10:52:03.836 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-10 10:52:03.838 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-10 10:52:03.841 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-10 10:52:03.841 | False' 2022-06-10 10:52:03.844 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-10 10:52:03.858 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-10 10:52:03.860 | + ./stack.sh:main:619 : run_phase source 2022-06-10 10:52:03.862 | + functions-common:run_phase:1854 : local mode=source 2022-06-10 10:52:03.864 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:52:03.866 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:52:03.868 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:52:03.870 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:52:03.873 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:52:03.875 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:52:03.877 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:52:03.881 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:52:03.883 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:52:03.885 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:52:03.888 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-10 10:52:03.890 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:52:03.905 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:03.907 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:52:03.909 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-10 10:52:03.947 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-10 10:52:03.950 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-10 10:52:03.952 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:52:03.954 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-10 10:52:03.956 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-10 10:52:03.958 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-10 10:52:03.960 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-10 10:52:03.962 | + functions-common:load_plugin_settings:1795 : return 2022-06-10 10:52:03.965 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-10 10:52:03.967 | + functions-common:verify_disabled_services:2137 : local service 2022-06-10 10:52:03.970 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.972 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-10 10:52:03.974 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.976 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-10 10:52:03.979 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.981 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-10 10:52:03.983 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.985 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-10 10:52:03.988 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.990 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-10 10:52:03.992 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.994 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-10 10:52:03.997 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.999 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-10 10:52:04.001 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.004 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-10 10:52:04.006 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.008 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-10 10:52:04.010 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.013 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-10 10:52:04.015 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.018 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-10 10:52:04.020 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.022 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-10 10:52:04.024 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.027 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-10 10:52:04.030 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.032 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-10 10:52:04.034 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.036 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-10 10:52:04.039 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.041 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-10 10:52:04.043 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.046 | + 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-10 10:52:04.048 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.050 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-10 10:52:04.052 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.055 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-10 10:52:04.057 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.059 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-10 10:52:04.061 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.064 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-10 10:52:04.066 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.068 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-10 10:52:04.070 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.073 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-10 10:52:04.076 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.078 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-10 10:52:04.080 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.083 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-10 10:52:04.086 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.089 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-10 10:52:04.093 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.095 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-10 10:52:04.097 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.099 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-10 10:52:04.102 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.104 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-10 10:52:04.106 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.109 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-10 10:52:04.111 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.113 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-10 10:52:04.115 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.118 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-10 10:52:04.120 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.122 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-10 10:52:04.125 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.127 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-10 10:52:04.129 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.131 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-10 10:52:04.134 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.136 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-10 10:52:04.139 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.141 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-10 10:52:04.143 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.146 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-10 10:52:04.148 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.150 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-10 10:52:04.153 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.155 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-10 10:52:04.157 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.160 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-10 10:52:04.162 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.164 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-10 10:52:04.166 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.169 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-10 10:52:04.171 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.173 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-10 10:52:04.175 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.178 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-10 10:52:04.180 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.182 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-10 10:52:04.185 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:04.187 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-10 10:52:04.190 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-10 10:52:04.192 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:52:04.194 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-10 10:52:04.210 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:04.212 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-10 10:52:04.214 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:52:04.217 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-10 10:52:04.232 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:04.234 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-10 10:52:04.236 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-10 10:52:04.238 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-10 10:52:04.241 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-10 10:52:04.243 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-10 10:52:04.245 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-10 10:52:04.248 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-10 10:52:04.251 | + lib/database:initialize_database_backends:92 : return 0 2022-06-10 10:52:04.253 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-10 10:52:04.253 | Using mysql database backend 2022-06-10 10:52:04.255 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-10 10:52:04.271 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-10 10:52:04.274 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-10 10:52:04.277 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:52:04.280 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-10 10:52:04.282 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:52:04.285 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-10 10:52:04.300 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:04.302 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-10 10:52:04.319 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-10 10:52:04.335 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:04.338 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-10 10:52:04.353 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-10 10:52:04.369 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-10 10:52:04.385 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:04.389 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-10 10:52:04.405 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:04.407 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-10 10:52:04.423 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-10 10:52:04.425 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-10 10:52:04.427 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-10 10:52:04.430 | + functions-common:save_stackenv:60 : local tag=752 2022-06-10 10:52:04.433 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-10 10:52:04.438 | + functions-common:save_stackenv:62 : time_stamp=2022-06-10-105204 2022-06-10 10:52:04.440 | + functions-common:save_stackenv:63 : echo '# 2022-06-10-105204 752' 2022-06-10 10:52:04.442 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.445 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:52:04.447 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.450 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-10 10:52:04.453 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.455 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-10 10:52:04.458 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.460 | + 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-10 10:52:04.462 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.465 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.15 2022-06-10 10:52:04.468 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.470 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.15/identity 2022-06-10 10:52:04.472 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.475 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-10-105202 2022-06-10 10:52:04.477 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.479 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-10 10:52:04.482 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.484 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.15 2022-06-10 10:52:04.487 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.489 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-10 10:52:04.492 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.494 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-10 10:52:04.497 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.500 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-10 10:52:04.502 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.505 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-10 10:52:04.507 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.509 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.15 2022-06-10 10:52:04.512 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:04.514 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-06-10 10:52:04.517 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-10 10:52:04.519 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-10 10:52:04.521 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-10 10:52:04.523 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-10 10:52:04.525 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:52:04.528 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:52:04.531 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:52:04.533 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:52:04.535 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:52:04.538 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:52:04.552 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:52:04.555 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:52:04.557 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:04.560 | + functions-common:git_clone:618 : echo master 2022-06-10 10:52:04.560 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:52:04.565 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-10 10:52:04.567 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:04.569 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-10 10:52:04.582 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-10 10:52:04.585 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:52:04.585 | + functions-common:git_clone:679 : head -1 2022-06-10 10:52:04.588 | e9011ef2 Updated from generate-constraints 2022-06-10 10:52:04.591 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:52:04.593 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-10 10:52:04.596 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:04.598 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-10 10:52:04.601 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-10 10:52:04.603 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-10 10:52:04.606 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-10 10:52:04.609 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:52:04.611 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-10 10:52:04.614 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-10 10:52:04.616 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-10 10:52:04.619 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-10 10:52:04.624 | ++ tools/install_prereqs.sh:source:47 : NOW=1654858324 2022-06-10 10:52:04.627 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-10 10:52:04.632 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654858135 2022-06-10 10:52:04.634 | ++ tools/install_prereqs.sh:source:49 : DELTA=189 2022-06-10 10:52:04.637 | ++ tools/install_prereqs.sh:source:50 : [[ 189 -lt 7200 ]] 2022-06-10 10:52:04.639 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-10 10:52:04.641 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-10 10:52:04.644 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-10 10:52:04.646 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-10 10:52:04.648 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-10 10:52:04.651 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-10 10:52:04.653 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-10 10:52:04.656 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-10 10:52:04.659 | +++ 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-10 10:52:04.718 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-10 10:52:04.718 | apache2-dev 2022-06-10 10:52:04.718 | bc 2022-06-10 10:52:04.718 | bsdmainutils 2022-06-10 10:52:04.718 | curl 2022-06-10 10:52:04.718 | g++ 2022-06-10 10:52:04.718 | gawk 2022-06-10 10:52:04.718 | gcc 2022-06-10 10:52:04.718 | gettext 2022-06-10 10:52:04.718 | git 2022-06-10 10:52:04.718 | graphviz 2022-06-10 10:52:04.718 | iputils-ping 2022-06-10 10:52:04.718 | libapache2-mod-proxy-uwsgi 2022-06-10 10:52:04.718 | libffi-dev 2022-06-10 10:52:04.718 | libjpeg-dev 2022-06-10 10:52:04.718 | libpcre3-dev 2022-06-10 10:52:04.718 | libpq-dev 2022-06-10 10:52:04.718 | libssl-dev 2022-06-10 10:52:04.718 | libsystemd-dev 2022-06-10 10:52:04.718 | libxml2-dev 2022-06-10 10:52:04.718 | libxslt1-dev 2022-06-10 10:52:04.718 | libyaml-dev 2022-06-10 10:52:04.718 | lsof 2022-06-10 10:52:04.718 | openssh-server 2022-06-10 10:52:04.718 | openssl 2022-06-10 10:52:04.718 | pkg-config 2022-06-10 10:52:04.718 | psmisc 2022-06-10 10:52:04.719 | python3-dev 2022-06-10 10:52:04.719 | python3-pip 2022-06-10 10:52:04.719 | python3-systemd 2022-06-10 10:52:04.719 | python3-venv 2022-06-10 10:52:04.719 | tar 2022-06-10 10:52:04.719 | tcpdump 2022-06-10 10:52:04.719 | unzip 2022-06-10 10:52:04.719 | uuid-runtime 2022-06-10 10:52:04.719 | wget 2022-06-10 10:52:04.719 | wget 2022-06-10 10:52:04.719 | zlib1g-dev 2022-06-10 10:52:04.719 | libkrb5-dev 2022-06-10 10:52:04.719 | libldap2-dev 2022-06-10 10:52:04.719 | libsasl2-dev 2022-06-10 10:52:04.719 | memcached 2022-06-10 10:52:04.719 | python3-mysqldb 2022-06-10 10:52:04.719 | sqlite3 2022-06-10 10:52:04.719 | conntrack 2022-06-10 10:52:04.719 | curl 2022-06-10 10:52:04.719 | dnsmasq-base 2022-06-10 10:52:04.719 | dnsmasq-utils 2022-06-10 10:52:04.719 | ebtables 2022-06-10 10:52:04.719 | genisoimage 2022-06-10 10:52:04.719 | iptables 2022-06-10 10:52:04.719 | iputils-arping 2022-06-10 10:52:04.719 | kpartx 2022-06-10 10:52:04.719 | libjs-jquery-tablesorter 2022-06-10 10:52:04.719 | parted 2022-06-10 10:52:04.719 | pm-utils 2022-06-10 10:52:04.719 | python3-mysqldb 2022-06-10 10:52:04.719 | socat 2022-06-10 10:52:04.719 | sqlite3 2022-06-10 10:52:04.719 | sudo 2022-06-10 10:52:04.719 | vlan 2022-06-10 10:52:04.719 | lsscsi 2022-06-10 10:52:04.720 | open-iscsi 2022-06-10 10:52:04.720 | lvm2 2022-06-10 10:52:04.720 | qemu-utils 2022-06-10 10:52:04.720 | thin-provisioning-tools 2022-06-10 10:52:04.720 | acl 2022-06-10 10:52:04.720 | dnsmasq-base 2022-06-10 10:52:04.720 | dnsmasq-utils 2022-06-10 10:52:04.720 | ebtables 2022-06-10 10:52:04.720 | haproxy 2022-06-10 10:52:04.720 | iptables 2022-06-10 10:52:04.720 | iputils-arping 2022-06-10 10:52:04.720 | iputils-ping 2022-06-10 10:52:04.720 | postgresql-server-dev-all 2022-06-10 10:52:04.720 | python3-mysqldb 2022-06-10 10:52:04.720 | sqlite3 2022-06-10 10:52:04.720 | sudo 2022-06-10 10:52:04.720 | vlan 2022-06-10 10:52:04.720 | pcp 2022-06-10 10:52:04.720 | ipset 2022-06-10 10:52:04.720 | conntrack 2022-06-10 10:52:04.720 | conntrackd 2022-06-10 10:52:04.720 | keepalived 2022-06-10 10:52:04.720 | lvm2 2022-06-10 10:52:04.720 | qemu-utils 2022-06-10 10:52:04.720 | thin-provisioning-tools 2022-06-10 10:52:04.720 | curl 2022-06-10 10:52:04.720 | liberasurecode-dev 2022-06-10 10:52:04.720 | make 2022-06-10 10:52:04.720 | memcached 2022-06-10 10:52:04.720 | rsync 2022-06-10 10:52:04.720 | sqlite3 2022-06-10 10:52:04.720 | xfsprogs' 2022-06-10 10:52:04.722 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-10 10:52:04.740 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-10 10:52:04.741 | apache2-dev 2022-06-10 10:52:04.741 | bc 2022-06-10 10:52:04.741 | bsdmainutils 2022-06-10 10:52:04.741 | curl 2022-06-10 10:52:04.741 | g++ 2022-06-10 10:52:04.741 | gawk 2022-06-10 10:52:04.741 | gcc 2022-06-10 10:52:04.741 | gettext 2022-06-10 10:52:04.741 | git 2022-06-10 10:52:04.741 | graphviz 2022-06-10 10:52:04.741 | iputils-ping 2022-06-10 10:52:04.741 | libapache2-mod-proxy-uwsgi 2022-06-10 10:52:04.741 | libffi-dev 2022-06-10 10:52:04.741 | libjpeg-dev 2022-06-10 10:52:04.741 | libpcre3-dev 2022-06-10 10:52:04.741 | libpq-dev 2022-06-10 10:52:04.741 | libssl-dev 2022-06-10 10:52:04.741 | libsystemd-dev 2022-06-10 10:52:04.741 | libxml2-dev 2022-06-10 10:52:04.741 | libxslt1-dev 2022-06-10 10:52:04.741 | libyaml-dev 2022-06-10 10:52:04.741 | lsof 2022-06-10 10:52:04.741 | openssh-server 2022-06-10 10:52:04.741 | openssl 2022-06-10 10:52:04.741 | pkg-config 2022-06-10 10:52:04.741 | psmisc 2022-06-10 10:52:04.741 | python3-dev 2022-06-10 10:52:04.741 | python3-pip 2022-06-10 10:52:04.741 | python3-systemd 2022-06-10 10:52:04.741 | python3-venv 2022-06-10 10:52:04.741 | tar 2022-06-10 10:52:04.741 | tcpdump 2022-06-10 10:52:04.741 | unzip 2022-06-10 10:52:04.741 | uuid-runtime 2022-06-10 10:52:04.741 | wget 2022-06-10 10:52:04.742 | wget 2022-06-10 10:52:04.742 | zlib1g-dev 2022-06-10 10:52:04.742 | libkrb5-dev 2022-06-10 10:52:04.742 | libldap2-dev 2022-06-10 10:52:04.742 | libsasl2-dev 2022-06-10 10:52:04.742 | memcached 2022-06-10 10:52:04.742 | python3-mysqldb 2022-06-10 10:52:04.742 | sqlite3 2022-06-10 10:52:04.742 | conntrack 2022-06-10 10:52:04.742 | curl 2022-06-10 10:52:04.742 | dnsmasq-base 2022-06-10 10:52:04.742 | dnsmasq-utils 2022-06-10 10:52:04.742 | ebtables 2022-06-10 10:52:04.742 | genisoimage 2022-06-10 10:52:04.742 | iptables 2022-06-10 10:52:04.742 | iputils-arping 2022-06-10 10:52:04.742 | kpartx 2022-06-10 10:52:04.742 | libjs-jquery-tablesorter 2022-06-10 10:52:04.742 | parted 2022-06-10 10:52:04.742 | pm-utils 2022-06-10 10:52:04.742 | python3-mysqldb 2022-06-10 10:52:04.742 | socat 2022-06-10 10:52:04.742 | sqlite3 2022-06-10 10:52:04.742 | sudo 2022-06-10 10:52:04.742 | vlan 2022-06-10 10:52:04.742 | lsscsi 2022-06-10 10:52:04.742 | open-iscsi 2022-06-10 10:52:04.742 | lvm2 2022-06-10 10:52:04.742 | qemu-utils 2022-06-10 10:52:04.742 | thin-provisioning-tools 2022-06-10 10:52:04.742 | acl 2022-06-10 10:52:04.742 | dnsmasq-base 2022-06-10 10:52:04.742 | dnsmasq-utils 2022-06-10 10:52:04.742 | ebtables 2022-06-10 10:52:04.742 | haproxy 2022-06-10 10:52:04.742 | iptables 2022-06-10 10:52:04.743 | iputils-arping 2022-06-10 10:52:04.743 | iputils-ping 2022-06-10 10:52:04.743 | postgresql-server-dev-all 2022-06-10 10:52:04.743 | python3-mysqldb 2022-06-10 10:52:04.743 | sqlite3 2022-06-10 10:52:04.743 | sudo 2022-06-10 10:52:04.743 | vlan 2022-06-10 10:52:04.743 | pcp 2022-06-10 10:52:04.743 | ipset 2022-06-10 10:52:04.743 | conntrack 2022-06-10 10:52:04.743 | conntrackd 2022-06-10 10:52:04.743 | keepalived 2022-06-10 10:52:04.743 | lvm2 2022-06-10 10:52:04.743 | qemu-utils 2022-06-10 10:52:04.743 | thin-provisioning-tools 2022-06-10 10:52:04.743 | curl 2022-06-10 10:52:04.743 | liberasurecode-dev 2022-06-10 10:52:04.743 | make 2022-06-10 10:52:04.743 | memcached 2022-06-10 10:52:04.743 | rsync 2022-06-10 10:52:04.743 | sqlite3 2022-06-10 10:52:04.743 | xfsprogs ' 2022-06-10 10:52:04.743 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-10 10:52:04.745 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:04.748 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:04.752 | ++ 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-10 10:52:04.752 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-10 10:52:04.756 | ++ 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-10 10:52:04.759 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:04.761 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:04.763 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-10 10:52:04.765 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:04.767 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:04.769 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:04.771 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:04.773 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:04.775 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:04.778 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-10 10:52:04.780 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:04.782 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-10 10:52:04.784 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-10 10:52:04.788 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-10 10:52:04.790 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-10 10:52:04.792 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-10 10:52:04.795 | ++ functions-common:time_start:2413 : local start_time= 2022-06-10 10:52:04.797 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-10 10:52:04.800 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-10 10:52:04.803 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654858324801 2022-06-10 10:52:04.806 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-10 10:52:04.808 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-10 10:52:04.810 | ++ 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-10 10:52:05.067 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-10 10:52:05.099 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-10 10:52:05.129 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-10 10:52:05.207 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-10 10:52:07.322 | Reading package lists... 2022-06-10 10:52:07.353 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-10 10:52:07.356 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-10 10:52:07.358 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:52:07.360 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:07.362 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:07.364 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:52:07.366 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:07.368 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-10 10:52:07.370 | ++ functions-common:time_stop:2433 : start_time=1654858324801 2022-06-10 10:52:07.374 | ++ functions-common:time_stop:2435 : [[ -z 1654858324801 ]] 2022-06-10 10:52:07.377 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:07.381 | ++ functions-common:time_stop:2438 : end_time=1654858327379 2022-06-10 10:52:07.383 | ++ functions-common:time_stop:2439 : elapsed_time=2578 2022-06-10 10:52:07.385 | ++ functions-common:time_stop:2440 : total=0 2022-06-10 10:52:07.388 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:07.390 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2578 2022-06-10 10:52:07.392 | ++ 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-10 10:52:07.395 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:07.397 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:07.399 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:07.401 | ++ 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-10 10:52:07.422 | ++ 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-10 10:52:07.532 | Reading package lists... 2022-06-10 10:52:07.778 | Building dependency tree... 2022-06-10 10:52:07.780 | Reading state information... 2022-06-10 10:52:07.813 | acl is already the newest version (2.2.53-6). 2022-06-10 10:52:07.813 | bc is already the newest version (1.07.1-2build1). 2022-06-10 10:52:07.814 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-10 10:52:07.814 | conntrack is already the newest version (1:1.4.5-2). 2022-06-10 10:52:07.814 | ebtables is already the newest version (2.0.11-3build1). 2022-06-10 10:52:07.814 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:52:07.814 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-10 10:52:07.814 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:52:07.814 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-10 10:52:07.814 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-10 10:52:07.814 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-10 10:52:07.814 | iputils-arping is already the newest version (3:20190709-3). 2022-06-10 10:52:07.814 | iputils-ping is already the newest version (3:20190709-3). 2022-06-10 10:52:07.814 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-10 10:52:07.814 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-10 10:52:07.814 | libffi-dev is already the newest version (3.3-4). 2022-06-10 10:52:07.814 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-10 10:52:07.814 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-10 10:52:07.814 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-10 10:52:07.814 | lsscsi is already the newest version (0.30-0.1). 2022-06-10 10:52:07.814 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-10 10:52:07.814 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:52:07.814 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-10 10:52:07.814 | psmisc is already the newest version (23.3-1). 2022-06-10 10:52:07.814 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:52:07.814 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-10 10:52:07.814 | python3-systemd is already the newest version (234-3build2). 2022-06-10 10:52:07.814 | socat is already the newest version (1.7.3.3-2). 2022-06-10 10:52:07.814 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-10 10:52:07.814 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-10 10:52:07.814 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-10 10:52:07.814 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-10 10:52:07.814 | graphviz is already the newest version (2.42.2-3build2). 2022-06-10 10:52:07.814 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-10 10:52:07.814 | pcp is already the newest version (5.0.3-1). 2022-06-10 10:52:07.815 | pm-utils is already the newest version (1.4.1-19). 2022-06-10 10:52:07.815 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:52:07.815 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:07.815 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:07.815 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-10 10:52:07.815 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:52:07.815 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:52:07.815 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-10 10:52:07.815 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-10 10:52:07.815 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-10 10:52:07.815 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-10 10:52:07.815 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-10 10:52:07.815 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-10 10:52:07.815 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-10 10:52:07.815 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-10 10:52:07.815 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-10 10:52:07.815 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:52:07.815 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-10 10:52:07.815 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-10 10:52:07.815 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-10 10:52:07.815 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-10 10:52:07.815 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-10 10:52:07.815 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-10 10:52:07.815 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:52:07.815 | openssl set to manually installed. 2022-06-10 10:52:07.815 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-10 10:52:07.815 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-10 10:52:07.815 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-10 10:52:07.815 | rsync set to manually installed. 2022-06-10 10:52:07.815 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-10 10:52:07.815 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-10 10:52:07.815 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-10 10:52:07.815 | tar set to manually installed. 2022-06-10 10:52:07.816 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-10 10:52:07.816 | tcpdump set to manually installed. 2022-06-10 10:52:07.816 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-10 10:52:08.037 | uuid-runtime set to manually installed. 2022-06-10 10:52:08.038 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-10 10:52:08.038 | wget set to manually installed. 2022-06-10 10:52:08.038 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-10 10:52:08.038 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:08.038 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-10 10:52:08.038 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-10 10:52:08.038 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-10 10:52:08.038 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:08.039 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:08.039 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:08.039 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:08.039 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:08.039 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:08.039 | python3-zope.interface 2022-06-10 10:52:08.039 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:08.167 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:08.171 | ++ functions-common:apt_get:1235 : result=0 2022-06-10 10:52:08.174 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:08.176 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:52:08.178 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:08.180 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:08.182 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:52:08.185 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:08.187 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:08.189 | ++ functions-common:time_stop:2433 : start_time=1654858327419 2022-06-10 10:52:08.191 | ++ functions-common:time_stop:2435 : [[ -z 1654858327419 ]] 2022-06-10 10:52:08.194 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:08.198 | ++ functions-common:time_stop:2438 : end_time=1654858328196 2022-06-10 10:52:08.201 | ++ functions-common:time_stop:2439 : elapsed_time=777 2022-06-10 10:52:08.203 | ++ functions-common:time_stop:2440 : total=742 2022-06-10 10:52:08.205 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:08.207 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1519 2022-06-10 10:52:08.209 | ++ functions-common:apt_get:1239 : return 0 2022-06-10 10:52:08.212 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-10 10:52:08.214 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-10 10:52:08.217 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-10 10:52:08.221 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-10 10:52:08.225 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:08.228 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-10 10:52:08.231 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-10 10:52:09.739 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-10 10:52:09.741 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-10 10:52:09.743 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-10 10:52:09.744 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-10 10:52:09.747 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-10 10:52:09.749 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-10 10:52:09.751 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-10 10:52:09.753 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-10 10:52:09.754 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-10 10:52:09.756 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-10 10:52:09.758 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-10 10:52:09.759 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-10 10:52:09.761 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-10 10:52:09.764 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-10 10:52:09.766 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-10 10:52:09.767 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-10 10:52:09.769 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-10 10:52:09.771 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-10 10:52:09.772 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-10 10:52:09.774 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-10 10:52:09.776 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-10 10:52:09.779 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-10 10:52:09.780 | + functions-common:_ensure_lsb_release:394 : return 2022-06-10 10:52:09.783 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-10 10:52:09.850 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-10 10:52:09.852 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-10 10:52:09.922 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-10 10:52:09.924 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-10 10:52:09.993 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-10 10:52:09.994 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-10 10:52:09.997 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-10 10:52:09.999 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-10 10:52:10.001 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-10 10:52:10.003 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-10 10:52:10.005 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-10 10:52:10.007 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-10 10:52:10.008 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-10 10:52:10.010 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-10 10:52:10.013 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-10 10:52:10.013 | Distro: focal 2022-06-10 10:52:10.015 | + tools/install_pip.sh:main:124 : get_versions 2022-06-10 10:52:10.018 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:52:10.021 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:52:10.023 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:52:10.025 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:52:10.026 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:52:10.604 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:52:10.605 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:52:10.605 | pip: 21.3.1 2022-06-10 10:52:10.607 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-10 10:52:10.609 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-10 10:52:10.611 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:10.613 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:10.614 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:10.616 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:10.618 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:10.619 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:10.622 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:10.624 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:10.625 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:10.627 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:10.629 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-10 10:52:10.631 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:10.632 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:10.634 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-10 10:52:10.639 | + tools/install_pip.sh:main:153 : set -x 2022-06-10 10:52:10.641 | + tools/install_pip.sh:main:156 : get_versions 2022-06-10 10:52:10.643 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:52:10.647 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:52:10.649 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:52:10.651 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:52:10.652 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:52:11.223 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:52:11.225 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:52:11.225 | pip: 21.3.1 2022-06-10 10:52:11.228 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-10 10:52:11.231 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:52:11.235 | + ./stack.sh:main:791 : fixup_all 2022-06-10 10:52:11.237 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-10 10:52:11.239 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-10 10:52:11.241 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:11.243 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:11.246 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-10 10:52:11.258 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-10 10:52:11.269 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-10 10:52:11.280 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-10 10:52:11.282 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-10 10:52:11.284 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:11.286 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:11.288 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:11.290 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:11.293 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:11.295 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:11.297 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:11.299 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:11.301 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:11.303 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:11.305 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-10 10:52:11.308 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-10 10:52:11.311 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-10 10:52:11.313 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:11.315 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:11.317 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:11.319 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:11.321 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:11.324 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:11.326 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-10 10:52:11.328 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-10 10:52:11.348 | Using python 3.8 to install os-testr 2022-06-10 10:52:11.351 | + 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-10 10:52:12.086 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:12.086 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:12.086 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:12.086 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:13.174 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:13.205 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-10 10:52:13.273 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-10 10:52:13.274 | 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-10 10:52:13.275 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-10 10:52:13.288 | 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-10 10:52:13.299 | 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-10 10:52:13.310 | 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-10 10:52:14.885 | 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-10 10:52:14.956 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:14.956 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:15.061 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:15.064 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:15.066 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:15.068 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:15.070 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:15.072 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:15.075 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:15.077 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:15.079 | + functions-common:time_stop:2433 : start_time=1654858331343 2022-06-10 10:52:15.081 | + functions-common:time_stop:2435 : [[ -z 1654858331343 ]] 2022-06-10 10:52:15.084 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:15.088 | + functions-common:time_stop:2438 : end_time=1654858335085 2022-06-10 10:52:15.091 | + functions-common:time_stop:2439 : elapsed_time=3742 2022-06-10 10:52:15.093 | + functions-common:time_stop:2440 : total=0 2022-06-10 10:52:15.095 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:15.097 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3742 2022-06-10 10:52:15.099 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:15.101 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-10 10:52:15.152 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-10 10:52:15.253 | + ./stack.sh:main:805 : install_infra 2022-06-10 10:52:15.256 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:52:15.258 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-10 10:52:15.261 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:52:15.264 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-10 10:52:15.286 | + 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-10 10:52:18.050 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:18.172 | 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 333)) (5.9.0) 2022-06-10 10:52:18.476 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:18.478 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:18.481 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:18.483 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:18.485 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:18.487 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:18.490 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:18.492 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:18.494 | + functions-common:time_stop:2433 : start_time=1654858335278 2022-06-10 10:52:18.496 | + functions-common:time_stop:2435 : [[ -z 1654858335278 ]] 2022-06-10 10:52:18.499 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:18.503 | + functions-common:time_stop:2438 : end_time=1654858338501 2022-06-10 10:52:18.505 | + functions-common:time_stop:2439 : elapsed_time=3223 2022-06-10 10:52:18.507 | + functions-common:time_stop:2440 : total=3742 2022-06-10 10:52:18.509 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:18.512 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6965 2022-06-10 10:52:18.514 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:18.516 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:52:18.519 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-10 10:52:18.542 | + 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-10 10:52:21.182 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:21.185 | Processing /opt/stack/requirements 2022-06-10 10:52:22.943 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-06-10 10:52:22.946 | 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 169)) (3.0.0) 2022-06-10 10:52:22.958 | 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 329)) (21.3) 2022-06-10 10:52:22.963 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.9.0) 2022-06-10 10:52:22.967 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-06-10 10:52:22.972 | 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 454)) (2.27.1) 2022-06-10 10:52:23.001 | 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 490)) (1.16.0) 2022-06-10 10:52:23.004 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.5.0) 2022-06-10 10:52:23.015 | 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 569)) (1.26.9) 2022-06-10 10:52:23.049 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5468) (1.3) 2022-06-10 10:52:23.051 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5468) (0.3.0) 2022-06-10 10:52:23.067 | 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 454)) (2022.5.18.1) 2022-06-10 10:52:23.070 | 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 113)) (2.0.12) 2022-06-10 10:52:23.077 | 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 201)) (3.3) 2022-06-10 10:52:23.080 | 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 165)) (1.0.0) 2022-06-10 10:52:23.082 | 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 115)) (3.10.1) 2022-06-10 10:52:23.095 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-06-10 10:52:23.098 | 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 523)) (3.5.0) 2022-06-10 10:52:23.105 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-06-10 10:52:23.116 | 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 116)) (2.4.1) 2022-06-10 10:52:23.187 | 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 579)) (0.2.5) 2022-06-10 10:52:23.192 | 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 90)) (21.4.0) 2022-06-10 10:52:23.255 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-06-10 10:52:23.257 | Building wheels for collected packages: openstack-requirements 2022-06-10 10:52:23.258 | Building wheel for openstack-requirements (setup.py): started 2022-06-10 10:52:24.145 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-10 10:52:24.145 | ERROR: Command errored out with exit status 1: 2022-06-10 10:52:24.145 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-t6ofmx46/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-t6ofmx46/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-x2yqvh3q 2022-06-10 10:52:24.146 | cwd: /tmp/pip-req-build-t6ofmx46/ 2022-06-10 10:52:24.146 | Complete output (6 lines): 2022-06-10 10:52:24.146 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-10 10:52:24.146 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-10 10:52:24.146 | or: setup.py --help-commands 2022-06-10 10:52:24.146 | or: setup.py cmd --help 2022-06-10 10:52:24.146 | 2022-06-10 10:52:24.146 | error: invalid command 'bdist_wheel' 2022-06-10 10:52:24.146 | ---------------------------------------- 2022-06-10 10:52:24.146 | ERROR: Failed building wheel for openstack-requirements 2022-06-10 10:52:24.146 | Running setup.py clean for openstack-requirements 2022-06-10 10:52:24.991 | Failed to build openstack-requirements 2022-06-10 10:52:25.007 | Installing collected packages: openstack-requirements 2022-06-10 10:52:25.008 | Attempting uninstall: openstack-requirements 2022-06-10 10:52:25.009 | Found existing installation: openstack-requirements 1.2.1.dev5468 2022-06-10 10:52:25.046 | Uninstalling openstack-requirements-1.2.1.dev5468: 2022-06-10 10:52:25.063 | Successfully uninstalled openstack-requirements-1.2.1.dev5468 2022-06-10 10:52:25.066 | Running setup.py install for openstack-requirements: started 2022-06-10 10:52:27.461 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-10 10:52:27.485 | Successfully installed openstack-requirements-1.2.1.dev5468 2022-06-10 10:52:27.610 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:27.612 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:27.614 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:27.616 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:27.618 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:27.621 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:27.624 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:27.626 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:27.628 | + functions-common:time_stop:2433 : start_time=1654858338534 2022-06-10 10:52:27.630 | + functions-common:time_stop:2435 : [[ -z 1654858338534 ]] 2022-06-10 10:52:27.633 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:27.637 | + functions-common:time_stop:2438 : end_time=1654858347634 2022-06-10 10:52:27.639 | + functions-common:time_stop:2439 : elapsed_time=9100 2022-06-10 10:52:27.641 | + functions-common:time_stop:2440 : total=6965 2022-06-10 10:52:27.643 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:27.645 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=16065 2022-06-10 10:52:27.647 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:27.650 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-10 10:52:27.653 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-10 10:52:27.655 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-10 10:52:27.657 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:27.660 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:27.662 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-10 10:52:27.664 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:27.666 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-10 10:52:27.688 | Using python 3.8 to install pbr 2022-06-10 10:52:27.690 | + 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-10 10:52:28.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:28.430 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:28.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:28.430 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:29.518 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:29.549 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-10 10:52:31.327 | 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-10 10:52:31.400 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:31.401 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:31.513 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:31.515 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:31.517 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:31.519 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:31.521 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:31.524 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:31.526 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:31.528 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:31.530 | + functions-common:time_stop:2433 : start_time=1654858347682 2022-06-10 10:52:31.532 | + functions-common:time_stop:2435 : [[ -z 1654858347682 ]] 2022-06-10 10:52:31.535 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:31.539 | + functions-common:time_stop:2438 : end_time=1654858351536 2022-06-10 10:52:31.541 | + functions-common:time_stop:2439 : elapsed_time=3854 2022-06-10 10:52:31.543 | + functions-common:time_stop:2440 : total=16065 2022-06-10 10:52:31.546 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:31.548 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19919 2022-06-10 10:52:31.550 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:31.552 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-10 10:52:33.805 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-10 10:52:35.671 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:35.673 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-10 10:52:35.693 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-10 10:52:35.700 | 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-10 10:52:35.702 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-10 10:52:35.705 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-10 10:52:35.708 | 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-10 10:52:35.782 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:52:35.784 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:52:35.788 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-10 10:52:35.806 | + ./stack.sh:main:814 : pkgs= 2022-06-10 10:52:35.809 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-10 10:52:35.811 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-10 10:52:35.813 | + functions-common:run_phase:1854 : local mode=stack 2022-06-10 10:52:35.816 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-10 10:52:35.818 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:52:35.820 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:52:35.822 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:52:35.825 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:52:35.828 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:52:35.831 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:52:35.834 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:52:35.837 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:52:35.840 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:52:35.842 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-10 10:52:35.845 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:52:35.859 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:35.861 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:52:35.863 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:35.865 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-10 10:52:35.867 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:35.870 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:52:35.872 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:35.874 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-10 10:52:35.876 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:35.878 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-10 10:52:35.880 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:35.882 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:52:35.885 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-10 10:52:35.888 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-10 10:52:35.890 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:52:35.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-10 10:52:35.894 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-10 10:52:35.896 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-10 10:52:35.899 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-10 10:52:35.901 | + functions-common:run_plugins:1843 : local plugins= 2022-06-10 10:52:35.904 | + functions-common:run_plugins:1844 : local plugin 2022-06-10 10:52:35.906 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-10 10:52:35.909 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-10 10:52:35.911 | + functions:set_systemd_override:821 : local value=2048 2022-06-10 10:52:35.914 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-10 10:52:35.916 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-10 10:52:35.968 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-10 10:52:35.968 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-10 10:52:35.970 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-10 10:52:36.341 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-10 10:52:36.344 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-10 10:52:36.360 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:36.363 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-10 10:52:36.365 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:36.367 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:36.370 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:36.372 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:36.375 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:36.377 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:36.380 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:36.382 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:36.384 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:36.386 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:36.389 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:36.391 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:36.393 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-10 10:52:36.395 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:36.398 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:36.400 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:36.403 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-10 10:52:36.425 | + 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-10 10:52:36.537 | Reading package lists... 2022-06-10 10:52:36.792 | Building dependency tree... 2022-06-10 10:52:36.794 | Reading state information... 2022-06-10 10:52:37.041 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-10 10:52:37.042 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:37.043 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:37.043 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:37.043 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:37.043 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:37.043 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:37.043 | python3-zope.interface 2022-06-10 10:52:37.043 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:37.160 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:37.165 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:37.168 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:37.170 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:37.172 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:37.175 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:37.177 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:37.179 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:37.181 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:37.183 | + functions-common:time_stop:2433 : start_time=1654858356422 2022-06-10 10:52:37.185 | + functions-common:time_stop:2435 : [[ -z 1654858356422 ]] 2022-06-10 10:52:37.188 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:37.192 | + functions-common:time_stop:2438 : end_time=1654858357190 2022-06-10 10:52:37.194 | + functions-common:time_stop:2439 : elapsed_time=768 2022-06-10 10:52:37.196 | + functions-common:time_stop:2440 : total=1519 2022-06-10 10:52:37.199 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:37.201 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2287 2022-06-10 10:52:37.204 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:37.206 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-10 10:52:37.208 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:37.210 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:37.213 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:37.215 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:37.218 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:37.220 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:37.222 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-10 10:52:37.225 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:37.227 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:37.230 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:37.232 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:37.234 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:37.237 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:37.239 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:37.241 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:37.243 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:37.246 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:37.248 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-10 10:52:37.251 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:37.253 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:37.255 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:37.258 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:37.260 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:37.262 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:37.265 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-10 10:52:37.267 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-10 10:52:37.283 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:37.286 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-10 10:52:37.288 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:37.290 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-10 10:52:37.293 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-10 10:52:37.296 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-10 10:52:37.300 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-10 10:52:37.302 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-10 10:52:37.305 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-10 10:52:37.307 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-10 10:52:37.309 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-10 10:52:37.312 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-10 10:52:37.315 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-10 10:52:38.010 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-10 10:52:38.010 | user tags 2022-06-10 10:52:38.010 | stackrabbit []' 2022-06-10 10:52:38.014 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-10 10:52:38.014 | user tags 2022-06-10 10:52:38.014 | stackrabbit []' 2022-06-10 10:52:38.014 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-10 10:52:38.020 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-10 10:52:38.023 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-10 10:52:38.025 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:52:38.682 | Changing password for user "stackrabbit" ... 2022-06-10 10:52:38.706 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-10 10:52:39.363 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-10 10:52:39.385 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-10 10:52:39.392 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:52:40.055 | Changing password for user "stackrabbit" ... 2022-06-10 10:52:40.079 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-10 10:52:40.081 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-10 10:52:40.083 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-10 10:52:40.778 | Deleting user "guest" ... 2022-06-10 10:52:40.793 | Error: 2022-06-10 10:52:40.793 | {:no_such_user, "guest"} 2022-06-10 10:52:40.805 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-10 10:52:40.808 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-10 10:52:40.825 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:40.828 | + ./stack.sh:main:831 : install_database 2022-06-10 10:52:40.830 | + lib/database:install_database:118 : install_database_mysql 2022-06-10 10:52:40.832 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-10 10:52:40.835 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:40.837 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:40.840 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-10 10:52:41.052 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-10 10:52:41.054 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:41.057 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-10 10:52:41.059 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-10 10:52:41.061 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:41.064 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-10 10:52:41.066 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:41.068 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:41.071 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:41.074 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:41.076 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:41.078 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:41.081 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:41.083 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:41.085 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:41.088 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:41.090 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-10 10:52:41.093 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:41.095 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:41.097 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:41.100 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:41.102 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:41.105 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:41.107 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-10 10:52:41.109 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:41.112 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:41.114 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-10 10:52:41.116 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:41.118 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:41.121 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:41.123 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:41.126 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:41.128 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:41.130 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:41.132 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:41.135 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:41.137 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:41.140 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:41.142 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:41.144 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-10 10:52:41.146 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:41.149 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:41.151 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:41.153 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-10 10:52:41.175 | + 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-10 10:52:41.284 | Reading package lists... 2022-06-10 10:52:41.537 | Building dependency tree... 2022-06-10 10:52:41.538 | Reading state information... 2022-06-10 10:52:41.794 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-10 10:52:41.795 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:41.796 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:41.796 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:41.796 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:41.796 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:41.796 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:41.796 | python3-zope.interface 2022-06-10 10:52:41.796 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:41.914 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:41.918 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:41.920 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:41.923 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:41.925 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:41.927 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:41.929 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:41.931 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:41.934 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:41.936 | + functions-common:time_stop:2433 : start_time=1654858361172 2022-06-10 10:52:41.938 | + functions-common:time_stop:2435 : [[ -z 1654858361172 ]] 2022-06-10 10:52:41.941 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:41.945 | + functions-common:time_stop:2438 : end_time=1654858361942 2022-06-10 10:52:41.947 | + functions-common:time_stop:2439 : elapsed_time=770 2022-06-10 10:52:41.950 | + functions-common:time_stop:2440 : total=2287 2022-06-10 10:52:41.952 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:41.954 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3057 2022-06-10 10:52:41.956 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:41.959 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-10 10:52:41.961 | + ./stack.sh:main:834 : install_database_python 2022-06-10 10:52:41.963 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-10 10:52:41.966 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-10 10:52:41.968 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-10 10:52:41.971 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:52:41.974 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-10 10:52:41.976 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-10 10:52:41.978 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:52:41.982 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:52:41.982 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:52:41.987 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-10 10:52:41.990 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-10 10:52:41.992 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-10 10:52:41.995 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-10 10:52:41.997 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-10 10:52:42.019 | Using python 3.8 to install PyMySQL 2022-06-10 10:52:42.021 | + 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-10 10:52:42.754 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:42.754 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:42.754 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:42.754 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:43.858 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:43.893 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:52:45.540 | 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-10 10:52:45.614 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:45.614 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:45.722 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:45.724 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:45.726 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:45.729 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:45.731 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:45.733 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:45.736 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:45.738 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:45.740 | + functions-common:time_stop:2433 : start_time=1654858362013 2022-06-10 10:52:45.742 | + functions-common:time_stop:2435 : [[ -z 1654858362013 ]] 2022-06-10 10:52:45.746 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:45.750 | + functions-common:time_stop:2438 : end_time=1654858365747 2022-06-10 10:52:45.752 | + functions-common:time_stop:2439 : elapsed_time=3734 2022-06-10 10:52:45.754 | + functions-common:time_stop:2440 : total=19919 2022-06-10 10:52:45.757 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:45.759 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23653 2022-06-10 10:52:45.762 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:45.764 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-10 10:52:45.766 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:52:45.769 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-10 10:52:45.771 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-10 10:52:45.788 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:45.790 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-10 10:52:45.792 | + lib/neutron:install_neutron_agent_packages:715 : is_neutron_legacy_enabled 2022-06-10 10:52:45.796 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-10 10:52:45.796 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-10 10:52:45.802 | + 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-10 10:52:45.804 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-10 10:52:45.806 | + 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-10 10:52:45.809 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-10 10:52:45.811 | + lib/neutron:install_neutron_agent_packages:717 : install_neutron_agent_packages_mutnauq 2022-06-10 10:52:45.813 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:479 : is_service_enabled q-l3 2022-06-10 10:52:45.829 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:45.831 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:480 : install_package radvd 2022-06-10 10:52:45.834 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:45.836 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:45.838 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:45.841 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:45.843 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:45.845 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:45.847 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:45.849 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:45.852 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:45.854 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:45.857 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:45.859 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:45.861 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-10 10:52:45.863 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:45.865 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:45.868 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:45.871 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-10 10:52:45.892 | + 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-10 10:52:46.002 | Reading package lists... 2022-06-10 10:52:46.250 | Building dependency tree... 2022-06-10 10:52:46.251 | Reading state information... 2022-06-10 10:52:46.503 | radvd is already the newest version (1:2.17-2). 2022-06-10 10:52:46.503 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:46.504 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:46.504 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:46.504 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:46.504 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:46.504 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:46.504 | python3-zope.interface 2022-06-10 10:52:46.504 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:46.618 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:46.623 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:46.625 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:46.627 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:46.630 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:46.632 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:46.634 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:46.637 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:46.639 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:46.641 | + functions-common:time_stop:2433 : start_time=1654858365889 2022-06-10 10:52:46.643 | + functions-common:time_stop:2435 : [[ -z 1654858365889 ]] 2022-06-10 10:52:46.646 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:46.650 | + functions-common:time_stop:2438 : end_time=1654858366647 2022-06-10 10:52:46.652 | + functions-common:time_stop:2439 : elapsed_time=758 2022-06-10 10:52:46.654 | + functions-common:time_stop:2440 : total=3057 2022-06-10 10:52:46.657 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:46.659 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3815 2022-06-10 10:52:46.661 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:46.663 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-agt q-dhcp q-l3 2022-06-10 10:52:46.680 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:46.682 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : neutron_plugin_install_agent_packages 2022-06-10 10:52:46.685 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-10 10:52:46.687 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-10 10:52:46.690 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-10 10:52:46.709 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-10 10:52:46.712 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:46.714 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:46.717 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:46.719 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:46.721 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:46.723 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:46.725 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:46.727 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:46.730 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:46.733 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:46.735 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:46.737 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:46.740 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-10 10:52:46.742 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:46.744 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:46.747 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:46.750 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-10 10:52:46.770 | + 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-10 10:52:46.880 | Reading package lists... 2022-06-10 10:52:47.134 | Building dependency tree... 2022-06-10 10:52:47.136 | Reading state information... 2022-06-10 10:52:47.391 | fakeroot is already the newest version (1.24-1). 2022-06-10 10:52:47.391 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:52:47.391 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-10 10:52:47.391 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:47.392 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:47.392 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:47.392 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:47.392 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:47.392 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:47.392 | python3-zope.interface 2022-06-10 10:52:47.393 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:47.509 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:47.514 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:47.516 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:47.519 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:47.521 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:47.523 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:47.525 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:47.528 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:47.530 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:47.532 | + functions-common:time_stop:2433 : start_time=1654858366767 2022-06-10 10:52:47.534 | + functions-common:time_stop:2435 : [[ -z 1654858366767 ]] 2022-06-10 10:52:47.537 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:47.541 | + functions-common:time_stop:2438 : end_time=1654858367538 2022-06-10 10:52:47.544 | + functions-common:time_stop:2439 : elapsed_time=771 2022-06-10 10:52:47.548 | + functions-common:time_stop:2440 : total=3815 2022-06-10 10:52:47.551 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:47.553 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4586 2022-06-10 10:52:47.555 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:47.558 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-10 10:52:47.560 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:47.562 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:47.565 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-10 10:52:47.567 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-10 10:52:47.570 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-10 10:52:47.574 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-10 10:52:47.576 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-10 10:52:47.579 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-10 10:52:47.580 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-10 10:52:47.584 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-10 10:52:47.586 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-10 10:52:47.589 | + functions:vercmp:628 : local v1=5.4 2022-06-10 10:52:47.591 | + functions:vercmp:629 : local 'op=<' 2022-06-10 10:52:47.593 | + functions:vercmp:630 : local v2=3.13 2022-06-10 10:52:47.596 | + functions:vercmp:631 : local result 2022-06-10 10:52:47.599 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-10 10:52:47.600 | ++ functions:vercmp:635 : sort -V 2022-06-10 10:52:47.600 | ++ functions:vercmp:635 : head -1 2022-06-10 10:52:47.605 | + functions:vercmp:635 : result=3.13 2022-06-10 10:52:47.607 | + functions:vercmp:637 : case $op in 2022-06-10 10:52:47.610 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-10 10:52:47.612 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-10 10:52:47.614 | + functions:vercmp:648 : return 2022-06-10 10:52:47.616 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-10 10:52:47.619 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:52:47.621 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-10 10:52:48.086 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-10 10:52:48.089 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-10 10:52:48.092 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.094 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.097 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-10 10:52:48.099 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.101 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-10 10:52:48.121 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:48.123 | + ./stack.sh:main:842 : install_etcd3 2022-06-10 10:52:48.126 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-10 10:52:48.126 | Installing etcd 2022-06-10 10:52:48.128 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-10 10:52:48.141 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-10 10:52:48.153 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:48.156 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-10 10:52:48.172 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-10 10:52:48.175 | ++ 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-10 10:52:48.177 | ++ 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-10 10:52:48.181 | +++ 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-10 10:52:48.186 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:52:48.188 | ++ 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-10 10:52:48.191 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-10 10:52:48.193 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:52:48.195 | ++ functions:get_extra_file:74 : return 2022-06-10 10:52:48.199 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:52:48.201 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-10 10:52:48.203 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-10 10:52:48.206 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-10 10:52:48.222 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:48.224 | + ./stack.sh:main:861 : install_dstat 2022-06-10 10:52:48.227 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-10 10:52:48.243 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:48.246 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-10 10:52:48.248 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:48.250 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-10 10:52:48.253 | + ./stack.sh:main:870 : install_libs 2022-06-10 10:52:48.255 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-10 10:52:48.257 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-10 10:52:48.260 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-10 10:52:48.263 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-10 10:52:48.265 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.267 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.269 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-10 10:52:48.271 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.273 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-10 10:52:48.276 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-10 10:52:48.278 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-10 10:52:48.280 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-10 10:52:48.282 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.285 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.287 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-10 10:52:48.289 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.291 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-10 10:52:48.294 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-10 10:52:48.296 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-10 10:52:48.298 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-10 10:52:48.300 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.303 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.305 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-10 10:52:48.308 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.310 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-10 10:52:48.312 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-10 10:52:48.314 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-10 10:52:48.317 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-10 10:52:48.319 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.321 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.323 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-10 10:52:48.326 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.328 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-10 10:52:48.330 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-10 10:52:48.332 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-10 10:52:48.335 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-10 10:52:48.337 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.340 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.342 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-10 10:52:48.344 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.346 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-10 10:52:48.349 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-10 10:52:48.351 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-10 10:52:48.353 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-10 10:52:48.355 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.358 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.360 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-10 10:52:48.362 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.364 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-10 10:52:48.367 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-10 10:52:48.369 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-10 10:52:48.372 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-10 10:52:48.374 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.376 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.379 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-10 10:52:48.381 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.383 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-10 10:52:48.386 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-10 10:52:48.388 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-10 10:52:48.390 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-10 10:52:48.393 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.395 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.397 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-10 10:52:48.400 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.402 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-10 10:52:48.404 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-10 10:52:48.406 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-10 10:52:48.409 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-10 10:52:48.411 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.413 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.415 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-10 10:52:48.418 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.420 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-10 10:52:48.422 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-10 10:52:48.424 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-10 10:52:48.427 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-10 10:52:48.429 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.431 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.434 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-10 10:52:48.436 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.439 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-10 10:52:48.441 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-10 10:52:48.443 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-10 10:52:48.446 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-10 10:52:48.448 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.451 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.453 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-10 10:52:48.455 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.458 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-10 10:52:48.460 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-10 10:52:48.462 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-10 10:52:48.465 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-10 10:52:48.467 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.469 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.471 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-10 10:52:48.474 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.476 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-10 10:52:48.478 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-10 10:52:48.480 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-10 10:52:48.483 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-10 10:52:48.485 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.487 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.489 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-10 10:52:48.492 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.494 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-10 10:52:48.497 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-10 10:52:48.500 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-10 10:52:48.502 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-10 10:52:48.504 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.506 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.508 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-10 10:52:48.511 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.514 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-10 10:52:48.516 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-10 10:52:48.518 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-10 10:52:48.520 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-10 10:52:48.523 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.525 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.528 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-10 10:52:48.530 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.532 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-10 10:52:48.535 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-10 10:52:48.537 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-10 10:52:48.539 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-10 10:52:48.541 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.544 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.546 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-10 10:52:48.549 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.551 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-10 10:52:48.553 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-10 10:52:48.556 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-10 10:52:48.559 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-10 10:52:48.561 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.564 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.566 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-10 10:52:48.568 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.571 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-10 10:52:48.573 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-10 10:52:48.575 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-10 10:52:48.577 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-10 10:52:48.580 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.582 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.584 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-10 10:52:48.587 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.589 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-10 10:52:48.591 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-10 10:52:48.594 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-10 10:52:48.596 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-10 10:52:48.598 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.600 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.603 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-10 10:52:48.605 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.608 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-10 10:52:48.610 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-10 10:52:48.612 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-10 10:52:48.615 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-10 10:52:48.617 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.619 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.622 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-10 10:52:48.625 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.627 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-10 10:52:48.629 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-10 10:52:48.631 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-10 10:52:48.634 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-10 10:52:48.636 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.638 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.641 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-10 10:52:48.643 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.645 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-10 10:52:48.648 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-10 10:52:48.650 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-10 10:52:48.652 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-10 10:52:48.654 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.657 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.659 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-10 10:52:48.661 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.664 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-10 10:52:48.666 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-10 10:52:48.669 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-10 10:52:48.671 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-10 10:52:48.673 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.676 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.678 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-10 10:52:48.680 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.683 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-10 10:52:48.686 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-10 10:52:48.688 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-10 10:52:48.690 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-10 10:52:48.692 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.695 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.697 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-10 10:52:48.699 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.702 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-10 10:52:48.704 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-10 10:52:48.706 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-10 10:52:48.708 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-10 10:52:48.711 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.713 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.715 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-10 10:52:48.718 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.720 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-10 10:52:48.722 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-10 10:52:48.724 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-10 10:52:48.727 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-10 10:52:48.729 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.732 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.734 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-10 10:52:48.736 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.739 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-10 10:52:48.741 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-10 10:52:48.743 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-10 10:52:48.746 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-10 10:52:48.749 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.751 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.753 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-10 10:52:48.756 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.758 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-10 10:52:48.760 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-10 10:52:48.762 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-10 10:52:48.765 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-10 10:52:48.767 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.769 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.771 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-10 10:52:48.774 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.776 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-10 10:52:48.779 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-10 10:52:48.781 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-10 10:52:48.783 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-10 10:52:48.786 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.788 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.790 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-10 10:52:48.793 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.796 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-10 10:52:48.798 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-10 10:52:48.800 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-10 10:52:48.802 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-10 10:52:48.805 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.808 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.810 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-10 10:52:48.813 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.815 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-10 10:52:48.817 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-10 10:52:48.819 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-10 10:52:48.822 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-10 10:52:48.824 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.826 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.829 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-10 10:52:48.831 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.833 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-10 10:52:48.836 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-10 10:52:48.838 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-10 10:52:48.840 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-10 10:52:48.843 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.845 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.847 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-10 10:52:48.850 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.852 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-10 10:52:48.855 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-10 10:52:48.857 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-10 10:52:48.859 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-10 10:52:48.862 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.864 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.866 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-10 10:52:48.868 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.871 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-10 10:52:48.873 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-10 10:52:48.876 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-10 10:52:48.878 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-10 10:52:48.880 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.883 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.885 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-10 10:52:48.888 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.890 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-10 10:52:48.892 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-10 10:52:48.895 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-10 10:52:48.897 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-10 10:52:48.899 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.902 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.904 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-10 10:52:48.907 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.909 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-10 10:52:48.911 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-10 10:52:48.913 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-10 10:52:48.916 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-10 10:52:48.918 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.920 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.923 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-10 10:52:48.925 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.927 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-10 10:52:48.930 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-10 10:52:48.933 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-10 10:52:48.935 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-10 10:52:48.937 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.940 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.942 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-10 10:52:48.944 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.947 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-10 10:52:48.949 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-10 10:52:48.952 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-10 10:52:48.954 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-10 10:52:48.956 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:48.959 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:48.961 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-10 10:52:48.964 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:48.966 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-10 10:52:48.987 | Using python 3.8 to install etcd3 2022-06-10 10:52:48.989 | + 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-10 10:52:49.728 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:49.728 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:49.728 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:49.728 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:50.805 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:50.835 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-06-10 10:52:50.843 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.46.3) 2022-06-10 10:52:50.844 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-06-10 10:52:50.845 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-06-10 10:52:50.846 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.1) 2022-06-10 10:52:52.458 | 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-10 10:52:52.534 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:52.534 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:52.636 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:52.638 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:52.641 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:52.643 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:52.645 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:52.647 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:52.649 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:52.652 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:52.654 | + functions-common:time_stop:2433 : start_time=1654858368982 2022-06-10 10:52:52.656 | + functions-common:time_stop:2435 : [[ -z 1654858368982 ]] 2022-06-10 10:52:52.659 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:52.663 | + functions-common:time_stop:2438 : end_time=1654858372661 2022-06-10 10:52:52.665 | + functions-common:time_stop:2439 : elapsed_time=3679 2022-06-10 10:52:52.668 | + functions-common:time_stop:2440 : total=23653 2022-06-10 10:52:52.670 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:52.672 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=27332 2022-06-10 10:52:52.674 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:52.677 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-06-10 10:52:52.699 | Using python 3.8 to install etcd3gw 2022-06-10 10:52:52.701 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-06-10 10:52:53.435 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:53.435 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:53.436 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:53.436 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:54.544 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:54.575 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:52:54.581 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-06-10 10:52:54.582 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-06-10 10:52:54.584 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.1) 2022-06-10 10:52:54.611 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.9) 2022-06-10 10:52:54.612 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-06-10 10:52:54.615 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-06-10 10:52:54.617 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-06-10 10:52:56.212 | 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-10 10:52:56.283 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:56.283 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:56.383 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:56.386 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:56.388 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:56.390 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:56.392 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:56.395 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:56.397 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:56.399 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:56.402 | + functions-common:time_stop:2433 : start_time=1654858372693 2022-06-10 10:52:56.404 | + functions-common:time_stop:2435 : [[ -z 1654858372693 ]] 2022-06-10 10:52:56.407 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:56.411 | + functions-common:time_stop:2438 : end_time=1654858376408 2022-06-10 10:52:56.413 | + functions-common:time_stop:2439 : elapsed_time=3715 2022-06-10 10:52:56.415 | + functions-common:time_stop:2440 : total=27332 2022-06-10 10:52:56.417 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:56.420 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=31047 2022-06-10 10:52:56.422 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:56.424 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-06-10 10:52:56.427 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-06-10 10:52:56.429 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-06-10 10:52:56.431 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:56.434 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:56.436 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:56.439 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:56.441 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:56.443 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:56.446 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:56.448 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:56.450 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:56.453 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:56.455 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-06-10 10:52:56.457 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:56.460 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:56.462 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-10 10:52:56.465 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:52:56.467 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:56.470 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:56.472 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:56.474 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:56.477 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:56.479 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:56.482 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:56.485 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:56.487 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:56.489 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:56.491 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:56.494 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:56.496 | + functions-common:install_package:1465 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:52:56.499 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:56.501 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:56.503 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:56.506 | + functions-common:real_install_package:1451 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:52:56.527 | + 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 uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:52:56.636 | Reading package lists... 2022-06-10 10:52:56.883 | Building dependency tree... 2022-06-10 10:52:56.884 | Reading state information... 2022-06-10 10:52:57.136 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:52:57.136 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:52:57.136 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:57.136 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:57.137 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:57.137 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:57.138 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:57.138 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:57.138 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:57.138 | python3-zope.interface 2022-06-10 10:52:57.138 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:57.252 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:57.256 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:57.258 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:57.261 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:57.264 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:57.266 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:57.268 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:57.270 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:57.273 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:57.275 | + functions-common:time_stop:2433 : start_time=1654858376524 2022-06-10 10:52:57.277 | + functions-common:time_stop:2435 : [[ -z 1654858376524 ]] 2022-06-10 10:52:57.280 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:57.284 | + functions-common:time_stop:2438 : end_time=1654858377281 2022-06-10 10:52:57.286 | + functions-common:time_stop:2439 : elapsed_time=757 2022-06-10 10:52:57.288 | + functions-common:time_stop:2440 : total=4586 2022-06-10 10:52:57.290 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:57.293 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5343 2022-06-10 10:52:57.295 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:57.297 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-06-10 10:52:57.300 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:57.302 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:57.304 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-06-10 10:52:57.366 | Module proxy already enabled 2022-06-10 10:52:57.370 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-06-10 10:52:57.431 | Considering dependency proxy for proxy_uwsgi: 2022-06-10 10:52:57.431 | Module proxy already enabled 2022-06-10 10:52:57.431 | Module proxy_uwsgi already enabled 2022-06-10 10:52:57.436 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-06-10 10:52:57.438 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-10 10:52:57.440 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:52:57.443 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-10 10:52:57.571 | + ./stack.sh:main:876 : install_keystoneauth 2022-06-10 10:52:57.575 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-06-10 10:52:57.577 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-06-10 10:52:57.580 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.582 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.585 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-06-10 10:52:57.588 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.591 | + ./stack.sh:main:877 : install_keystoneclient 2022-06-10 10:52:57.593 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-06-10 10:52:57.596 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-06-10 10:52:57.598 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.601 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.603 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-06-10 10:52:57.605 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.608 | + ./stack.sh:main:878 : install_glanceclient 2022-06-10 10:52:57.610 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-06-10 10:52:57.613 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-06-10 10:52:57.615 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.617 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.620 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-06-10 10:52:57.622 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.625 | + ./stack.sh:main:879 : install_cinderclient 2022-06-10 10:52:57.627 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-06-10 10:52:57.629 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-06-10 10:52:57.632 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.634 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.637 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-06-10 10:52:57.639 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.642 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-06-10 10:52:57.644 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-06-10 10:52:57.647 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.649 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.652 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-06-10 10:52:57.654 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.657 | + ./stack.sh:main:880 : install_novaclient 2022-06-10 10:52:57.659 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-06-10 10:52:57.662 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-06-10 10:52:57.664 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.666 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.669 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-06-10 10:52:57.672 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.674 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-06-10 10:52:57.691 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:57.694 | + ./stack.sh:main:882 : install_swiftclient 2022-06-10 10:52:57.696 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-06-10 10:52:57.699 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-06-10 10:52:57.701 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.704 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.706 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-06-10 10:52:57.708 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.711 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-06-10 10:52:57.728 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:57.730 | + ./stack.sh:main:885 : install_neutronclient 2022-06-10 10:52:57.732 | + lib/neutron:install_neutronclient:453 : use_library_from_git python-neutronclient 2022-06-10 10:52:57.735 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-06-10 10:52:57.737 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.740 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.742 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-06-10 10:52:57.744 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.747 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-06-10 10:52:57.749 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-06-10 10:52:57.752 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-06-10 10:52:57.754 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:57.756 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:52:57.759 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-06-10 10:52:57.762 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:57.764 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-06-10 10:52:57.766 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-10 10:52:57.769 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:52:57.772 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-10 10:52:57.774 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-06-10 10:52:57.777 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:52:57.781 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:52:57.781 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:52:57.787 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-06-10 10:52:57.789 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-06-10 10:52:57.792 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-06-10 10:52:57.795 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-10 10:52:57.797 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-10 10:52:57.818 | Using python 3.8 to install keystonemiddleware 2022-06-10 10:52:57.820 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-06-10 10:52:58.583 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:58.583 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:58.583 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:52:58.583 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:59.670 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:59.701 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.5.0) 2022-06-10 10:52:59.754 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-06-10 10:52:59.755 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.0.0) 2022-06-10 10:52:59.756 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-06-10 10:52:59.757 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-06-10 10:52:59.758 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-06-10 10:52:59.759 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.11.0) 2022-06-10 10:52:59.760 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-06-10 10:52:59.761 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-06-10 10:52:59.762 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-06-10 10:52:59.763 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-06-10 10:52:59.764 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-06-10 10:52:59.765 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.13.0) 2022-06-10 10:52:59.766 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-06-10 10:52:59.768 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.9.0) 2022-06-10 10:52:59.825 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-06-10 10:52:59.826 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-06-10 10:52:59.828 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-06-10 10:52:59.865 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-06-10 10:52:59.906 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.5.0) 2022-06-10 10:52:59.907 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-06-10 10:52:59.909 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-06-10 10:52:59.910 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-06-10 10:52:59.957 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-06-10 10:52:59.961 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-06-10 10:52:59.970 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2022.1) 2022-06-10 10:52:59.972 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.4) 2022-06-10 10:52:59.987 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.9) 2022-06-10 10:52:59.989 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-06-10 10:52:59.990 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-06-10 10:53:00.059 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-06-10 10:53:00.060 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-06-10 10:53:00.061 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.9) 2022-06-10 10:53:00.063 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-06-10 10:53:00.116 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.14.1) 2022-06-10 10:53:00.129 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-06-10 10:53:01.633 | 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-10 10:53:01.706 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:53:01.706 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:53:01.811 | + inc/python:pip_install:196 : result=0 2022-06-10 10:53:01.813 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:53:01.815 | + functions-common:time_stop:2426 : local name 2022-06-10 10:53:01.818 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:53:01.820 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:53:01.822 | + functions-common:time_stop:2429 : local total 2022-06-10 10:53:01.825 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:53:01.827 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:53:01.829 | + functions-common:time_stop:2433 : start_time=1654858377812 2022-06-10 10:53:01.831 | + functions-common:time_stop:2435 : [[ -z 1654858377812 ]] 2022-06-10 10:53:01.834 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:53:01.838 | + functions-common:time_stop:2438 : end_time=1654858381836 2022-06-10 10:53:01.840 | + functions-common:time_stop:2439 : elapsed_time=4024 2022-06-10 10:53:01.842 | + functions-common:time_stop:2440 : total=31047 2022-06-10 10:53:01.844 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:53:01.846 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=35071 2022-06-10 10:53:01.849 | + inc/python:pip_install:199 : return 0 2022-06-10 10:53:01.851 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-06-10 10:53:01.853 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-10 10:53:01.856 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:53:01.859 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-10 10:53:01.861 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-06-10 10:53:01.864 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:53:01.867 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:53:01.867 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:53:01.873 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-06-10 10:53:01.876 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-06-10 10:53:01.878 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-06-10 10:53:01.881 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-10 10:53:01.883 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-10 10:53:01.905 | Using python 3.8 to install python-memcached 2022-06-10 10:53:01.908 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-06-10 10:53:02.656 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:53:02.656 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:02.656 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:53:02.656 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:03.736 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:53:03.767 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-06-10 10:53:03.770 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-06-10 10:53:05.354 | 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-10 10:53:05.425 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:53:05.425 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:53:05.527 | + inc/python:pip_install:196 : result=0 2022-06-10 10:53:05.529 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:53:05.531 | + functions-common:time_stop:2426 : local name 2022-06-10 10:53:05.534 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:53:05.536 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:53:05.538 | + functions-common:time_stop:2429 : local total 2022-06-10 10:53:05.540 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:53:05.543 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:53:05.545 | + functions-common:time_stop:2433 : start_time=1654858381899 2022-06-10 10:53:05.548 | + functions-common:time_stop:2435 : [[ -z 1654858381899 ]] 2022-06-10 10:53:05.550 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:53:05.554 | + functions-common:time_stop:2438 : end_time=1654858385552 2022-06-10 10:53:05.557 | + functions-common:time_stop:2439 : elapsed_time=3653 2022-06-10 10:53:05.559 | + functions-common:time_stop:2440 : total=35071 2022-06-10 10:53:05.561 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:53:05.564 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=38724 2022-06-10 10:53:05.566 | + inc/python:pip_install:199 : return 0 2022-06-10 10:53:05.568 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-06-10 10:53:05.584 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:53:05.587 | + ./stack.sh:main:892 : '[' 10.222.0.15 == 10.222.0.15 ']' 2022-06-10 10:53:05.590 | + ./stack.sh:main:893 : stack_install_service keystone 2022-06-10 10:53:05.592 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-10 10:53:05.594 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-10 10:53:05.597 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-10 10:53:05.599 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-10 10:53:05.601 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-06-10 10:53:05.617 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:53:05.619 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-06-10 10:53:05.621 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-10 10:53:05.624 | + functions-common:git_clone:598 : local git_dest=/opt/stack/keystone 2022-06-10 10:53:05.626 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:53:05.629 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:53:05.631 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:53:05.634 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:53:05.637 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:53:05.639 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:53:05.655 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:53:05.658 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:53:05.660 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:53:05.662 | + functions-common:git_clone:618 : echo master 2022-06-10 10:53:05.662 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:53:05.668 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/keystone ]] 2022-06-10 10:53:05.670 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:53:05.672 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-10 10:53:05.685 | + functions-common:git_clone:678 : cd /opt/stack/keystone 2022-06-10 10:53:05.688 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:53:05.688 | + functions-common:git_clone:679 : head -1 2022-06-10 10:53:05.691 | daa8e746b Merge "Fix typo in documentation" 2022-06-10 10:53:05.694 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:53:05.696 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-06-10 10:53:05.698 | + inc/python:setup_develop:334 : local bindep 2022-06-10 10:53:05.701 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:53:05.703 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-06-10 10:53:05.706 | + inc/python:setup_develop:340 : local extras= 2022-06-10 10:53:05.708 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-10 10:53:05.710 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-10 10:53:05.713 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:53:05.715 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-06-10 10:53:05.718 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-10 10:53:05.720 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-10 10:53:05.723 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-06-10 10:53:05.725 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-10 10:53:05.728 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-06-10 10:53:05.731 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-10 10:53:05.733 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-10 10:53:05.736 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-10 10:53:05.742 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-06-10 10:53:05.744 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-06-10 10:53:06.382 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-06-10 10:53:06.385 | + inc/python:setup_package:414 : local bindep=0 2022-06-10 10:53:06.387 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-10 10:53:06.390 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-10 10:53:06.392 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:53:06.394 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-06-10 10:53:06.396 | + inc/python:setup_package:423 : local flags=-e 2022-06-10 10:53:06.398 | + inc/python:setup_package:424 : local extras= 2022-06-10 10:53:06.400 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-10 10:53:06.403 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-10 10:53:06.405 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-10 10:53:06.407 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-10 10:53:06.409 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-10 10:53:06.412 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-06-10 10:53:06.431 | Using python 3.8 to install /opt/stack/keystone 2022-06-10 10:53:06.434 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-06-10 10:53:07.163 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:53:07.164 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:07.164 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:53:07.164 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:08.283 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:53:08.314 | Obtaining file:///opt/stack/keystone 2022-06-10 10:53:08.315 | Preparing metadata (setup.py): started 2022-06-10 10:53:08.357 | Preparing metadata (setup.py): finished with status 'error' 2022-06-10 10:53:08.358 | ERROR: Command errored out with exit status 1: 2022-06-10 10:53:08.358 | command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/opt/stack/keystone/setup.py'"'"'; __file__='"'"'/opt/stack/keystone/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-j0hb_gwv 2022-06-10 10:53:08.358 | cwd: /opt/stack/keystone/ 2022-06-10 10:53:08.358 | Complete output (3 lines): 2022-06-10 10:53:08.358 | Traceback (most recent call last): 2022-06-10 10:53:08.358 | File "", line 1, in 2022-06-10 10:53:08.358 | ModuleNotFoundError: No module named 'setuptools' 2022-06-10 10:53:08.358 | ---------------------------------------- 2022-06-10 10:53:08.358 | WARNING: Discarding file:///opt/stack/keystone. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-10 10:53:08.358 | ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-10 10:53:08.434 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:53:08.434 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:53:08.517 | + inc/python:pip_install:1 : exit_trap 2022-06-10 10:53:08.519 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-10 10:53:08.522 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-10 10:53:08.524 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-10 10:53:08.526 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-10 10:53:08.528 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-10 10:53:08.530 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-10 10:53:08.533 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-10 10:53:08.535 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-10 10:53:08.537 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-10 10:53:08.537 | Error on exit 2022-06-10 10:53:08.539 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-10 10:53:08.541 | + ./stack.sh:exit_trap:537 : generate-subunit 1654858319 69 fail 2022-06-10 10:53:08.786 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-10 10:53:08.788 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-10 10:53:09.237 | + ./stack.sh:exit_trap:551 : exit 1