2021-08-12 21:09:05.965 | + ./stack.sh:main:473 : exec 2021-08-12 21:09:05.965 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-08-12-210905' 2021-08-12 21:09:05.965 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-08-12-210905.summary.2021-08-12-210905 2021-08-12 21:09:05.965 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-08-12 21:09:05.965 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-08-12-210905 2021-08-12 21:09:05.965 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2021-08-12-210905 /opt/stack/logs/stack.sh.log 2021-08-12 21:09:05.965 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2021-08-12-210905.summary.2021-08-12-210905 /opt/stack/logs/stack.sh.log.summary 2021-08-12 21:09:05.965 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2021-08-12 21:09:05.965 | + functions:check_path_perm_sanity:596 : local real_path 2021-08-12 21:09:05.965 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-08-12 21:09:05.965 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-08-12 21:09:05.965 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-08-12 21:09:05.965 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-08-12 21:09:05.965 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-08-12 21:09:05.965 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-08-12 21:09:05.965 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-08-12 21:09:05.965 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-08-12 21:09:05.965 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-08-12 21:09:05.965 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-08-12 21:09:05.966 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-08-12 21:09:05.966 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-08-12 21:09:05.966 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-08-12 21:09:05.966 | + ./stack.sh:main:505 : trap exit_trap EXIT 2021-08-12 21:09:05.966 | + ./stack.sh:main:546 : trap err_trap ERR 2021-08-12 21:09:05.968 | + ./stack.sh:main:559 : set -o errexit 2021-08-12 21:09:05.970 | + ./stack.sh:main:562 : uname -a 2021-08-12 21:09:05.971 | Linux dv-cinder-804459-1-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 2021-08-12 21:09:05.973 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-08-12 21:09:05.976 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2021-08-12 21:09:05.980 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2021-08-12 21:09:06.011 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2021-08-12 21:09:06.028 | + ./stack.sh:main:576 : fetch_plugins 2021-08-12 21:09:06.030 | + functions-common:fetch_plugins:1655 : local plugins= 2021-08-12 21:09:06.031 | + functions-common:fetch_plugins:1656 : local plugin 2021-08-12 21:09:06.034 | + functions-common:fetch_plugins:1659 : [[ -z '' ]] 2021-08-12 21:09:06.036 | + functions-common:fetch_plugins:1660 : return 2021-08-12 21:09:06.038 | + ./stack.sh:main:580 : run_phase override_defaults 2021-08-12 21:09:06.040 | + functions-common:run_phase:1737 : local mode=override_defaults 2021-08-12 21:09:06.042 | + functions-common:run_phase:1738 : local phase= 2021-08-12 21:09:06.043 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-08-12 21:09:06.046 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-08-12 21:09:06.049 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-08-12 21:09:06.054 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-08-12 21:09:06.056 | + functions-common:run_phase:1747 : local extra 2021-08-12 21:09:06.058 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-08-12 21:09:06.061 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-08-12 21:09:06.063 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-08-12 21:09:06.065 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-08-12 21:09:06.067 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-08-12 21:09:06.070 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-08-12 21:09:06.083 | ++ functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:06.085 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-08-12 21:09:06.087 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-08-12 21:09:06.089 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-08-12 21:09:06.091 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-08-12 21:09:06.093 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-08-12 21:09:06.095 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-08-12 21:09:06.097 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-08-12 21:09:06.099 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-08-12 21:09:06.101 | + functions-common:run_phase:1758 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-08-12 21:09:06.103 | + functions-common:run_phase:1761 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-08-12 21:09:06.105 | + functions-common:run_phase:1762 : plugin_override_defaults 2021-08-12 21:09:06.107 | + functions-common:plugin_override_defaults:1696 : local plugins= 2021-08-12 21:09:06.109 | + functions-common:plugin_override_defaults:1697 : local plugin 2021-08-12 21:09:06.111 | + functions-common:plugin_override_defaults:1700 : [[ -z '' ]] 2021-08-12 21:09:06.112 | + functions-common:plugin_override_defaults:1701 : return 2021-08-12 21:09:06.114 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2021-08-12 21:09:06.134 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2021-08-12 21:09:06.136 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-08-12 21:09:06.150 | ++ functions-common:is_service_enabled:1965 : return 1 2021-08-12 21:09:06.153 | +++ lib/tls:source:43 : hostname -f 2021-08-12 21:09:06.156 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-08-12 21:09:06.158 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-08-12 21:09:06.160 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-08-12 21:09:06.162 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-08-12 21:09:06.164 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-08-12 21:09:06.166 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-08-12 21:09:06.168 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-08-12 21:09:06.170 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-08-12 21:09:06.172 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-08-12 21:09:06.173 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-08-12 21:09:06.179 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2021-08-12 21:09:06.191 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2021-08-12 21:09:06.210 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2021-08-12 21:09:06.223 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2021-08-12 21:09:06.236 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2021-08-12 21:09:06.265 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2021-08-12 21:09:06.336 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2021-08-12 21:09:06.438 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2021-08-12 21:09:06.462 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2021-08-12 21:09:06.512 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2021-08-12 21:09:06.575 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2021-08-12 21:09:06.721 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2021-08-12 21:09:06.736 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2021-08-12 21:09:06.749 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2021-08-12 21:09:06.763 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2021-08-12 21:09:06.862 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2021-08-12 21:09:06.864 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-08-12 21:09:06.867 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-08-12 21:09:06.869 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-08-12 21:09:06.871 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-08-12 21:09:06.873 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-08-12 21:09:06.876 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-08-12 21:09:06.876 | False' 2021-08-12 21:09:06.879 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-08-12 21:09:06.896 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-08-12 21:09:06.899 | + ./stack.sh:main:610 : run_phase source 2021-08-12 21:09:06.901 | + functions-common:run_phase:1737 : local mode=source 2021-08-12 21:09:06.903 | + functions-common:run_phase:1738 : local phase= 2021-08-12 21:09:06.905 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-08-12 21:09:06.907 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-08-12 21:09:06.909 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-08-12 21:09:06.911 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-08-12 21:09:06.914 | + functions-common:run_phase:1747 : local extra 2021-08-12 21:09:06.916 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-08-12 21:09:06.920 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-08-12 21:09:06.922 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-08-12 21:09:06.924 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-08-12 21:09:06.926 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-08-12 21:09:06.929 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-08-12 21:09:06.943 | ++ functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:06.945 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-08-12 21:09:06.947 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-08-12 21:09:06.988 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-08-12 21:09:06.990 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-08-12 21:09:06.993 | + functions-common:run_phase:1758 : [[ source == \s\o\u\r\c\e ]] 2021-08-12 21:09:06.995 | + functions-common:run_phase:1759 : load_plugin_settings 2021-08-12 21:09:06.997 | + functions-common:load_plugin_settings:1673 : local plugins= 2021-08-12 21:09:07.000 | + functions-common:load_plugin_settings:1674 : local plugin 2021-08-12 21:09:07.002 | + functions-common:load_plugin_settings:1677 : [[ -z '' ]] 2021-08-12 21:09:07.004 | + functions-common:load_plugin_settings:1678 : return 2021-08-12 21:09:07.008 | + functions-common:run_phase:1760 : verify_disabled_services 2021-08-12 21:09:07.010 | + functions-common:verify_disabled_services:2020 : local service 2021-08-12 21:09:07.015 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.018 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-08-12 21:09:07.020 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.023 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-08-12 21:09:07.026 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.028 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-08-12 21:09:07.030 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.033 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-08-12 21:09:07.035 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.037 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-08-12 21:09:07.040 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.042 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-08-12 21:09:07.044 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.047 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-08-12 21:09:07.049 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.051 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-08-12 21:09:07.054 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.056 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-08-12 21:09:07.058 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.060 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-08-12 21:09:07.063 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.065 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2021-08-12 21:09:07.067 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.070 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2021-08-12 21:09:07.072 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.075 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2021-08-12 21:09:07.077 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.079 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2021-08-12 21:09:07.081 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.084 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-08-12 21:09:07.087 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.089 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2021-08-12 21:09:07.091 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.093 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-08-12 21:09:07.096 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.098 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-08-12 21:09:07.101 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.103 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-08-12 21:09:07.105 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.108 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-08-12 21:09:07.110 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.112 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-08-12 21:09:07.114 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.117 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-08-12 21:09:07.119 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.121 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-08-12 21:09:07.124 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.126 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-08-12 21:09:07.128 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.131 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-08-12 21:09:07.133 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.135 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-08-12 21:09:07.138 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.140 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-08-12 21:09:07.142 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.144 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-08-12 21:09:07.147 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.150 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-08-12 21:09:07.152 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.154 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-08-12 21:09:07.156 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.159 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-08-12 21:09:07.161 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.164 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-08-12 21:09:07.167 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.170 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-08-12 21:09:07.172 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.174 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-08-12 21:09:07.177 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.179 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-08-12 21:09:07.181 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.183 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-08-12 21:09:07.186 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.188 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-08-12 21:09:07.190 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.192 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-08-12 21:09:07.195 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.197 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-08-12 21:09:07.200 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.202 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-08-12 21:09:07.204 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.207 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-08-12 21:09:07.209 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.212 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-08-12 21:09:07.214 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.216 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-08-12 21:09:07.218 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.221 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-08-12 21:09:07.223 | + functions-common:verify_disabled_services:2021 : for service in ${ENABLED_SERVICES//,/ } 2021-08-12 21:09:07.229 | + functions-common:verify_disabled_services:2022 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-08-12 21:09:07.231 | + ./stack.sh:main:681 : initialize_database_backends 2021-08-12 21:09:07.234 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-08-12 21:09:07.236 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-08-12 21:09:07.252 | + functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:07.254 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-08-12 21:09:07.256 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-08-12 21:09:07.259 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-08-12 21:09:07.274 | + functions-common:is_service_enabled:1965 : return 1 2021-08-12 21:09:07.276 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-08-12 21:09:07.279 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-08-12 21:09:07.281 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-08-12 21:09:07.283 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-08-12 21:09:07.286 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-08-12 21:09:07.288 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-08-12 21:09:07.290 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-08-12 21:09:07.293 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-08-12 21:09:07.295 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-08-12 21:09:07.298 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-08-12 21:09:07.300 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-08-12 21:09:07.303 | + lib/database:initialize_database_backends:104 : return 0 2021-08-12 21:09:07.306 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2021-08-12 21:09:07.306 | Using mysql database backend 2021-08-12 21:09:07.308 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-08-12 21:09:07.324 | + ./stack.sh:main:697 : is_service_enabled rabbit 2021-08-12 21:09:07.340 | + functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:07.342 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-08-12 21:09:07.359 | + ./stack.sh:main:705 : is_service_enabled keystone 2021-08-12 21:09:07.375 | + functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:07.377 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-08-12 21:09:07.394 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-08-12 21:09:07.410 | + ./stack.sh:main:720 : is_service_enabled ldap 2021-08-12 21:09:07.426 | + functions-common:is_service_enabled:1965 : return 1 2021-08-12 21:09:07.430 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2021-08-12 21:09:07.448 | + functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:07.450 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-08-12 21:09:07.466 | + ./stack.sh:main:735 : [[ -z '' ]] 2021-08-12 21:09:07.469 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2021-08-12 21:09:07.472 | + ./stack.sh:main:741 : save_stackenv 741 2021-08-12 21:09:07.474 | + functions-common:save_stackenv:60 : local tag=741 2021-08-12 21:09:07.477 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-08-12 21:09:07.482 | + functions-common:save_stackenv:62 : time_stamp=2021-08-12-210907 2021-08-12 21:09:07.484 | + functions-common:save_stackenv:63 : echo '# 2021-08-12-210907 741' 2021-08-12 21:09:07.486 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.489 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-08-12 21:09:07.492 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.494 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-08-12 21:09:07.497 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.500 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-08-12 21:09:07.502 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.505 | + 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 2021-08-12 21:09:07.508 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.511 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.58 2021-08-12 21:09:07.513 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.516 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.58/identity 2021-08-12 21:09:07.518 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.520 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-08-12-210905 2021-08-12 21:09:07.523 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.525 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-08-12 21:09:07.528 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.531 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.58 2021-08-12 21:09:07.533 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.536 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-08-12 21:09:07.542 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.545 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-08-12 21:09:07.548 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.550 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-08-12 21:09:07.553 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-08-12 21:09:07.556 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-08-12 21:09:07.558 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-08-12 21:09:07.561 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-08-12 21:09:07.563 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-08-12 21:09:07.565 | + functions-common:git_clone:525 : local git_ref=master 2021-08-12 21:09:07.573 | + functions-common:git_clone:526 : local orig_dir 2021-08-12 21:09:07.576 | ++ functions-common:git_clone:527 : pwd 2021-08-12 21:09:07.578 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-08-12 21:09:07.587 | + functions-common:git_clone:528 : local git_clone_flags= 2021-08-12 21:09:07.590 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-08-12 21:09:07.607 | + functions-common:git_clone:530 : RECLONE=False 2021-08-12 21:09:07.609 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-08-12 21:09:07.611 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-08-12 21:09:07.614 | + functions-common:git_clone:544 : echo master 2021-08-12 21:09:07.614 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-08-12 21:09:07.621 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-08-12 21:09:07.624 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-08-12 21:09:07.626 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-08-12 21:09:07.629 | + functions-common:git_clone:593 : git show --oneline 2021-08-12 21:09:07.629 | + functions-common:git_clone:593 : head -1 2021-08-12 21:09:07.633 | 39fa2768 Merge "Updated from generate-constraints" 2021-08-12 21:09:07.636 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-08-12 21:09:07.638 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2021-08-12 21:09:07.641 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-08-12 21:09:07.643 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2021-08-12 21:09:07.646 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-08-12 21:09:07.648 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-08-12 21:09:07.651 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-08-12 21:09:07.653 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-08-12 21:09:07.656 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-08-12 21:09:07.659 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-08-12 21:09:07.661 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-08-12 21:09:07.666 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-08-12 21:09:07.671 | ++ tools/install_prereqs.sh:source:47 : NOW=1628802547 2021-08-12 21:09:07.675 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-08-12 21:09:07.680 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1628801528 2021-08-12 21:09:07.683 | ++ tools/install_prereqs.sh:source:49 : DELTA=1019 2021-08-12 21:09:07.685 | ++ tools/install_prereqs.sh:source:50 : [[ 1019 -lt 7200 ]] 2021-08-12 21:09:07.688 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-08-12 21:09:07.690 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-08-12 21:09:07.693 | ++ functions-common:export_proxy_variables:2127 : isset http_proxy 2021-08-12 21:09:07.695 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-08-12 21:09:07.698 | ++ functions-common:export_proxy_variables:2130 : isset https_proxy 2021-08-12 21:09:07.700 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-08-12 21:09:07.703 | ++ functions-common:export_proxy_variables:2133 : isset no_proxy 2021-08-12 21:09:07.705 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-08-12 21:09:07.708 | +++ 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 2021-08-12 21:09:07.757 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-08-12 21:09:07.757 | apache2-dev 2021-08-12 21:09:07.757 | bc 2021-08-12 21:09:07.757 | bsdmainutils 2021-08-12 21:09:07.757 | curl 2021-08-12 21:09:07.757 | g++ 2021-08-12 21:09:07.757 | gawk 2021-08-12 21:09:07.757 | gcc 2021-08-12 21:09:07.757 | gettext 2021-08-12 21:09:07.757 | git 2021-08-12 21:09:07.757 | graphviz 2021-08-12 21:09:07.757 | iputils-ping 2021-08-12 21:09:07.757 | libapache2-mod-proxy-uwsgi 2021-08-12 21:09:07.757 | libffi-dev 2021-08-12 21:09:07.758 | libjpeg-dev 2021-08-12 21:09:07.758 | libmysqlclient-dev 2021-08-12 21:09:07.758 | libpcre3-dev 2021-08-12 21:09:07.758 | libpq-dev 2021-08-12 21:09:07.758 | libssl-dev 2021-08-12 21:09:07.758 | libsystemd-dev 2021-08-12 21:09:07.758 | libxml2-dev 2021-08-12 21:09:07.758 | libxslt1-dev 2021-08-12 21:09:07.758 | libyaml-dev 2021-08-12 21:09:07.758 | lsof 2021-08-12 21:09:07.758 | openssh-server 2021-08-12 21:09:07.758 | openssl 2021-08-12 21:09:07.758 | pkg-config 2021-08-12 21:09:07.758 | psmisc 2021-08-12 21:09:07.758 | python3-dev 2021-08-12 21:09:07.758 | python3-pip 2021-08-12 21:09:07.758 | python3-systemd 2021-08-12 21:09:07.758 | python3-venv 2021-08-12 21:09:07.758 | tar 2021-08-12 21:09:07.758 | tcpdump 2021-08-12 21:09:07.758 | unzip 2021-08-12 21:09:07.758 | uuid-runtime 2021-08-12 21:09:07.758 | wget 2021-08-12 21:09:07.758 | wget 2021-08-12 21:09:07.758 | zlib1g-dev 2021-08-12 21:09:07.758 | libkrb5-dev 2021-08-12 21:09:07.758 | libldap2-dev 2021-08-12 21:09:07.758 | libsasl2-dev 2021-08-12 21:09:07.758 | memcached 2021-08-12 21:09:07.758 | python3-mysqldb 2021-08-12 21:09:07.758 | sqlite3 2021-08-12 21:09:07.758 | conntrack 2021-08-12 21:09:07.758 | curl 2021-08-12 21:09:07.758 | dnsmasq-base 2021-08-12 21:09:07.758 | dnsmasq-utils 2021-08-12 21:09:07.758 | ebtables 2021-08-12 21:09:07.759 | genisoimage 2021-08-12 21:09:07.759 | iptables 2021-08-12 21:09:07.759 | iputils-arping 2021-08-12 21:09:07.759 | kpartx 2021-08-12 21:09:07.759 | libjs-jquery-tablesorter 2021-08-12 21:09:07.759 | libmysqlclient-dev 2021-08-12 21:09:07.759 | parted 2021-08-12 21:09:07.759 | pm-utils 2021-08-12 21:09:07.759 | python3-mysqldb 2021-08-12 21:09:07.759 | socat 2021-08-12 21:09:07.759 | sqlite3 2021-08-12 21:09:07.759 | sudo 2021-08-12 21:09:07.759 | vlan 2021-08-12 21:09:07.759 | lsscsi 2021-08-12 21:09:07.759 | open-iscsi 2021-08-12 21:09:07.759 | lvm2 2021-08-12 21:09:07.759 | qemu-utils 2021-08-12 21:09:07.759 | thin-provisioning-tools 2021-08-12 21:09:07.759 | acl 2021-08-12 21:09:07.759 | dnsmasq-base 2021-08-12 21:09:07.759 | dnsmasq-utils 2021-08-12 21:09:07.759 | ebtables 2021-08-12 21:09:07.759 | haproxy 2021-08-12 21:09:07.759 | iptables 2021-08-12 21:09:07.759 | iputils-arping 2021-08-12 21:09:07.759 | iputils-ping 2021-08-12 21:09:07.759 | libmysqlclient-dev 2021-08-12 21:09:07.759 | postgresql-server-dev-all 2021-08-12 21:09:07.759 | python3-mysqldb 2021-08-12 21:09:07.759 | sqlite3 2021-08-12 21:09:07.759 | sudo 2021-08-12 21:09:07.759 | vlan 2021-08-12 21:09:07.759 | pcp 2021-08-12 21:09:07.759 | ipset 2021-08-12 21:09:07.759 | conntrack 2021-08-12 21:09:07.759 | conntrackd 2021-08-12 21:09:07.760 | keepalived 2021-08-12 21:09:07.760 | lvm2 2021-08-12 21:09:07.760 | qemu-utils 2021-08-12 21:09:07.760 | thin-provisioning-tools 2021-08-12 21:09:07.760 | curl 2021-08-12 21:09:07.760 | liberasurecode-dev 2021-08-12 21:09:07.760 | make 2021-08-12 21:09:07.760 | memcached 2021-08-12 21:09:07.760 | sqlite3 2021-08-12 21:09:07.760 | xfsprogs' 2021-08-12 21:09:07.760 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-08-12 21:09:07.780 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-08-12 21:09:07.780 | apache2-dev 2021-08-12 21:09:07.780 | bc 2021-08-12 21:09:07.780 | bsdmainutils 2021-08-12 21:09:07.780 | curl 2021-08-12 21:09:07.780 | g++ 2021-08-12 21:09:07.780 | gawk 2021-08-12 21:09:07.780 | gcc 2021-08-12 21:09:07.780 | gettext 2021-08-12 21:09:07.780 | git 2021-08-12 21:09:07.780 | graphviz 2021-08-12 21:09:07.780 | iputils-ping 2021-08-12 21:09:07.780 | libapache2-mod-proxy-uwsgi 2021-08-12 21:09:07.780 | libffi-dev 2021-08-12 21:09:07.780 | libjpeg-dev 2021-08-12 21:09:07.780 | libmysqlclient-dev 2021-08-12 21:09:07.780 | libpcre3-dev 2021-08-12 21:09:07.780 | libpq-dev 2021-08-12 21:09:07.780 | libssl-dev 2021-08-12 21:09:07.780 | libsystemd-dev 2021-08-12 21:09:07.780 | libxml2-dev 2021-08-12 21:09:07.780 | libxslt1-dev 2021-08-12 21:09:07.780 | libyaml-dev 2021-08-12 21:09:07.780 | lsof 2021-08-12 21:09:07.780 | openssh-server 2021-08-12 21:09:07.780 | openssl 2021-08-12 21:09:07.780 | pkg-config 2021-08-12 21:09:07.781 | psmisc 2021-08-12 21:09:07.781 | python3-dev 2021-08-12 21:09:07.781 | python3-pip 2021-08-12 21:09:07.781 | python3-systemd 2021-08-12 21:09:07.781 | python3-venv 2021-08-12 21:09:07.781 | tar 2021-08-12 21:09:07.781 | tcpdump 2021-08-12 21:09:07.781 | unzip 2021-08-12 21:09:07.781 | uuid-runtime 2021-08-12 21:09:07.781 | wget 2021-08-12 21:09:07.781 | wget 2021-08-12 21:09:07.781 | zlib1g-dev 2021-08-12 21:09:07.781 | libkrb5-dev 2021-08-12 21:09:07.781 | libldap2-dev 2021-08-12 21:09:07.781 | libsasl2-dev 2021-08-12 21:09:07.781 | memcached 2021-08-12 21:09:07.781 | python3-mysqldb 2021-08-12 21:09:07.781 | sqlite3 2021-08-12 21:09:07.781 | conntrack 2021-08-12 21:09:07.781 | curl 2021-08-12 21:09:07.781 | dnsmasq-base 2021-08-12 21:09:07.781 | dnsmasq-utils 2021-08-12 21:09:07.781 | ebtables 2021-08-12 21:09:07.781 | genisoimage 2021-08-12 21:09:07.781 | iptables 2021-08-12 21:09:07.781 | iputils-arping 2021-08-12 21:09:07.781 | kpartx 2021-08-12 21:09:07.781 | libjs-jquery-tablesorter 2021-08-12 21:09:07.781 | libmysqlclient-dev 2021-08-12 21:09:07.781 | parted 2021-08-12 21:09:07.781 | pm-utils 2021-08-12 21:09:07.781 | python3-mysqldb 2021-08-12 21:09:07.781 | socat 2021-08-12 21:09:07.781 | sqlite3 2021-08-12 21:09:07.781 | sudo 2021-08-12 21:09:07.781 | vlan 2021-08-12 21:09:07.782 | lsscsi 2021-08-12 21:09:07.782 | open-iscsi 2021-08-12 21:09:07.782 | lvm2 2021-08-12 21:09:07.782 | qemu-utils 2021-08-12 21:09:07.782 | thin-provisioning-tools 2021-08-12 21:09:07.782 | acl 2021-08-12 21:09:07.782 | dnsmasq-base 2021-08-12 21:09:07.782 | dnsmasq-utils 2021-08-12 21:09:07.782 | ebtables 2021-08-12 21:09:07.782 | haproxy 2021-08-12 21:09:07.782 | iptables 2021-08-12 21:09:07.782 | iputils-arping 2021-08-12 21:09:07.782 | iputils-ping 2021-08-12 21:09:07.782 | libmysqlclient-dev 2021-08-12 21:09:07.782 | postgresql-server-dev-all 2021-08-12 21:09:07.782 | python3-mysqldb 2021-08-12 21:09:07.782 | sqlite3 2021-08-12 21:09:07.782 | sudo 2021-08-12 21:09:07.782 | vlan 2021-08-12 21:09:07.782 | pcp 2021-08-12 21:09:07.782 | ipset 2021-08-12 21:09:07.782 | conntrack 2021-08-12 21:09:07.782 | conntrackd 2021-08-12 21:09:07.782 | keepalived 2021-08-12 21:09:07.782 | lvm2 2021-08-12 21:09:07.782 | qemu-utils 2021-08-12 21:09:07.782 | thin-provisioning-tools 2021-08-12 21:09:07.782 | curl 2021-08-12 21:09:07.782 | liberasurecode-dev 2021-08-12 21:09:07.782 | make 2021-08-12 21:09:07.782 | memcached 2021-08-12 21:09:07.782 | sqlite3 2021-08-12 21:09:07.782 | xfsprogs ' 2021-08-12 21:09:07.782 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-08-12 21:09:07.785 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-08-12 21:09:07.788 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-08-12 21:09:07.791 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-08-12 21:09:07.791 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 sqlite3 xfsprogs 2021-08-12 21:09:07.798 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 sqlite3 xfsprogs 2021-08-12 21:09:07.800 | ++ functions-common:install_package:1347 : update_package_repo 2021-08-12 21:09:07.802 | ++ functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-08-12 21:09:07.805 | ++ functions-common:update_package_repo:1320 : REPOS_UPDATED=False 2021-08-12 21:09:07.808 | ++ functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-08-12 21:09:07.810 | ++ functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-08-12 21:09:07.813 | ++ functions-common:update_package_repo:1327 : is_ubuntu 2021-08-12 21:09:07.815 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-08-12 21:09:07.818 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-08-12 21:09:07.821 | ++ functions-common:update_package_repo:1328 : apt_get_update 2021-08-12 21:09:07.823 | ++ functions-common:apt_get_update:1073 : [[ False == \T\r\u\e ]] 2021-08-12 21:09:07.825 | ++ functions-common:apt_get_update:1078 : [[ False = \T\r\u\e ]] 2021-08-12 21:09:07.828 | ++ functions-common:apt_get_update:1080 : local sudo=sudo 2021-08-12 21:09:07.830 | +++ functions-common:apt_get_update:1081 : id -u 2021-08-12 21:09:07.835 | ++ functions-common:apt_get_update:1081 : [[ 1000 = \0 ]] 2021-08-12 21:09:07.838 | ++ functions-common:apt_get_update:1084 : time_start apt-get-update 2021-08-12 21:09:07.840 | ++ functions-common:time_start:2295 : local name=apt-get-update 2021-08-12 21:09:07.842 | ++ functions-common:time_start:2296 : local start_time= 2021-08-12 21:09:07.844 | ++ functions-common:time_start:2297 : [[ -n '' ]] 2021-08-12 21:09:07.847 | +++ functions-common:time_start:2300 : date +%s%3N 2021-08-12 21:09:07.851 | ++ functions-common:time_start:2300 : _TIME_START[$name]=1628802547848 2021-08-12 21:09:07.853 | ++ functions-common:apt_get_update:1086 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-08-12 21:09:07.856 | ++ functions-common:apt_get_update:1087 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-08-12 21:09:07.858 | ++ functions-common:apt_get_update:1088 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-08-12 21:09:08.234 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-08-12 21:09:08.258 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-08-12 21:09:08.398 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-08-12 21:09:08.538 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-08-12 21:09:10.556 | Reading package lists... 2021-08-12 21:09:10.587 | ++ functions-common:apt_get_update:1092 : REPOS_UPDATED=True 2021-08-12 21:09:10.589 | ++ functions-common:apt_get_update:1094 : time_stop apt-get-update 2021-08-12 21:09:10.591 | ++ functions-common:time_stop:2309 : local name 2021-08-12 21:09:10.594 | ++ functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:10.596 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:10.598 | ++ functions-common:time_stop:2312 : local total 2021-08-12 21:09:10.602 | ++ functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:10.604 | ++ functions-common:time_stop:2315 : name=apt-get-update 2021-08-12 21:09:10.606 | ++ functions-common:time_stop:2316 : start_time=1628802547848 2021-08-12 21:09:10.608 | ++ functions-common:time_stop:2318 : [[ -z 1628802547848 ]] 2021-08-12 21:09:10.611 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:10.615 | ++ functions-common:time_stop:2321 : end_time=1628802550613 2021-08-12 21:09:10.617 | ++ functions-common:time_stop:2322 : elapsed_time=2765 2021-08-12 21:09:10.620 | ++ functions-common:time_stop:2323 : total=0 2021-08-12 21:09:10.622 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:10.624 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2765 2021-08-12 21:09:10.626 | ++ functions-common:install_package:1348 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 sqlite3 xfsprogs 2021-08-12 21:09:10.629 | ++ functions-common:real_install_package:1333 : is_ubuntu 2021-08-12 21:09:10.632 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-08-12 21:09:10.634 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-08-12 21:09:10.636 | ++ functions-common:real_install_package:1334 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 sqlite3 xfsprogs 2021-08-12 21:09:10.659 | ++ functions-common:apt_get:1114 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev 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 sqlite3 xfsprogs 2021-08-12 21:09:10.769 | Reading package lists... 2021-08-12 21:09:11.029 | Building dependency tree... 2021-08-12 21:09:11.030 | Reading state information... 2021-08-12 21:09:11.073 | acl is already the newest version (2.2.53-6). 2021-08-12 21:09:11.073 | bc is already the newest version (1.07.1-2build1). 2021-08-12 21:09:11.073 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2021-08-12 21:09:11.073 | conntrack is already the newest version (1:1.4.5-2). 2021-08-12 21:09:11.073 | ebtables is already the newest version (2.0.11-3build1). 2021-08-12 21:09:11.073 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2021-08-12 21:09:11.073 | gawk is already the newest version (1:5.0.1+dfsg-1). 2021-08-12 21:09:11.073 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2021-08-12 21:09:11.073 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2021-08-12 21:09:11.073 | gettext is already the newest version (0.19.8.1-10build1). 2021-08-12 21:09:11.073 | ipset is already the newest version (7.5-1~exp1). 2021-08-12 21:09:11.073 | iptables is already the newest version (1.8.4-3ubuntu2). 2021-08-12 21:09:11.073 | iputils-arping is already the newest version (3:20190709-3). 2021-08-12 21:09:11.073 | iputils-ping is already the newest version (3:20190709-3). 2021-08-12 21:09:11.073 | keepalived is already the newest version (1:2.0.19-2). 2021-08-12 21:09:11.073 | kpartx is already the newest version (0.8.3-1ubuntu2). 2021-08-12 21:09:11.073 | liberasurecode-dev is already the newest version (1.6.1-4). 2021-08-12 21:09:11.073 | libffi-dev is already the newest version (3.3-4). 2021-08-12 21:09:11.073 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-08-12 21:09:11.074 | libpcre3-dev is already the newest version (2:8.39-12build1). 2021-08-12 21:09:11.074 | libsasl2-dev is already the newest version (2.1.27+dfsg-2). 2021-08-12 21:09:11.074 | libxslt1-dev is already the newest version (1.1.34-4). 2021-08-12 21:09:11.074 | libyaml-dev is already the newest version (0.2.2-1). 2021-08-12 21:09:11.074 | lsscsi is already the newest version (0.30-0.1). 2021-08-12 21:09:11.074 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2021-08-12 21:09:11.074 | make is already the newest version (4.2.1-1.2). 2021-08-12 21:09:11.074 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2021-08-12 21:09:11.074 | psmisc is already the newest version (23.3-1). 2021-08-12 21:09:11.074 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2021-08-12 21:09:11.074 | python3-mysqldb is already the newest version (1.4.4-2build1). 2021-08-12 21:09:11.074 | python3-systemd is already the newest version (234-3build2). 2021-08-12 21:09:11.074 | socat is already the newest version (1.7.3.3-2). 2021-08-12 21:09:11.074 | tcpdump is already the newest version (4.9.3-4). 2021-08-12 21:09:11.074 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2021-08-12 21:09:11.074 | unzip is already the newest version (6.0-25ubuntu1). 2021-08-12 21:09:11.074 | wget is already the newest version (1.20.3-1ubuntu1). 2021-08-12 21:09:11.074 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2021-08-12 21:09:11.074 | conntrackd is already the newest version (1:1.4.5-2). 2021-08-12 21:09:11.074 | graphviz is already the newest version (2.42.2-3build2). 2021-08-12 21:09:11.074 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2021-08-12 21:09:11.074 | pcp is already the newest version (5.0.3-1). 2021-08-12 21:09:11.074 | pm-utils is already the newest version (1.4.1-19). 2021-08-12 21:09:11.074 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2021-08-12 21:09:11.074 | apache2 is already the newest version (2.4.41-4ubuntu3.4). 2021-08-12 21:09:11.074 | apache2-dev is already the newest version (2.4.41-4ubuntu3.4). 2021-08-12 21:09:11.074 | curl is already the newest version (7.68.0-1ubuntu2.6). 2021-08-12 21:09:11.074 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2021-08-12 21:09:11.074 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2021-08-12 21:09:11.074 | git is already the newest version (1:2.25.1-1ubuntu3.1). 2021-08-12 21:09:11.074 | haproxy is already the newest version (2.0.13-2ubuntu0.1). 2021-08-12 21:09:11.075 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2021-08-12 21:09:11.075 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2021-08-12 21:09:11.075 | libmysqlclient-dev is already the newest version (8.0.26-0ubuntu0.20.04.2). 2021-08-12 21:09:11.075 | libpq-dev is already the newest version (12.8-0ubuntu0.20.04.1). 2021-08-12 21:09:11.075 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.5). 2021-08-12 21:09:11.075 | libsystemd-dev is already the newest version (245.4-4ubuntu3.11). 2021-08-12 21:09:11.075 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2021-08-12 21:09:11.075 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2021-08-12 21:09:11.075 | memcached is already the newest version (1.5.22-2ubuntu0.1). 2021-08-12 21:09:11.075 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2021-08-12 21:09:11.075 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.3). 2021-08-12 21:09:11.075 | openssl is already the newest version (1.1.1f-1ubuntu2.5). 2021-08-12 21:09:11.075 | openssl set to manually installed. 2021-08-12 21:09:11.075 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2021-08-12 21:09:11.075 | qemu-utils is already the newest version (1:4.2-3ubuntu6.17). 2021-08-12 21:09:11.075 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2021-08-12 21:09:11.075 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2021-08-12 21:09:11.075 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2021-08-12 21:09:11.075 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2021-08-12 21:09:11.075 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2021-08-12 21:09:11.350 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.4). 2021-08-12 21:09:11.350 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2021-08-12 21:09:11.350 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2021-08-12 21:09:11.350 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2021-08-12 21:09:11.350 | The following packages were automatically installed and are no longer required: 2021-08-12 21:09:11.352 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-08-12 21:09:11.352 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-08-12 21:09:11.352 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-08-12 21:09:11.352 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-08-12 21:09:11.352 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-08-12 21:09:11.352 | python3-zope.interface 2021-08-12 21:09:11.352 | Use 'sudo apt autoremove' to remove them. 2021-08-12 21:09:11.494 | 0 upgraded, 0 newly installed, 0 to remove and 79 not upgraded. 2021-08-12 21:09:11.499 | ++ functions-common:apt_get:1118 : result=0 2021-08-12 21:09:11.501 | ++ functions-common:apt_get:1121 : time_stop apt-get 2021-08-12 21:09:11.503 | ++ functions-common:time_stop:2309 : local name 2021-08-12 21:09:11.505 | ++ functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:11.510 | ++ functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:11.512 | ++ functions-common:time_stop:2312 : local total 2021-08-12 21:09:11.514 | ++ functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:11.517 | ++ functions-common:time_stop:2315 : name=apt-get 2021-08-12 21:09:11.519 | ++ functions-common:time_stop:2316 : start_time=1628802550656 2021-08-12 21:09:11.521 | ++ functions-common:time_stop:2318 : [[ -z 1628802550656 ]] 2021-08-12 21:09:11.524 | +++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:11.529 | ++ functions-common:time_stop:2321 : end_time=1628802551526 2021-08-12 21:09:11.531 | ++ functions-common:time_stop:2322 : elapsed_time=870 2021-08-12 21:09:11.533 | ++ functions-common:time_stop:2323 : total=748 2021-08-12 21:09:11.535 | ++ functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:11.538 | ++ functions-common:time_stop:2326 : _TIME_TOTAL[$name]=1618 2021-08-12 21:09:11.541 | ++ functions-common:apt_get:1122 : return 0 2021-08-12 21:09:11.543 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-08-12 21:09:11.546 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-08-12 21:09:11.549 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-08-12 21:09:11.556 | ++ tools/install_prereqs.sh:source:89 : date 2021-08-12 21:09:11.561 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2021-08-12 21:09:11.570 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2021-08-12 21:09:11.573 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2021-08-12 21:09:13.174 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-08-12 21:09:13.176 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-08-12 21:09:13.179 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-08-12 21:09:13.183 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-08-12 21:09:13.184 | + tools/install_pip.sh:main:43 : GetDistro 2021-08-12 21:09:13.186 | + functions-common:GetDistro:373 : GetOSVersion 2021-08-12 21:09:13.188 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2021-08-12 21:09:13.191 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2021-08-12 21:09:13.193 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2021-08-12 21:09:13.195 | + functions-common:_ensure_lsb_release:328 : return 2021-08-12 21:09:13.197 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2021-08-12 21:09:13.278 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2021-08-12 21:09:13.280 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2021-08-12 21:09:13.359 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2021-08-12 21:09:13.362 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2021-08-12 21:09:13.441 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2021-08-12 21:09:13.442 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-08-12 21:09:13.446 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2021-08-12 21:09:13.447 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2021-08-12 21:09:13.449 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2021-08-12 21:09:13.451 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2021-08-12 21:09:13.453 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2021-08-12 21:09:13.455 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2021-08-12 21:09:13.457 | + functions-common:GetDistro:378 : DISTRO=focal 2021-08-12 21:09:13.460 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2021-08-12 21:09:13.462 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2021-08-12 21:09:13.462 | Distro: focal 2021-08-12 21:09:13.465 | + tools/install_pip.sh:main:115 : get_versions 2021-08-12 21:09:13.467 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-08-12 21:09:13.471 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-08-12 21:09:13.473 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-08-12 21:09:13.476 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-08-12 21:09:13.476 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-08-12 21:09:14.190 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.2.4 2021-08-12 21:09:14.192 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.2.4' 2021-08-12 21:09:14.192 | pip: 21.2.4 2021-08-12 21:09:14.194 | + tools/install_pip.sh:main:117 : [[ -n '' ]] 2021-08-12 21:09:14.196 | + tools/install_pip.sh:main:121 : is_fedora 2021-08-12 21:09:14.197 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-08-12 21:09:14.199 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-08-12 21:09:14.201 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-08-12 21:09:14.203 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-08-12 21:09:14.204 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-08-12 21:09:14.206 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-08-12 21:09:14.208 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-08-12 21:09:14.210 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-08-12 21:09:14.212 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-08-12 21:09:14.214 | + tools/install_pip.sh:main:133 : install_get_pip 2021-08-12 21:09:14.216 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-08-12 21:09:14.218 | + tools/install_pip.sh:install_get_pip:63 : head -1 /home/ubuntu/devstack/files/get-pip.py 2021-08-12 21:09:14.219 | + tools/install_pip.sh:install_get_pip:63 : grep -q '#!/usr/bin/env python' 2021-08-12 21:09:14.224 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-08-12 21:09:14.227 | + tools/install_pip.sh:install_get_pip:79 : [[ -r /home/ubuntu/devstack/files/get-pip.py.downloaded ]] 2021-08-12 21:09:14.229 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2021-08-12 21:09:14.231 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-08-12 21:09:14.232 | + tools/install_pip.sh:install_get_pip:84 : timecond='-z /home/ubuntu/devstack/files/get-pip.py' 2021-08-12 21:09:14.234 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -z /home/ubuntu/devstack/files/get-pip.py -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-08-12 21:09:14.245 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-08-12 21:09:14.245 | Dload Upload Total Spent Left Speed 2021-08-12 21:09:14.360 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2021-08-12 21:09:14.365 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-08-12 21:09:14.368 | + tools/install_pip.sh:install_get_pip:92 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2021-08-12 21:09:17.789 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:17.789 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:17.789 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:17.789 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:18.112 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-08-12 21:09:18.329 | Collecting pip 2021-08-12 21:09:18.340 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/fa9/ebb85d3fd6076/pip-21.2.4-py3-none-any.whl (1.6 MB) 2021-08-12 21:09:20.839 | Installing collected packages: pip 2021-08-12 21:09:20.840 | Attempting uninstall: pip 2021-08-12 21:09:20.841 | Found existing installation: pip 21.2.4 2021-08-12 21:09:21.104 | Uninstalling pip-21.2.4: 2021-08-12 21:09:21.118 | Successfully uninstalled pip-21.2.4 2021-08-12 21:09:22.786 | Successfully installed pip-21.2.4 2021-08-12 21:09:22.787 | 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 2021-08-12 21:09:22.964 | + tools/install_pip.sh:main:136 : set -x 2021-08-12 21:09:22.966 | + tools/install_pip.sh:main:140 : pip_install_gr setuptools 2021-08-12 21:09:22.969 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-08-12 21:09:22.971 | + inc/python:pip_install_gr:77 : local clean_name 2021-08-12 21:09:22.973 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-08-12 21:09:22.976 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-08-12 21:09:22.978 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-08-12 21:09:22.981 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-08-12 21:09:22.981 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-08-12 21:09:22.986 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2021-08-12 21:09:22.987 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2021-08-12 21:09:22.990 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-08-12 21:09:22.992 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-08-12 21:09:22.994 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-08-12 21:09:23.014 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2021-08-12 21:09:23.016 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-08-12 21:09:23.984 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:23.984 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:23.984 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:23.984 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:25.053 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-08-12 21:09:25.093 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 in /usr/local/lib/python3.8/dist-packages (57.4.0) 2021-08-12 21:09:27.516 | 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 2021-08-12 21:09:27.645 | + inc/python:pip_install:200 : result=0 2021-08-12 21:09:27.647 | + inc/python:pip_install:202 : time_stop pip_install 2021-08-12 21:09:27.649 | + functions-common:time_stop:2309 : local name 2021-08-12 21:09:27.651 | + functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:27.652 | + functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:27.654 | + functions-common:time_stop:2312 : local total 2021-08-12 21:09:27.656 | + functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:27.658 | + functions-common:time_stop:2315 : name=pip_install 2021-08-12 21:09:27.660 | + functions-common:time_stop:2316 : start_time=1628802563009 2021-08-12 21:09:27.662 | + functions-common:time_stop:2318 : [[ -z 1628802563009 ]] 2021-08-12 21:09:27.665 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:27.668 | + functions-common:time_stop:2321 : end_time=1628802567666 2021-08-12 21:09:27.671 | + functions-common:time_stop:2322 : elapsed_time=4657 2021-08-12 21:09:27.673 | + functions-common:time_stop:2323 : total=0 2021-08-12 21:09:27.675 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:27.677 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=4657 2021-08-12 21:09:27.679 | + inc/python:pip_install:203 : return 0 2021-08-12 21:09:27.681 | + tools/install_pip.sh:main:142 : get_versions 2021-08-12 21:09:27.684 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-08-12 21:09:27.688 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-08-12 21:09:27.690 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-08-12 21:09:27.694 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-08-12 21:09:27.695 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-08-12 21:09:28.397 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.2.4 2021-08-12 21:09:28.399 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.2.4' 2021-08-12 21:09:28.399 | pip: 21.2.4 2021-08-12 21:09:28.402 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-08-12 21:09:28.405 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-08-12 21:09:28.408 | + ./stack.sh:main:778 : fixup_all 2021-08-12 21:09:28.410 | + tools/fixup_stuff.sh:fixup_all:173 : fixup_keystone 2021-08-12 21:09:28.413 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2021-08-12 21:09:28.416 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2021-08-12 21:09:28.421 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2021-08-12 21:09:28.421 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2021-08-12 21:09:28.421 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2021-08-12 21:09:28.428 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2021-08-12 21:09:28.430 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2021-08-12 21:09:28.432 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2021-08-12 21:09:28.441 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2021-08-12 21:09:28.444 | + tools/fixup_stuff.sh:fixup_all:174 : fixup_ubuntu 2021-08-12 21:09:28.446 | + tools/fixup_stuff.sh:fixup_ubuntu:159 : is_ubuntu 2021-08-12 21:09:28.449 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-08-12 21:09:28.451 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-08-12 21:09:28.453 | + tools/fixup_stuff.sh:fixup_ubuntu:169 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-08-12 21:09:28.466 | + tools/fixup_stuff.sh:fixup_all:175 : fixup_fedora 2021-08-12 21:09:28.468 | + tools/fixup_stuff.sh:fixup_fedora:66 : is_fedora 2021-08-12 21:09:28.470 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-08-12 21:09:28.473 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-08-12 21:09:28.475 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-08-12 21:09:28.477 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-08-12 21:09:28.480 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-08-12 21:09:28.482 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-08-12 21:09:28.484 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-08-12 21:09:28.486 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-08-12 21:09:28.488 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-08-12 21:09:28.491 | + tools/fixup_stuff.sh:fixup_fedora:67 : return 2021-08-12 21:09:28.493 | + tools/fixup_stuff.sh:fixup_all:176 : fixup_suse 2021-08-12 21:09:28.495 | + tools/fixup_stuff.sh:fixup_suse:112 : is_suse 2021-08-12 21:09:28.497 | + functions-common:is_suse:462 : is_opensuse 2021-08-12 21:09:28.499 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-08-12 21:09:28.501 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-08-12 21:09:28.504 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-08-12 21:09:28.506 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-08-12 21:09:28.509 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-08-12 21:09:28.511 | + tools/fixup_stuff.sh:fixup_suse:113 : return 2021-08-12 21:09:28.514 | + ./stack.sh:main:781 : pip_install -U os-testr 2021-08-12 21:09:28.537 | Using python 3.8 to install os-testr 2021-08-12 21:09:28.539 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-08-12 21:09:29.413 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:29.413 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:29.413 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:29.413 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:30.440 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-08-12 21:09:30.477 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.0) 2021-08-12 21:09:30.553 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2021-08-12 21:09:30.554 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.6.0) 2021-08-12 21:09:30.556 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.2.0) 2021-08-12 21:09:30.558 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2021-08-12 21:09:30.574 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2021-08-12 21:09:30.600 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.18.2) 2021-08-12 21:09:30.603 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.8.0) 2021-08-12 21:09:30.605 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2021-08-12 21:09:30.606 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.4.1) 2021-08-12 21:09:30.608 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.1) 2021-08-12 21:09:30.623 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.3.0) 2021-08-12 21:09:30.625 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.1.2) 2021-08-12 21:09:30.627 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2021-08-12 21:09:30.631 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.7.2) 2021-08-12 21:09:30.684 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.4) 2021-08-12 21:09:30.686 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2021-08-12 21:09:30.687 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.2.0) 2021-08-12 21:09:30.689 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2021-08-12 21:09:30.757 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2021-08-12 21:09:33.084 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-08-12 21:09:33.217 | + inc/python:pip_install:200 : result=0 2021-08-12 21:09:33.219 | + inc/python:pip_install:202 : time_stop pip_install 2021-08-12 21:09:33.222 | + functions-common:time_stop:2309 : local name 2021-08-12 21:09:33.225 | + functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:33.227 | + functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:33.229 | + functions-common:time_stop:2312 : local total 2021-08-12 21:09:33.231 | + functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:33.233 | + functions-common:time_stop:2315 : name=pip_install 2021-08-12 21:09:33.235 | + functions-common:time_stop:2316 : start_time=1628802568530 2021-08-12 21:09:33.237 | + functions-common:time_stop:2318 : [[ -z 1628802568530 ]] 2021-08-12 21:09:33.240 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:33.244 | + functions-common:time_stop:2321 : end_time=1628802573242 2021-08-12 21:09:33.246 | + functions-common:time_stop:2322 : elapsed_time=4712 2021-08-12 21:09:33.248 | + functions-common:time_stop:2323 : total=0 2021-08-12 21:09:33.251 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:33.253 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=4712 2021-08-12 21:09:33.255 | + inc/python:pip_install:203 : return 0 2021-08-12 21:09:33.257 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-08-12 21:09:33.310 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2021-08-12 21:09:33.417 | + ./stack.sh:main:792 : install_infra 2021-08-12 21:09:33.420 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-08-12 21:09:33.423 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-08-12 21:09:33.426 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-08-12 21:09:33.429 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-08-12 21:09:33.457 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-08-12 21:09:35.563 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:35.566 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:35.588 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:35.627 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:35.632 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:35.691 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:35.818 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:35.835 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:36.130 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:36.236 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:36.297 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-08-12 21:09:36.430 | Requirement already up-to-date: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (5.6.0) 2021-08-12 21:09:36.699 | + inc/python:pip_install:200 : result=0 2021-08-12 21:09:36.701 | + inc/python:pip_install:202 : time_stop pip_install 2021-08-12 21:09:36.703 | + functions-common:time_stop:2309 : local name 2021-08-12 21:09:36.705 | + functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:36.708 | + functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:36.710 | + functions-common:time_stop:2312 : local total 2021-08-12 21:09:36.712 | + functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:36.715 | + functions-common:time_stop:2315 : name=pip_install 2021-08-12 21:09:36.717 | + functions-common:time_stop:2316 : start_time=1628802573450 2021-08-12 21:09:36.719 | + functions-common:time_stop:2318 : [[ -z 1628802573450 ]] 2021-08-12 21:09:36.722 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:36.727 | + functions-common:time_stop:2321 : end_time=1628802576724 2021-08-12 21:09:36.729 | + functions-common:time_stop:2322 : elapsed_time=3274 2021-08-12 21:09:36.731 | + functions-common:time_stop:2323 : total=4712 2021-08-12 21:09:36.733 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:36.736 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=7986 2021-08-12 21:09:36.738 | + inc/python:pip_install:203 : return 0 2021-08-12 21:09:36.740 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-08-12 21:09:36.743 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-08-12 21:09:36.766 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-08-12 21:09:38.750 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:38.753 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:38.775 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:38.814 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:38.819 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:38.879 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:39.005 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:39.023 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:39.320 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:39.426 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-08-12 21:09:39.488 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-08-12 21:09:39.491 | Processing /opt/stack/requirements 2021-08-12 21:09:41.197 | Requirement already satisfied: PyYAML===5.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.4.1) 2021-08-12 21:09:41.201 | 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 171)) (3.0.0) 2021-08-12 21:09:41.212 | Requirement already satisfied: packaging===21.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (21.0) 2021-08-12 21:09:41.217 | Requirement already satisfied: pbr===5.6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 336)) (5.6.0) 2021-08-12 21:09:41.220 | Requirement already satisfied: pyparsing===2.4.7 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (2.4.7) 2021-08-12 21:09:41.223 | Requirement already satisfied: requests===2.26.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (2.26.0) 2021-08-12 21:09:41.250 | 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 496)) (1.16.0) 2021-08-12 21:09:41.253 | 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 545)) (2.5.0) 2021-08-12 21:09:41.264 | Requirement already satisfied: urllib3===1.26.6 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (1.26.6) 2021-08-12 21:09:41.284 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev4763) (1.3) 2021-08-12 21:09:41.287 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev4763) (0.3.0) 2021-08-12 21:09:41.302 | Requirement already satisfied: idna===3.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) (3.2) 2021-08-12 21:09:41.305 | Requirement already satisfied: certifi===2021.5.30 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (2021.5.30) 2021-08-12 21:09:41.308 | Requirement already satisfied: charset-normalizer===2.0.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (2.0.4) 2021-08-12 21:09:41.313 | 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 167)) (1.0.0) 2021-08-12 21:09:41.315 | Requirement already satisfied: cliff===3.8.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (3.8.0) 2021-08-12 21:09:41.327 | Requirement already satisfied: prettytable===0.7.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (0.7.2) 2021-08-12 21:09:41.329 | Requirement already satisfied: cmd2===2.1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 117)) (2.1.2) 2021-08-12 21:09:41.401 | Requirement already satisfied: stevedore===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (3.3.0) 2021-08-12 21:09:41.407 | Requirement already satisfied: colorama===0.4.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (0.4.4) 2021-08-12 21:09:41.411 | Requirement already satisfied: attrs===21.2.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 88)) (21.2.0) 2021-08-12 21:09:41.465 | 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 374)) (1.8.2) 2021-08-12 21:09:41.468 | 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 582)) (0.2.5) 2021-08-12 21:09:41.473 | Building wheels for collected packages: openstack-requirements 2021-08-12 21:09:41.474 | Building wheel for openstack-requirements (setup.py): started 2021-08-12 21:09:42.288 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2021-08-12 21:09:42.288 | ERROR: Command errored out with exit status 1: 2021-08-12 21:09:42.288 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-a9xhs_4t/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-a9xhs_4t/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-px06hdxz 2021-08-12 21:09:42.289 | cwd: /tmp/pip-req-build-a9xhs_4t/ 2021-08-12 21:09:42.289 | Complete output (6 lines): 2021-08-12 21:09:42.289 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-08-12 21:09:42.289 | or: setup.py --help [cmd1 cmd2 ...] 2021-08-12 21:09:42.289 | or: setup.py --help-commands 2021-08-12 21:09:42.289 | or: setup.py cmd --help 2021-08-12 21:09:42.289 | 2021-08-12 21:09:42.289 | error: invalid command 'bdist_wheel' 2021-08-12 21:09:42.289 | ---------------------------------------- 2021-08-12 21:09:42.289 | ERROR: Failed building wheel for openstack-requirements 2021-08-12 21:09:42.289 | Running setup.py clean for openstack-requirements 2021-08-12 21:09:43.178 | Failed to build openstack-requirements 2021-08-12 21:09:43.199 | Installing collected packages: openstack-requirements 2021-08-12 21:09:43.199 | Attempting uninstall: openstack-requirements 2021-08-12 21:09:43.200 | Found existing installation: openstack-requirements 1.2.1.dev4763 2021-08-12 21:09:43.248 | Uninstalling openstack-requirements-1.2.1.dev4763: 2021-08-12 21:09:43.277 | Successfully uninstalled openstack-requirements-1.2.1.dev4763 2021-08-12 21:09:43.283 | Running setup.py install for openstack-requirements: started 2021-08-12 21:09:45.587 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-08-12 21:09:45.611 | Successfully installed openstack-requirements-1.2.1.dev4763 2021-08-12 21:09:45.742 | + inc/python:pip_install:200 : result=0 2021-08-12 21:09:45.744 | + inc/python:pip_install:202 : time_stop pip_install 2021-08-12 21:09:45.746 | + functions-common:time_stop:2309 : local name 2021-08-12 21:09:45.748 | + functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:45.750 | + functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:45.753 | + functions-common:time_stop:2312 : local total 2021-08-12 21:09:45.756 | + functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:45.758 | + functions-common:time_stop:2315 : name=pip_install 2021-08-12 21:09:45.760 | + functions-common:time_stop:2316 : start_time=1628802576759 2021-08-12 21:09:45.762 | + functions-common:time_stop:2318 : [[ -z 1628802576759 ]] 2021-08-12 21:09:45.765 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:45.769 | + functions-common:time_stop:2321 : end_time=1628802585766 2021-08-12 21:09:45.771 | + functions-common:time_stop:2322 : elapsed_time=9007 2021-08-12 21:09:45.773 | + functions-common:time_stop:2323 : total=7986 2021-08-12 21:09:45.776 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:45.778 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=16993 2021-08-12 21:09:45.780 | + inc/python:pip_install:203 : return 0 2021-08-12 21:09:45.782 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-08-12 21:09:45.785 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-08-12 21:09:45.787 | + inc/python:use_library_from_git:250 : local name=pbr 2021-08-12 21:09:45.790 | + inc/python:use_library_from_git:251 : local enabled=1 2021-08-12 21:09:45.792 | + inc/python:use_library_from_git:252 : [[ cinder-tempest-plugin = \A\L\L ]] 2021-08-12 21:09:45.794 | + inc/python:use_library_from_git:252 : [[ ,cinder-tempest-plugin, =~ ,pbr, ]] 2021-08-12 21:09:45.797 | + inc/python:use_library_from_git:253 : return 1 2021-08-12 21:09:45.799 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-08-12 21:09:45.821 | Using python 3.8 to install pbr 2021-08-12 21:09:45.824 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-08-12 21:09:46.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:46.708 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:46.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-08-12 21:09:46.708 | from cryptography.utils import int_from_bytes 2021-08-12 21:09:47.757 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-08-12 21:09:47.793 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.6.0) 2021-08-12 21:09:50.380 | 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 2021-08-12 21:09:50.521 | + inc/python:pip_install:200 : result=0 2021-08-12 21:09:50.524 | + inc/python:pip_install:202 : time_stop pip_install 2021-08-12 21:09:50.526 | + functions-common:time_stop:2309 : local name 2021-08-12 21:09:50.529 | + functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:50.532 | + functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:50.534 | + functions-common:time_stop:2312 : local total 2021-08-12 21:09:50.536 | + functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:50.539 | + functions-common:time_stop:2315 : name=pip_install 2021-08-12 21:09:50.541 | + functions-common:time_stop:2316 : start_time=1628802585815 2021-08-12 21:09:50.543 | + functions-common:time_stop:2318 : [[ -z 1628802585815 ]] 2021-08-12 21:09:50.546 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:50.550 | + functions-common:time_stop:2321 : end_time=1628802590548 2021-08-12 21:09:50.553 | + functions-common:time_stop:2322 : elapsed_time=4733 2021-08-12 21:09:50.556 | + functions-common:time_stop:2323 : total=16993 2021-08-12 21:09:50.558 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:50.560 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=21726 2021-08-12 21:09:50.562 | + inc/python:pip_install:203 : return 0 2021-08-12 21:09:50.565 | + ./stack.sh:main:795 : python3 -m venv /opt/stack/bindep-venv 2021-08-12 21:09:52.865 | + ./stack.sh:main:797 : /opt/stack/bindep-venv/bin/pip install bindep 2021-08-12 21:09:54.796 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-08-12 21:09:54.797 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.9.0) 2021-08-12 21:09:54.804 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.6.0) 2021-08-12 21:09:54.807 | Requirement already satisfied: distro in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.6.0) 2021-08-12 21:09:54.809 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2021-08-12 21:09:54.882 | + ./stack.sh:main:798 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-08-12 21:09:54.884 | + ./stack.sh:main:798 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2021-08-12 21:09:54.888 | ++ ./stack.sh:main:801 : _get_plugin_bindep_packages 2021-08-12 21:09:54.904 | + ./stack.sh:main:801 : pkgs= 2021-08-12 21:09:54.906 | + ./stack.sh:main:802 : [[ -n '' ]] 2021-08-12 21:09:54.909 | + ./stack.sh:main:809 : run_phase stack pre-install 2021-08-12 21:09:54.912 | + functions-common:run_phase:1737 : local mode=stack 2021-08-12 21:09:54.914 | + functions-common:run_phase:1738 : local phase=pre-install 2021-08-12 21:09:54.916 | + functions-common:run_phase:1739 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-08-12 21:09:54.918 | + functions-common:run_phase:1740 : local extra_plugin_file_name 2021-08-12 21:09:54.921 | + functions-common:run_phase:1741 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-08-12 21:09:54.923 | + functions-common:run_phase:1746 : local exceptions=80-tempest.sh 2021-08-12 21:09:54.925 | + functions-common:run_phase:1747 : local extra 2021-08-12 21:09:54.928 | ++ functions-common:run_phase:1748 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-08-12 21:09:54.932 | + functions-common:run_phase:1748 : extra=80-tempest.sh 2021-08-12 21:09:54.935 | + functions-common:run_phase:1749 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-08-12 21:09:54.937 | + functions-common:run_phase:1753 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-08-12 21:09:54.939 | + functions-common:run_phase:1753 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2021-08-12 21:09:54.941 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-08-12 21:09:54.957 | ++ functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:54.959 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2021-08-12 21:09:54.961 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2021-08-12 21:09:54.963 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2021-08-12 21:09:54.965 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2021-08-12 21:09:54.967 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2021-08-12 21:09:54.970 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2021-08-12 21:09:54.972 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2021-08-12 21:09:54.974 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2021-08-12 21:09:54.976 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2021-08-12 21:09:54.979 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2021-08-12 21:09:54.981 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2021-08-12 21:09:54.983 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2021-08-12 21:09:54.985 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2021-08-12 21:09:54.988 | + functions-common:run_phase:1758 : [[ stack == \s\o\u\r\c\e ]] 2021-08-12 21:09:54.990 | + functions-common:run_phase:1761 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-08-12 21:09:54.993 | + functions-common:run_phase:1764 : run_plugins stack pre-install 2021-08-12 21:09:54.995 | + functions-common:run_plugins:1723 : local mode=stack 2021-08-12 21:09:54.998 | + functions-common:run_plugins:1724 : local phase=pre-install 2021-08-12 21:09:55.000 | + functions-common:run_plugins:1726 : local plugins= 2021-08-12 21:09:55.003 | + functions-common:run_plugins:1727 : local plugin 2021-08-12 21:09:55.006 | + ./stack.sh:main:812 : set_systemd_override DefaultLimitNOFILE 2048 2021-08-12 21:09:55.009 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2021-08-12 21:09:55.011 | + functions:set_systemd_override:821 : local value=2048 2021-08-12 21:09:55.014 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2021-08-12 21:09:55.016 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2021-08-12 21:09:55.077 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2021-08-12 21:09:55.077 | Set systemd system override for DefaultLimitNOFILE=2048 2021-08-12 21:09:55.079 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2021-08-12 21:09:55.489 | + ./stack.sh:main:814 : install_rpc_backend 2021-08-12 21:09:55.492 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2021-08-12 21:09:55.517 | + functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:55.521 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2021-08-12 21:09:55.523 | + functions-common:install_package:1347 : update_package_repo 2021-08-12 21:09:55.526 | + functions-common:update_package_repo:1319 : NO_UPDATE_REPOS=False 2021-08-12 21:09:55.528 | + functions-common:update_package_repo:1320 : REPOS_UPDATED=True 2021-08-12 21:09:55.531 | + functions-common:update_package_repo:1321 : RETRY_UPDATE=False 2021-08-12 21:09:55.533 | + functions-common:update_package_repo:1323 : [[ False = \T\r\u\e ]] 2021-08-12 21:09:55.536 | + functions-common:update_package_repo:1327 : is_ubuntu 2021-08-12 21:09:55.539 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-08-12 21:09:55.541 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-08-12 21:09:55.543 | + functions-common:update_package_repo:1328 : apt_get_update 2021-08-12 21:09:55.546 | + functions-common:apt_get_update:1073 : [[ True == \T\r\u\e ]] 2021-08-12 21:09:55.548 | + functions-common:apt_get_update:1073 : [[ False != \T\r\u\e ]] 2021-08-12 21:09:55.550 | + functions-common:apt_get_update:1074 : return 2021-08-12 21:09:55.554 | + functions-common:install_package:1348 : real_install_package rabbitmq-server 2021-08-12 21:09:55.557 | + functions-common:real_install_package:1333 : is_ubuntu 2021-08-12 21:09:55.560 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-08-12 21:09:55.562 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-08-12 21:09:55.565 | + functions-common:real_install_package:1334 : apt_get install rabbitmq-server 2021-08-12 21:09:55.589 | + functions-common:apt_get:1114 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2021-08-12 21:09:55.702 | Reading package lists... 2021-08-12 21:09:55.949 | Building dependency tree... 2021-08-12 21:09:55.950 | Reading state information... 2021-08-12 21:09:56.222 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2021-08-12 21:09:56.222 | The following packages were automatically installed and are no longer required: 2021-08-12 21:09:56.224 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-08-12 21:09:56.224 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-08-12 21:09:56.224 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-08-12 21:09:56.224 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-08-12 21:09:56.224 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-08-12 21:09:56.224 | python3-zope.interface 2021-08-12 21:09:56.224 | Use 'sudo apt autoremove' to remove them. 2021-08-12 21:09:56.367 | 0 upgraded, 0 newly installed, 0 to remove and 79 not upgraded. 2021-08-12 21:09:56.372 | + functions-common:apt_get:1118 : result=0 2021-08-12 21:09:56.375 | + functions-common:apt_get:1121 : time_stop apt-get 2021-08-12 21:09:56.377 | + functions-common:time_stop:2309 : local name 2021-08-12 21:09:56.381 | + functions-common:time_stop:2310 : local end_time 2021-08-12 21:09:56.383 | + functions-common:time_stop:2311 : local elapsed_time 2021-08-12 21:09:56.385 | + functions-common:time_stop:2312 : local total 2021-08-12 21:09:56.388 | + functions-common:time_stop:2313 : local start_time 2021-08-12 21:09:56.391 | + functions-common:time_stop:2315 : name=apt-get 2021-08-12 21:09:56.393 | + functions-common:time_stop:2316 : start_time=1628802595586 2021-08-12 21:09:56.396 | + functions-common:time_stop:2318 : [[ -z 1628802595586 ]] 2021-08-12 21:09:56.399 | ++ functions-common:time_stop:2321 : date +%s%3N 2021-08-12 21:09:56.403 | + functions-common:time_stop:2321 : end_time=1628802596401 2021-08-12 21:09:56.406 | + functions-common:time_stop:2322 : elapsed_time=815 2021-08-12 21:09:56.408 | + functions-common:time_stop:2323 : total=1618 2021-08-12 21:09:56.411 | + functions-common:time_stop:2325 : _TIME_START[$name]= 2021-08-12 21:09:56.413 | + functions-common:time_stop:2326 : _TIME_TOTAL[$name]=2433 2021-08-12 21:09:56.416 | + functions-common:apt_get:1122 : return 0 2021-08-12 21:09:56.418 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2021-08-12 21:09:56.421 | + functions-common:is_suse:462 : is_opensuse 2021-08-12 21:09:56.423 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-08-12 21:09:56.426 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-08-12 21:09:56.428 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-08-12 21:09:56.430 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-08-12 21:09:56.433 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-08-12 21:09:56.436 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2021-08-12 21:09:56.439 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2021-08-12 21:09:56.441 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2021-08-12 21:09:56.444 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2021-08-12 21:09:56.446 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-08-12 21:09:56.449 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2021-08-12 21:09:56.452 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2021-08-12 21:09:56.454 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2021-08-12 21:09:56.458 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2021-08-12 21:09:56.460 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2021-08-12 21:09:56.462 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2021-08-12 21:09:56.465 | + functions-common:is_suse:462 : is_opensuse 2021-08-12 21:09:56.468 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2021-08-12 21:09:56.470 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2021-08-12 21:09:56.473 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2021-08-12 21:09:56.476 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2021-08-12 21:09:56.478 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2021-08-12 21:09:56.480 | + ./stack.sh:main:815 : restart_rpc_backend 2021-08-12 21:09:56.483 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2021-08-12 21:09:56.510 | + functions-common:is_service_enabled:1965 : return 0 2021-08-12 21:09:56.513 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2021-08-12 21:09:56.516 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-08-12 21:09:56.519 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2021-08-12 21:09:56.522 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2021-08-12 21:09:56.525 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2021-08-12 21:09:56.530 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2021-08-12 21:09:56.532 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2021-08-12 21:09:56.535 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2021-08-12 21:09:56.538 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2021-08-12 21:09:56.540 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2021-08-12 21:09:56.542 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2021-08-12 21:09:56.545 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2021-08-12 21:09:57.290 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2021-08-12 21:09:57.291 | user tags 2021-08-12 21:09:57.291 | stackrabbit []' 2021-08-12 21:09:57.295 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2021-08-12 21:09:57.298 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2021-08-12 21:09:57.299 | user tags 2021-08-12 21:09:57.299 | stackrabbit []' 2021-08-12 21:09:57.303 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2021-08-12 21:09:57.306 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2021-08-12 21:09:57.308 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2021-08-12 21:09:58.040 | Changing password for user "stackrabbit" ... 2021-08-12 21:09:58.067 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*'