2022-06-10 10:52:01.912 | + ./stack.sh:main:482 : exec 2022-06-10 10:52:01.912 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105201' 2022-06-10 10:52:01.912 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-10-105201.summary.2022-06-10-105201 2022-06-10 10:52:01.912 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:01.912 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105201 2022-06-10 10:52:01.912 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105201 /opt/stack/logs/stack.sh.log 2022-06-10 10:52:01.913 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105201.summary.2022-06-10-105201 /opt/stack/logs/stack.sh.log.summary 2022-06-10 10:52:01.913 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-10 10:52:01.913 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-10 10:52:01.913 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-10 10:52:01.913 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-10 10:52:01.913 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-10 10:52:01.913 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-10 10:52:01.913 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-10 10:52:01.913 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:52:01.913 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-10 10:52:01.913 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-10 10:52:01.913 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:52:01.913 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:52:01.916 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-10 10:52:01.918 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-10 10:52:01.922 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:52:01.924 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-10 10:52:01.926 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-10 10:52:01.928 | + ./stack.sh:main:568 : set -o errexit 2022-06-10 10:52:01.930 | + ./stack.sh:main:571 : uname -a 2022-06-10 10:52:01.931 | Linux dv-cinder-master-3-smb 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:01.933 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-10 10:52:01.935 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-10 10:52:01.938 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-10 10:52:01.973 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-10 10:52:01.989 | + ./stack.sh:main:585 : fetch_plugins 2022-06-10 10:52:01.991 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-10 10:52:01.993 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-10 10:52:01.995 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-10 10:52:01.997 | + functions-common:fetch_plugins:1777 : return 2022-06-10 10:52:01.998 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-10 10:52:02.000 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-10 10:52:02.002 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:52:02.004 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:52:02.005 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:52:02.007 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:52:02.009 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:52:02.011 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:52:02.013 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:52:02.016 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:52:02.018 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:52:02.020 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:52:02.021 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-10 10:52:02.024 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:52:02.036 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:02.038 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:52:02.040 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:02.042 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:02.044 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:02.046 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:02.047 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:52:02.049 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-10 10:52:02.051 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-10 10:52:02.053 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:52:02.054 | + 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:02.056 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-10 10:52:02.058 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-10 10:52:02.060 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-10 10:52:02.062 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-10 10:52:02.063 | + functions-common:plugin_override_defaults:1818 : return 2022-06-10 10:52:02.066 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-10 10:52:02.083 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-10 10:52:02.085 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-10 10:52:02.098 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:02.101 | +++ lib/tls:source:43 : hostname -f 2022-06-10 10:52:02.105 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-10 10:52:02.106 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-10 10:52:02.108 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-10 10:52:02.110 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-10 10:52:02.112 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-10 10:52:02.114 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-10 10:52:02.116 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-10 10:52:02.118 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-10 10:52:02.119 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-10 10:52:02.121 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-10 10:52:02.126 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-10 10:52:02.137 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-10 10:52:02.154 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-10 10:52:02.167 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-10 10:52:02.179 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-10 10:52:02.214 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-10 10:52:02.271 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-10 10:52:02.359 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-10 10:52:02.380 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-10 10:52:02.423 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-10 10:52:02.474 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-10 10:52:02.618 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-10 10:52:02.631 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-10 10:52:02.644 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-10 10:52:02.657 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-10 10:52:02.743 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-10 10:52:02.745 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-10 10:52:02.748 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-10 10:52:02.750 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-10 10:52:02.752 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-10 10:52:02.754 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-10 10:52:02.756 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-10 10:52:02.756 | False' 2022-06-10 10:52:02.759 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-10 10:52:02.774 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-10 10:52:02.776 | + ./stack.sh:main:619 : run_phase source 2022-06-10 10:52:02.778 | + functions-common:run_phase:1854 : local mode=source 2022-06-10 10:52:02.780 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:52:02.782 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:52:02.784 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:52:02.786 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:52:02.788 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:52:02.790 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:52:02.793 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:52:02.797 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:52:02.799 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:52:02.801 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:52:02.803 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-10 10:52:02.806 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:52:02.820 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:02.822 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:52:02.824 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-10 10:52:02.862 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-10 10:52:02.865 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-10 10:52:02.867 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:52:02.869 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-10 10:52:02.871 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-10 10:52:02.873 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-10 10:52:02.875 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-10 10:52:02.877 | + functions-common:load_plugin_settings:1795 : return 2022-06-10 10:52:02.880 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-10 10:52:02.882 | + functions-common:verify_disabled_services:2137 : local service 2022-06-10 10:52:02.884 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.886 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-10 10:52:02.889 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.891 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-10 10:52:02.893 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.895 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-10 10:52:02.898 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.900 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-10 10:52:02.902 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.904 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-10 10:52:02.907 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.909 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-10 10:52:02.911 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.913 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-10 10:52:02.916 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.919 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-10 10:52:02.921 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.923 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-10 10:52:02.925 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.928 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-10 10:52:02.930 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.933 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-10 10:52:02.935 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.937 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-10 10:52:02.939 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.942 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-10 10:52:02.944 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.946 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-10 10:52:02.948 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.951 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-10 10:52:02.953 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.955 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-10 10:52:02.957 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.959 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-10 10:52:02.962 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.964 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-10 10:52:02.966 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.968 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-10 10:52:02.971 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.973 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-10 10:52:02.975 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.978 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-10 10:52:02.980 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.982 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-10 10:52:02.984 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.986 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-10 10:52:02.989 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.991 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-10 10:52:02.994 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:02.996 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-10 10:52:02.998 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.000 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-10 10:52:03.003 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.005 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-10 10:52:03.011 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.013 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-10 10:52:03.016 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.018 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-10 10:52:03.020 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.022 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-10 10:52:03.025 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.027 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-10 10:52:03.029 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.031 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-10 10:52:03.033 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.036 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-10 10:52:03.038 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.041 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-10 10:52:03.043 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.045 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-10 10:52:03.048 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.050 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-10 10:52:03.052 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.054 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-10 10:52:03.057 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.059 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-10 10:52:03.061 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.064 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-10 10:52:03.066 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.068 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-10 10:52:03.070 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.073 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-10 10:52:03.075 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.077 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-10 10:52:03.079 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.081 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-10 10:52:03.084 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.086 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-10 10:52:03.088 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:52:03.090 | + functions-common:verify_disabled_services:2139 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-10 10:52:03.093 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-10 10:52:03.095 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:52:03.098 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-10 10:52:03.113 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:03.115 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-10 10:52:03.117 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:52:03.120 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-10 10:52:03.134 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:03.137 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-10 10:52:03.139 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-10 10:52:03.141 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-10 10:52:03.143 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-10 10:52:03.146 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-10 10:52:03.148 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-10 10:52:03.150 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-10 10:52:03.152 | + lib/database:initialize_database_backends:92 : return 0 2022-06-10 10:52:03.154 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-10 10:52:03.155 | Using mysql database backend 2022-06-10 10:52:03.157 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-10 10:52:03.173 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-10 10:52:03.176 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-10 10:52:03.178 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:52:03.181 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-10 10:52:03.184 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:52:03.186 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-10 10:52:03.202 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:03.204 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-10 10:52:03.220 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-10 10:52:03.236 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:03.239 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-10 10:52:03.255 | + ./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:03.271 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-10 10:52:03.286 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:03.289 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-10 10:52:03.305 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:03.307 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-10 10:52:03.323 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-10 10:52:03.326 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-10 10:52:03.328 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-10 10:52:03.330 | + functions-common:save_stackenv:60 : local tag=752 2022-06-10 10:52:03.333 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-10 10:52:03.338 | + functions-common:save_stackenv:62 : time_stamp=2022-06-10-105203 2022-06-10 10:52:03.340 | + functions-common:save_stackenv:63 : echo '# 2022-06-10-105203 752' 2022-06-10 10:52:03.343 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.345 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:52:03.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.350 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-10 10:52:03.352 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.354 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-10 10:52:03.357 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.359 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-10 10:52:03.361 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.364 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.11 2022-06-10 10:52:03.366 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.369 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.11/identity 2022-06-10 10:52:03.371 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.373 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-10-105201 2022-06-10 10:52:03.376 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.378 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-10 10:52:03.380 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.383 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.11 2022-06-10 10:52:03.386 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.388 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-10 10:52:03.390 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.392 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-10 10:52:03.395 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.397 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-10 10:52:03.399 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.402 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-10 10:52:03.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.407 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.11 2022-06-10 10:52:03.409 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:52:03.411 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-06-10 10:52:03.414 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-10 10:52:03.417 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-10 10:52:03.419 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-10 10:52:03.421 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-10 10:52:03.423 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:52:03.425 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:52:03.427 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:52:03.430 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:52:03.432 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:52:03.435 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:52:03.450 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:52:03.452 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:52:03.454 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:03.457 | + functions-common:git_clone:618 : echo master 2022-06-10 10:52:03.457 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:52:03.462 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-10 10:52:03.464 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:03.466 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-10 10:52:03.478 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-10 10:52:03.481 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:52:03.481 | + functions-common:git_clone:679 : head -1 2022-06-10 10:52:03.484 | e9011ef2 Updated from generate-constraints 2022-06-10 10:52:03.487 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:52:03.489 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-10 10:52:03.492 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:03.495 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-10 10:52:03.497 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-10 10:52:03.500 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-10 10:52:03.502 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-10 10:52:03.505 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:52:03.507 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-10 10:52:03.510 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-10 10:52:03.513 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-10 10:52:03.516 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-10 10:52:03.520 | ++ tools/install_prereqs.sh:source:47 : NOW=1654858323 2022-06-10 10:52:03.523 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-10 10:52:03.528 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654858131 2022-06-10 10:52:03.530 | ++ tools/install_prereqs.sh:source:49 : DELTA=192 2022-06-10 10:52:03.532 | ++ tools/install_prereqs.sh:source:50 : [[ 192 -lt 7200 ]] 2022-06-10 10:52:03.535 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-10 10:52:03.537 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-10 10:52:03.540 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-10 10:52:03.542 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-10 10:52:03.544 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-10 10:52:03.547 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-10 10:52:03.549 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-10 10:52:03.551 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-10 10:52:03.554 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-10 10:52:03.600 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-10 10:52:03.600 | apache2-dev 2022-06-10 10:52:03.600 | bc 2022-06-10 10:52:03.600 | bsdmainutils 2022-06-10 10:52:03.600 | curl 2022-06-10 10:52:03.600 | g++ 2022-06-10 10:52:03.600 | gawk 2022-06-10 10:52:03.600 | gcc 2022-06-10 10:52:03.600 | gettext 2022-06-10 10:52:03.600 | git 2022-06-10 10:52:03.601 | graphviz 2022-06-10 10:52:03.601 | iputils-ping 2022-06-10 10:52:03.601 | libapache2-mod-proxy-uwsgi 2022-06-10 10:52:03.601 | libffi-dev 2022-06-10 10:52:03.601 | libjpeg-dev 2022-06-10 10:52:03.601 | libpcre3-dev 2022-06-10 10:52:03.601 | libpq-dev 2022-06-10 10:52:03.601 | libssl-dev 2022-06-10 10:52:03.601 | libsystemd-dev 2022-06-10 10:52:03.601 | libxml2-dev 2022-06-10 10:52:03.601 | libxslt1-dev 2022-06-10 10:52:03.601 | libyaml-dev 2022-06-10 10:52:03.601 | lsof 2022-06-10 10:52:03.601 | openssh-server 2022-06-10 10:52:03.601 | openssl 2022-06-10 10:52:03.601 | pkg-config 2022-06-10 10:52:03.601 | psmisc 2022-06-10 10:52:03.601 | python3-dev 2022-06-10 10:52:03.601 | python3-pip 2022-06-10 10:52:03.601 | python3-systemd 2022-06-10 10:52:03.601 | python3-venv 2022-06-10 10:52:03.601 | tar 2022-06-10 10:52:03.601 | tcpdump 2022-06-10 10:52:03.601 | unzip 2022-06-10 10:52:03.601 | uuid-runtime 2022-06-10 10:52:03.601 | wget 2022-06-10 10:52:03.601 | wget 2022-06-10 10:52:03.601 | zlib1g-dev 2022-06-10 10:52:03.601 | libkrb5-dev 2022-06-10 10:52:03.601 | libldap2-dev 2022-06-10 10:52:03.601 | libsasl2-dev 2022-06-10 10:52:03.601 | memcached 2022-06-10 10:52:03.601 | python3-mysqldb 2022-06-10 10:52:03.601 | sqlite3 2022-06-10 10:52:03.601 | conntrack 2022-06-10 10:52:03.601 | curl 2022-06-10 10:52:03.601 | dnsmasq-base 2022-06-10 10:52:03.601 | dnsmasq-utils 2022-06-10 10:52:03.601 | ebtables 2022-06-10 10:52:03.602 | genisoimage 2022-06-10 10:52:03.602 | iptables 2022-06-10 10:52:03.602 | iputils-arping 2022-06-10 10:52:03.602 | kpartx 2022-06-10 10:52:03.602 | libjs-jquery-tablesorter 2022-06-10 10:52:03.602 | parted 2022-06-10 10:52:03.602 | pm-utils 2022-06-10 10:52:03.602 | python3-mysqldb 2022-06-10 10:52:03.602 | socat 2022-06-10 10:52:03.602 | sqlite3 2022-06-10 10:52:03.602 | sudo 2022-06-10 10:52:03.602 | vlan 2022-06-10 10:52:03.602 | lsscsi 2022-06-10 10:52:03.602 | open-iscsi 2022-06-10 10:52:03.602 | lvm2 2022-06-10 10:52:03.602 | qemu-utils 2022-06-10 10:52:03.602 | thin-provisioning-tools 2022-06-10 10:52:03.602 | acl 2022-06-10 10:52:03.602 | dnsmasq-base 2022-06-10 10:52:03.602 | dnsmasq-utils 2022-06-10 10:52:03.602 | ebtables 2022-06-10 10:52:03.602 | haproxy 2022-06-10 10:52:03.602 | iptables 2022-06-10 10:52:03.602 | iputils-arping 2022-06-10 10:52:03.602 | iputils-ping 2022-06-10 10:52:03.602 | postgresql-server-dev-all 2022-06-10 10:52:03.602 | python3-mysqldb 2022-06-10 10:52:03.602 | sqlite3 2022-06-10 10:52:03.602 | sudo 2022-06-10 10:52:03.602 | vlan 2022-06-10 10:52:03.602 | pcp 2022-06-10 10:52:03.602 | ipset 2022-06-10 10:52:03.602 | conntrack 2022-06-10 10:52:03.602 | conntrackd 2022-06-10 10:52:03.602 | keepalived 2022-06-10 10:52:03.602 | lvm2 2022-06-10 10:52:03.602 | qemu-utils 2022-06-10 10:52:03.602 | thin-provisioning-tools 2022-06-10 10:52:03.602 | curl 2022-06-10 10:52:03.603 | liberasurecode-dev 2022-06-10 10:52:03.603 | make 2022-06-10 10:52:03.603 | memcached 2022-06-10 10:52:03.603 | rsync 2022-06-10 10:52:03.603 | sqlite3 2022-06-10 10:52:03.603 | xfsprogs' 2022-06-10 10:52:03.606 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-10 10:52:03.623 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-10 10:52:03.623 | apache2-dev 2022-06-10 10:52:03.623 | bc 2022-06-10 10:52:03.624 | bsdmainutils 2022-06-10 10:52:03.624 | curl 2022-06-10 10:52:03.624 | g++ 2022-06-10 10:52:03.624 | gawk 2022-06-10 10:52:03.624 | gcc 2022-06-10 10:52:03.624 | gettext 2022-06-10 10:52:03.624 | git 2022-06-10 10:52:03.624 | graphviz 2022-06-10 10:52:03.624 | iputils-ping 2022-06-10 10:52:03.624 | libapache2-mod-proxy-uwsgi 2022-06-10 10:52:03.624 | libffi-dev 2022-06-10 10:52:03.624 | libjpeg-dev 2022-06-10 10:52:03.624 | libpcre3-dev 2022-06-10 10:52:03.624 | libpq-dev 2022-06-10 10:52:03.624 | libssl-dev 2022-06-10 10:52:03.624 | libsystemd-dev 2022-06-10 10:52:03.624 | libxml2-dev 2022-06-10 10:52:03.624 | libxslt1-dev 2022-06-10 10:52:03.624 | libyaml-dev 2022-06-10 10:52:03.624 | lsof 2022-06-10 10:52:03.624 | openssh-server 2022-06-10 10:52:03.624 | openssl 2022-06-10 10:52:03.624 | pkg-config 2022-06-10 10:52:03.624 | psmisc 2022-06-10 10:52:03.624 | python3-dev 2022-06-10 10:52:03.624 | python3-pip 2022-06-10 10:52:03.624 | python3-systemd 2022-06-10 10:52:03.624 | python3-venv 2022-06-10 10:52:03.624 | tar 2022-06-10 10:52:03.624 | tcpdump 2022-06-10 10:52:03.624 | unzip 2022-06-10 10:52:03.624 | uuid-runtime 2022-06-10 10:52:03.624 | wget 2022-06-10 10:52:03.624 | wget 2022-06-10 10:52:03.624 | zlib1g-dev 2022-06-10 10:52:03.624 | libkrb5-dev 2022-06-10 10:52:03.624 | libldap2-dev 2022-06-10 10:52:03.625 | libsasl2-dev 2022-06-10 10:52:03.625 | memcached 2022-06-10 10:52:03.625 | python3-mysqldb 2022-06-10 10:52:03.625 | sqlite3 2022-06-10 10:52:03.625 | conntrack 2022-06-10 10:52:03.625 | curl 2022-06-10 10:52:03.625 | dnsmasq-base 2022-06-10 10:52:03.625 | dnsmasq-utils 2022-06-10 10:52:03.625 | ebtables 2022-06-10 10:52:03.625 | genisoimage 2022-06-10 10:52:03.625 | iptables 2022-06-10 10:52:03.625 | iputils-arping 2022-06-10 10:52:03.625 | kpartx 2022-06-10 10:52:03.625 | libjs-jquery-tablesorter 2022-06-10 10:52:03.625 | parted 2022-06-10 10:52:03.625 | pm-utils 2022-06-10 10:52:03.625 | python3-mysqldb 2022-06-10 10:52:03.625 | socat 2022-06-10 10:52:03.625 | sqlite3 2022-06-10 10:52:03.625 | sudo 2022-06-10 10:52:03.625 | vlan 2022-06-10 10:52:03.625 | lsscsi 2022-06-10 10:52:03.625 | open-iscsi 2022-06-10 10:52:03.625 | lvm2 2022-06-10 10:52:03.625 | qemu-utils 2022-06-10 10:52:03.625 | thin-provisioning-tools 2022-06-10 10:52:03.625 | acl 2022-06-10 10:52:03.625 | dnsmasq-base 2022-06-10 10:52:03.625 | dnsmasq-utils 2022-06-10 10:52:03.625 | ebtables 2022-06-10 10:52:03.625 | haproxy 2022-06-10 10:52:03.625 | iptables 2022-06-10 10:52:03.625 | iputils-arping 2022-06-10 10:52:03.625 | iputils-ping 2022-06-10 10:52:03.625 | postgresql-server-dev-all 2022-06-10 10:52:03.625 | python3-mysqldb 2022-06-10 10:52:03.625 | sqlite3 2022-06-10 10:52:03.625 | sudo 2022-06-10 10:52:03.626 | vlan 2022-06-10 10:52:03.626 | pcp 2022-06-10 10:52:03.626 | ipset 2022-06-10 10:52:03.626 | conntrack 2022-06-10 10:52:03.626 | conntrackd 2022-06-10 10:52:03.626 | keepalived 2022-06-10 10:52:03.626 | lvm2 2022-06-10 10:52:03.626 | qemu-utils 2022-06-10 10:52:03.626 | thin-provisioning-tools 2022-06-10 10:52:03.626 | curl 2022-06-10 10:52:03.626 | liberasurecode-dev 2022-06-10 10:52:03.626 | make 2022-06-10 10:52:03.626 | memcached 2022-06-10 10:52:03.626 | rsync 2022-06-10 10:52:03.626 | sqlite3 2022-06-10 10:52:03.626 | xfsprogs ' 2022-06-10 10:52:03.626 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-10 10:52:03.628 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:03.630 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:03.634 | ++ 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:03.635 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-10 10:52:03.639 | ++ 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:03.642 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:03.644 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:03.646 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-10 10:52:03.648 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:03.650 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:03.652 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:03.654 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:03.656 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:03.658 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:03.660 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-10 10:52:03.662 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:03.665 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-10 10:52:03.667 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-10 10:52:03.671 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-10 10:52:03.673 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-10 10:52:03.675 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-10 10:52:03.677 | ++ functions-common:time_start:2413 : local start_time= 2022-06-10 10:52:03.679 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-10 10:52:03.682 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-10 10:52:03.686 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654858323684 2022-06-10 10:52:03.688 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-10 10:52:03.690 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-10 10:52:03.692 | ++ 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:03.994 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-10 10:52:04.073 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-10 10:52:04.132 | Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-10 10:52:04.156 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-10 10:52:06.224 | Reading package lists... 2022-06-10 10:52:06.255 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-10 10:52:06.257 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-10 10:52:06.259 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:52:06.262 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:06.264 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:06.266 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:52:06.268 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:06.270 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-10 10:52:06.272 | ++ functions-common:time_stop:2433 : start_time=1654858323684 2022-06-10 10:52:06.274 | ++ functions-common:time_stop:2435 : [[ -z 1654858323684 ]] 2022-06-10 10:52:06.277 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:06.281 | ++ functions-common:time_stop:2438 : end_time=1654858326279 2022-06-10 10:52:06.283 | ++ functions-common:time_stop:2439 : elapsed_time=2595 2022-06-10 10:52:06.285 | ++ functions-common:time_stop:2440 : total=0 2022-06-10 10:52:06.287 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:06.289 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2595 2022-06-10 10:52:06.291 | ++ 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:06.294 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:06.296 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:06.298 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:06.300 | ++ 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:06.321 | ++ 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:06.430 | Reading package lists... 2022-06-10 10:52:06.672 | Building dependency tree... 2022-06-10 10:52:06.674 | Reading state information... 2022-06-10 10:52:06.707 | acl is already the newest version (2.2.53-6). 2022-06-10 10:52:06.707 | bc is already the newest version (1.07.1-2build1). 2022-06-10 10:52:06.707 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-10 10:52:06.707 | conntrack is already the newest version (1:1.4.5-2). 2022-06-10 10:52:06.707 | ebtables is already the newest version (2.0.11-3build1). 2022-06-10 10:52:06.707 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:52:06.707 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-10 10:52:06.707 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:52:06.707 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-10 10:52:06.707 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-10 10:52:06.707 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-10 10:52:06.707 | iputils-arping is already the newest version (3:20190709-3). 2022-06-10 10:52:06.707 | iputils-ping is already the newest version (3:20190709-3). 2022-06-10 10:52:06.707 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-10 10:52:06.707 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-10 10:52:06.707 | libffi-dev is already the newest version (3.3-4). 2022-06-10 10:52:06.707 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-10 10:52:06.707 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-10 10:52:06.707 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-10 10:52:06.707 | lsscsi is already the newest version (0.30-0.1). 2022-06-10 10:52:06.707 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-10 10:52:06.708 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:52:06.708 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-10 10:52:06.708 | psmisc is already the newest version (23.3-1). 2022-06-10 10:52:06.708 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:52:06.708 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-10 10:52:06.708 | python3-systemd is already the newest version (234-3build2). 2022-06-10 10:52:06.708 | socat is already the newest version (1.7.3.3-2). 2022-06-10 10:52:06.708 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-10 10:52:06.708 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-10 10:52:06.708 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-10 10:52:06.708 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-10 10:52:06.708 | graphviz is already the newest version (2.42.2-3build2). 2022-06-10 10:52:06.708 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-10 10:52:06.708 | pcp is already the newest version (5.0.3-1). 2022-06-10 10:52:06.708 | pm-utils is already the newest version (1.4.1-19). 2022-06-10 10:52:06.708 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:52:06.708 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:06.708 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:06.708 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-10 10:52:06.708 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:52:06.708 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:52:06.708 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-10 10:52:06.708 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-10 10:52:06.708 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-10 10:52:06.708 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-10 10:52:06.708 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-10 10:52:06.708 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-10 10:52:06.708 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-10 10:52:06.708 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-10 10:52:06.708 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-10 10:52:06.708 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:52:06.708 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-10 10:52:06.708 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-10 10:52:06.708 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-10 10:52:06.708 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-10 10:52:06.709 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-10 10:52:06.709 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-10 10:52:06.709 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:52:06.709 | openssl set to manually installed. 2022-06-10 10:52:06.709 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-10 10:52:06.709 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-10 10:52:06.709 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-10 10:52:06.709 | rsync set to manually installed. 2022-06-10 10:52:06.709 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-10 10:52:06.709 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-10 10:52:06.709 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-10 10:52:06.709 | tar set to manually installed. 2022-06-10 10:52:06.709 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-10 10:52:06.709 | tcpdump set to manually installed. 2022-06-10 10:52:06.709 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-10 10:52:06.920 | uuid-runtime set to manually installed. 2022-06-10 10:52:06.920 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-10 10:52:06.921 | wget set to manually installed. 2022-06-10 10:52:06.921 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-10 10:52:06.921 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:06.921 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-10 10:52:06.921 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-10 10:52:06.921 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-10 10:52:06.921 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:06.922 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:06.922 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:06.922 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:06.922 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:06.922 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:06.922 | python3-zope.interface 2022-06-10 10:52:06.922 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:07.049 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:07.053 | ++ functions-common:apt_get:1235 : result=0 2022-06-10 10:52:07.056 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:07.058 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:52:07.060 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:07.062 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:07.065 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:52:07.067 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:07.069 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:07.071 | ++ functions-common:time_stop:2433 : start_time=1654858326318 2022-06-10 10:52:07.074 | ++ functions-common:time_stop:2435 : [[ -z 1654858326318 ]] 2022-06-10 10:52:07.076 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:07.080 | ++ functions-common:time_stop:2438 : end_time=1654858327078 2022-06-10 10:52:07.082 | ++ functions-common:time_stop:2439 : elapsed_time=760 2022-06-10 10:52:07.084 | ++ functions-common:time_stop:2440 : total=733 2022-06-10 10:52:07.087 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:07.089 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1493 2022-06-10 10:52:07.091 | ++ functions-common:apt_get:1239 : return 0 2022-06-10 10:52:07.094 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-10 10:52:07.096 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-10 10:52:07.098 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-10 10:52:07.103 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-10 10:52:07.107 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:07.109 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-10 10:52:07.112 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-10 10:52:08.488 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-10 10:52:08.490 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-10 10:52:08.492 | + 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:08.494 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-10 10:52:08.496 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-10 10:52:08.498 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-10 10:52:08.500 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-10 10:52:08.501 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-10 10:52:08.503 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-10 10:52:08.505 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-10 10:52:08.506 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-10 10:52:08.508 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-10 10:52:08.510 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-10 10:52:08.512 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-10 10:52:08.513 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-10 10:52:08.515 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-10 10:52:08.517 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-10 10:52:08.518 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-10 10:52:08.520 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-10 10:52:08.522 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-10 10:52:08.524 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-10 10:52:08.526 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-10 10:52:08.528 | + functions-common:_ensure_lsb_release:394 : return 2022-06-10 10:52:08.530 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-10 10:52:08.598 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-10 10:52:08.600 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-10 10:52:08.668 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-10 10:52:08.670 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-10 10:52:08.737 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-10 10:52:08.739 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-10 10:52:08.741 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-10 10:52:08.742 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-10 10:52:08.744 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-10 10:52:08.746 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-10 10:52:08.748 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-10 10:52:08.750 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-10 10:52:08.752 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-10 10:52:08.753 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-10 10:52:08.755 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-10 10:52:08.755 | Distro: focal 2022-06-10 10:52:08.758 | + tools/install_pip.sh:main:124 : get_versions 2022-06-10 10:52:08.760 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:52:08.764 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:52:08.765 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:52:08.768 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:52:08.768 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:52:09.339 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:52:09.341 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:52:09.341 | pip: 21.3.1 2022-06-10 10:52:09.343 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-10 10:52:09.345 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-10 10:52:09.346 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:09.348 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:09.350 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:09.351 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:09.354 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:09.355 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:09.357 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:09.359 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:09.361 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:09.362 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:09.364 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-10 10:52:09.366 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:09.367 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:09.369 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-10 10:52:09.373 | + tools/install_pip.sh:main:153 : set -x 2022-06-10 10:52:09.375 | + tools/install_pip.sh:main:156 : get_versions 2022-06-10 10:52:09.377 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:52:09.381 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:52:09.383 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:52:09.385 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:52:09.386 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:52:09.977 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:52:09.979 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:52:09.979 | pip: 21.3.1 2022-06-10 10:52:09.982 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-10 10:52:09.984 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:52:09.988 | + ./stack.sh:main:791 : fixup_all 2022-06-10 10:52:09.990 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-10 10:52:09.992 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-10 10:52:09.994 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:09.996 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:09.998 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-10 10:52:10.010 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-10 10:52:10.021 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-10 10:52:10.033 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-10 10:52:10.035 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-10 10:52:10.037 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:10.039 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:10.041 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:10.044 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:10.046 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:10.048 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:10.050 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:10.052 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:10.054 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:10.056 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:10.058 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-10 10:52:10.061 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-10 10:52:10.063 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-10 10:52:10.065 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:10.067 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:10.069 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:10.072 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:10.074 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:10.076 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:10.079 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-10 10:52:10.081 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-10 10:52:10.101 | Using python 3.8 to install os-testr 2022-06-10 10:52:10.103 | + 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:10.832 | /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:10.832 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:10.832 | /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:10.832 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:11.911 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:11.943 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-10 10:52:12.010 | 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:12.011 | 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:12.012 | 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:12.025 | 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:12.035 | 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:12.046 | 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:13.599 | 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:13.670 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:13.670 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:13.772 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:13.774 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:13.777 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:13.779 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:13.781 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:13.783 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:13.785 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:13.787 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:13.789 | + functions-common:time_stop:2433 : start_time=1654858330096 2022-06-10 10:52:13.792 | + functions-common:time_stop:2435 : [[ -z 1654858330096 ]] 2022-06-10 10:52:13.795 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:13.799 | + functions-common:time_stop:2438 : end_time=1654858333796 2022-06-10 10:52:13.801 | + functions-common:time_stop:2439 : elapsed_time=3700 2022-06-10 10:52:13.803 | + functions-common:time_stop:2440 : total=0 2022-06-10 10:52:13.805 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:13.808 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3700 2022-06-10 10:52:13.810 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:13.812 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-10 10:52:13.863 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-10 10:52:13.963 | + ./stack.sh:main:805 : install_infra 2022-06-10 10:52:13.965 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:52:13.968 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-10 10:52:13.971 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:52:13.973 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-10 10:52:13.996 | + 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:16.728 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:16.850 | 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:17.152 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:17.154 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:17.156 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:17.159 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:17.161 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:17.163 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:17.165 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:17.168 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:17.170 | + functions-common:time_stop:2433 : start_time=1654858333988 2022-06-10 10:52:17.172 | + functions-common:time_stop:2435 : [[ -z 1654858333988 ]] 2022-06-10 10:52:17.175 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:17.179 | + functions-common:time_stop:2438 : end_time=1654858337176 2022-06-10 10:52:17.181 | + functions-common:time_stop:2439 : elapsed_time=3188 2022-06-10 10:52:17.184 | + functions-common:time_stop:2440 : total=3700 2022-06-10 10:52:17.186 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:17.188 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6888 2022-06-10 10:52:17.190 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:17.192 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:52:17.195 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-10 10:52:17.217 | + 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:19.788 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:19.791 | Processing /opt/stack/requirements 2022-06-10 10:52:21.498 | 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:21.501 | 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:21.513 | 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:21.517 | 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:21.520 | 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:21.526 | 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:21.553 | 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:21.555 | 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:21.566 | 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:21.598 | 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:21.601 | 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:21.616 | 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:21.619 | 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:21.624 | 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:21.627 | 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:21.629 | 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:21.642 | 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:21.654 | 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:21.656 | 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:21.662 | 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:21.729 | 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:21.734 | 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:21.796 | 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:21.798 | Building wheels for collected packages: openstack-requirements 2022-06-10 10:52:21.799 | Building wheel for openstack-requirements (setup.py): started 2022-06-10 10:52:22.616 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-10 10:52:22.616 | ERROR: Command errored out with exit status 1: 2022-06-10 10:52:22.616 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-lgsohwxb/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-lgsohwxb/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-yvw8mmx3 2022-06-10 10:52:22.616 | cwd: /tmp/pip-req-build-lgsohwxb/ 2022-06-10 10:52:22.616 | Complete output (6 lines): 2022-06-10 10:52:22.616 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-10 10:52:22.616 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-10 10:52:22.616 | or: setup.py --help-commands 2022-06-10 10:52:22.616 | or: setup.py cmd --help 2022-06-10 10:52:22.616 | 2022-06-10 10:52:22.616 | error: invalid command 'bdist_wheel' 2022-06-10 10:52:22.617 | ---------------------------------------- 2022-06-10 10:52:22.617 | ERROR: Failed building wheel for openstack-requirements 2022-06-10 10:52:22.617 | Running setup.py clean for openstack-requirements 2022-06-10 10:52:23.445 | Failed to build openstack-requirements 2022-06-10 10:52:23.460 | Installing collected packages: openstack-requirements 2022-06-10 10:52:23.460 | Attempting uninstall: openstack-requirements 2022-06-10 10:52:23.461 | Found existing installation: openstack-requirements 1.2.1.dev5468 2022-06-10 10:52:23.496 | Uninstalling openstack-requirements-1.2.1.dev5468: 2022-06-10 10:52:23.514 | Successfully uninstalled openstack-requirements-1.2.1.dev5468 2022-06-10 10:52:23.516 | Running setup.py install for openstack-requirements: started 2022-06-10 10:52:25.882 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-10 10:52:25.906 | Successfully installed openstack-requirements-1.2.1.dev5468 2022-06-10 10:52:26.030 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:26.032 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:26.034 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:26.036 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:26.038 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:26.041 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:26.043 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:26.045 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:26.047 | + functions-common:time_stop:2433 : start_time=1654858337209 2022-06-10 10:52:26.049 | + functions-common:time_stop:2435 : [[ -z 1654858337209 ]] 2022-06-10 10:52:26.052 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:26.056 | + functions-common:time_stop:2438 : end_time=1654858346053 2022-06-10 10:52:26.058 | + functions-common:time_stop:2439 : elapsed_time=8844 2022-06-10 10:52:26.060 | + functions-common:time_stop:2440 : total=6888 2022-06-10 10:52:26.062 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:26.064 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=15732 2022-06-10 10:52:26.067 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:26.069 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-10 10:52:26.071 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-10 10:52:26.074 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-10 10:52:26.077 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:26.079 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:26.081 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2022-06-10 10:52:26.083 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:26.086 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-10 10:52:26.105 | Using python 3.8 to install pbr 2022-06-10 10:52:26.107 | + 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:26.836 | /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:26.836 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:26.836 | /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:26.836 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:27.916 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:27.947 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-10 10:52:29.682 | 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:29.753 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:29.754 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:29.856 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:29.858 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:29.860 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:29.862 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:29.864 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:29.867 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:29.869 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:29.871 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:29.873 | + functions-common:time_stop:2433 : start_time=1654858346100 2022-06-10 10:52:29.875 | + functions-common:time_stop:2435 : [[ -z 1654858346100 ]] 2022-06-10 10:52:29.878 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:29.882 | + functions-common:time_stop:2438 : end_time=1654858349880 2022-06-10 10:52:29.884 | + functions-common:time_stop:2439 : elapsed_time=3780 2022-06-10 10:52:29.887 | + functions-common:time_stop:2440 : total=15732 2022-06-10 10:52:29.889 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:29.891 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19512 2022-06-10 10:52:29.893 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:29.895 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-10 10:52:32.114 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-10 10:52:33.969 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:33.970 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-10 10:52:33.990 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-10 10:52:33.993 | 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:33.999 | 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:34.002 | 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:34.005 | 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:34.076 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:52:34.079 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:52:34.082 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-10 10:52:34.099 | + ./stack.sh:main:814 : pkgs= 2022-06-10 10:52:34.101 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-10 10:52:34.104 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-10 10:52:34.106 | + functions-common:run_phase:1854 : local mode=stack 2022-06-10 10:52:34.108 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-10 10:52:34.110 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:52:34.113 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:52:34.115 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:52:34.117 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:52:34.119 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:52:34.122 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:52:34.126 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:52:34.128 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:52:34.130 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:52:34.132 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-10 10:52:34.134 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:52:34.148 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:34.151 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:52:34.153 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:34.155 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-10 10:52:34.157 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:34.159 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:52:34.161 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:34.163 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-10 10:52:34.166 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:34.168 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-10 10:52:34.170 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:52:34.172 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:52:34.174 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-10 10:52:34.176 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-10 10:52:34.179 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:52:34.181 | + 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:34.183 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-10 10:52:34.185 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-10 10:52:34.187 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-10 10:52:34.189 | + functions-common:run_plugins:1843 : local plugins= 2022-06-10 10:52:34.191 | + functions-common:run_plugins:1844 : local plugin 2022-06-10 10:52:34.194 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-10 10:52:34.196 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-10 10:52:34.198 | + functions:set_systemd_override:821 : local value=2048 2022-06-10 10:52:34.201 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-10 10:52:34.203 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-10 10:52:34.255 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-10 10:52:34.255 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-10 10:52:34.257 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-10 10:52:34.615 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-10 10:52:34.617 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-10 10:52:34.634 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:34.636 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-10 10:52:34.639 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:34.641 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:34.643 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:34.645 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:34.648 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:34.650 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:34.653 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:34.655 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:34.657 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:34.659 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:34.662 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:34.664 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:34.666 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-10 10:52:34.669 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:34.671 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:34.673 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:34.676 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-10 10:52:34.696 | + 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:34.805 | Reading package lists... 2022-06-10 10:52:35.045 | Building dependency tree... 2022-06-10 10:52:35.047 | Reading state information... 2022-06-10 10:52:35.291 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-10 10:52:35.292 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:35.293 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:35.293 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:35.293 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:35.293 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:35.293 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:35.293 | python3-zope.interface 2022-06-10 10:52:35.293 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:35.405 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:35.409 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:35.412 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:35.414 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:35.417 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:35.419 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:35.421 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:35.424 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:35.426 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:35.428 | + functions-common:time_stop:2433 : start_time=1654858354693 2022-06-10 10:52:35.430 | + functions-common:time_stop:2435 : [[ -z 1654858354693 ]] 2022-06-10 10:52:35.434 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:35.438 | + functions-common:time_stop:2438 : end_time=1654858355435 2022-06-10 10:52:35.440 | + functions-common:time_stop:2439 : elapsed_time=742 2022-06-10 10:52:35.442 | + functions-common:time_stop:2440 : total=1493 2022-06-10 10:52:35.444 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:35.446 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2235 2022-06-10 10:52:35.449 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:35.451 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-10 10:52:35.453 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:35.455 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:35.458 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:35.460 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:35.462 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:35.464 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:35.467 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-10 10:52:35.469 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:35.471 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:35.473 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:35.475 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:35.478 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:35.480 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:35.482 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:35.485 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:35.487 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:35.489 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:35.492 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-10 10:52:35.494 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:35.497 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:35.499 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:35.501 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:35.503 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:35.506 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:35.508 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-10 10:52:35.510 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-10 10:52:35.526 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:35.528 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-10 10:52:35.531 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:35.533 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-10 10:52:35.535 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-10 10:52:35.538 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-10 10:52:35.542 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-10 10:52:35.545 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-10 10:52:35.547 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-10 10:52:35.550 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-10 10:52:35.552 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-10 10:52:35.554 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-10 10:52:35.557 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-10 10:52:36.248 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-10 10:52:36.248 | user tags 2022-06-10 10:52:36.248 | stackrabbit []' 2022-06-10 10:52:36.251 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-10 10:52:36.251 | user tags 2022-06-10 10:52:36.251 | stackrabbit []' 2022-06-10 10:52:36.251 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-10 10:52:36.257 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-10 10:52:36.260 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-10 10:52:36.262 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:52:36.905 | Changing password for user "stackrabbit" ... 2022-06-10 10:52:36.927 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-10 10:52:37.613 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-10 10:52:37.636 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-10 10:52:37.638 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:52:38.328 | Changing password for user "stackrabbit" ... 2022-06-10 10:52:38.350 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-10 10:52:38.352 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-10 10:52:38.355 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-10 10:52:39.000 | Deleting user "guest" ... 2022-06-10 10:52:39.014 | Error: 2022-06-10 10:52:39.015 | {:no_such_user, "guest"} 2022-06-10 10:52:39.026 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-10 10:52:39.029 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-10 10:52:39.046 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:39.048 | + ./stack.sh:main:831 : install_database 2022-06-10 10:52:39.050 | + lib/database:install_database:118 : install_database_mysql 2022-06-10 10:52:39.053 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-10 10:52:39.055 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:39.058 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:39.060 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-10 10:52:39.270 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-10 10:52:39.273 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:39.275 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-10 10:52:39.278 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-10 10:52:39.280 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:39.282 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-10 10:52:39.285 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:39.287 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:39.289 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:39.292 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:39.294 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:39.297 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:39.299 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:39.301 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:39.303 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:39.306 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:39.309 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-10 10:52:39.311 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:52:39.313 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:52:39.315 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:52:39.318 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:52:39.320 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:52:39.323 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:52:39.326 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-10 10:52:39.328 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:39.330 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:39.333 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-10 10:52:39.335 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:39.337 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:39.340 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:39.342 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:39.344 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:39.347 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:39.349 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:39.351 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:39.354 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:39.356 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:39.358 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:39.360 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:39.363 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-10 10:52:39.365 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:39.367 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:39.370 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:39.372 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-10 10:52:39.394 | + 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:39.502 | Reading package lists... 2022-06-10 10:52:39.748 | Building dependency tree... 2022-06-10 10:52:39.750 | Reading state information... 2022-06-10 10:52:39.996 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-10 10:52:39.996 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:39.997 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:39.997 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:39.997 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:39.997 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:39.997 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:39.998 | python3-zope.interface 2022-06-10 10:52:39.998 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:40.109 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:40.114 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:40.116 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:40.118 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:40.121 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:40.123 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:40.125 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:40.127 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:40.129 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:40.131 | + functions-common:time_stop:2433 : start_time=1654858359391 2022-06-10 10:52:40.133 | + functions-common:time_stop:2435 : [[ -z 1654858359391 ]] 2022-06-10 10:52:40.137 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:40.141 | + functions-common:time_stop:2438 : end_time=1654858360138 2022-06-10 10:52:40.143 | + functions-common:time_stop:2439 : elapsed_time=747 2022-06-10 10:52:40.145 | + functions-common:time_stop:2440 : total=2235 2022-06-10 10:52:40.147 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:40.149 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2982 2022-06-10 10:52:40.152 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:40.154 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-10 10:52:40.156 | + ./stack.sh:main:834 : install_database_python 2022-06-10 10:52:40.158 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-10 10:52:40.161 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-10 10:52:40.163 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-10 10:52:40.165 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:52:40.168 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-10 10:52:40.171 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-10 10:52:40.173 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:52:40.177 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:52:40.177 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:52:40.182 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-10 10:52:40.185 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-10 10:52:40.187 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-10 10:52:40.190 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-10 10:52:40.192 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-10 10:52:40.213 | Using python 3.8 to install PyMySQL 2022-06-10 10:52:40.216 | + 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:40.940 | /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:40.940 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:40.940 | /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:40.940 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:42.009 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:42.040 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:52:43.608 | 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:43.679 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:43.679 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:43.776 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:43.779 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:43.781 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:43.784 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:43.786 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:43.788 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:43.790 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:43.793 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:43.796 | + functions-common:time_stop:2433 : start_time=1654858360208 2022-06-10 10:52:43.798 | + functions-common:time_stop:2435 : [[ -z 1654858360208 ]] 2022-06-10 10:52:43.801 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:43.805 | + functions-common:time_stop:2438 : end_time=1654858363802 2022-06-10 10:52:43.808 | + functions-common:time_stop:2439 : elapsed_time=3594 2022-06-10 10:52:43.810 | + functions-common:time_stop:2440 : total=19512 2022-06-10 10:52:43.812 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:43.815 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23106 2022-06-10 10:52:43.817 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:43.819 | + 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:43.821 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:52:43.824 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-10 10:52:43.826 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-10 10:52:43.843 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:43.845 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-10 10:52:43.847 | + lib/neutron:install_neutron_agent_packages:715 : is_neutron_legacy_enabled 2022-06-10 10:52:43.851 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-10 10:52:43.851 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-10 10:52:43.857 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-10 10:52:43.859 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-10 10:52:43.861 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-10 10:52:43.864 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-10 10:52:43.866 | + lib/neutron:install_neutron_agent_packages:717 : install_neutron_agent_packages_mutnauq 2022-06-10 10:52:43.868 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:479 : is_service_enabled q-l3 2022-06-10 10:52:43.883 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:43.886 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:480 : install_package radvd 2022-06-10 10:52:43.888 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:43.890 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:43.893 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:43.895 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:43.897 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:43.900 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:43.902 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:43.905 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:43.907 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:43.909 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:43.911 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:43.914 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:43.916 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-10 10:52:43.919 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:43.921 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:43.924 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:43.926 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-10 10:52:43.946 | + 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:44.055 | Reading package lists... 2022-06-10 10:52:44.298 | Building dependency tree... 2022-06-10 10:52:44.300 | Reading state information... 2022-06-10 10:52:44.547 | radvd is already the newest version (1:2.17-2). 2022-06-10 10:52:44.547 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:44.549 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:44.549 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:44.549 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:44.549 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:44.549 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:44.549 | python3-zope.interface 2022-06-10 10:52:44.549 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:44.660 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:44.664 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:44.667 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:44.669 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:44.671 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:44.674 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:44.676 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:44.678 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:44.680 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:44.683 | + functions-common:time_stop:2433 : start_time=1654858363944 2022-06-10 10:52:44.685 | + functions-common:time_stop:2435 : [[ -z 1654858363944 ]] 2022-06-10 10:52:44.688 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:44.692 | + functions-common:time_stop:2438 : end_time=1654858364690 2022-06-10 10:52:44.694 | + functions-common:time_stop:2439 : elapsed_time=746 2022-06-10 10:52:44.696 | + functions-common:time_stop:2440 : total=2982 2022-06-10 10:52:44.699 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:44.701 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3728 2022-06-10 10:52:44.704 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:44.706 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-agt q-dhcp q-l3 2022-06-10 10:52:44.722 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:44.724 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : neutron_plugin_install_agent_packages 2022-06-10 10:52:44.727 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-10 10:52:44.729 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-10 10:52:44.732 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-10 10:52:44.751 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-10 10:52:44.753 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:44.755 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:44.758 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:44.760 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:44.763 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:44.765 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:44.767 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:44.769 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:44.771 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:44.774 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:44.776 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:44.778 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:44.780 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-10 10:52:44.782 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:44.784 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:44.786 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:44.789 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-10 10:52:44.809 | + 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:44.917 | Reading package lists... 2022-06-10 10:52:45.169 | Building dependency tree... 2022-06-10 10:52:45.170 | Reading state information... 2022-06-10 10:52:45.421 | fakeroot is already the newest version (1.24-1). 2022-06-10 10:52:45.421 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:52:45.421 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-10 10:52:45.421 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:45.422 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:45.422 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:45.422 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:45.422 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:45.422 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:45.422 | python3-zope.interface 2022-06-10 10:52:45.422 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:45.533 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:45.537 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:45.539 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:45.541 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:45.544 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:45.546 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:45.548 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:45.550 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:45.552 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:45.554 | + functions-common:time_stop:2433 : start_time=1654858364806 2022-06-10 10:52:45.557 | + functions-common:time_stop:2435 : [[ -z 1654858364806 ]] 2022-06-10 10:52:45.560 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:45.564 | + functions-common:time_stop:2438 : end_time=1654858365561 2022-06-10 10:52:45.566 | + functions-common:time_stop:2439 : elapsed_time=755 2022-06-10 10:52:45.568 | + functions-common:time_stop:2440 : total=3728 2022-06-10 10:52:45.570 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:45.573 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4483 2022-06-10 10:52:45.575 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:45.577 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-10 10:52:45.579 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:45.581 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:45.584 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-10 10:52:45.586 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-10 10:52:45.589 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-10 10:52:45.593 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-10 10:52:45.595 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-10 10:52:45.598 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-10 10:52:45.599 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-10 10:52:45.603 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-10 10:52:45.605 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-10 10:52:45.607 | + functions:vercmp:628 : local v1=5.4 2022-06-10 10:52:45.609 | + functions:vercmp:629 : local 'op=<' 2022-06-10 10:52:45.612 | + functions:vercmp:630 : local v2=3.13 2022-06-10 10:52:45.614 | + functions:vercmp:631 : local result 2022-06-10 10:52:45.617 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-10 10:52:45.618 | ++ functions:vercmp:635 : sort -V 2022-06-10 10:52:45.618 | ++ functions:vercmp:635 : head -1 2022-06-10 10:52:45.623 | + functions:vercmp:635 : result=3.13 2022-06-10 10:52:45.625 | + functions:vercmp:637 : case $op in 2022-06-10 10:52:45.628 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-10 10:52:45.630 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-10 10:52:45.632 | + functions:vercmp:648 : return 2022-06-10 10:52:45.634 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-10 10:52:45.637 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:52:45.639 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-10 10:52:46.101 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-10 10:52:46.104 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-10 10:52:46.108 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.110 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.112 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-ken, ]] 2022-06-10 10:52:46.115 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.117 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-10 10:52:46.135 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:46.137 | + ./stack.sh:main:842 : install_etcd3 2022-06-10 10:52:46.140 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-10 10:52:46.140 | Installing etcd 2022-06-10 10:52:46.143 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-10 10:52:46.154 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-10 10:52:46.166 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:46.168 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-10 10:52:46.185 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-10 10:52:46.188 | ++ 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:46.191 | ++ 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:46.194 | +++ 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:46.199 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:52:46.202 | ++ 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:46.204 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-10 10:52:46.206 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:52:46.209 | ++ functions:get_extra_file:74 : return 2022-06-10 10:52:46.211 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:52:46.214 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-10 10:52:46.216 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-10 10:52:46.218 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-10 10:52:46.234 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:46.237 | + ./stack.sh:main:861 : install_dstat 2022-06-10 10:52:46.239 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-10 10:52:46.255 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:52:46.258 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-10 10:52:46.260 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:52:46.263 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-10 10:52:46.265 | + ./stack.sh:main:870 : install_libs 2022-06-10 10:52:46.267 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-10 10:52:46.270 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-10 10:52:46.272 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-10 10:52:46.274 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-10 10:52:46.276 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.278 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.281 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2022-06-10 10:52:46.283 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.285 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-10 10:52:46.287 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-10 10:52:46.290 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-10 10:52:46.292 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-10 10:52:46.294 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.296 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.299 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2022-06-10 10:52:46.301 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.303 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-10 10:52:46.305 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-10 10:52:46.308 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-10 10:52:46.314 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-10 10:52:46.316 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.319 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.321 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2022-06-10 10:52:46.324 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.326 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-10 10:52:46.328 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-10 10:52:46.331 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-10 10:52:46.333 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-10 10:52:46.335 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.337 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.340 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2022-06-10 10:52:46.342 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.344 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-10 10:52:46.346 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-10 10:52:46.349 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-10 10:52:46.351 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-10 10:52:46.353 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.355 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.358 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2022-06-10 10:52:46.360 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.362 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-10 10:52:46.364 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-10 10:52:46.367 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-10 10:52:46.369 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-10 10:52:46.372 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.374 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.376 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2022-06-10 10:52:46.378 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.381 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-10 10:52:46.383 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-10 10:52:46.386 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-10 10:52:46.388 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-10 10:52:46.390 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.393 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.395 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2022-06-10 10:52:46.397 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.399 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-10 10:52:46.402 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-10 10:52:46.404 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-10 10:52:46.406 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-10 10:52:46.408 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.411 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.413 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2022-06-10 10:52:46.415 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.418 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-10 10:52:46.421 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-10 10:52:46.423 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-10 10:52:46.425 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-10 10:52:46.427 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.430 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.432 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2022-06-10 10:52:46.435 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.437 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-10 10:52:46.439 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-10 10:52:46.441 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-10 10:52:46.444 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-10 10:52:46.446 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.448 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.450 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2022-06-10 10:52:46.453 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.455 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-10 10:52:46.457 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-10 10:52:46.459 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-10 10:52:46.462 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-10 10:52:46.464 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.466 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.468 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2022-06-10 10:52:46.471 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.473 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-10 10:52:46.475 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-10 10:52:46.477 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-10 10:52:46.480 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-10 10:52:46.482 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.485 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.487 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2022-06-10 10:52:46.489 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.491 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-10 10:52:46.494 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-10 10:52:46.497 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-10 10:52:46.499 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-10 10:52:46.501 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.503 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.506 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2022-06-10 10:52:46.508 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.510 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-10 10:52:46.512 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-10 10:52:46.515 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-10 10:52:46.517 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-10 10:52:46.519 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.521 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.524 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2022-06-10 10:52:46.526 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.528 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-10 10:52:46.531 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-10 10:52:46.533 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-10 10:52:46.535 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-10 10:52:46.537 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.540 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.542 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2022-06-10 10:52:46.545 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.547 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-10 10:52:46.549 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-10 10:52:46.552 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-10 10:52:46.554 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-10 10:52:46.557 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.559 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.561 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2022-06-10 10:52:46.564 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.566 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-10 10:52:46.568 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-10 10:52:46.570 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-10 10:52:46.573 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-10 10:52:46.575 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.577 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.580 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.limit, ]] 2022-06-10 10:52:46.582 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.584 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-10 10:52:46.586 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-10 10:52:46.589 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-10 10:52:46.591 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-10 10:52:46.593 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.595 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.598 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2022-06-10 10:52:46.600 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.602 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-10 10:52:46.605 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-10 10:52:46.608 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-10 10:52:46.610 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-10 10:52:46.613 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.615 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.617 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2022-06-10 10:52:46.620 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.622 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-10 10:52:46.625 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-10 10:52:46.627 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-10 10:52:46.629 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-10 10:52:46.632 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.634 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.637 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2022-06-10 10:52:46.639 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.641 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-10 10:52:46.643 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-10 10:52:46.646 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-10 10:52:46.648 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-10 10:52:46.650 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.653 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.655 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2022-06-10 10:52:46.657 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.659 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-10 10:52:46.662 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-10 10:52:46.664 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-10 10:52:46.667 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-10 10:52:46.669 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.672 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.674 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2022-06-10 10:52:46.676 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.678 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-10 10:52:46.681 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-10 10:52:46.683 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-10 10:52:46.686 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-10 10:52:46.688 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.690 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.692 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2022-06-10 10:52:46.695 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.697 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-10 10:52:46.699 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-10 10:52:46.701 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-10 10:52:46.704 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-10 10:52:46.706 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.708 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.711 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2022-06-10 10:52:46.713 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.715 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-10 10:52:46.717 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-10 10:52:46.720 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-10 10:52:46.722 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-10 10:52:46.724 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.727 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.729 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2022-06-10 10:52:46.732 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.734 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-10 10:52:46.736 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-10 10:52:46.739 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-10 10:52:46.741 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-10 10:52:46.743 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.746 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.748 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2022-06-10 10:52:46.751 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.753 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-10 10:52:46.755 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-10 10:52:46.758 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-10 10:52:46.760 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-10 10:52:46.762 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.765 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.767 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2022-06-10 10:52:46.769 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.772 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-10 10:52:46.774 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-10 10:52:46.776 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-10 10:52:46.779 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-10 10:52:46.781 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.783 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.786 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2022-06-10 10:52:46.788 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.791 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-10 10:52:46.793 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-10 10:52:46.796 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-10 10:52:46.798 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-10 10:52:46.800 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.803 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.805 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2022-06-10 10:52:46.808 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.810 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-10 10:52:46.813 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-10 10:52:46.815 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-10 10:52:46.817 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-10 10:52:46.820 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.822 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.824 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2022-06-10 10:52:46.827 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.829 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-10 10:52:46.831 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-10 10:52:46.834 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-10 10:52:46.836 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-10 10:52:46.839 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.841 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.844 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2022-06-10 10:52:46.846 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.848 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-10 10:52:46.851 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-10 10:52:46.853 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-10 10:52:46.856 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-10 10:52:46.858 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.860 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.863 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2022-06-10 10:52:46.865 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.867 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-10 10:52:46.870 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-10 10:52:46.872 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-10 10:52:46.874 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-10 10:52:46.877 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.879 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.881 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2022-06-10 10:52:46.884 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.886 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-10 10:52:46.888 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-10 10:52:46.890 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-10 10:52:46.893 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-10 10:52:46.895 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.897 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.900 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2022-06-10 10:52:46.902 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.905 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-10 10:52:46.907 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-10 10:52:46.909 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-10 10:52:46.912 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-10 10:52:46.914 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.917 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.919 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2022-06-10 10:52:46.922 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.924 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-10 10:52:46.926 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-10 10:52:46.929 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-10 10:52:46.931 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-10 10:52:46.933 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.936 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.938 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-resource-classes, ]] 2022-06-10 10:52:46.940 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.943 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-10 10:52:46.945 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-10 10:52:46.947 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-10 10:52:46.949 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-10 10:52:46.952 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.954 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.956 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2022-06-10 10:52:46.959 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.961 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-10 10:52:46.964 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-10 10:52:46.966 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-10 10:52:46.968 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-10 10:52:46.971 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:46.973 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:46.975 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2022-06-10 10:52:46.978 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:46.981 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-10 10:52:47.001 | Using python 3.8 to install etcd3 2022-06-10 10:52:47.003 | + 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:47.731 | /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:47.731 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:47.731 | /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:47.731 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:48.784 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:48.814 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-06-10 10:52:48.821 | 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:48.823 | 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:48.824 | 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:48.825 | 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.378 | 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:50.448 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:50.448 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:50.546 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:50.548 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:50.551 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:50.553 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:50.555 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:50.557 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:50.559 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:50.562 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:50.564 | + functions-common:time_stop:2433 : start_time=1654858366995 2022-06-10 10:52:50.566 | + functions-common:time_stop:2435 : [[ -z 1654858366995 ]] 2022-06-10 10:52:50.569 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:50.573 | + functions-common:time_stop:2438 : end_time=1654858370570 2022-06-10 10:52:50.575 | + functions-common:time_stop:2439 : elapsed_time=3575 2022-06-10 10:52:50.577 | + functions-common:time_stop:2440 : total=23106 2022-06-10 10:52:50.579 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:50.582 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=26681 2022-06-10 10:52:50.584 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:50.586 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-06-10 10:52:50.611 | Using python 3.8 to install etcd3gw 2022-06-10 10:52:50.613 | + 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:51.364 | /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:51.364 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:51.364 | /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:51.364 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:52.442 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:52.473 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:52:52.479 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-06-10 10:52:52.480 | 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:52.481 | 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:52.509 | 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:52.512 | 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:52.513 | 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:52.515 | 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:54.071 | 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:54.141 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:54.141 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:54.241 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:54.243 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:54.246 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:54.248 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:54.250 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:54.253 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:54.255 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:54.257 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:54.259 | + functions-common:time_stop:2433 : start_time=1654858370605 2022-06-10 10:52:54.261 | + functions-common:time_stop:2435 : [[ -z 1654858370605 ]] 2022-06-10 10:52:54.264 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:54.268 | + functions-common:time_stop:2438 : end_time=1654858374266 2022-06-10 10:52:54.270 | + functions-common:time_stop:2439 : elapsed_time=3661 2022-06-10 10:52:54.272 | + functions-common:time_stop:2440 : total=26681 2022-06-10 10:52:54.274 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:54.277 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=30342 2022-06-10 10:52:54.279 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:54.281 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-06-10 10:52:54.283 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-06-10 10:52:54.286 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-06-10 10:52:54.288 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:52:54.290 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:52:54.293 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:52:54.296 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:52:54.298 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:52:54.300 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:52:54.302 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:52:54.305 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:52:54.307 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:52:54.310 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:52:54.312 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-06-10 10:52:54.314 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:54.316 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:54.319 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-10 10:52:54.321 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:52:54.323 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:52:54.326 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:52:54.328 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:52:54.330 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:52:54.332 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:52:54.335 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:52:54.337 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:54.339 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:54.342 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:52:54.344 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:52:54.346 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:52:54.349 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:52:54.351 | + functions-common:install_package:1465 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:52:54.354 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:52:54.356 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:54.358 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:54.361 | + functions-common:real_install_package:1451 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:52:54.382 | + 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:54.491 | Reading package lists... 2022-06-10 10:52:54.734 | Building dependency tree... 2022-06-10 10:52:54.735 | Reading state information... 2022-06-10 10:52:54.980 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:52:54.980 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:52:54.980 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:52:54.980 | The following packages were automatically installed and are no longer required: 2022-06-10 10:52:54.980 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:52:54.981 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:52:54.981 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:52:54.981 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:52:54.981 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:52:54.981 | python3-zope.interface 2022-06-10 10:52:54.981 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:52:55.091 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:52:55.096 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:52:55.098 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:52:55.100 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:55.102 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:55.105 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:55.107 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:55.109 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:55.111 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:52:55.113 | + functions-common:time_stop:2433 : start_time=1654858374379 2022-06-10 10:52:55.115 | + functions-common:time_stop:2435 : [[ -z 1654858374379 ]] 2022-06-10 10:52:55.118 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:55.123 | + functions-common:time_stop:2438 : end_time=1654858375120 2022-06-10 10:52:55.126 | + functions-common:time_stop:2439 : elapsed_time=741 2022-06-10 10:52:55.128 | + functions-common:time_stop:2440 : total=4483 2022-06-10 10:52:55.130 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:55.132 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5224 2022-06-10 10:52:55.135 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:52:55.138 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-06-10 10:52:55.140 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:52:55.142 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:52:55.145 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-06-10 10:52:55.209 | Module proxy already enabled 2022-06-10 10:52:55.213 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-06-10 10:52:55.276 | Considering dependency proxy for proxy_uwsgi: 2022-06-10 10:52:55.276 | Module proxy already enabled 2022-06-10 10:52:55.276 | Module proxy_uwsgi already enabled 2022-06-10 10:52:55.281 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-06-10 10:52:55.283 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-10 10:52:55.286 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:52:55.288 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-10 10:52:55.418 | + ./stack.sh:main:876 : install_keystoneauth 2022-06-10 10:52:55.420 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-06-10 10:52:55.422 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-06-10 10:52:55.425 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.427 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.429 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2022-06-10 10:52:55.432 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.435 | + ./stack.sh:main:877 : install_keystoneclient 2022-06-10 10:52:55.437 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-06-10 10:52:55.439 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-06-10 10:52:55.442 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.444 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.446 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2022-06-10 10:52:55.449 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.451 | + ./stack.sh:main:878 : install_glanceclient 2022-06-10 10:52:55.453 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-06-10 10:52:55.456 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-06-10 10:52:55.458 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.460 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.463 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2022-06-10 10:52:55.465 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.467 | + ./stack.sh:main:879 : install_cinderclient 2022-06-10 10:52:55.470 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-06-10 10:52:55.472 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-06-10 10:52:55.474 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.477 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.479 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2022-06-10 10:52:55.482 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.484 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-06-10 10:52:55.486 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-06-10 10:52:55.489 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.491 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.493 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2022-06-10 10:52:55.496 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.498 | + ./stack.sh:main:880 : install_novaclient 2022-06-10 10:52:55.501 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-06-10 10:52:55.503 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-06-10 10:52:55.506 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.508 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.510 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2022-06-10 10:52:55.513 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.515 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-06-10 10:52:55.532 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:55.534 | + ./stack.sh:main:882 : install_swiftclient 2022-06-10 10:52:55.537 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-06-10 10:52:55.539 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-06-10 10:52:55.542 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.544 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.547 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2022-06-10 10:52:55.549 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.552 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-06-10 10:52:55.568 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:52:55.571 | + ./stack.sh:main:885 : install_neutronclient 2022-06-10 10:52:55.573 | + lib/neutron:install_neutronclient:453 : use_library_from_git python-neutronclient 2022-06-10 10:52:55.575 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-06-10 10:52:55.578 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.580 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.582 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2022-06-10 10:52:55.585 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.587 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-06-10 10:52:55.590 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-06-10 10:52:55.592 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-06-10 10:52:55.594 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:52:55.597 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:52:55.599 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2022-06-10 10:52:55.601 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:52:55.604 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-06-10 10:52:55.606 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-10 10:52:55.609 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:52:55.612 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-10 10:52:55.614 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-06-10 10:52:55.617 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:52:55.621 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:52:55.621 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:52:55.626 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-06-10 10:52:55.628 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-06-10 10:52:55.630 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-06-10 10:52:55.633 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-10 10:52:55.636 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-10 10:52:55.656 | Using python 3.8 to install keystonemiddleware 2022-06-10 10:52:55.658 | + 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:56.380 | /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:56.381 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:56.381 | /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:56.381 | from cryptography.utils import int_from_bytes 2022-06-10 10:52:57.443 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:52:57.473 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.5.0) 2022-06-10 10:52:57.525 | 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:57.526 | 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:57.527 | 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:57.528 | 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:57.529 | 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:57.530 | 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:57.531 | 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:57.532 | 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:57.534 | 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:57.535 | 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:57.536 | 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:57.536 | 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:57.538 | 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:57.539 | 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:57.595 | 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:57.596 | 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:57.598 | 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:57.636 | 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:57.675 | 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:57.676 | 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:57.678 | 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:57.679 | 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:57.727 | 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:57.731 | 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:57.739 | 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:57.741 | 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:57.754 | 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:57.756 | 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:57.757 | 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:52:57.825 | 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:52:57.826 | 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:52:57.827 | 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:52:57.830 | 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:52:57.879 | 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:52:57.891 | 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:52:59.363 | 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:59.433 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:52:59.433 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:52:59.534 | + inc/python:pip_install:196 : result=0 2022-06-10 10:52:59.537 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:52:59.539 | + functions-common:time_stop:2426 : local name 2022-06-10 10:52:59.541 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:52:59.543 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:52:59.545 | + functions-common:time_stop:2429 : local total 2022-06-10 10:52:59.548 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:52:59.550 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:52:59.552 | + functions-common:time_stop:2433 : start_time=1654858375650 2022-06-10 10:52:59.554 | + functions-common:time_stop:2435 : [[ -z 1654858375650 ]] 2022-06-10 10:52:59.557 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:52:59.561 | + functions-common:time_stop:2438 : end_time=1654858379559 2022-06-10 10:52:59.564 | + functions-common:time_stop:2439 : elapsed_time=3909 2022-06-10 10:52:59.566 | + functions-common:time_stop:2440 : total=30342 2022-06-10 10:52:59.568 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:52:59.570 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=34251 2022-06-10 10:52:59.573 | + inc/python:pip_install:199 : return 0 2022-06-10 10:52:59.575 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-06-10 10:52:59.578 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-10 10:52:59.580 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:52:59.583 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-10 10:52:59.585 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-06-10 10:52:59.588 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:52:59.591 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:52:59.592 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:52:59.597 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-06-10 10:52:59.599 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-06-10 10:52:59.601 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-06-10 10:52:59.604 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-10 10:52:59.606 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-10 10:52:59.628 | Using python 3.8 to install python-memcached 2022-06-10 10:52:59.630 | + 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:00.377 | /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:00.377 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:00.377 | /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:00.377 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:01.469 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:53:01.499 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-06-10 10:53:01.502 | 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:03.084 | 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:03.155 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:53:03.155 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:53:03.252 | + inc/python:pip_install:196 : result=0 2022-06-10 10:53:03.255 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:53:03.257 | + functions-common:time_stop:2426 : local name 2022-06-10 10:53:03.259 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:53:03.262 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:53:03.264 | + functions-common:time_stop:2429 : local total 2022-06-10 10:53:03.266 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:53:03.268 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:53:03.270 | + functions-common:time_stop:2433 : start_time=1654858379622 2022-06-10 10:53:03.272 | + functions-common:time_stop:2435 : [[ -z 1654858379622 ]] 2022-06-10 10:53:03.275 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:53:03.279 | + functions-common:time_stop:2438 : end_time=1654858383277 2022-06-10 10:53:03.281 | + functions-common:time_stop:2439 : elapsed_time=3655 2022-06-10 10:53:03.283 | + functions-common:time_stop:2440 : total=34251 2022-06-10 10:53:03.286 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:53:03.288 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=37906 2022-06-10 10:53:03.290 | + inc/python:pip_install:199 : return 0 2022-06-10 10:53:03.293 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-06-10 10:53:03.310 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:53:03.313 | + ./stack.sh:main:892 : '[' 10.222.0.11 == 10.222.0.11 ']' 2022-06-10 10:53:03.315 | + ./stack.sh:main:893 : stack_install_service keystone 2022-06-10 10:53:03.317 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-10 10:53:03.320 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-10 10:53:03.322 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-10 10:53:03.324 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-10 10:53:03.327 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-06-10 10:53:03.342 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:53:03.344 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-06-10 10:53:03.347 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-10 10:53:03.349 | + functions-common:git_clone:598 : local git_dest=/opt/stack/keystone 2022-06-10 10:53:03.351 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:53:03.353 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:53:03.356 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:53:03.358 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:53:03.361 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:53:03.363 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:53:03.378 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:53:03.380 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:53:03.382 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:53:03.385 | + functions-common:git_clone:618 : echo master 2022-06-10 10:53:03.385 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:53:03.390 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/keystone ]] 2022-06-10 10:53:03.392 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:53:03.394 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-10 10:53:03.407 | + functions-common:git_clone:678 : cd /opt/stack/keystone 2022-06-10 10:53:03.409 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:53:03.410 | + functions-common:git_clone:679 : head -1 2022-06-10 10:53:03.413 | daa8e746b Merge "Fix typo in documentation" 2022-06-10 10:53:03.415 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:53:03.418 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-06-10 10:53:03.421 | + inc/python:setup_develop:334 : local bindep 2022-06-10 10:53:03.423 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:53:03.425 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-06-10 10:53:03.427 | + inc/python:setup_develop:340 : local extras= 2022-06-10 10:53:03.429 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-10 10:53:03.432 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-10 10:53:03.434 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:53:03.436 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-06-10 10:53:03.438 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-10 10:53:03.441 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-10 10:53:03.444 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-06-10 10:53:03.446 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-10 10:53:03.449 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-06-10 10:53:03.451 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-10 10:53:03.453 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-10 10:53:03.456 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-10 10:53:03.462 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-06-10 10:53:03.464 | + 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:04.110 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-06-10 10:53:04.112 | + inc/python:setup_package:414 : local bindep=0 2022-06-10 10:53:04.114 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-10 10:53:04.116 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-10 10:53:04.118 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:53:04.121 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-06-10 10:53:04.123 | + inc/python:setup_package:423 : local flags=-e 2022-06-10 10:53:04.125 | + inc/python:setup_package:424 : local extras= 2022-06-10 10:53:04.128 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-10 10:53:04.130 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-10 10:53:04.132 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-10 10:53:04.134 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-10 10:53:04.137 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-10 10:53:04.139 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-06-10 10:53:04.159 | Using python 3.8 to install /opt/stack/keystone 2022-06-10 10:53:04.161 | + 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:04.886 | /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:04.886 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:04.886 | /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:04.886 | from cryptography.utils import int_from_bytes 2022-06-10 10:53:05.952 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:53:05.982 | Obtaining file:///opt/stack/keystone 2022-06-10 10:53:05.983 | Preparing metadata (setup.py): started 2022-06-10 10:53:06.025 | Preparing metadata (setup.py): finished with status 'error' 2022-06-10 10:53:06.025 | ERROR: Command errored out with exit status 1: 2022-06-10 10:53:06.025 | 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-z038dzv4 2022-06-10 10:53:06.025 | cwd: /opt/stack/keystone/ 2022-06-10 10:53:06.026 | Complete output (3 lines): 2022-06-10 10:53:06.026 | Traceback (most recent call last): 2022-06-10 10:53:06.026 | File "", line 1, in 2022-06-10 10:53:06.026 | ModuleNotFoundError: No module named 'setuptools' 2022-06-10 10:53:06.026 | ---------------------------------------- 2022-06-10 10:53:06.026 | 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:06.026 | 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:06.099 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:53:06.099 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:53:06.180 | + inc/python:pip_install:1 : exit_trap 2022-06-10 10:53:06.182 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-10 10:53:06.185 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-10 10:53:06.187 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-10 10:53:06.189 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-10 10:53:06.192 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-10 10:53:06.194 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-10 10:53:06.196 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-10 10:53:06.198 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-10 10:53:06.200 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-10 10:53:06.200 | Error on exit 2022-06-10 10:53:06.202 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-10 10:53:06.205 | + ./stack.sh:exit_trap:537 : generate-subunit 1654858318 68 fail 2022-06-10 10:53:06.448 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-10 10:53:06.450 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-10 10:53:06.895 | + ./stack.sh:exit_trap:551 : exit 1