2022-06-10 10:54:40.972 | + ./stack.sh:main:482 : exec 2022-06-10 10:54:40.972 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105440' 2022-06-10 10:54:40.972 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-10-105440.summary.2022-06-10-105440 2022-06-10 10:54:40.972 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:54:40.972 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105440 2022-06-10 10:54:40.972 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105440 /opt/stack/logs/stack.sh.log 2022-06-10 10:54:40.972 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105440.summary.2022-06-10-105440 /opt/stack/logs/stack.sh.log.summary 2022-06-10 10:54:40.972 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-10 10:54:40.972 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-10 10:54:40.972 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-10 10:54:40.972 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-10 10:54:40.972 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-10 10:54:40.973 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-10 10:54:40.973 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-10 10:54:40.973 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:54:40.973 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-10 10:54:40.973 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-10 10:54:40.973 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:54:40.973 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:54:40.973 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-10 10:54:40.973 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-10 10:54:40.973 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:54:40.975 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-10 10:54:40.977 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-10 10:54:40.979 | + ./stack.sh:main:568 : set -o errexit 2022-06-10 10:54:40.981 | + ./stack.sh:main:571 : uname -a 2022-06-10 10:54:40.982 | 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:54:40.984 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-10 10:54:40.986 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-10 10:54:40.989 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-10 10:54:41.025 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-10 10:54:41.041 | + ./stack.sh:main:585 : fetch_plugins 2022-06-10 10:54:41.043 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-10 10:54:41.045 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-10 10:54:41.047 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-10 10:54:41.048 | + functions-common:fetch_plugins:1777 : return 2022-06-10 10:54:41.050 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-10 10:54:41.052 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-10 10:54:41.054 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:54:41.056 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:54:41.057 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:54:41.059 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:54:41.061 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:54:41.063 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:54:41.065 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:54:41.068 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:54:41.071 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:54:41.072 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:54:41.074 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-10 10:54:41.076 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:54:41.089 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:41.091 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:54:41.093 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:41.094 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:41.096 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:41.098 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:41.100 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:41.101 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-10 10:54:41.103 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-10 10:54:41.105 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:54:41.107 | + 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:54:41.109 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-10 10:54:41.110 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-10 10:54:41.112 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-10 10:54:41.114 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-10 10:54:41.116 | + functions-common:plugin_override_defaults:1818 : return 2022-06-10 10:54:41.118 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-10 10:54:41.135 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-10 10:54:41.137 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-10 10:54:41.150 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:54:41.152 | +++ lib/tls:source:43 : hostname -f 2022-06-10 10:54:41.155 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-10 10:54:41.157 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-10 10:54:41.159 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-10 10:54:41.161 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-10 10:54:41.163 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-10 10:54:41.165 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-10 10:54:41.166 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-10 10:54:41.169 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-10 10:54:41.170 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-10 10:54:41.172 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-10 10:54:41.177 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-10 10:54:41.188 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-10 10:54:41.205 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-10 10:54:41.216 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-10 10:54:41.229 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-10 10:54:41.264 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-10 10:54:41.322 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-10 10:54:41.409 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-10 10:54:41.431 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-10 10:54:41.473 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-10 10:54:41.525 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-10 10:54:41.669 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-10 10:54:41.683 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-10 10:54:41.696 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-10 10:54:41.708 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-10 10:54:41.793 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-10 10:54:41.796 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-10 10:54:41.798 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-10 10:54:41.800 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-10 10:54:41.802 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-10 10:54:41.804 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-10 10:54:41.807 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-10 10:54:41.807 | False' 2022-06-10 10:54:41.810 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-10 10:54:41.824 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-10 10:54:41.827 | + ./stack.sh:main:619 : run_phase source 2022-06-10 10:54:41.829 | + functions-common:run_phase:1854 : local mode=source 2022-06-10 10:54:41.831 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:54:41.833 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:54:41.835 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:54:41.837 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:54:41.839 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:54:41.841 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:54:41.844 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:54:41.847 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:54:41.849 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:54:41.851 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:54:41.853 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-10 10:54:41.856 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:54:41.870 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:41.872 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:54:41.874 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-10 10:54:41.913 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-10 10:54:41.916 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-10 10:54:41.918 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:54:41.920 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-10 10:54:41.922 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-10 10:54:41.924 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-10 10:54:41.926 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-10 10:54:41.928 | + functions-common:load_plugin_settings:1795 : return 2022-06-10 10:54:41.930 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-10 10:54:41.932 | + functions-common:verify_disabled_services:2137 : local service 2022-06-10 10:54:41.935 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.937 | + 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:54:41.939 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.941 | + 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:54:41.944 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.946 | + 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:54:41.949 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.951 | + 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:54:41.953 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.955 | + 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:54:41.958 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.960 | + 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:54:41.963 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.965 | + 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:54:41.967 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.969 | + 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:54:41.972 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.974 | + 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:54:41.976 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.978 | + 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:54:41.980 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.983 | + 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:54:41.985 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.987 | + 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:54:41.989 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.992 | + 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:54:41.994 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:41.996 | + 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:54:41.998 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.001 | + 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:54:42.003 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.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-ovn-metadata-agent, ]] 2022-06-10 10:54:42.008 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.010 | + 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:54:42.012 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.015 | + 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:54:42.017 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.019 | + 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:54:42.021 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.024 | + 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:54:42.026 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.028 | + 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:54:42.031 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.033 | + 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:54:42.035 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.037 | + 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:54:42.040 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.042 | + 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:54:42.044 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.047 | + 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:54:42.049 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.051 | + 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:54:42.054 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.056 | + 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:54:42.058 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.060 | + 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:54:42.063 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.065 | + 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:54:42.067 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.070 | + 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:54:42.072 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.074 | + 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:54:42.077 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.079 | + 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:54:42.081 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.083 | + 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:54:42.086 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.088 | + 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:54:42.090 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.092 | + 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:54:42.094 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.097 | + 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:54:42.099 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.101 | + 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:54:42.103 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.106 | + 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:54:42.108 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.110 | + 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:54:42.112 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.115 | + 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:54:42.117 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.120 | + 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:54:42.122 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.124 | + 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:54:42.126 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.129 | + 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:54:42.131 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.134 | + 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:54:42.136 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:42.138 | + 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:54:42.141 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-10 10:54:42.143 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:54:42.145 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-10 10:54:42.160 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:42.162 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-10 10:54:42.164 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:54:42.166 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-10 10:54:42.181 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:54:42.184 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-10 10:54:42.186 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-10 10:54:42.188 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-10 10:54:42.190 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-10 10:54:42.192 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-10 10:54:42.195 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-10 10:54:42.197 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-10 10:54:42.199 | + lib/database:initialize_database_backends:92 : return 0 2022-06-10 10:54:42.201 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-10 10:54:42.201 | Using mysql database backend 2022-06-10 10:54:42.204 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-10 10:54:42.219 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-10 10:54:42.222 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-10 10:54:42.225 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:54:42.227 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-10 10:54:42.230 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:54:42.232 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-10 10:54:42.248 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:42.250 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-10 10:54:42.266 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-10 10:54:42.282 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:42.284 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-10 10:54:42.301 | + ./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:54:42.316 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-10 10:54:42.332 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:54:42.335 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-10 10:54:42.351 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:42.354 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-10 10:54:42.369 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-10 10:54:42.372 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-10 10:54:42.374 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-10 10:54:42.377 | + functions-common:save_stackenv:60 : local tag=752 2022-06-10 10:54:42.380 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-10 10:54:42.385 | + functions-common:save_stackenv:62 : time_stamp=2022-06-10-105442 2022-06-10 10:54:42.387 | + functions-common:save_stackenv:63 : echo '# 2022-06-10-105442 752' 2022-06-10 10:54:42.390 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.392 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:54:42.394 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.397 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-10 10:54:42.399 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.402 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-10 10:54:42.404 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.406 | + 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:54:42.409 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.411 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.11 2022-06-10 10:54:42.414 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.416 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.11/identity 2022-06-10 10:54:42.419 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.421 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-10-105440 2022-06-10 10:54:42.423 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.426 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-10 10:54:42.428 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.430 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.11 2022-06-10 10:54:42.433 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.435 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-10 10:54:42.437 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.440 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-10 10:54:42.442 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.445 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-10 10:54:42.447 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.449 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-10 10:54:42.451 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.454 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.11 2022-06-10 10:54:42.456 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:42.458 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-06-10 10:54:42.461 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-10 10:54:42.464 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-10 10:54:42.466 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-10 10:54:42.468 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-10 10:54:42.470 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:54:42.472 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:54:42.475 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:54:42.477 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:54:42.479 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:54:42.482 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:54:42.496 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:54:42.498 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:54:42.500 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:42.503 | + functions-common:git_clone:618 : echo master 2022-06-10 10:54:42.503 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:54:42.508 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-10 10:54:42.510 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:42.513 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-10 10:54:42.525 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-10 10:54:42.528 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:54:42.528 | + functions-common:git_clone:679 : head -1 2022-06-10 10:54:42.531 | e9011ef2 Updated from generate-constraints 2022-06-10 10:54:42.534 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:54:42.536 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-10 10:54:42.539 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:54:42.541 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-10 10:54:42.544 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-10 10:54:42.546 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-10 10:54:42.549 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-10 10:54:42.552 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:54:42.554 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-10 10:54:42.556 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-10 10:54:42.559 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-10 10:54:42.562 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-10 10:54:42.566 | ++ tools/install_prereqs.sh:source:47 : NOW=1654858482 2022-06-10 10:54:42.570 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-10 10:54:42.574 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654858406 2022-06-10 10:54:42.576 | ++ tools/install_prereqs.sh:source:49 : DELTA=76 2022-06-10 10:54:42.579 | ++ tools/install_prereqs.sh:source:50 : [[ 76 -lt 7200 ]] 2022-06-10 10:54:42.581 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-10 10:54:42.584 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-10 10:54:42.586 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-10 10:54:42.588 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-10 10:54:42.591 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-10 10:54:42.593 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-10 10:54:42.595 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-10 10:54:42.597 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-10 10:54:42.601 | +++ 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:54:42.647 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-10 10:54:42.647 | apache2-dev 2022-06-10 10:54:42.647 | bc 2022-06-10 10:54:42.647 | bsdmainutils 2022-06-10 10:54:42.647 | curl 2022-06-10 10:54:42.647 | g++ 2022-06-10 10:54:42.647 | gawk 2022-06-10 10:54:42.647 | gcc 2022-06-10 10:54:42.647 | gettext 2022-06-10 10:54:42.647 | git 2022-06-10 10:54:42.647 | graphviz 2022-06-10 10:54:42.647 | iputils-ping 2022-06-10 10:54:42.647 | libapache2-mod-proxy-uwsgi 2022-06-10 10:54:42.647 | libffi-dev 2022-06-10 10:54:42.647 | libjpeg-dev 2022-06-10 10:54:42.647 | libpcre3-dev 2022-06-10 10:54:42.647 | libpq-dev 2022-06-10 10:54:42.647 | libssl-dev 2022-06-10 10:54:42.647 | libsystemd-dev 2022-06-10 10:54:42.647 | libxml2-dev 2022-06-10 10:54:42.648 | libxslt1-dev 2022-06-10 10:54:42.648 | libyaml-dev 2022-06-10 10:54:42.648 | lsof 2022-06-10 10:54:42.648 | openssh-server 2022-06-10 10:54:42.648 | openssl 2022-06-10 10:54:42.648 | pkg-config 2022-06-10 10:54:42.648 | psmisc 2022-06-10 10:54:42.648 | python3-dev 2022-06-10 10:54:42.648 | python3-pip 2022-06-10 10:54:42.648 | python3-systemd 2022-06-10 10:54:42.648 | python3-venv 2022-06-10 10:54:42.648 | tar 2022-06-10 10:54:42.648 | tcpdump 2022-06-10 10:54:42.648 | unzip 2022-06-10 10:54:42.648 | uuid-runtime 2022-06-10 10:54:42.648 | wget 2022-06-10 10:54:42.648 | wget 2022-06-10 10:54:42.648 | zlib1g-dev 2022-06-10 10:54:42.648 | libkrb5-dev 2022-06-10 10:54:42.648 | libldap2-dev 2022-06-10 10:54:42.648 | libsasl2-dev 2022-06-10 10:54:42.648 | memcached 2022-06-10 10:54:42.648 | python3-mysqldb 2022-06-10 10:54:42.648 | sqlite3 2022-06-10 10:54:42.648 | conntrack 2022-06-10 10:54:42.648 | curl 2022-06-10 10:54:42.648 | dnsmasq-base 2022-06-10 10:54:42.648 | dnsmasq-utils 2022-06-10 10:54:42.648 | ebtables 2022-06-10 10:54:42.648 | genisoimage 2022-06-10 10:54:42.648 | iptables 2022-06-10 10:54:42.648 | iputils-arping 2022-06-10 10:54:42.648 | kpartx 2022-06-10 10:54:42.648 | libjs-jquery-tablesorter 2022-06-10 10:54:42.648 | parted 2022-06-10 10:54:42.648 | pm-utils 2022-06-10 10:54:42.649 | python3-mysqldb 2022-06-10 10:54:42.649 | socat 2022-06-10 10:54:42.649 | sqlite3 2022-06-10 10:54:42.649 | sudo 2022-06-10 10:54:42.649 | vlan 2022-06-10 10:54:42.649 | lsscsi 2022-06-10 10:54:42.649 | open-iscsi 2022-06-10 10:54:42.649 | lvm2 2022-06-10 10:54:42.649 | qemu-utils 2022-06-10 10:54:42.649 | thin-provisioning-tools 2022-06-10 10:54:42.649 | acl 2022-06-10 10:54:42.649 | dnsmasq-base 2022-06-10 10:54:42.649 | dnsmasq-utils 2022-06-10 10:54:42.649 | ebtables 2022-06-10 10:54:42.649 | haproxy 2022-06-10 10:54:42.649 | iptables 2022-06-10 10:54:42.649 | iputils-arping 2022-06-10 10:54:42.649 | iputils-ping 2022-06-10 10:54:42.649 | postgresql-server-dev-all 2022-06-10 10:54:42.649 | python3-mysqldb 2022-06-10 10:54:42.649 | sqlite3 2022-06-10 10:54:42.649 | sudo 2022-06-10 10:54:42.649 | vlan 2022-06-10 10:54:42.649 | pcp 2022-06-10 10:54:42.649 | ipset 2022-06-10 10:54:42.649 | conntrack 2022-06-10 10:54:42.649 | conntrackd 2022-06-10 10:54:42.649 | keepalived 2022-06-10 10:54:42.649 | lvm2 2022-06-10 10:54:42.649 | qemu-utils 2022-06-10 10:54:42.649 | thin-provisioning-tools 2022-06-10 10:54:42.649 | curl 2022-06-10 10:54:42.649 | liberasurecode-dev 2022-06-10 10:54:42.649 | make 2022-06-10 10:54:42.649 | memcached 2022-06-10 10:54:42.649 | rsync 2022-06-10 10:54:42.649 | sqlite3 2022-06-10 10:54:42.649 | xfsprogs' 2022-06-10 10:54:42.651 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-10 10:54:42.669 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-10 10:54:42.669 | apache2-dev 2022-06-10 10:54:42.669 | bc 2022-06-10 10:54:42.669 | bsdmainutils 2022-06-10 10:54:42.669 | curl 2022-06-10 10:54:42.669 | g++ 2022-06-10 10:54:42.669 | gawk 2022-06-10 10:54:42.669 | gcc 2022-06-10 10:54:42.669 | gettext 2022-06-10 10:54:42.669 | git 2022-06-10 10:54:42.669 | graphviz 2022-06-10 10:54:42.669 | iputils-ping 2022-06-10 10:54:42.669 | libapache2-mod-proxy-uwsgi 2022-06-10 10:54:42.670 | libffi-dev 2022-06-10 10:54:42.670 | libjpeg-dev 2022-06-10 10:54:42.670 | libpcre3-dev 2022-06-10 10:54:42.670 | libpq-dev 2022-06-10 10:54:42.670 | libssl-dev 2022-06-10 10:54:42.670 | libsystemd-dev 2022-06-10 10:54:42.670 | libxml2-dev 2022-06-10 10:54:42.670 | libxslt1-dev 2022-06-10 10:54:42.670 | libyaml-dev 2022-06-10 10:54:42.670 | lsof 2022-06-10 10:54:42.670 | openssh-server 2022-06-10 10:54:42.670 | openssl 2022-06-10 10:54:42.670 | pkg-config 2022-06-10 10:54:42.670 | psmisc 2022-06-10 10:54:42.670 | python3-dev 2022-06-10 10:54:42.670 | python3-pip 2022-06-10 10:54:42.670 | python3-systemd 2022-06-10 10:54:42.670 | python3-venv 2022-06-10 10:54:42.670 | tar 2022-06-10 10:54:42.670 | tcpdump 2022-06-10 10:54:42.670 | unzip 2022-06-10 10:54:42.670 | uuid-runtime 2022-06-10 10:54:42.670 | wget 2022-06-10 10:54:42.670 | wget 2022-06-10 10:54:42.670 | zlib1g-dev 2022-06-10 10:54:42.670 | libkrb5-dev 2022-06-10 10:54:42.670 | libldap2-dev 2022-06-10 10:54:42.670 | libsasl2-dev 2022-06-10 10:54:42.670 | memcached 2022-06-10 10:54:42.670 | python3-mysqldb 2022-06-10 10:54:42.670 | sqlite3 2022-06-10 10:54:42.670 | conntrack 2022-06-10 10:54:42.670 | curl 2022-06-10 10:54:42.670 | dnsmasq-base 2022-06-10 10:54:42.670 | dnsmasq-utils 2022-06-10 10:54:42.670 | ebtables 2022-06-10 10:54:42.670 | genisoimage 2022-06-10 10:54:42.671 | iptables 2022-06-10 10:54:42.671 | iputils-arping 2022-06-10 10:54:42.671 | kpartx 2022-06-10 10:54:42.671 | libjs-jquery-tablesorter 2022-06-10 10:54:42.671 | parted 2022-06-10 10:54:42.671 | pm-utils 2022-06-10 10:54:42.671 | python3-mysqldb 2022-06-10 10:54:42.671 | socat 2022-06-10 10:54:42.671 | sqlite3 2022-06-10 10:54:42.671 | sudo 2022-06-10 10:54:42.671 | vlan 2022-06-10 10:54:42.671 | lsscsi 2022-06-10 10:54:42.671 | open-iscsi 2022-06-10 10:54:42.671 | lvm2 2022-06-10 10:54:42.671 | qemu-utils 2022-06-10 10:54:42.671 | thin-provisioning-tools 2022-06-10 10:54:42.671 | acl 2022-06-10 10:54:42.671 | dnsmasq-base 2022-06-10 10:54:42.671 | dnsmasq-utils 2022-06-10 10:54:42.671 | ebtables 2022-06-10 10:54:42.671 | haproxy 2022-06-10 10:54:42.671 | iptables 2022-06-10 10:54:42.671 | iputils-arping 2022-06-10 10:54:42.671 | iputils-ping 2022-06-10 10:54:42.671 | postgresql-server-dev-all 2022-06-10 10:54:42.671 | python3-mysqldb 2022-06-10 10:54:42.671 | sqlite3 2022-06-10 10:54:42.671 | sudo 2022-06-10 10:54:42.671 | vlan 2022-06-10 10:54:42.671 | pcp 2022-06-10 10:54:42.671 | ipset 2022-06-10 10:54:42.671 | conntrack 2022-06-10 10:54:42.671 | conntrackd 2022-06-10 10:54:42.671 | keepalived 2022-06-10 10:54:42.671 | lvm2 2022-06-10 10:54:42.671 | qemu-utils 2022-06-10 10:54:42.671 | thin-provisioning-tools 2022-06-10 10:54:42.671 | curl 2022-06-10 10:54:42.672 | liberasurecode-dev 2022-06-10 10:54:42.672 | make 2022-06-10 10:54:42.672 | memcached 2022-06-10 10:54:42.672 | rsync 2022-06-10 10:54:42.672 | sqlite3 2022-06-10 10:54:42.672 | xfsprogs ' 2022-06-10 10:54:42.673 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-10 10:54:42.675 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:42.678 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:42.681 | ++ 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:54:42.681 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-10 10:54:42.686 | ++ 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:54:42.688 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-10 10:54:42.690 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:54:42.692 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-10 10:54:42.694 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:54:42.696 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:42.698 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:54:42.700 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:42.702 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:42.705 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:54:42.707 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-10 10:54:42.709 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:42.711 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-10 10:54:42.713 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-10 10:54:42.717 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-10 10:54:42.719 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-10 10:54:42.721 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-10 10:54:42.723 | ++ functions-common:time_start:2413 : local start_time= 2022-06-10 10:54:42.726 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-10 10:54:42.728 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-10 10:54:42.732 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654858482729 2022-06-10 10:54:42.734 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-10 10:54:42.736 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-10 10:54:42.738 | ++ 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:54:42.946 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-10 10:54:42.970 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-10 10:54:43.029 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-10 10:54:43.088 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-10 10:54:45.174 | Reading package lists... 2022-06-10 10:54:45.205 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-10 10:54:45.207 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-10 10:54:45.209 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:54:45.212 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:54:45.214 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:54:45.216 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:54:45.218 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:54:45.220 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-10 10:54:45.222 | ++ functions-common:time_stop:2433 : start_time=1654858482729 2022-06-10 10:54:45.224 | ++ functions-common:time_stop:2435 : [[ -z 1654858482729 ]] 2022-06-10 10:54:45.226 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:54:45.230 | ++ functions-common:time_stop:2438 : end_time=1654858485228 2022-06-10 10:54:45.232 | ++ functions-common:time_stop:2439 : elapsed_time=2499 2022-06-10 10:54:45.234 | ++ functions-common:time_stop:2440 : total=0 2022-06-10 10:54:45.236 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:54:45.238 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2499 2022-06-10 10:54:45.241 | ++ 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:54:45.243 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:54:45.245 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:45.247 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:45.250 | ++ 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:54:45.271 | ++ 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:54:45.379 | Reading package lists... 2022-06-10 10:54:45.622 | Building dependency tree... 2022-06-10 10:54:45.623 | Reading state information... 2022-06-10 10:54:45.657 | acl is already the newest version (2.2.53-6). 2022-06-10 10:54:45.657 | bc is already the newest version (1.07.1-2build1). 2022-06-10 10:54:45.658 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-10 10:54:45.658 | conntrack is already the newest version (1:1.4.5-2). 2022-06-10 10:54:45.658 | ebtables is already the newest version (2.0.11-3build1). 2022-06-10 10:54:45.658 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:54:45.658 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-10 10:54:45.658 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:54:45.658 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-10 10:54:45.658 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-10 10:54:45.658 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-10 10:54:45.658 | iputils-arping is already the newest version (3:20190709-3). 2022-06-10 10:54:45.658 | iputils-ping is already the newest version (3:20190709-3). 2022-06-10 10:54:45.658 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-10 10:54:45.658 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-10 10:54:45.658 | libffi-dev is already the newest version (3.3-4). 2022-06-10 10:54:45.658 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-10 10:54:45.658 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-10 10:54:45.658 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-10 10:54:45.658 | lsscsi is already the newest version (0.30-0.1). 2022-06-10 10:54:45.658 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-10 10:54:45.658 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:54:45.658 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-10 10:54:45.658 | psmisc is already the newest version (23.3-1). 2022-06-10 10:54:45.658 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:54:45.658 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-10 10:54:45.658 | python3-systemd is already the newest version (234-3build2). 2022-06-10 10:54:45.658 | socat is already the newest version (1.7.3.3-2). 2022-06-10 10:54:45.658 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-10 10:54:45.658 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-10 10:54:45.658 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-10 10:54:45.658 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-10 10:54:45.658 | graphviz is already the newest version (2.42.2-3build2). 2022-06-10 10:54:45.658 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-10 10:54:45.658 | pcp is already the newest version (5.0.3-1). 2022-06-10 10:54:45.658 | pm-utils is already the newest version (1.4.1-19). 2022-06-10 10:54:45.658 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:54:45.659 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:54:45.659 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:54:45.659 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-10 10:54:45.659 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:54:45.659 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:54:45.659 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-10 10:54:45.659 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-10 10:54:45.659 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-10 10:54:45.659 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-10 10:54:45.659 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-10 10:54:45.659 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-10 10:54:45.659 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-10 10:54:45.659 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-10 10:54:45.659 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-10 10:54:45.659 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:54:45.659 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-10 10:54:45.659 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-10 10:54:45.659 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-10 10:54:45.659 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-10 10:54:45.659 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-10 10:54:45.659 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-10 10:54:45.659 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:54:45.659 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-10 10:54:45.659 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-10 10:54:45.659 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-10 10:54:45.659 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-10 10:54:45.659 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-10 10:54:45.659 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-10 10:54:45.659 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-10 10:54:45.659 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-10 10:54:45.659 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-10 10:54:45.659 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-10 10:54:45.871 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:54:45.871 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-10 10:54:45.871 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-10 10:54:45.871 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-10 10:54:45.871 | The following packages were automatically installed and are no longer required: 2022-06-10 10:54:45.872 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:54:45.872 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:54:45.872 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:54:45.872 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:54:45.872 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:54:45.872 | python3-zope.interface 2022-06-10 10:54:45.872 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:54:45.982 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:54:45.987 | ++ functions-common:apt_get:1235 : result=0 2022-06-10 10:54:45.989 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:54:45.992 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:54:45.994 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:54:45.996 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:54:45.998 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:54:46.000 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:54:46.002 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:54:46.004 | ++ functions-common:time_stop:2433 : start_time=1654858485268 2022-06-10 10:54:46.007 | ++ functions-common:time_stop:2435 : [[ -z 1654858485268 ]] 2022-06-10 10:54:46.010 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:54:46.014 | ++ functions-common:time_stop:2438 : end_time=1654858486012 2022-06-10 10:54:46.016 | ++ functions-common:time_stop:2439 : elapsed_time=744 2022-06-10 10:54:46.018 | ++ functions-common:time_stop:2440 : total=759 2022-06-10 10:54:46.020 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:54:46.022 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1503 2022-06-10 10:54:46.025 | ++ functions-common:apt_get:1239 : return 0 2022-06-10 10:54:46.027 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-10 10:54:46.030 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-10 10:54:46.032 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-10 10:54:46.036 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-10 10:54:46.040 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-10 10:54:46.043 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-10 10:54:46.046 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-10 10:54:47.417 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-10 10:54:47.419 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-10 10:54:47.421 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-10 10:54:47.422 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-10 10:54:47.424 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-10 10:54:47.426 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-10 10:54:47.428 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-10 10:54:47.430 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-10 10:54:47.431 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-10 10:54:47.433 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-10 10:54:47.435 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-10 10:54:47.436 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-10 10:54:47.438 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-10 10:54:47.440 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-10 10:54:47.441 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-10 10:54:47.444 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-10 10:54:47.446 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-10 10:54:47.447 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-10 10:54:47.449 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-10 10:54:47.451 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-10 10:54:47.453 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-10 10:54:47.455 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-10 10:54:47.457 | + functions-common:_ensure_lsb_release:394 : return 2022-06-10 10:54:47.459 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-10 10:54:47.527 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-10 10:54:47.529 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-10 10:54:47.596 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-10 10:54:47.598 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-10 10:54:47.665 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-10 10:54:47.667 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-10 10:54:47.669 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-10 10:54:47.671 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-10 10:54:47.673 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-10 10:54:47.675 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-10 10:54:47.676 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-10 10:54:47.679 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-10 10:54:47.681 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-10 10:54:47.682 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-10 10:54:47.684 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-10 10:54:47.684 | Distro: focal 2022-06-10 10:54:47.687 | + tools/install_pip.sh:main:124 : get_versions 2022-06-10 10:54:47.689 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:54:47.692 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:54:47.694 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:54:47.697 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:54:47.697 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:54:48.271 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:54:48.273 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:54:48.273 | pip: 21.3.1 2022-06-10 10:54:48.275 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-10 10:54:48.277 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-10 10:54:48.278 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:54:48.280 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:54:48.282 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:54:48.283 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:54:48.285 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:54:48.287 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:54:48.289 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:54:48.290 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:54:48.292 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:54:48.294 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:54:48.296 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-10 10:54:48.297 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:48.299 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:48.301 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-10 10:54:48.305 | + tools/install_pip.sh:main:153 : set -x 2022-06-10 10:54:48.307 | + tools/install_pip.sh:main:156 : get_versions 2022-06-10 10:54:48.310 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:54:48.313 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:54:48.315 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:54:48.317 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:54:48.318 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:54:48.899 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:54:48.900 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:54:48.901 | pip: 21.3.1 2022-06-10 10:54:48.903 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-10 10:54:48.906 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:54:48.909 | + ./stack.sh:main:791 : fixup_all 2022-06-10 10:54:48.911 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-10 10:54:48.914 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-10 10:54:48.916 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:48.918 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:48.920 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-10 10:54:48.932 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-10 10:54:48.943 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-10 10:54:48.954 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-10 10:54:48.957 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-10 10:54:48.959 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:54:48.961 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:54:48.963 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:54:48.965 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:54:48.967 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:54:48.969 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:54:48.971 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:54:48.973 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:54:48.975 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:54:48.977 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:54:48.979 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-10 10:54:48.982 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-10 10:54:48.984 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-10 10:54:48.986 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:54:48.988 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:54:48.990 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:54:48.993 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:54:48.995 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:54:48.997 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:54:49.000 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-10 10:54:49.002 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-10 10:54:49.029 | Using python 3.8 to install os-testr 2022-06-10 10:54:49.031 | + 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:54:49.760 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:54:49.760 | from cryptography.utils import int_from_bytes 2022-06-10 10:54:49.760 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:54:49.760 | from cryptography.utils import int_from_bytes 2022-06-10 10:54:50.844 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:54:50.875 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-10 10:54:50.942 | 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:54:50.943 | 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:54:50.944 | 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:54:50.956 | 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:54:50.967 | 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:54:50.978 | 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:54:52.545 | 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:54:52.616 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:54:52.616 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:54:52.717 | + inc/python:pip_install:196 : result=0 2022-06-10 10:54:52.719 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:54:52.722 | + functions-common:time_stop:2426 : local name 2022-06-10 10:54:52.724 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:54:52.727 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:54:52.729 | + functions-common:time_stop:2429 : local total 2022-06-10 10:54:52.731 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:54:52.733 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:54:52.735 | + functions-common:time_stop:2433 : start_time=1654858489023 2022-06-10 10:54:52.737 | + functions-common:time_stop:2435 : [[ -z 1654858489023 ]] 2022-06-10 10:54:52.740 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:54:52.744 | + functions-common:time_stop:2438 : end_time=1654858492742 2022-06-10 10:54:52.746 | + functions-common:time_stop:2439 : elapsed_time=3719 2022-06-10 10:54:52.748 | + functions-common:time_stop:2440 : total=0 2022-06-10 10:54:52.750 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:54:52.753 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3719 2022-06-10 10:54:52.755 | + inc/python:pip_install:199 : return 0 2022-06-10 10:54:52.757 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-10 10:54:52.808 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-10 10:54:52.907 | + ./stack.sh:main:805 : install_infra 2022-06-10 10:54:52.910 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:54:52.914 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-10 10:54:52.918 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:54:52.920 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-10 10:54:52.942 | + 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:54:55.688 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:54:55.815 | 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:54:56.118 | + inc/python:pip_install:196 : result=0 2022-06-10 10:54:56.120 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:54:56.122 | + functions-common:time_stop:2426 : local name 2022-06-10 10:54:56.124 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:54:56.126 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:54:56.129 | + functions-common:time_stop:2429 : local total 2022-06-10 10:54:56.131 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:54:56.133 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:54:56.135 | + functions-common:time_stop:2433 : start_time=1654858492935 2022-06-10 10:54:56.137 | + functions-common:time_stop:2435 : [[ -z 1654858492935 ]] 2022-06-10 10:54:56.140 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:54:56.144 | + functions-common:time_stop:2438 : end_time=1654858496142 2022-06-10 10:54:56.147 | + functions-common:time_stop:2439 : elapsed_time=3207 2022-06-10 10:54:56.150 | + functions-common:time_stop:2440 : total=3719 2022-06-10 10:54:56.152 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:54:56.154 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6926 2022-06-10 10:54:56.156 | + inc/python:pip_install:199 : return 0 2022-06-10 10:54:56.158 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:54:56.161 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-10 10:54:56.183 | + 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:54:58.778 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:54:58.780 | Processing /opt/stack/requirements 2022-06-10 10:55:00.489 | 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:55:00.492 | 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:55:00.503 | 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:55:00.509 | 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:55:00.512 | 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:55:00.517 | 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:55:00.544 | 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:55:00.547 | 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:55:00.557 | 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:55:00.590 | 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:55:00.592 | 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:55:00.607 | 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:55:00.610 | 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:55:00.615 | 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:55:00.618 | 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:55:00.620 | 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:55:00.633 | 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:55:00.636 | 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:55:00.643 | 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:55:00.654 | 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:55:00.720 | 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:55:00.725 | 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:55:00.727 | 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:55:00.788 | Building wheels for collected packages: openstack-requirements 2022-06-10 10:55:00.789 | Building wheel for openstack-requirements (setup.py): started 2022-06-10 10:55:01.614 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-10 10:55:01.614 | ERROR: Command errored out with exit status 1: 2022-06-10 10:55:01.614 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ca3_3di4/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ca3_3di4/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-v6qsu7qq 2022-06-10 10:55:01.614 | cwd: /tmp/pip-req-build-ca3_3di4/ 2022-06-10 10:55:01.614 | Complete output (6 lines): 2022-06-10 10:55:01.614 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-10 10:55:01.614 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-10 10:55:01.614 | or: setup.py --help-commands 2022-06-10 10:55:01.614 | or: setup.py cmd --help 2022-06-10 10:55:01.614 | 2022-06-10 10:55:01.614 | error: invalid command 'bdist_wheel' 2022-06-10 10:55:01.614 | ---------------------------------------- 2022-06-10 10:55:01.614 | ERROR: Failed building wheel for openstack-requirements 2022-06-10 10:55:01.614 | Running setup.py clean for openstack-requirements 2022-06-10 10:55:02.438 | Failed to build openstack-requirements 2022-06-10 10:55:02.453 | Installing collected packages: openstack-requirements 2022-06-10 10:55:02.453 | Attempting uninstall: openstack-requirements 2022-06-10 10:55:02.455 | Found existing installation: openstack-requirements 1.2.1.dev5468 2022-06-10 10:55:02.489 | Uninstalling openstack-requirements-1.2.1.dev5468: 2022-06-10 10:55:02.507 | Successfully uninstalled openstack-requirements-1.2.1.dev5468 2022-06-10 10:55:02.509 | Running setup.py install for openstack-requirements: started 2022-06-10 10:55:04.865 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-10 10:55:04.888 | Successfully installed openstack-requirements-1.2.1.dev5468 2022-06-10 10:55:05.010 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:05.012 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:05.014 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:05.016 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:05.018 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:05.021 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:05.023 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:05.025 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:05.027 | + functions-common:time_stop:2433 : start_time=1654858496176 2022-06-10 10:55:05.029 | + functions-common:time_stop:2435 : [[ -z 1654858496176 ]] 2022-06-10 10:55:05.032 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:05.036 | + functions-common:time_stop:2438 : end_time=1654858505033 2022-06-10 10:55:05.038 | + functions-common:time_stop:2439 : elapsed_time=8857 2022-06-10 10:55:05.040 | + functions-common:time_stop:2440 : total=6926 2022-06-10 10:55:05.043 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:05.045 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=15783 2022-06-10 10:55:05.047 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:05.050 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-10 10:55:05.052 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-10 10:55:05.054 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-10 10:55:05.056 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:05.059 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:05.061 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2022-06-10 10:55:05.063 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:05.066 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-10 10:55:05.086 | Using python 3.8 to install pbr 2022-06-10 10:55:05.088 | + 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:55:05.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:05.818 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:05.818 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:05.818 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:06.892 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:06.923 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-10 10:55:08.622 | 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:55:08.694 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:08.694 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:08.797 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:08.799 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:08.801 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:08.804 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:08.806 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:08.808 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:08.810 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:08.812 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:08.814 | + functions-common:time_stop:2433 : start_time=1654858505080 2022-06-10 10:55:08.816 | + functions-common:time_stop:2435 : [[ -z 1654858505080 ]] 2022-06-10 10:55:08.819 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:08.823 | + functions-common:time_stop:2438 : end_time=1654858508821 2022-06-10 10:55:08.825 | + functions-common:time_stop:2439 : elapsed_time=3741 2022-06-10 10:55:08.827 | + functions-common:time_stop:2440 : total=15783 2022-06-10 10:55:08.829 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:08.832 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19524 2022-06-10 10:55:08.834 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:08.836 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-10 10:55:11.044 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-10 10:55:12.907 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:12.908 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-10 10:55:12.928 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-10 10:55:12.931 | 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:55:12.934 | 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:55:12.938 | 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:55:12.943 | 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:55:13.013 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:55:13.016 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:55:13.019 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-10 10:55:13.035 | + ./stack.sh:main:814 : pkgs= 2022-06-10 10:55:13.038 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-10 10:55:13.040 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-10 10:55:13.043 | + functions-common:run_phase:1854 : local mode=stack 2022-06-10 10:55:13.045 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-10 10:55:13.047 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:55:13.049 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:55:13.052 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:55:13.054 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:55:13.056 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:55:13.059 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:55:13.063 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:55:13.065 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:55:13.067 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:55:13.069 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-10 10:55:13.072 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:55:13.086 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:13.088 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:55:13.090 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:13.092 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-10 10:55:13.094 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:13.097 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:55:13.099 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:13.101 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-10 10:55:13.103 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:13.105 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-10 10:55:13.107 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:13.109 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:55:13.111 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-10 10:55:13.113 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-10 10:55:13.116 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:55:13.118 | + 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:55:13.120 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-10 10:55:13.123 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-10 10:55:13.125 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-10 10:55:13.127 | + functions-common:run_plugins:1843 : local plugins= 2022-06-10 10:55:13.129 | + functions-common:run_plugins:1844 : local plugin 2022-06-10 10:55:13.131 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-10 10:55:13.134 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-10 10:55:13.136 | + functions:set_systemd_override:821 : local value=2048 2022-06-10 10:55:13.138 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-10 10:55:13.141 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-10 10:55:13.192 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-10 10:55:13.192 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-10 10:55:13.194 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-10 10:55:13.570 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-10 10:55:13.574 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-10 10:55:13.594 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:13.597 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-10 10:55:13.600 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:13.602 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:13.605 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:13.607 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:13.610 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:13.612 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:13.615 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:13.617 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:13.620 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:13.622 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:13.624 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:13.627 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:13.629 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-10 10:55:13.631 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:13.634 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:13.636 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:13.639 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-10 10:55:13.659 | + 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:55:13.769 | Reading package lists... 2022-06-10 10:55:14.017 | Building dependency tree... 2022-06-10 10:55:14.018 | Reading state information... 2022-06-10 10:55:14.264 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-10 10:55:14.264 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:14.265 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:14.265 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:14.265 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:14.265 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:14.265 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:14.265 | python3-zope.interface 2022-06-10 10:55:14.265 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:14.380 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:14.384 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:14.386 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:14.389 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:14.391 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:14.393 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:14.396 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:14.398 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:14.400 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:14.402 | + functions-common:time_stop:2433 : start_time=1654858513657 2022-06-10 10:55:14.404 | + functions-common:time_stop:2435 : [[ -z 1654858513657 ]] 2022-06-10 10:55:14.407 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:14.411 | + functions-common:time_stop:2438 : end_time=1654858514409 2022-06-10 10:55:14.413 | + functions-common:time_stop:2439 : elapsed_time=752 2022-06-10 10:55:14.415 | + functions-common:time_stop:2440 : total=1503 2022-06-10 10:55:14.418 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:14.420 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2255 2022-06-10 10:55:14.422 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:14.424 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-10 10:55:14.427 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:55:14.429 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:55:14.431 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:55:14.433 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:55:14.436 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:55:14.438 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:55:14.440 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-10 10:55:14.443 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:55:14.445 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:55:14.447 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:55:14.450 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:55:14.452 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:55:14.454 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:55:14.456 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:55:14.459 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:55:14.461 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:14.463 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:55:14.466 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-10 10:55:14.468 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:55:14.470 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:55:14.472 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:55:14.475 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:55:14.477 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:55:14.479 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:55:14.482 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-10 10:55:14.484 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-10 10:55:14.499 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:14.502 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-10 10:55:14.504 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:55:14.507 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-10 10:55:14.509 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-10 10:55:14.512 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-10 10:55:14.516 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-10 10:55:14.518 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-10 10:55:14.521 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-10 10:55:14.523 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-10 10:55:14.525 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-10 10:55:14.528 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-10 10:55:14.531 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-10 10:55:15.207 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-10 10:55:15.207 | user tags 2022-06-10 10:55:15.207 | stackrabbit []' 2022-06-10 10:55:15.211 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-10 10:55:15.211 | user tags 2022-06-10 10:55:15.211 | stackrabbit []' 2022-06-10 10:55:15.211 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-10 10:55:15.217 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-10 10:55:15.219 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-10 10:55:15.222 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:55:15.864 | Changing password for user "stackrabbit" ... 2022-06-10 10:55:15.886 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-10 10:55:16.525 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-10 10:55:16.547 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-10 10:55:16.549 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:55:17.222 | Changing password for user "stackrabbit" ... 2022-06-10 10:55:17.244 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-10 10:55:17.247 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-10 10:55:17.249 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-10 10:55:17.900 | Deleting user "guest" ... 2022-06-10 10:55:17.915 | Error: 2022-06-10 10:55:17.915 | {:no_such_user, "guest"} 2022-06-10 10:55:17.928 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-10 10:55:17.930 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-10 10:55:17.947 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:17.950 | + ./stack.sh:main:831 : install_database 2022-06-10 10:55:17.952 | + lib/database:install_database:118 : install_database_mysql 2022-06-10 10:55:17.954 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-10 10:55:17.957 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:17.959 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:17.961 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-10 10:55:18.173 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-10 10:55:18.175 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:18.178 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-10 10:55:18.181 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-10 10:55:18.183 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:18.185 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-10 10:55:18.188 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:55:18.190 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:55:18.192 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:55:18.195 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:55:18.197 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:55:18.199 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:55:18.202 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:55:18.204 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:55:18.206 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:18.208 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:55:18.211 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-10 10:55:18.213 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:55:18.215 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:55:18.218 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:55:18.220 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:55:18.222 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:55:18.225 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:55:18.227 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-10 10:55:18.230 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:18.232 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:18.234 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-10 10:55:18.237 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:18.240 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:18.242 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:18.244 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:18.246 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:18.249 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:18.251 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:18.253 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:18.255 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:18.258 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:18.260 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:18.262 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:18.265 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-10 10:55:18.267 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:18.269 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:18.271 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:18.274 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-10 10:55:18.295 | + 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:55:18.403 | Reading package lists... 2022-06-10 10:55:18.647 | Building dependency tree... 2022-06-10 10:55:18.648 | Reading state information... 2022-06-10 10:55:18.894 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-10 10:55:18.894 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:18.896 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:18.896 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:18.896 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:18.896 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:18.896 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:18.896 | python3-zope.interface 2022-06-10 10:55:18.896 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:19.007 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:19.011 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:19.014 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:19.016 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:19.018 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:19.020 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:19.022 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:19.024 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:19.027 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:19.029 | + functions-common:time_stop:2433 : start_time=1654858518293 2022-06-10 10:55:19.031 | + functions-common:time_stop:2435 : [[ -z 1654858518293 ]] 2022-06-10 10:55:19.034 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:19.038 | + functions-common:time_stop:2438 : end_time=1654858519036 2022-06-10 10:55:19.040 | + functions-common:time_stop:2439 : elapsed_time=743 2022-06-10 10:55:19.042 | + functions-common:time_stop:2440 : total=2255 2022-06-10 10:55:19.045 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:19.047 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2998 2022-06-10 10:55:19.049 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:19.052 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-10 10:55:19.054 | + ./stack.sh:main:834 : install_database_python 2022-06-10 10:55:19.057 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-10 10:55:19.059 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-10 10:55:19.061 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-10 10:55:19.063 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:55:19.066 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-10 10:55:19.069 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-10 10:55:19.071 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:55:19.075 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:55:19.075 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:55:19.081 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-10 10:55:19.083 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-10 10:55:19.086 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-10 10:55:19.088 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-10 10:55:19.091 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-10 10:55:19.112 | Using python 3.8 to install PyMySQL 2022-06-10 10:55:19.115 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-06-10 10:55:19.866 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:19.866 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:19.866 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:19.866 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:20.946 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:20.978 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:55:22.597 | 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:55:22.670 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:22.670 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:22.768 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:22.770 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:22.773 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:22.775 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:22.777 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:22.780 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:22.782 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:22.784 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:22.787 | + functions-common:time_stop:2433 : start_time=1654858519107 2022-06-10 10:55:22.789 | + functions-common:time_stop:2435 : [[ -z 1654858519107 ]] 2022-06-10 10:55:22.792 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:22.796 | + functions-common:time_stop:2438 : end_time=1654858522794 2022-06-10 10:55:22.799 | + functions-common:time_stop:2439 : elapsed_time=3687 2022-06-10 10:55:22.801 | + functions-common:time_stop:2440 : total=19524 2022-06-10 10:55:22.804 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:22.806 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23211 2022-06-10 10:55:22.808 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:22.811 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-10 10:55:22.813 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:55:22.815 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-10 10:55:22.817 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-10 10:55:22.833 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:22.836 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-10 10:55:22.838 | + lib/neutron:install_neutron_agent_packages:715 : is_neutron_legacy_enabled 2022-06-10 10:55:22.841 | ++ 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:55:22.842 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-10 10:55:22.847 | + 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:55:22.849 | + 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:55:22.852 | + 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:55:22.854 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-10 10:55:22.856 | + lib/neutron:install_neutron_agent_packages:717 : install_neutron_agent_packages_mutnauq 2022-06-10 10:55:22.859 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:479 : is_service_enabled q-l3 2022-06-10 10:55:22.874 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:22.876 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:480 : install_package radvd 2022-06-10 10:55:22.879 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:22.881 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:22.883 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:22.886 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:22.888 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:22.890 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:22.893 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:22.895 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:22.897 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:22.899 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:22.902 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:22.904 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:22.906 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-10 10:55:22.908 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:22.911 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:22.913 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:22.916 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-10 10:55:22.936 | + 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:55:23.046 | Reading package lists... 2022-06-10 10:55:23.286 | Building dependency tree... 2022-06-10 10:55:23.287 | Reading state information... 2022-06-10 10:55:23.535 | radvd is already the newest version (1:2.17-2). 2022-06-10 10:55:23.535 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:23.536 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:23.536 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:23.536 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:23.536 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:23.536 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:23.537 | python3-zope.interface 2022-06-10 10:55:23.537 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:23.648 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:23.652 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:23.654 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:23.657 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:23.659 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:23.662 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:23.664 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:23.666 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:23.668 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:23.670 | + functions-common:time_stop:2433 : start_time=1654858522934 2022-06-10 10:55:23.673 | + functions-common:time_stop:2435 : [[ -z 1654858522934 ]] 2022-06-10 10:55:23.675 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:23.680 | + functions-common:time_stop:2438 : end_time=1654858523678 2022-06-10 10:55:23.682 | + functions-common:time_stop:2439 : elapsed_time=744 2022-06-10 10:55:23.684 | + functions-common:time_stop:2440 : total=2998 2022-06-10 10:55:23.687 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:23.689 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3742 2022-06-10 10:55:23.691 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:23.693 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-agt q-dhcp q-l3 2022-06-10 10:55:23.710 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:23.712 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : neutron_plugin_install_agent_packages 2022-06-10 10:55:23.715 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-10 10:55:23.717 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-10 10:55:23.720 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-10 10:55:23.739 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-10 10:55:23.741 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:23.744 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:23.746 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:23.748 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:23.750 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:23.752 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:23.755 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:23.757 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:23.759 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:23.761 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:23.763 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:23.765 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:23.767 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-10 10:55:23.770 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:23.772 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:23.774 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:23.777 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-10 10:55:23.797 | + 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:55:23.905 | Reading package lists... 2022-06-10 10:55:24.147 | Building dependency tree... 2022-06-10 10:55:24.149 | Reading state information... 2022-06-10 10:55:24.396 | fakeroot is already the newest version (1.24-1). 2022-06-10 10:55:24.396 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:55:24.396 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-10 10:55:24.396 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:24.397 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:24.397 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:24.397 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:24.397 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:24.397 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:24.397 | python3-zope.interface 2022-06-10 10:55:24.398 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:24.508 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:24.512 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:24.515 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:24.517 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:24.519 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:24.521 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:24.523 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:24.526 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:24.528 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:24.530 | + functions-common:time_stop:2433 : start_time=1654858523794 2022-06-10 10:55:24.532 | + functions-common:time_stop:2435 : [[ -z 1654858523794 ]] 2022-06-10 10:55:24.534 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:24.539 | + functions-common:time_stop:2438 : end_time=1654858524537 2022-06-10 10:55:24.541 | + functions-common:time_stop:2439 : elapsed_time=743 2022-06-10 10:55:24.543 | + functions-common:time_stop:2440 : total=3742 2022-06-10 10:55:24.545 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:24.547 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4485 2022-06-10 10:55:24.550 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:24.552 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-10 10:55:24.554 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:24.556 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:24.558 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-10 10:55:24.560 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-10 10:55:24.563 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-10 10:55:24.567 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-10 10:55:24.569 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-10 10:55:24.573 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-10 10:55:24.573 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-10 10:55:24.578 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-10 10:55:24.580 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-10 10:55:24.583 | + functions:vercmp:628 : local v1=5.4 2022-06-10 10:55:24.585 | + functions:vercmp:629 : local 'op=<' 2022-06-10 10:55:24.587 | + functions:vercmp:630 : local v2=3.13 2022-06-10 10:55:24.589 | + functions:vercmp:631 : local result 2022-06-10 10:55:24.592 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-10 10:55:24.593 | ++ functions:vercmp:635 : head -1 2022-06-10 10:55:24.593 | ++ functions:vercmp:635 : sort -V 2022-06-10 10:55:24.599 | + functions:vercmp:635 : result=3.13 2022-06-10 10:55:24.601 | + functions:vercmp:637 : case $op in 2022-06-10 10:55:24.603 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-10 10:55:24.605 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-10 10:55:24.607 | + functions:vercmp:648 : return 2022-06-10 10:55:24.610 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-10 10:55:24.612 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:55:24.614 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-10 10:55:25.077 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-10 10:55:25.081 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-10 10:55:25.083 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.087 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.090 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-ken, ]] 2022-06-10 10:55:25.092 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.095 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-10 10:55:25.113 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:25.116 | + ./stack.sh:main:842 : install_etcd3 2022-06-10 10:55:25.118 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-10 10:55:25.118 | Installing etcd 2022-06-10 10:55:25.120 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-10 10:55:25.132 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-10 10:55:25.146 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:25.148 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-10 10:55:25.161 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-10 10:55:25.164 | ++ 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:55:25.171 | ++ 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:55:25.173 | +++ 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:55:25.178 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:25.181 | ++ 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:55:25.183 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-10 10:55:25.185 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:25.188 | ++ functions:get_extra_file:74 : return 2022-06-10 10:55:25.191 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:25.193 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-10 10:55:25.195 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-10 10:55:25.197 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-10 10:55:25.214 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:55:25.216 | + ./stack.sh:main:861 : install_dstat 2022-06-10 10:55:25.218 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-10 10:55:25.237 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:55:25.239 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-10 10:55:25.241 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:55:25.244 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-10 10:55:25.246 | + ./stack.sh:main:870 : install_libs 2022-06-10 10:55:25.248 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-10 10:55:25.250 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-10 10:55:25.253 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-10 10:55:25.255 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-10 10:55:25.257 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.259 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.261 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,automaton, ]] 2022-06-10 10:55:25.263 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.266 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-10 10:55:25.268 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-10 10:55:25.271 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-10 10:55:25.273 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-10 10:55:25.275 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.277 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.279 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,castellan, ]] 2022-06-10 10:55:25.281 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.284 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-10 10:55:25.286 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-10 10:55:25.289 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-10 10:55:25.293 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-10 10:55:25.296 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.298 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.300 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,cliff, ]] 2022-06-10 10:55:25.302 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.304 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-10 10:55:25.307 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-10 10:55:25.309 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-10 10:55:25.311 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-10 10:55:25.313 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.316 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.318 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,cursive, ]] 2022-06-10 10:55:25.320 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.322 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-10 10:55:25.325 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-10 10:55:25.327 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-10 10:55:25.329 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-10 10:55:25.331 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.334 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.336 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,debtcollector, ]] 2022-06-10 10:55:25.338 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.341 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-10 10:55:25.343 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-10 10:55:25.345 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-10 10:55:25.347 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-10 10:55:25.350 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.353 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.355 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,futurist, ]] 2022-06-10 10:55:25.357 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.359 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-10 10:55:25.361 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-10 10:55:25.364 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-10 10:55:25.366 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-10 10:55:25.368 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.370 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.373 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,openstacksdk, ]] 2022-06-10 10:55:25.375 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.377 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-10 10:55:25.379 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-10 10:55:25.382 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-10 10:55:25.384 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-10 10:55:25.386 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.388 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.390 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osc-lib, ]] 2022-06-10 10:55:25.393 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.396 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-10 10:55:25.399 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-10 10:55:25.401 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-10 10:55:25.403 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-10 10:55:25.405 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.408 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.410 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osc-placement, ]] 2022-06-10 10:55:25.413 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.415 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-10 10:55:25.417 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-10 10:55:25.420 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-10 10:55:25.422 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-10 10:55:25.424 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.426 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.428 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-client-config, ]] 2022-06-10 10:55:25.431 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.433 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-10 10:55:25.435 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-10 10:55:25.437 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-10 10:55:25.440 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-10 10:55:25.442 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.444 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.446 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.cache, ]] 2022-06-10 10:55:25.449 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.451 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-10 10:55:25.453 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-10 10:55:25.455 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-10 10:55:25.458 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-10 10:55:25.460 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.463 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.465 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.concurrency, ]] 2022-06-10 10:55:25.467 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.469 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-10 10:55:25.472 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-10 10:55:25.474 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-10 10:55:25.476 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-10 10:55:25.478 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.481 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.483 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.config, ]] 2022-06-10 10:55:25.485 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.487 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-10 10:55:25.490 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-10 10:55:25.492 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-10 10:55:25.495 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-10 10:55:25.497 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.499 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.501 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.context, ]] 2022-06-10 10:55:25.504 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.506 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-10 10:55:25.508 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-10 10:55:25.511 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-10 10:55:25.513 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-10 10:55:25.515 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.517 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.520 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.db, ]] 2022-06-10 10:55:25.522 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.525 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-10 10:55:25.527 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-10 10:55:25.529 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-10 10:55:25.531 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-10 10:55:25.534 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.536 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.538 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.i18n, ]] 2022-06-10 10:55:25.541 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.543 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-10 10:55:25.545 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-10 10:55:25.547 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-10 10:55:25.550 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-10 10:55:25.552 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.555 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.557 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.limit, ]] 2022-06-10 10:55:25.559 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.562 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-10 10:55:25.564 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-10 10:55:25.567 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-10 10:55:25.569 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-10 10:55:25.571 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.574 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.576 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.log, ]] 2022-06-10 10:55:25.578 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.580 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-10 10:55:25.583 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-10 10:55:25.585 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-10 10:55:25.587 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-10 10:55:25.589 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.592 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.594 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.messaging, ]] 2022-06-10 10:55:25.596 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.603 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-10 10:55:25.605 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-10 10:55:25.608 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-10 10:55:25.610 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-10 10:55:25.612 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.615 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.617 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.middleware, ]] 2022-06-10 10:55:25.619 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.622 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-10 10:55:25.624 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-10 10:55:25.626 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-10 10:55:25.629 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-10 10:55:25.631 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.633 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.635 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.policy, ]] 2022-06-10 10:55:25.638 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.640 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-10 10:55:25.642 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-10 10:55:25.644 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-10 10:55:25.647 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-10 10:55:25.649 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.651 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.653 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.privsep, ]] 2022-06-10 10:55:25.656 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.658 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-10 10:55:25.661 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-10 10:55:25.663 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-10 10:55:25.665 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-10 10:55:25.668 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.670 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.672 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.reports, ]] 2022-06-10 10:55:25.675 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.677 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-10 10:55:25.680 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-10 10:55:25.682 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-10 10:55:25.684 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-10 10:55:25.687 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.689 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.691 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.rootwrap, ]] 2022-06-10 10:55:25.694 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.696 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-10 10:55:25.698 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-10 10:55:25.700 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-10 10:55:25.703 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-10 10:55:25.705 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.707 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.709 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.serialization, ]] 2022-06-10 10:55:25.712 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.714 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-10 10:55:25.716 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-10 10:55:25.719 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-10 10:55:25.721 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-10 10:55:25.724 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.726 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.728 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.service, ]] 2022-06-10 10:55:25.731 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.733 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-10 10:55:25.735 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-10 10:55:25.737 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-10 10:55:25.740 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-10 10:55:25.743 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.745 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.747 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.utils, ]] 2022-06-10 10:55:25.749 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.752 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-10 10:55:25.754 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-10 10:55:25.756 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-10 10:55:25.759 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-10 10:55:25.761 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.763 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.766 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.versionedobjects, ]] 2022-06-10 10:55:25.768 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.770 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-10 10:55:25.772 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-10 10:55:25.775 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-10 10:55:25.777 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-10 10:55:25.779 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.782 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.784 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,oslo.vmware, ]] 2022-06-10 10:55:25.787 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.789 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-10 10:55:25.792 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-10 10:55:25.794 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-10 10:55:25.796 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-10 10:55:25.798 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.801 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.804 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,osprofiler, ]] 2022-06-10 10:55:25.806 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.808 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-10 10:55:25.810 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-10 10:55:25.813 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-10 10:55:25.815 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-10 10:55:25.817 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.820 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.822 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,pycadf, ]] 2022-06-10 10:55:25.824 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.827 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-10 10:55:25.829 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-10 10:55:25.831 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-10 10:55:25.833 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-10 10:55:25.836 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.838 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.840 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,stevedore, ]] 2022-06-10 10:55:25.842 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.845 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-10 10:55:25.847 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-10 10:55:25.850 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-10 10:55:25.852 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-10 10:55:25.854 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.857 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.859 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,taskflow, ]] 2022-06-10 10:55:25.861 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.863 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-10 10:55:25.866 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-10 10:55:25.868 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-10 10:55:25.870 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-10 10:55:25.873 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.875 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.877 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,tooz, ]] 2022-06-10 10:55:25.880 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.882 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-10 10:55:25.885 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-10 10:55:25.887 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-10 10:55:25.889 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-10 10:55:25.891 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.894 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.897 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-brick, ]] 2022-06-10 10:55:25.899 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.901 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-10 10:55:25.903 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-10 10:55:25.906 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-10 10:55:25.908 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-10 10:55:25.910 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.913 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.915 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-resource-classes, ]] 2022-06-10 10:55:25.917 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.920 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-10 10:55:25.922 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-10 10:55:25.924 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-10 10:55:25.926 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-10 10:55:25.929 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.931 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.933 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,os-traits, ]] 2022-06-10 10:55:25.936 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.938 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-10 10:55:25.940 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-10 10:55:25.943 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-10 10:55:25.946 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-10 10:55:25.948 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:25.950 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:25.953 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-barbicanclient, ]] 2022-06-10 10:55:25.955 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:25.958 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-10 10:55:25.978 | Using python 3.8 to install etcd3 2022-06-10 10:55:25.980 | + 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:55:26.699 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:26.699 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:26.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:26.699 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:27.762 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:27.793 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-06-10 10:55:27.800 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.46.3) 2022-06-10 10:55:27.802 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-06-10 10:55:27.802 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.1) 2022-06-10 10:55:27.803 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-06-10 10:55:29.371 | 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:55:29.442 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:29.442 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:29.539 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:29.542 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:29.544 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:29.546 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:29.548 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:29.551 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:29.553 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:29.555 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:29.557 | + functions-common:time_stop:2433 : start_time=1654858525973 2022-06-10 10:55:29.559 | + functions-common:time_stop:2435 : [[ -z 1654858525973 ]] 2022-06-10 10:55:29.562 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:29.566 | + functions-common:time_stop:2438 : end_time=1654858529564 2022-06-10 10:55:29.568 | + functions-common:time_stop:2439 : elapsed_time=3591 2022-06-10 10:55:29.570 | + functions-common:time_stop:2440 : total=23211 2022-06-10 10:55:29.572 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:29.575 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=26802 2022-06-10 10:55:29.577 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:29.579 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-06-10 10:55:29.600 | Using python 3.8 to install etcd3gw 2022-06-10 10:55:29.603 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-06-10 10:55:30.326 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:30.327 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:30.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:30.327 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:31.401 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:31.432 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:55:31.438 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.1) 2022-06-10 10:55:31.439 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-06-10 10:55:31.440 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-06-10 10:55:31.470 | 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:55:31.471 | 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:55:31.472 | 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:55:31.474 | 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:55:33.043 | 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:55:33.115 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:33.115 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:33.212 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:33.215 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:33.217 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:33.219 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:33.221 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:33.224 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:33.226 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:33.228 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:33.230 | + functions-common:time_stop:2433 : start_time=1654858529594 2022-06-10 10:55:33.232 | + functions-common:time_stop:2435 : [[ -z 1654858529594 ]] 2022-06-10 10:55:33.235 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:33.239 | + functions-common:time_stop:2438 : end_time=1654858533237 2022-06-10 10:55:33.242 | + functions-common:time_stop:2439 : elapsed_time=3643 2022-06-10 10:55:33.244 | + functions-common:time_stop:2440 : total=26802 2022-06-10 10:55:33.246 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:33.248 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=30445 2022-06-10 10:55:33.250 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:33.253 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-06-10 10:55:33.255 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-06-10 10:55:33.257 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-06-10 10:55:33.259 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:55:33.262 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:55:33.264 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:55:33.266 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:55:33.268 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:55:33.271 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:55:33.273 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:55:33.275 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:55:33.277 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:33.280 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:55:33.282 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-06-10 10:55:33.284 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:33.287 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:33.289 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-10 10:55:33.292 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:55:33.294 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:33.296 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:33.298 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:33.301 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:33.303 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:33.306 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:33.308 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:33.310 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:33.312 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:33.315 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:33.317 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:33.319 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:33.321 | + functions-common:install_package:1465 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:55:33.324 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:33.326 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:33.328 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:33.331 | + functions-common:real_install_package:1451 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:55:33.351 | + 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:55:33.461 | Reading package lists... 2022-06-10 10:55:33.705 | Building dependency tree... 2022-06-10 10:55:33.706 | Reading state information... 2022-06-10 10:55:33.955 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:55:33.955 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:55:33.955 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:55:33.955 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:33.956 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:33.956 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:33.956 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:33.956 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:33.956 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:33.956 | python3-zope.interface 2022-06-10 10:55:33.956 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:34.068 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:34.072 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:34.075 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:34.077 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:34.079 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:34.081 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:34.084 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:34.086 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:34.088 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:34.090 | + functions-common:time_stop:2433 : start_time=1654858533349 2022-06-10 10:55:34.093 | + functions-common:time_stop:2435 : [[ -z 1654858533349 ]] 2022-06-10 10:55:34.095 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:34.099 | + functions-common:time_stop:2438 : end_time=1654858534097 2022-06-10 10:55:34.101 | + functions-common:time_stop:2439 : elapsed_time=748 2022-06-10 10:55:34.104 | + functions-common:time_stop:2440 : total=4485 2022-06-10 10:55:34.106 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:34.108 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5233 2022-06-10 10:55:34.110 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:34.113 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-06-10 10:55:34.115 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:34.117 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:34.119 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-06-10 10:55:34.180 | Module proxy already enabled 2022-06-10 10:55:34.184 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-06-10 10:55:34.245 | Considering dependency proxy for proxy_uwsgi: 2022-06-10 10:55:34.245 | Module proxy already enabled 2022-06-10 10:55:34.245 | Module proxy_uwsgi already enabled 2022-06-10 10:55:34.249 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-06-10 10:55:34.252 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-10 10:55:34.254 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:55:34.257 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-10 10:55:34.380 | + ./stack.sh:main:876 : install_keystoneauth 2022-06-10 10:55:34.383 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-06-10 10:55:34.386 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-06-10 10:55:34.388 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.390 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.393 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,keystoneauth, ]] 2022-06-10 10:55:34.395 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.398 | + ./stack.sh:main:877 : install_keystoneclient 2022-06-10 10:55:34.400 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-06-10 10:55:34.403 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-06-10 10:55:34.405 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.408 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.410 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-keystoneclient, ]] 2022-06-10 10:55:34.412 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.415 | + ./stack.sh:main:878 : install_glanceclient 2022-06-10 10:55:34.417 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-06-10 10:55:34.419 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-06-10 10:55:34.422 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.424 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.427 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-glanceclient, ]] 2022-06-10 10:55:34.429 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.432 | + ./stack.sh:main:879 : install_cinderclient 2022-06-10 10:55:34.434 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-06-10 10:55:34.436 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-06-10 10:55:34.439 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.442 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.444 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-brick-cinderclient-ext, ]] 2022-06-10 10:55:34.446 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.449 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-06-10 10:55:34.451 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-06-10 10:55:34.453 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.456 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.458 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-cinderclient, ]] 2022-06-10 10:55:34.460 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.463 | + ./stack.sh:main:880 : install_novaclient 2022-06-10 10:55:34.465 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-06-10 10:55:34.467 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-06-10 10:55:34.470 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.472 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.474 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-novaclient, ]] 2022-06-10 10:55:34.477 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.479 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-06-10 10:55:34.496 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:34.498 | + ./stack.sh:main:882 : install_swiftclient 2022-06-10 10:55:34.501 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-06-10 10:55:34.503 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-06-10 10:55:34.506 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.508 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.510 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-swiftclient, ]] 2022-06-10 10:55:34.515 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.517 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-06-10 10:55:34.533 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:34.535 | + ./stack.sh:main:885 : install_neutronclient 2022-06-10 10:55:34.538 | + lib/neutron:install_neutronclient:453 : use_library_from_git python-neutronclient 2022-06-10 10:55:34.540 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-06-10 10:55:34.543 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.545 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.547 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,python-neutronclient, ]] 2022-06-10 10:55:34.550 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.553 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-06-10 10:55:34.555 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-06-10 10:55:34.557 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-06-10 10:55:34.560 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:34.562 | + inc/python:use_library_from_git:248 : [[ cinder-tempest-plugin = \A\L\L ]] 2022-06-10 10:55:34.564 | + inc/python:use_library_from_git:248 : [[ ,cinder-tempest-plugin, =~ ,keystonemiddleware, ]] 2022-06-10 10:55:34.567 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:34.570 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-06-10 10:55:34.572 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-10 10:55:34.574 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:55:34.578 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-10 10:55:34.580 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-06-10 10:55:34.582 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:55:34.586 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:55:34.586 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:55:34.591 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-06-10 10:55:34.593 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-06-10 10:55:34.596 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-06-10 10:55:34.599 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-10 10:55:34.601 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-10 10:55:34.623 | Using python 3.8 to install keystonemiddleware 2022-06-10 10:55:34.626 | + 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:55:35.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:35.359 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:35.359 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:35.359 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:36.427 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:36.458 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.5.0) 2022-06-10 10:55:36.510 | 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:55:36.511 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-06-10 10:55:36.512 | 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:55:36.513 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-06-10 10:55:36.514 | 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:55:36.515 | 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:55:36.516 | 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:55:36.517 | 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:55:36.518 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-06-10 10:55:36.519 | 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:55:36.520 | 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:55:36.521 | 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:55:36.523 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-06-10 10:55:36.524 | 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:55:36.580 | 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:55:36.581 | 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:55:36.583 | 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:55:36.621 | 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:55:36.660 | 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:55:36.661 | 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:55:36.663 | 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:55:36.664 | 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:55:36.716 | 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:55:36.718 | 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:55:36.726 | 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:55:36.728 | 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:55:36.742 | 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:55:36.743 | 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:55:36.745 | 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:55:36.813 | 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:55:36.814 | 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:55:36.815 | 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:55:36.818 | 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:55:36.868 | 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:55:36.880 | 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:55:38.364 | 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:55:38.434 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:38.434 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:38.536 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:38.538 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:38.541 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:38.543 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:38.545 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:38.547 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:38.550 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:38.554 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:38.556 | + functions-common:time_stop:2433 : start_time=1654858534617 2022-06-10 10:55:38.558 | + functions-common:time_stop:2435 : [[ -z 1654858534617 ]] 2022-06-10 10:55:38.561 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:38.565 | + functions-common:time_stop:2438 : end_time=1654858538562 2022-06-10 10:55:38.567 | + functions-common:time_stop:2439 : elapsed_time=3945 2022-06-10 10:55:38.569 | + functions-common:time_stop:2440 : total=30445 2022-06-10 10:55:38.571 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:38.573 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=34390 2022-06-10 10:55:38.576 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:38.578 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-06-10 10:55:38.581 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-10 10:55:38.583 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:55:38.586 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-10 10:55:38.588 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-06-10 10:55:38.591 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:55:38.594 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:55:38.595 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:55:38.600 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-06-10 10:55:38.602 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-06-10 10:55:38.605 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-06-10 10:55:38.608 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-10 10:55:38.610 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-10 10:55:38.631 | Using python 3.8 to install python-memcached 2022-06-10 10:55:38.633 | + 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:55:39.356 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:39.356 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:39.356 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:39.356 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:40.423 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:40.453 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-06-10 10:55:40.456 | 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:55:42.031 | 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:55:42.100 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:42.100 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:42.197 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:42.200 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:42.202 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:42.204 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:42.206 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:42.209 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:42.211 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:42.213 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:42.216 | + functions-common:time_stop:2433 : start_time=1654858538626 2022-06-10 10:55:42.218 | + functions-common:time_stop:2435 : [[ -z 1654858538626 ]] 2022-06-10 10:55:42.220 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:42.225 | + functions-common:time_stop:2438 : end_time=1654858542222 2022-06-10 10:55:42.227 | + functions-common:time_stop:2439 : elapsed_time=3596 2022-06-10 10:55:42.229 | + functions-common:time_stop:2440 : total=34390 2022-06-10 10:55:42.231 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:42.234 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=37986 2022-06-10 10:55:42.236 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:42.238 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-06-10 10:55:42.255 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:42.257 | + ./stack.sh:main:892 : '[' 10.222.0.11 == 10.222.0.11 ']' 2022-06-10 10:55:42.259 | + ./stack.sh:main:893 : stack_install_service keystone 2022-06-10 10:55:42.262 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-10 10:55:42.264 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-10 10:55:42.266 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-10 10:55:42.269 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-10 10:55:42.272 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-06-10 10:55:42.287 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:55:42.289 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-06-10 10:55:42.292 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-10 10:55:42.294 | + functions-common:git_clone:598 : local git_dest=/opt/stack/keystone 2022-06-10 10:55:42.296 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:55:42.298 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:55:42.300 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:55:42.303 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:55:42.305 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:55:42.307 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:55:42.322 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:55:42.324 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:55:42.326 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:42.329 | + functions-common:git_clone:618 : echo master 2022-06-10 10:55:42.329 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:55:42.334 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/keystone ]] 2022-06-10 10:55:42.336 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:42.338 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-10 10:55:42.351 | + functions-common:git_clone:678 : cd /opt/stack/keystone 2022-06-10 10:55:42.354 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:55:42.354 | + functions-common:git_clone:679 : head -1 2022-06-10 10:55:42.357 | daa8e746b Merge "Fix typo in documentation" 2022-06-10 10:55:42.360 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:55:42.362 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-06-10 10:55:42.364 | + inc/python:setup_develop:334 : local bindep 2022-06-10 10:55:42.366 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:55:42.369 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-06-10 10:55:42.371 | + inc/python:setup_develop:340 : local extras= 2022-06-10 10:55:42.373 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-10 10:55:42.375 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-10 10:55:42.378 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:55:42.380 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-06-10 10:55:42.382 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-10 10:55:42.385 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-10 10:55:42.388 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-06-10 10:55:42.390 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-10 10:55:42.393 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-06-10 10:55:42.395 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-10 10:55:42.398 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-10 10:55:42.401 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-10 10:55:42.406 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-06-10 10:55:42.408 | + 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:55:43.047 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-06-10 10:55:43.050 | + inc/python:setup_package:414 : local bindep=0 2022-06-10 10:55:43.052 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-10 10:55:43.054 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-10 10:55:43.057 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:55:43.059 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-06-10 10:55:43.061 | + inc/python:setup_package:423 : local flags=-e 2022-06-10 10:55:43.063 | + inc/python:setup_package:424 : local extras= 2022-06-10 10:55:43.065 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-10 10:55:43.068 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-10 10:55:43.070 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-10 10:55:43.072 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-10 10:55:43.074 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-10 10:55:43.077 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-06-10 10:55:43.096 | Using python 3.8 to install /opt/stack/keystone 2022-06-10 10:55:43.099 | + 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:55:43.830 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:43.830 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:43.830 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:43.830 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:44.929 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:44.960 | Obtaining file:///opt/stack/keystone 2022-06-10 10:55:44.961 | Preparing metadata (setup.py): started 2022-06-10 10:55:45.003 | Preparing metadata (setup.py): finished with status 'error' 2022-06-10 10:55:45.003 | ERROR: Command errored out with exit status 1: 2022-06-10 10:55:45.003 | 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-57__7zi4 2022-06-10 10:55:45.004 | cwd: /opt/stack/keystone/ 2022-06-10 10:55:45.004 | Complete output (3 lines): 2022-06-10 10:55:45.004 | Traceback (most recent call last): 2022-06-10 10:55:45.004 | File "", line 1, in 2022-06-10 10:55:45.004 | ModuleNotFoundError: No module named 'setuptools' 2022-06-10 10:55:45.004 | ---------------------------------------- 2022-06-10 10:55:45.004 | 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:55:45.004 | ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-10 10:55:45.077 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:45.077 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:45.161 | + inc/python:pip_install:1 : exit_trap 2022-06-10 10:55:45.163 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-10 10:55:45.166 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-10 10:55:45.169 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-10 10:55:45.171 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-10 10:55:45.173 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-10 10:55:45.175 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-10 10:55:45.177 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-10 10:55:45.179 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-10 10:55:45.181 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-10 10:55:45.181 | Error on exit 2022-06-10 10:55:45.183 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-10 10:55:45.185 | + ./stack.sh:exit_trap:537 : generate-subunit 1654858477 68 fail 2022-06-10 10:55:45.427 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-10 10:55:45.429 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-10 10:55:45.873 | + ./stack.sh:exit_trap:551 : exit 1