2022-06-08 16:30:52.862 | + ./stack.sh:main:482 : exec 2022-06-08 16:30:52.862 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-163052' 2022-06-08 16:30:52.862 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-08-163052.summary.2022-06-08-163052 2022-06-08 16:30:52.862 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 16:30:52.862 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-163052 2022-06-08 16:30:52.862 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-163052 /opt/stack/logs/stack.sh.log 2022-06-08 16:30:52.862 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-163052.summary.2022-06-08-163052 /opt/stack/logs/stack.sh.log.summary 2022-06-08 16:30:52.862 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-08 16:30:52.862 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-08 16:30:52.862 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-08 16:30:52.862 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-08 16:30:52.862 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-08 16:30:52.863 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-08 16:30:52.863 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-08 16:30:52.863 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 16:30:52.863 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-08 16:30:52.863 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-08 16:30:52.863 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 16:30:52.863 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 16:30:52.863 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-08 16:30:52.865 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-08 16:30:52.868 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 16:30:52.870 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-08 16:30:52.872 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-08 16:30:52.875 | + ./stack.sh:main:568 : set -o errexit 2022-06-08 16:30:52.877 | + ./stack.sh:main:571 : uname -a 2022-06-08 16:30:52.878 | Linux dv-osbrick-836062-5-iscsi 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-06-08 16:30:52.880 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-08 16:30:52.888 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-08 16:30:52.891 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-08 16:30:52.927 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-08 16:30:52.943 | + ./stack.sh:main:585 : fetch_plugins 2022-06-08 16:30:52.945 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-08 16:30:52.947 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-08 16:30:52.949 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-08 16:30:52.951 | + functions-common:fetch_plugins:1777 : return 2022-06-08 16:30:52.953 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-08 16:30:52.955 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-08 16:30:52.956 | + functions-common:run_phase:1855 : local phase= 2022-06-08 16:30:52.958 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 16:30:52.960 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 16:30:52.961 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 16:30:52.963 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 16:30:52.965 | + functions-common:run_phase:1864 : local extra 2022-06-08 16:30:52.967 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 16:30:52.970 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 16:30:52.972 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 16:30:52.974 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 16:30:52.976 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-08 16:30:52.977 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 16:30:52.990 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:30:52.992 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 16:30:52.994 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 16:30:52.995 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 16:30:52.997 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 16:30:52.999 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 16:30:53.001 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 16:30:53.003 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-08 16:30:53.005 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-08 16:30:53.006 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 16:30:53.008 | + functions-common:run_phase:1878 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-08 16:30:53.010 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-08 16:30:53.012 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-08 16:30:53.013 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-08 16:30:53.015 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-08 16:30:53.017 | + functions-common:plugin_override_defaults:1818 : return 2022-06-08 16:30:53.019 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-08 16:30:53.036 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-08 16:30:53.038 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-08 16:30:53.050 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-08 16:30:53.053 | +++ lib/tls:source:43 : hostname -f 2022-06-08 16:30:53.056 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-08 16:30:53.058 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-08 16:30:53.060 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-08 16:30:53.062 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-08 16:30:53.064 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-08 16:30:53.066 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-08 16:30:53.068 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-08 16:30:53.069 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-08 16:30:53.071 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-08 16:30:53.073 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-08 16:30:53.078 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-08 16:30:53.089 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-08 16:30:53.106 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-08 16:30:53.118 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-08 16:30:53.130 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-08 16:30:53.165 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-08 16:30:53.224 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-08 16:30:53.312 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-08 16:30:53.333 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-08 16:30:53.376 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-08 16:30:53.427 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-08 16:30:53.572 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-08 16:30:53.586 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-08 16:30:53.599 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-08 16:30:53.612 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-08 16:30:53.697 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-08 16:30:53.700 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-08 16:30:53.703 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-08 16:30:53.705 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-08 16:30:53.707 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-08 16:30:53.709 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-08 16:30:53.711 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-08 16:30:53.711 | False' 2022-06-08 16:30:53.714 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-08 16:30:53.729 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-08 16:30:53.731 | + ./stack.sh:main:619 : run_phase source 2022-06-08 16:30:53.733 | + functions-common:run_phase:1854 : local mode=source 2022-06-08 16:30:53.735 | + functions-common:run_phase:1855 : local phase= 2022-06-08 16:30:53.737 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 16:30:53.739 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 16:30:53.741 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 16:30:53.743 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 16:30:53.745 | + functions-common:run_phase:1864 : local extra 2022-06-08 16:30:53.748 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 16:30:53.751 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 16:30:53.753 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 16:30:53.755 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 16:30:53.757 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-08 16:30:53.760 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 16:30:53.774 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:30:53.776 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 16:30:53.778 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-08 16:30:53.817 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-08 16:30:53.819 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-08 16:30:53.821 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 16:30:53.824 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-08 16:30:53.826 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-08 16:30:53.828 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-08 16:30:53.830 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-08 16:30:53.832 | + functions-common:load_plugin_settings:1795 : return 2022-06-08 16:30:53.835 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-08 16:30:53.837 | + functions-common:verify_disabled_services:2137 : local service 2022-06-08 16:30:53.839 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.841 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-08 16:30:53.844 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.846 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-08 16:30:53.849 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.851 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-08 16:30:53.853 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.855 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-08 16:30:53.857 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.860 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-08 16:30:53.862 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.864 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-08 16:30:53.867 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.869 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-08 16:30:53.871 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.873 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-08 16:30:53.876 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.878 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-08 16:30:53.880 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.883 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-08 16:30:53.885 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.887 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-08 16:30:53.890 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.892 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-08 16:30:53.894 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.897 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-08 16:30:53.899 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.901 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-08 16:30:53.903 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.906 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-08 16:30:53.908 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.911 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-08 16:30:53.913 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.915 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-08 16:30:53.917 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.919 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-08 16:30:53.922 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.924 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-08 16:30:53.926 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.928 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-08 16:30:53.931 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.933 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-08 16:30:53.935 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.938 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-08 16:30:53.940 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.942 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-08 16:30:53.944 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.946 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-08 16:30:53.949 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.951 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-08 16:30:53.954 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.956 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-08 16:30:53.958 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.961 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-08 16:30:53.963 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.965 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-08 16:30:53.967 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.969 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-08 16:30:53.972 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.974 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-08 16:30:53.976 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.978 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-08 16:30:53.981 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.983 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-08 16:30:53.985 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.987 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-08 16:30:53.989 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.992 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-08 16:30:53.994 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:53.996 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-08 16:30:53.999 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.001 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-08 16:30:54.003 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.006 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-08 16:30:54.008 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.010 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-08 16:30:54.012 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.015 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-08 16:30:54.017 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.021 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-08 16:30:54.023 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.025 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-08 16:30:54.027 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.030 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-08 16:30:54.032 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.034 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-08 16:30:54.036 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.038 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-08 16:30:54.041 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 16:30:54.043 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-08 16:30:54.046 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-08 16:30:54.048 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 16:30:54.050 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-08 16:30:54.065 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:30:54.067 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-08 16:30:54.070 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 16:30:54.072 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-08 16:30:54.087 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 16:30:54.089 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-08 16:30:54.092 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-08 16:30:54.094 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-08 16:30:54.096 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-08 16:30:54.098 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-08 16:30:54.100 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-08 16:30:54.103 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-08 16:30:54.105 | + lib/database:initialize_database_backends:92 : return 0 2022-06-08 16:30:54.107 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-08 16:30:54.107 | Using mysql database backend 2022-06-08 16:30:54.110 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-08 16:30:54.125 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-08 16:30:54.128 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-08 16:30:54.131 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 16:30:54.133 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-08 16:30:54.136 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 16:30:54.138 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-08 16:30:54.154 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:30:54.157 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-08 16:30:54.172 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-08 16:30:54.188 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:30:54.191 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-08 16:30:54.207 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-08 16:30:54.223 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-08 16:30:54.238 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 16:30:54.241 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-08 16:30:54.257 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:30:54.259 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-08 16:30:54.275 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-08 16:30:54.277 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-08 16:30:54.280 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-08 16:30:54.282 | + functions-common:save_stackenv:60 : local tag=752 2022-06-08 16:30:54.285 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-08 16:30:54.289 | + functions-common:save_stackenv:62 : time_stamp=2022-06-08-163054 2022-06-08 16:30:54.292 | + functions-common:save_stackenv:63 : echo '# 2022-06-08-163054 752' 2022-06-08 16:30:54.294 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.297 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 16:30:54.299 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.301 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-08 16:30:54.304 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.306 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-08 16:30:54.308 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.311 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 16:30:54.314 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.316 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.41 2022-06-08 16:30:54.318 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.320 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.41/identity 2022-06-08 16:30:54.323 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.325 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-08-163052 2022-06-08 16:30:54.328 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.330 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-08 16:30:54.332 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.335 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.41 2022-06-08 16:30:54.337 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.339 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-08 16:30:54.342 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.344 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-08 16:30:54.346 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.348 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-08 16:30:54.351 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 16:30:54.353 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-08 16:30:54.355 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-08 16:30:54.358 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-08 16:30:54.361 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-08 16:30:54.363 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-08 16:30:54.365 | + functions-common:git_clone:599 : local git_ref=master 2022-06-08 16:30:54.367 | + functions-common:git_clone:600 : local orig_dir 2022-06-08 16:30:54.369 | ++ functions-common:git_clone:601 : pwd 2022-06-08 16:30:54.372 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-08 16:30:54.374 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-08 16:30:54.377 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-08 16:30:54.391 | + functions-common:git_clone:604 : RECLONE=False 2022-06-08 16:30:54.393 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-08 16:30:54.395 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-08 16:30:54.398 | + functions-common:git_clone:618 : echo master 2022-06-08 16:30:54.398 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-08 16:30:54.403 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-08 16:30:54.405 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-08 16:30:54.407 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-08 16:30:54.419 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-08 16:30:54.423 | + functions-common:git_clone:679 : git show --oneline 2022-06-08 16:30:54.423 | + functions-common:git_clone:679 : head -1 2022-06-08 16:30:54.425 | 64af4766 Merge "Don't limit use of importlib-metadata to Python < 3.8" 2022-06-08 16:30:54.428 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-08 16:30:54.430 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-08 16:30:54.433 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 16:30:54.435 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-08 16:30:54.438 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-08 16:30:54.441 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-08 16:30:54.443 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-08 16:30:54.446 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 16:30:54.448 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-08 16:30:54.451 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-08 16:30:54.453 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-08 16:30:54.456 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-08 16:30:54.461 | ++ tools/install_prereqs.sh:source:47 : NOW=1654705854 2022-06-08 16:30:54.464 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-08 16:30:54.468 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654705795 2022-06-08 16:30:54.471 | ++ tools/install_prereqs.sh:source:49 : DELTA=59 2022-06-08 16:30:54.473 | ++ tools/install_prereqs.sh:source:50 : [[ 59 -lt 7200 ]] 2022-06-08 16:30:54.475 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-08 16:30:54.478 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-08 16:30:54.480 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-08 16:30:54.482 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-08 16:30:54.485 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-08 16:30:54.487 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-08 16:30:54.490 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-08 16:30:54.492 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-08 16:30:54.495 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 16:30:54.541 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-08 16:30:54.541 | apache2-dev 2022-06-08 16:30:54.541 | bc 2022-06-08 16:30:54.541 | bsdmainutils 2022-06-08 16:30:54.541 | curl 2022-06-08 16:30:54.541 | g++ 2022-06-08 16:30:54.541 | gawk 2022-06-08 16:30:54.541 | gcc 2022-06-08 16:30:54.541 | gettext 2022-06-08 16:30:54.541 | git 2022-06-08 16:30:54.541 | graphviz 2022-06-08 16:30:54.541 | iputils-ping 2022-06-08 16:30:54.541 | libapache2-mod-proxy-uwsgi 2022-06-08 16:30:54.541 | libffi-dev 2022-06-08 16:30:54.541 | libjpeg-dev 2022-06-08 16:30:54.541 | libpcre3-dev 2022-06-08 16:30:54.541 | libpq-dev 2022-06-08 16:30:54.541 | libssl-dev 2022-06-08 16:30:54.541 | libsystemd-dev 2022-06-08 16:30:54.541 | libxml2-dev 2022-06-08 16:30:54.541 | libxslt1-dev 2022-06-08 16:30:54.541 | libyaml-dev 2022-06-08 16:30:54.541 | lsof 2022-06-08 16:30:54.541 | openssh-server 2022-06-08 16:30:54.541 | openssl 2022-06-08 16:30:54.541 | pkg-config 2022-06-08 16:30:54.542 | psmisc 2022-06-08 16:30:54.542 | python3-dev 2022-06-08 16:30:54.542 | python3-pip 2022-06-08 16:30:54.542 | python3-systemd 2022-06-08 16:30:54.542 | python3-venv 2022-06-08 16:30:54.542 | tar 2022-06-08 16:30:54.542 | tcpdump 2022-06-08 16:30:54.542 | unzip 2022-06-08 16:30:54.542 | uuid-runtime 2022-06-08 16:30:54.542 | wget 2022-06-08 16:30:54.542 | wget 2022-06-08 16:30:54.542 | zlib1g-dev 2022-06-08 16:30:54.542 | libkrb5-dev 2022-06-08 16:30:54.542 | libldap2-dev 2022-06-08 16:30:54.542 | libsasl2-dev 2022-06-08 16:30:54.542 | memcached 2022-06-08 16:30:54.542 | python3-mysqldb 2022-06-08 16:30:54.542 | sqlite3 2022-06-08 16:30:54.542 | conntrack 2022-06-08 16:30:54.542 | curl 2022-06-08 16:30:54.542 | dnsmasq-base 2022-06-08 16:30:54.542 | dnsmasq-utils 2022-06-08 16:30:54.542 | ebtables 2022-06-08 16:30:54.542 | genisoimage 2022-06-08 16:30:54.542 | iptables 2022-06-08 16:30:54.542 | iputils-arping 2022-06-08 16:30:54.542 | kpartx 2022-06-08 16:30:54.542 | libjs-jquery-tablesorter 2022-06-08 16:30:54.542 | parted 2022-06-08 16:30:54.542 | pm-utils 2022-06-08 16:30:54.542 | python3-mysqldb 2022-06-08 16:30:54.542 | socat 2022-06-08 16:30:54.542 | sqlite3 2022-06-08 16:30:54.542 | sudo 2022-06-08 16:30:54.542 | vlan 2022-06-08 16:30:54.542 | lsscsi 2022-06-08 16:30:54.543 | open-iscsi 2022-06-08 16:30:54.543 | lvm2 2022-06-08 16:30:54.543 | qemu-utils 2022-06-08 16:30:54.543 | thin-provisioning-tools 2022-06-08 16:30:54.543 | acl 2022-06-08 16:30:54.543 | dnsmasq-base 2022-06-08 16:30:54.543 | dnsmasq-utils 2022-06-08 16:30:54.543 | ebtables 2022-06-08 16:30:54.543 | haproxy 2022-06-08 16:30:54.543 | iptables 2022-06-08 16:30:54.543 | iputils-arping 2022-06-08 16:30:54.543 | iputils-ping 2022-06-08 16:30:54.543 | postgresql-server-dev-all 2022-06-08 16:30:54.543 | python3-mysqldb 2022-06-08 16:30:54.543 | sqlite3 2022-06-08 16:30:54.543 | sudo 2022-06-08 16:30:54.543 | vlan 2022-06-08 16:30:54.543 | pcp 2022-06-08 16:30:54.543 | ipset 2022-06-08 16:30:54.543 | conntrack 2022-06-08 16:30:54.543 | conntrackd 2022-06-08 16:30:54.543 | keepalived 2022-06-08 16:30:54.543 | lvm2 2022-06-08 16:30:54.543 | qemu-utils 2022-06-08 16:30:54.543 | thin-provisioning-tools 2022-06-08 16:30:54.543 | curl 2022-06-08 16:30:54.543 | liberasurecode-dev 2022-06-08 16:30:54.543 | make 2022-06-08 16:30:54.543 | memcached 2022-06-08 16:30:54.543 | rsync 2022-06-08 16:30:54.543 | sqlite3 2022-06-08 16:30:54.543 | xfsprogs' 2022-06-08 16:30:54.544 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-08 16:30:54.562 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-08 16:30:54.562 | apache2-dev 2022-06-08 16:30:54.562 | bc 2022-06-08 16:30:54.562 | bsdmainutils 2022-06-08 16:30:54.562 | curl 2022-06-08 16:30:54.562 | g++ 2022-06-08 16:30:54.562 | gawk 2022-06-08 16:30:54.562 | gcc 2022-06-08 16:30:54.562 | gettext 2022-06-08 16:30:54.562 | git 2022-06-08 16:30:54.562 | graphviz 2022-06-08 16:30:54.563 | iputils-ping 2022-06-08 16:30:54.563 | libapache2-mod-proxy-uwsgi 2022-06-08 16:30:54.563 | libffi-dev 2022-06-08 16:30:54.563 | libjpeg-dev 2022-06-08 16:30:54.563 | libpcre3-dev 2022-06-08 16:30:54.563 | libpq-dev 2022-06-08 16:30:54.563 | libssl-dev 2022-06-08 16:30:54.563 | libsystemd-dev 2022-06-08 16:30:54.563 | libxml2-dev 2022-06-08 16:30:54.563 | libxslt1-dev 2022-06-08 16:30:54.563 | libyaml-dev 2022-06-08 16:30:54.563 | lsof 2022-06-08 16:30:54.563 | openssh-server 2022-06-08 16:30:54.563 | openssl 2022-06-08 16:30:54.563 | pkg-config 2022-06-08 16:30:54.563 | psmisc 2022-06-08 16:30:54.563 | python3-dev 2022-06-08 16:30:54.563 | python3-pip 2022-06-08 16:30:54.563 | python3-systemd 2022-06-08 16:30:54.563 | python3-venv 2022-06-08 16:30:54.563 | tar 2022-06-08 16:30:54.563 | tcpdump 2022-06-08 16:30:54.563 | unzip 2022-06-08 16:30:54.563 | uuid-runtime 2022-06-08 16:30:54.563 | wget 2022-06-08 16:30:54.563 | wget 2022-06-08 16:30:54.563 | zlib1g-dev 2022-06-08 16:30:54.563 | libkrb5-dev 2022-06-08 16:30:54.563 | libldap2-dev 2022-06-08 16:30:54.563 | libsasl2-dev 2022-06-08 16:30:54.563 | memcached 2022-06-08 16:30:54.563 | python3-mysqldb 2022-06-08 16:30:54.564 | sqlite3 2022-06-08 16:30:54.564 | conntrack 2022-06-08 16:30:54.564 | curl 2022-06-08 16:30:54.564 | dnsmasq-base 2022-06-08 16:30:54.564 | dnsmasq-utils 2022-06-08 16:30:54.564 | ebtables 2022-06-08 16:30:54.564 | genisoimage 2022-06-08 16:30:54.564 | iptables 2022-06-08 16:30:54.564 | iputils-arping 2022-06-08 16:30:54.564 | kpartx 2022-06-08 16:30:54.564 | libjs-jquery-tablesorter 2022-06-08 16:30:54.564 | parted 2022-06-08 16:30:54.564 | pm-utils 2022-06-08 16:30:54.564 | python3-mysqldb 2022-06-08 16:30:54.564 | socat 2022-06-08 16:30:54.564 | sqlite3 2022-06-08 16:30:54.564 | sudo 2022-06-08 16:30:54.564 | vlan 2022-06-08 16:30:54.564 | lsscsi 2022-06-08 16:30:54.564 | open-iscsi 2022-06-08 16:30:54.564 | lvm2 2022-06-08 16:30:54.564 | qemu-utils 2022-06-08 16:30:54.564 | thin-provisioning-tools 2022-06-08 16:30:54.564 | acl 2022-06-08 16:30:54.564 | dnsmasq-base 2022-06-08 16:30:54.564 | dnsmasq-utils 2022-06-08 16:30:54.564 | ebtables 2022-06-08 16:30:54.564 | haproxy 2022-06-08 16:30:54.564 | iptables 2022-06-08 16:30:54.564 | iputils-arping 2022-06-08 16:30:54.564 | iputils-ping 2022-06-08 16:30:54.564 | postgresql-server-dev-all 2022-06-08 16:30:54.564 | python3-mysqldb 2022-06-08 16:30:54.564 | sqlite3 2022-06-08 16:30:54.564 | sudo 2022-06-08 16:30:54.565 | vlan 2022-06-08 16:30:54.565 | pcp 2022-06-08 16:30:54.565 | ipset 2022-06-08 16:30:54.565 | conntrack 2022-06-08 16:30:54.565 | conntrackd 2022-06-08 16:30:54.565 | keepalived 2022-06-08 16:30:54.565 | lvm2 2022-06-08 16:30:54.565 | qemu-utils 2022-06-08 16:30:54.565 | thin-provisioning-tools 2022-06-08 16:30:54.565 | curl 2022-06-08 16:30:54.565 | liberasurecode-dev 2022-06-08 16:30:54.565 | make 2022-06-08 16:30:54.565 | memcached 2022-06-08 16:30:54.565 | rsync 2022-06-08 16:30:54.565 | sqlite3 2022-06-08 16:30:54.565 | xfsprogs ' 2022-06-08 16:30:54.565 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-08 16:30:54.567 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:30:54.569 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:30:54.572 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 16:30:54.572 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-08 16:30:54.577 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 16:30:54.579 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-08 16:30:54.582 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 16:30:54.584 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-08 16:30:54.586 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 16:30:54.588 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 16:30:54.590 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 16:30:54.592 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:30:54.594 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:30:54.596 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 16:30:54.598 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-08 16:30:54.600 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-08 16:30:54.602 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-08 16:30:54.605 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-08 16:30:54.609 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-08 16:30:54.611 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-08 16:30:54.613 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-08 16:30:54.615 | ++ functions-common:time_start:2413 : local start_time= 2022-06-08 16:30:54.617 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-08 16:30:54.620 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-08 16:30:54.623 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654705854621 2022-06-08 16:30:54.626 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-08 16:30:54.628 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-08 16:30:54.630 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-08 16:30:54.837 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-08 16:30:54.872 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-08 16:30:54.914 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-08 16:30:55.073 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-08 16:30:57.069 | Reading package lists... 2022-06-08 16:30:57.100 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-08 16:30:57.102 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-08 16:30:57.104 | ++ functions-common:time_stop:2426 : local name 2022-06-08 16:30:57.106 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 16:30:57.108 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:30:57.111 | ++ functions-common:time_stop:2429 : local total 2022-06-08 16:30:57.113 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 16:30:57.115 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-08 16:30:57.117 | ++ functions-common:time_stop:2433 : start_time=1654705854621 2022-06-08 16:30:57.119 | ++ functions-common:time_stop:2435 : [[ -z 1654705854621 ]] 2022-06-08 16:30:57.122 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:30:57.126 | ++ functions-common:time_stop:2438 : end_time=1654705857123 2022-06-08 16:30:57.128 | ++ functions-common:time_stop:2439 : elapsed_time=2502 2022-06-08 16:30:57.130 | ++ functions-common:time_stop:2440 : total=0 2022-06-08 16:30:57.132 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:30:57.134 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2502 2022-06-08 16:30:57.136 | ++ functions-common:install_package:1465 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 16:30:57.138 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 16:30:57.141 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:30:57.143 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:30:57.145 | ++ functions-common:real_install_package:1451 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 16:30:57.166 | ++ functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 16:30:57.275 | Reading package lists... 2022-06-08 16:30:57.517 | Building dependency tree... 2022-06-08 16:30:57.518 | Reading state information... 2022-06-08 16:30:57.552 | acl is already the newest version (2.2.53-6). 2022-06-08 16:30:57.552 | bc is already the newest version (1.07.1-2build1). 2022-06-08 16:30:57.552 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-08 16:30:57.552 | conntrack is already the newest version (1:1.4.5-2). 2022-06-08 16:30:57.552 | ebtables is already the newest version (2.0.11-3build1). 2022-06-08 16:30:57.552 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 16:30:57.552 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-08 16:30:57.552 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 16:30:57.552 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-08 16:30:57.552 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-08 16:30:57.552 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-08 16:30:57.553 | iputils-arping is already the newest version (3:20190709-3). 2022-06-08 16:30:57.553 | iputils-ping is already the newest version (3:20190709-3). 2022-06-08 16:30:57.553 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-08 16:30:57.553 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-08 16:30:57.553 | libffi-dev is already the newest version (3.3-4). 2022-06-08 16:30:57.553 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-08 16:30:57.553 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-08 16:30:57.553 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-08 16:30:57.553 | lsscsi is already the newest version (0.30-0.1). 2022-06-08 16:30:57.553 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-08 16:30:57.553 | make is already the newest version (4.2.1-1.2). 2022-06-08 16:30:57.553 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-08 16:30:57.553 | psmisc is already the newest version (23.3-1). 2022-06-08 16:30:57.553 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-08 16:30:57.553 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-08 16:30:57.553 | python3-systemd is already the newest version (234-3build2). 2022-06-08 16:30:57.553 | socat is already the newest version (1.7.3.3-2). 2022-06-08 16:30:57.553 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-08 16:30:57.553 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-08 16:30:57.553 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-08 16:30:57.553 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-08 16:30:57.553 | graphviz is already the newest version (2.42.2-3build2). 2022-06-08 16:30:57.553 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-08 16:30:57.553 | pcp is already the newest version (5.0.3-1). 2022-06-08 16:30:57.553 | pm-utils is already the newest version (1.4.1-19). 2022-06-08 16:30:57.553 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-08 16:30:57.553 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 16:30:57.553 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 16:30:57.553 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-08 16:30:57.553 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 16:30:57.553 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 16:30:57.553 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-08 16:30:57.553 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-08 16:30:57.554 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-08 16:30:57.554 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-08 16:30:57.554 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-08 16:30:57.554 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-08 16:30:57.554 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-08 16:30:57.554 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-08 16:30:57.554 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-08 16:30:57.554 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 16:30:57.554 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-08 16:30:57.554 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-08 16:30:57.554 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-08 16:30:57.554 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-08 16:30:57.554 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-08 16:30:57.554 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-08 16:30:57.554 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 16:30:57.554 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-08 16:30:57.554 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-08 16:30:57.554 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-08 16:30:57.554 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-08 16:30:57.554 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-08 16:30:57.554 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-08 16:30:57.554 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-08 16:30:57.554 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-08 16:30:57.554 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-08 16:30:57.554 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-08 16:30:57.771 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 16:30:57.771 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-08 16:30:57.771 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-08 16:30:57.771 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-08 16:30:57.771 | The following packages were automatically installed and are no longer required: 2022-06-08 16:30:57.772 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 16:30:57.772 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 16:30:57.772 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 16:30:57.772 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 16:30:57.772 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 16:30:57.772 | python3-zope.interface 2022-06-08 16:30:57.772 | Use 'sudo apt autoremove' to remove them. 2022-06-08 16:30:57.883 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 16:30:57.887 | ++ functions-common:apt_get:1235 : result=0 2022-06-08 16:30:57.889 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 16:30:57.892 | ++ functions-common:time_stop:2426 : local name 2022-06-08 16:30:57.895 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 16:30:57.897 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:30:57.899 | ++ functions-common:time_stop:2429 : local total 2022-06-08 16:30:57.901 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 16:30:57.903 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-08 16:30:57.905 | ++ functions-common:time_stop:2433 : start_time=1654705857163 2022-06-08 16:30:57.907 | ++ functions-common:time_stop:2435 : [[ -z 1654705857163 ]] 2022-06-08 16:30:57.910 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:30:57.914 | ++ functions-common:time_stop:2438 : end_time=1654705857912 2022-06-08 16:30:57.916 | ++ functions-common:time_stop:2439 : elapsed_time=749 2022-06-08 16:30:57.918 | ++ functions-common:time_stop:2440 : total=738 2022-06-08 16:30:57.920 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:30:57.923 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1487 2022-06-08 16:30:57.925 | ++ functions-common:apt_get:1239 : return 0 2022-06-08 16:30:57.927 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-08 16:30:57.930 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-08 16:30:57.932 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-08 16:30:57.936 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-08 16:30:57.941 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-08 16:30:57.944 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-08 16:30:57.946 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-08 16:30:59.334 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-08 16:30:59.336 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-08 16:30:59.337 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-08 16:30:59.339 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-08 16:30:59.341 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-08 16:30:59.343 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-08 16:30:59.345 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-08 16:30:59.346 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-08 16:30:59.348 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-08 16:30:59.350 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-08 16:30:59.352 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-08 16:30:59.353 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-08 16:30:59.355 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-08 16:30:59.357 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-08 16:30:59.359 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-08 16:30:59.360 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-08 16:30:59.362 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-08 16:30:59.364 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-08 16:30:59.366 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-08 16:30:59.367 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-08 16:30:59.370 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-08 16:30:59.372 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-08 16:30:59.373 | + functions-common:_ensure_lsb_release:394 : return 2022-06-08 16:30:59.376 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-08 16:30:59.443 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-08 16:30:59.445 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-08 16:30:59.512 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-08 16:30:59.514 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-08 16:30:59.580 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-08 16:30:59.582 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-08 16:30:59.583 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-08 16:30:59.585 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-08 16:30:59.587 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-08 16:30:59.589 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-08 16:30:59.591 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-08 16:30:59.593 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-08 16:30:59.595 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-08 16:30:59.597 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-08 16:30:59.599 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-08 16:30:59.599 | Distro: focal 2022-06-08 16:30:59.601 | + tools/install_pip.sh:main:124 : get_versions 2022-06-08 16:30:59.603 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 16:30:59.607 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 16:30:59.609 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 16:30:59.612 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 16:30:59.612 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 16:31:00.174 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 16:31:00.176 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 16:31:00.176 | pip: 21.3.1 2022-06-08 16:31:00.177 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-08 16:31:00.179 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-08 16:31:00.181 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 16:31:00.183 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 16:31:00.184 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 16:31:00.186 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 16:31:00.188 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 16:31:00.190 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 16:31:00.192 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 16:31:00.193 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 16:31:00.195 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 16:31:00.197 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 16:31:00.199 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-08 16:31:00.201 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:00.202 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:00.205 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-08 16:31:00.209 | + tools/install_pip.sh:main:153 : set -x 2022-06-08 16:31:00.211 | + tools/install_pip.sh:main:156 : get_versions 2022-06-08 16:31:00.213 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 16:31:00.217 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 16:31:00.219 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 16:31:00.221 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 16:31:00.222 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 16:31:00.781 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 16:31:00.784 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 16:31:00.784 | pip: 21.3.1 2022-06-08 16:31:00.787 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-08 16:31:00.789 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 16:31:00.793 | + ./stack.sh:main:791 : fixup_all 2022-06-08 16:31:00.795 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-08 16:31:00.797 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-08 16:31:00.800 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:00.802 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:00.804 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-08 16:31:00.816 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-08 16:31:00.828 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-08 16:31:00.839 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-08 16:31:00.841 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-08 16:31:00.844 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 16:31:00.846 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 16:31:00.848 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 16:31:00.850 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 16:31:00.852 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 16:31:00.854 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 16:31:00.856 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 16:31:00.858 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 16:31:00.860 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 16:31:00.862 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 16:31:00.864 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-08 16:31:00.866 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-08 16:31:00.869 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-08 16:31:00.871 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 16:31:00.873 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 16:31:00.875 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 16:31:00.878 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 16:31:00.880 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 16:31:00.882 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 16:31:00.884 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-08 16:31:00.887 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-08 16:31:00.907 | Using python 3.8 to install os-testr 2022-06-08 16:31:00.910 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-06-08 16:31:01.639 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:01.639 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:01.639 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:01.639 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:02.728 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 16:31:02.759 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-08 16:31:02.825 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-08 16:31:02.827 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-06-08 16:31:02.828 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-08 16:31:02.842 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-06-08 16:31:02.851 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-06-08 16:31:02.863 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-06-08 16:31:04.442 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-08 16:31:04.512 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 16:31:04.512 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 16:31:04.615 | + inc/python:pip_install:196 : result=0 2022-06-08 16:31:04.617 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 16:31:04.619 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:04.621 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:04.623 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:04.625 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:04.628 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:04.630 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 16:31:04.632 | + functions-common:time_stop:2433 : start_time=1654705860902 2022-06-08 16:31:04.634 | + functions-common:time_stop:2435 : [[ -z 1654705860902 ]] 2022-06-08 16:31:04.637 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:04.641 | + functions-common:time_stop:2438 : end_time=1654705864639 2022-06-08 16:31:04.644 | + functions-common:time_stop:2439 : elapsed_time=3737 2022-06-08 16:31:04.646 | + functions-common:time_stop:2440 : total=0 2022-06-08 16:31:04.648 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:04.650 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3737 2022-06-08 16:31:04.652 | + inc/python:pip_install:199 : return 0 2022-06-08 16:31:04.655 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-08 16:31:04.706 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-08 16:31:04.805 | + ./stack.sh:main:805 : install_infra 2022-06-08 16:31:04.808 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 16:31:04.811 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-08 16:31:04.813 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 16:31:04.816 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-08 16:31:04.839 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-08 16:31:07.581 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 16:31:07.702 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.9.0) 2022-06-08 16:31:08.006 | + inc/python:pip_install:196 : result=0 2022-06-08 16:31:08.009 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 16:31:08.011 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:08.013 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:08.015 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:08.017 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:08.019 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:08.021 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 16:31:08.023 | + functions-common:time_stop:2433 : start_time=1654705864832 2022-06-08 16:31:08.025 | + functions-common:time_stop:2435 : [[ -z 1654705864832 ]] 2022-06-08 16:31:08.028 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:08.032 | + functions-common:time_stop:2438 : end_time=1654705868029 2022-06-08 16:31:08.034 | + functions-common:time_stop:2439 : elapsed_time=3197 2022-06-08 16:31:08.036 | + functions-common:time_stop:2440 : total=3737 2022-06-08 16:31:08.038 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:08.040 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6934 2022-06-08 16:31:08.042 | + inc/python:pip_install:199 : return 0 2022-06-08 16:31:08.044 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 16:31:08.047 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-08 16:31:08.069 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-06-08 16:31:10.669 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 16:31:10.671 | Processing /opt/stack/requirements 2022-06-08 16:31:12.399 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) (3.0.0) 2022-06-08 16:31:12.410 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (6.0) 2022-06-08 16:31:12.412 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (2.27.1) 2022-06-08 16:31:12.441 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (21.3) 2022-06-08 16:31:12.446 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.5.0) 2022-06-08 16:31:12.456 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (3.3) 2022-06-08 16:31:12.459 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (3.0.9) 2022-06-08 16:31:12.465 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (1.16.0) 2022-06-08 16:31:12.468 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (2.0.12) 2022-06-08 16:31:12.473 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5466) (1.3) 2022-06-08 16:31:12.475 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5466) (0.3.0) 2022-06-08 16:31:12.492 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.9.0) 2022-06-08 16:31:12.494 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 225)) (2022.5.18.1) 2022-06-08 16:31:12.497 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (1.26.9) 2022-06-08 16:31:12.529 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-06-08 16:31:12.532 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (3.10.1) 2022-06-08 16:31:12.544 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.3.0) 2022-06-08 16:31:12.574 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (0.5.1) 2022-06-08 16:31:12.577 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) (3.5.0) 2022-06-08 16:31:12.584 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (2.4.1) 2022-06-08 16:31:12.633 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.5) 2022-06-08 16:31:12.638 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (1.8.2) 2022-06-08 16:31:12.640 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) (21.4.0) 2022-06-08 16:31:12.702 | Building wheels for collected packages: openstack-requirements 2022-06-08 16:31:12.703 | Building wheel for openstack-requirements (setup.py): started 2022-06-08 16:31:13.530 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-08 16:31:13.530 | ERROR: Command errored out with exit status 1: 2022-06-08 16:31:13.530 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-s6pn54yi/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-s6pn54yi/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-bxmw2o4v 2022-06-08 16:31:13.530 | cwd: /tmp/pip-req-build-s6pn54yi/ 2022-06-08 16:31:13.530 | Complete output (6 lines): 2022-06-08 16:31:13.530 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-08 16:31:13.530 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-08 16:31:13.530 | or: setup.py --help-commands 2022-06-08 16:31:13.530 | or: setup.py cmd --help 2022-06-08 16:31:13.530 | 2022-06-08 16:31:13.530 | error: invalid command 'bdist_wheel' 2022-06-08 16:31:13.530 | ---------------------------------------- 2022-06-08 16:31:13.530 | ERROR: Failed building wheel for openstack-requirements 2022-06-08 16:31:13.530 | Running setup.py clean for openstack-requirements 2022-06-08 16:31:14.350 | Failed to build openstack-requirements 2022-06-08 16:31:14.366 | Installing collected packages: openstack-requirements 2022-06-08 16:31:14.366 | Attempting uninstall: openstack-requirements 2022-06-08 16:31:14.367 | Found existing installation: openstack-requirements 1.2.1.dev5466 2022-06-08 16:31:14.401 | Uninstalling openstack-requirements-1.2.1.dev5466: 2022-06-08 16:31:14.420 | Successfully uninstalled openstack-requirements-1.2.1.dev5466 2022-06-08 16:31:14.423 | Running setup.py install for openstack-requirements: started 2022-06-08 16:31:16.775 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-08 16:31:16.798 | Successfully installed openstack-requirements-1.2.1.dev5466 2022-06-08 16:31:16.920 | + inc/python:pip_install:196 : result=0 2022-06-08 16:31:16.923 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 16:31:16.925 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:16.927 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:16.929 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:16.931 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:16.933 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:16.935 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 16:31:16.937 | + functions-common:time_stop:2433 : start_time=1654705868062 2022-06-08 16:31:16.940 | + functions-common:time_stop:2435 : [[ -z 1654705868062 ]] 2022-06-08 16:31:16.943 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:16.947 | + functions-common:time_stop:2438 : end_time=1654705876944 2022-06-08 16:31:16.949 | + functions-common:time_stop:2439 : elapsed_time=8882 2022-06-08 16:31:16.951 | + functions-common:time_stop:2440 : total=6934 2022-06-08 16:31:16.953 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:16.955 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=15816 2022-06-08 16:31:16.957 | + inc/python:pip_install:199 : return 0 2022-06-08 16:31:16.960 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-08 16:31:16.962 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-08 16:31:16.965 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-08 16:31:16.967 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:16.969 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:16.972 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-08 16:31:16.974 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:16.976 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-08 16:31:16.996 | Using python 3.8 to install pbr 2022-06-08 16:31:16.999 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-08 16:31:17.722 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:17.722 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:17.722 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:17.722 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:18.790 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 16:31:18.821 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-08 16:31:20.526 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-08 16:31:20.597 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 16:31:20.597 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 16:31:20.709 | + inc/python:pip_install:196 : result=0 2022-06-08 16:31:20.712 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 16:31:20.714 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:20.716 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:20.718 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:20.721 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:20.723 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:20.725 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 16:31:20.727 | + functions-common:time_stop:2433 : start_time=1654705876991 2022-06-08 16:31:20.729 | + functions-common:time_stop:2435 : [[ -z 1654705876991 ]] 2022-06-08 16:31:20.731 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:20.735 | + functions-common:time_stop:2438 : end_time=1654705880733 2022-06-08 16:31:20.737 | + functions-common:time_stop:2439 : elapsed_time=3742 2022-06-08 16:31:20.739 | + functions-common:time_stop:2440 : total=15816 2022-06-08 16:31:20.742 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:20.744 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19558 2022-06-08 16:31:20.746 | + inc/python:pip_install:199 : return 0 2022-06-08 16:31:20.749 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-08 16:31:23.001 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-08 16:31:24.910 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 16:31:24.911 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-08 16:31:24.935 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-06-08 16:31:24.938 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-08 16:31:24.941 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-08 16:31:24.947 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-08 16:31:24.950 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-06-08 16:31:25.033 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 16:31:25.036 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 16:31:25.039 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-08 16:31:25.056 | + ./stack.sh:main:814 : pkgs= 2022-06-08 16:31:25.058 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-08 16:31:25.060 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-08 16:31:25.063 | + functions-common:run_phase:1854 : local mode=stack 2022-06-08 16:31:25.065 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-08 16:31:25.068 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 16:31:25.070 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 16:31:25.072 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 16:31:25.074 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 16:31:25.076 | + functions-common:run_phase:1864 : local extra 2022-06-08 16:31:25.079 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 16:31:25.083 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 16:31:25.085 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 16:31:25.088 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 16:31:25.090 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-08 16:31:25.092 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 16:31:25.107 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:25.109 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 16:31:25.112 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-08 16:31:25.114 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-08 16:31:25.116 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-08 16:31:25.118 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-08 16:31:25.120 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-08 16:31:25.122 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-08 16:31:25.124 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-08 16:31:25.127 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-08 16:31:25.129 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-08 16:31:25.131 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-08 16:31:25.133 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-08 16:31:25.135 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-08 16:31:25.137 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 16:31:25.139 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-08 16:31:25.142 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-08 16:31:25.144 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-08 16:31:25.146 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-08 16:31:25.148 | + functions-common:run_plugins:1843 : local plugins= 2022-06-08 16:31:25.150 | + functions-common:run_plugins:1844 : local plugin 2022-06-08 16:31:25.153 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-08 16:31:25.155 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-08 16:31:25.157 | + functions:set_systemd_override:821 : local value=2048 2022-06-08 16:31:25.160 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-08 16:31:25.162 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-08 16:31:25.213 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-08 16:31:25.214 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-08 16:31:25.216 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-08 16:31:25.617 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-08 16:31:25.619 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-08 16:31:25.636 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:25.638 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-08 16:31:25.640 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 16:31:25.643 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 16:31:25.645 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 16:31:25.647 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 16:31:25.650 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 16:31:25.652 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 16:31:25.654 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:25.657 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:25.659 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 16:31:25.662 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 16:31:25.664 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 16:31:25.666 | + functions-common:apt_get_update:1191 : return 2022-06-08 16:31:25.668 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-08 16:31:25.671 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 16:31:25.673 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:25.676 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:25.678 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-08 16:31:25.699 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-08 16:31:25.808 | Reading package lists... 2022-06-08 16:31:26.055 | Building dependency tree... 2022-06-08 16:31:26.056 | Reading state information... 2022-06-08 16:31:26.302 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-08 16:31:26.302 | The following packages were automatically installed and are no longer required: 2022-06-08 16:31:26.303 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 16:31:26.303 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 16:31:26.303 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 16:31:26.303 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 16:31:26.303 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 16:31:26.303 | python3-zope.interface 2022-06-08 16:31:26.303 | Use 'sudo apt autoremove' to remove them. 2022-06-08 16:31:26.416 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 16:31:26.421 | + functions-common:apt_get:1235 : result=0 2022-06-08 16:31:26.423 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 16:31:26.425 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:26.427 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:26.430 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:26.432 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:26.434 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:26.436 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 16:31:26.438 | + functions-common:time_stop:2433 : start_time=1654705885696 2022-06-08 16:31:26.441 | + functions-common:time_stop:2435 : [[ -z 1654705885696 ]] 2022-06-08 16:31:26.444 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:26.448 | + functions-common:time_stop:2438 : end_time=1654705886445 2022-06-08 16:31:26.450 | + functions-common:time_stop:2439 : elapsed_time=749 2022-06-08 16:31:26.452 | + functions-common:time_stop:2440 : total=1487 2022-06-08 16:31:26.455 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:26.457 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2236 2022-06-08 16:31:26.459 | + functions-common:apt_get:1239 : return 0 2022-06-08 16:31:26.462 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-08 16:31:26.464 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 16:31:26.466 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 16:31:26.469 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 16:31:26.471 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 16:31:26.473 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 16:31:26.476 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 16:31:26.478 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-08 16:31:26.480 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 16:31:26.482 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 16:31:26.485 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 16:31:26.488 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 16:31:26.490 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 16:31:26.492 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 16:31:26.494 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 16:31:26.497 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 16:31:26.499 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 16:31:26.502 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 16:31:26.504 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-08 16:31:26.506 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 16:31:26.509 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 16:31:26.511 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 16:31:26.513 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 16:31:26.516 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 16:31:26.518 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 16:31:26.520 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-08 16:31:26.522 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-08 16:31:26.538 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:26.540 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-08 16:31:26.542 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 16:31:26.545 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-08 16:31:26.547 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-08 16:31:26.550 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-08 16:31:26.554 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-08 16:31:26.557 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-08 16:31:26.559 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-08 16:31:26.561 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-08 16:31:26.564 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-08 16:31:26.567 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-08 16:31:26.569 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-08 16:31:27.314 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-08 16:31:27.314 | user tags 2022-06-08 16:31:27.314 | stackrabbit []' 2022-06-08 16:31:27.317 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-08 16:31:27.318 | user tags 2022-06-08 16:31:27.318 | stackrabbit []' 2022-06-08 16:31:27.318 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-08 16:31:27.324 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-08 16:31:27.326 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-08 16:31:27.329 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 16:31:27.982 | Changing password for user "stackrabbit" ... 2022-06-08 16:31:28.004 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-08 16:31:28.656 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-08 16:31:28.679 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-08 16:31:28.682 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 16:31:29.334 | Changing password for user "stackrabbit" ... 2022-06-08 16:31:29.355 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-08 16:31:29.357 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-08 16:31:29.360 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-08 16:31:30.038 | Deleting user "guest" ... 2022-06-08 16:31:30.053 | Error: 2022-06-08 16:31:30.053 | {:no_such_user, "guest"} 2022-06-08 16:31:30.066 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-08 16:31:30.069 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-08 16:31:30.086 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:30.089 | + ./stack.sh:main:831 : install_database 2022-06-08 16:31:30.091 | + lib/database:install_database:118 : install_database_mysql 2022-06-08 16:31:30.093 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-08 16:31:30.096 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:30.098 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:30.101 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-08 16:31:30.312 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-08 16:31:30.314 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-08 16:31:30.316 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-08 16:31:30.319 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-08 16:31:30.321 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-08 16:31:30.323 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-08 16:31:30.326 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 16:31:30.328 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 16:31:30.331 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 16:31:30.333 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 16:31:30.336 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 16:31:30.338 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 16:31:30.341 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 16:31:30.343 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 16:31:30.346 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 16:31:30.348 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 16:31:30.350 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-08 16:31:30.353 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 16:31:30.355 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 16:31:30.357 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 16:31:30.360 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 16:31:30.362 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 16:31:30.364 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 16:31:30.366 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-08 16:31:30.369 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:30.371 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:30.373 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-08 16:31:30.375 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 16:31:30.378 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 16:31:30.380 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 16:31:30.382 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 16:31:30.385 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 16:31:30.387 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 16:31:30.389 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:30.392 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:30.394 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 16:31:30.396 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 16:31:30.399 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 16:31:30.401 | + functions-common:apt_get_update:1191 : return 2022-06-08 16:31:30.403 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-08 16:31:30.405 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 16:31:30.408 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:30.410 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:30.413 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-08 16:31:30.433 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-08 16:31:30.542 | Reading package lists... 2022-06-08 16:31:30.783 | Building dependency tree... 2022-06-08 16:31:30.785 | Reading state information... 2022-06-08 16:31:31.030 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-08 16:31:31.030 | The following packages were automatically installed and are no longer required: 2022-06-08 16:31:31.031 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 16:31:31.031 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 16:31:31.031 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 16:31:31.031 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 16:31:31.032 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 16:31:31.032 | python3-zope.interface 2022-06-08 16:31:31.032 | Use 'sudo apt autoremove' to remove them. 2022-06-08 16:31:31.144 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 16:31:31.148 | + functions-common:apt_get:1235 : result=0 2022-06-08 16:31:31.151 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 16:31:31.153 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:31.155 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:31.157 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:31.160 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:31.162 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:31.164 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 16:31:31.166 | + functions-common:time_stop:2433 : start_time=1654705890430 2022-06-08 16:31:31.168 | + functions-common:time_stop:2435 : [[ -z 1654705890430 ]] 2022-06-08 16:31:31.171 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:31.175 | + functions-common:time_stop:2438 : end_time=1654705891172 2022-06-08 16:31:31.177 | + functions-common:time_stop:2439 : elapsed_time=742 2022-06-08 16:31:31.179 | + functions-common:time_stop:2440 : total=2236 2022-06-08 16:31:31.181 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:31.184 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2978 2022-06-08 16:31:31.186 | + functions-common:apt_get:1239 : return 0 2022-06-08 16:31:31.189 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-08 16:31:31.191 | + ./stack.sh:main:834 : install_database_python 2022-06-08 16:31:31.193 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-08 16:31:31.196 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-08 16:31:31.198 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-08 16:31:31.200 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-08 16:31:31.204 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-08 16:31:31.206 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-08 16:31:31.208 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-08 16:31:31.212 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-08 16:31:31.212 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-08 16:31:31.217 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-08 16:31:31.219 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-08 16:31:31.222 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-08 16:31:31.224 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-08 16:31:31.227 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-08 16:31:31.248 | Using python 3.8 to install PyMySQL 2022-06-08 16:31:31.251 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-06-08 16:31:31.974 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:31.974 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:31.974 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:31.975 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:33.063 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 16:31:33.094 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-08 16:31:34.686 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-08 16:31:34.756 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 16:31:34.756 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 16:31:34.857 | + inc/python:pip_install:196 : result=0 2022-06-08 16:31:34.859 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 16:31:34.861 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:34.864 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:34.866 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:34.869 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:34.871 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:34.873 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 16:31:34.875 | + functions-common:time_stop:2433 : start_time=1654705891243 2022-06-08 16:31:34.877 | + functions-common:time_stop:2435 : [[ -z 1654705891243 ]] 2022-06-08 16:31:34.880 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:34.884 | + functions-common:time_stop:2438 : end_time=1654705894882 2022-06-08 16:31:34.887 | + functions-common:time_stop:2439 : elapsed_time=3639 2022-06-08 16:31:34.889 | + functions-common:time_stop:2440 : total=19558 2022-06-08 16:31:34.892 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:34.894 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23197 2022-06-08 16:31:34.896 | + inc/python:pip_install:199 : return 0 2022-06-08 16:31:34.898 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-08 16:31:34.901 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 16:31:34.903 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-08 16:31:34.905 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-08 16:31:34.921 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:34.924 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-08 16:31:34.926 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-06-08 16:31:34.929 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 16:31:34.930 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-08 16:31:34.935 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 16:31:34.937 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-08 16:31:34.940 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-08 16:31:34.942 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-08 16:31:34.944 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-06-08 16:31:34.947 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:486 : is_service_enabled q-l3 2022-06-08 16:31:34.963 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:34.965 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : install_package radvd 2022-06-08 16:31:34.967 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 16:31:34.970 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 16:31:34.972 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 16:31:34.975 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 16:31:34.977 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 16:31:34.979 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 16:31:34.981 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:34.984 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:34.986 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 16:31:34.988 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 16:31:34.990 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 16:31:34.993 | + functions-common:apt_get_update:1191 : return 2022-06-08 16:31:34.996 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-08 16:31:34.998 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 16:31:35.001 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:35.003 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:35.005 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-08 16:31:35.026 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-08 16:31:35.136 | Reading package lists... 2022-06-08 16:31:35.382 | Building dependency tree... 2022-06-08 16:31:35.384 | Reading state information... 2022-06-08 16:31:35.631 | radvd is already the newest version (1:2.17-2). 2022-06-08 16:31:35.631 | The following packages were automatically installed and are no longer required: 2022-06-08 16:31:35.633 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 16:31:35.633 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 16:31:35.633 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 16:31:35.633 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 16:31:35.633 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 16:31:35.633 | python3-zope.interface 2022-06-08 16:31:35.633 | Use 'sudo apt autoremove' to remove them. 2022-06-08 16:31:35.743 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 16:31:35.748 | + functions-common:apt_get:1235 : result=0 2022-06-08 16:31:35.750 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 16:31:35.753 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:35.755 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:35.757 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:35.759 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:35.761 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:35.763 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 16:31:35.765 | + functions-common:time_stop:2433 : start_time=1654705895023 2022-06-08 16:31:35.768 | + functions-common:time_stop:2435 : [[ -z 1654705895023 ]] 2022-06-08 16:31:35.770 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:35.774 | + functions-common:time_stop:2438 : end_time=1654705895772 2022-06-08 16:31:35.776 | + functions-common:time_stop:2439 : elapsed_time=749 2022-06-08 16:31:35.778 | + functions-common:time_stop:2440 : total=2978 2022-06-08 16:31:35.780 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:35.783 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3727 2022-06-08 16:31:35.785 | + functions-common:apt_get:1239 : return 0 2022-06-08 16:31:35.787 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:490 : is_service_enabled q-agt q-dhcp q-l3 2022-06-08 16:31:35.804 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:35.806 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:491 : neutron_plugin_install_agent_packages 2022-06-08 16:31:35.809 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-08 16:31:35.811 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-08 16:31:35.814 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-08 16:31:35.833 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-08 16:31:35.836 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 16:31:35.838 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 16:31:35.840 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 16:31:35.842 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 16:31:35.845 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 16:31:35.847 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 16:31:35.849 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:35.852 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:35.854 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 16:31:35.856 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 16:31:35.858 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 16:31:35.861 | + functions-common:apt_get_update:1191 : return 2022-06-08 16:31:35.863 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-08 16:31:35.865 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 16:31:35.868 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:35.870 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:35.872 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-08 16:31:35.892 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-06-08 16:31:36.001 | Reading package lists... 2022-06-08 16:31:36.244 | Building dependency tree... 2022-06-08 16:31:36.245 | Reading state information... 2022-06-08 16:31:36.494 | fakeroot is already the newest version (1.24-1). 2022-06-08 16:31:36.494 | make is already the newest version (4.2.1-1.2). 2022-06-08 16:31:36.494 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-08 16:31:36.494 | The following packages were automatically installed and are no longer required: 2022-06-08 16:31:36.495 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 16:31:36.495 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 16:31:36.495 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 16:31:36.495 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 16:31:36.495 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 16:31:36.495 | python3-zope.interface 2022-06-08 16:31:36.495 | Use 'sudo apt autoremove' to remove them. 2022-06-08 16:31:36.606 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 16:31:36.610 | + functions-common:apt_get:1235 : result=0 2022-06-08 16:31:36.612 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 16:31:36.615 | + functions-common:time_stop:2426 : local name 2022-06-08 16:31:36.617 | + functions-common:time_stop:2427 : local end_time 2022-06-08 16:31:36.619 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 16:31:36.621 | + functions-common:time_stop:2429 : local total 2022-06-08 16:31:36.623 | + functions-common:time_stop:2430 : local start_time 2022-06-08 16:31:36.625 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 16:31:36.627 | + functions-common:time_stop:2433 : start_time=1654705895889 2022-06-08 16:31:36.630 | + functions-common:time_stop:2435 : [[ -z 1654705895889 ]] 2022-06-08 16:31:36.632 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 16:31:36.636 | + functions-common:time_stop:2438 : end_time=1654705896634 2022-06-08 16:31:36.638 | + functions-common:time_stop:2439 : elapsed_time=745 2022-06-08 16:31:36.640 | + functions-common:time_stop:2440 : total=3727 2022-06-08 16:31:36.643 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 16:31:36.645 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4472 2022-06-08 16:31:36.647 | + functions-common:apt_get:1239 : return 0 2022-06-08 16:31:36.650 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-08 16:31:36.652 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 16:31:36.654 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 16:31:36.657 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-08 16:31:36.659 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-08 16:31:36.662 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-08 16:31:36.666 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-08 16:31:36.668 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-08 16:31:36.671 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-08 16:31:36.671 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-08 16:31:36.676 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-08 16:31:36.678 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-08 16:31:36.681 | + functions:vercmp:628 : local v1=5.4 2022-06-08 16:31:36.683 | + functions:vercmp:629 : local 'op=<' 2022-06-08 16:31:36.685 | + functions:vercmp:630 : local v2=3.13 2022-06-08 16:31:36.687 | + functions:vercmp:631 : local result 2022-06-08 16:31:36.691 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-08 16:31:36.691 | ++ functions:vercmp:635 : sort -V 2022-06-08 16:31:36.692 | ++ functions:vercmp:635 : head -1 2022-06-08 16:31:36.697 | + functions:vercmp:635 : result=3.13 2022-06-08 16:31:36.699 | + functions:vercmp:637 : case $op in 2022-06-08 16:31:36.701 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-08 16:31:36.703 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-08 16:31:36.706 | + functions:vercmp:648 : return 2022-06-08 16:31:36.708 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-08 16:31:36.711 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-08 16:31:36.713 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-08 16:31:37.178 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-08 16:31:37.182 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-08 16:31:37.185 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.186 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.189 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-08 16:31:37.192 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.194 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-08 16:31:37.213 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 16:31:37.216 | + ./stack.sh:main:842 : install_etcd3 2022-06-08 16:31:37.218 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-08 16:31:37.218 | Installing etcd 2022-06-08 16:31:37.220 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-08 16:31:37.232 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-08 16:31:37.244 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-08 16:31:37.247 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-08 16:31:37.262 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-08 16:31:37.265 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 16:31:37.268 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 16:31:37.271 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 16:31:37.275 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 16:31:37.278 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-06-08 16:31:37.280 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-08 16:31:37.283 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 16:31:37.285 | ++ functions:get_extra_file:74 : return 2022-06-08 16:31:37.288 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 16:31:37.290 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-08 16:31:37.292 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-08 16:31:37.295 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-08 16:31:37.311 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 16:31:37.314 | + ./stack.sh:main:861 : install_dstat 2022-06-08 16:31:37.316 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-08 16:31:37.333 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 16:31:37.335 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-08 16:31:37.337 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 16:31:37.339 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-08 16:31:37.342 | + ./stack.sh:main:870 : install_libs 2022-06-08 16:31:37.345 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-08 16:31:37.347 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-08 16:31:37.349 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-08 16:31:37.351 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-08 16:31:37.353 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.356 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.358 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-08 16:31:37.361 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.363 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-08 16:31:37.365 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-08 16:31:37.368 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-08 16:31:37.370 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-08 16:31:37.372 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.374 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.376 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-08 16:31:37.379 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.381 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-08 16:31:37.383 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-08 16:31:37.385 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-08 16:31:37.388 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-08 16:31:37.390 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.392 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.394 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-08 16:31:37.396 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.399 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-08 16:31:37.401 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-08 16:31:37.403 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-08 16:31:37.405 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-08 16:31:37.408 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.410 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.413 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-08 16:31:37.415 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.417 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-08 16:31:37.419 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-08 16:31:37.422 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-08 16:31:37.424 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-08 16:31:37.427 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.429 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.431 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-08 16:31:37.433 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.436 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-08 16:31:37.438 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-08 16:31:37.440 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-08 16:31:37.443 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-08 16:31:37.445 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.447 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.449 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-08 16:31:37.452 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.454 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-08 16:31:37.456 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-08 16:31:37.459 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-08 16:31:37.461 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-08 16:31:37.463 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.465 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.468 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-08 16:31:37.470 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.473 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-08 16:31:37.475 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-08 16:31:37.477 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-08 16:31:37.479 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-08 16:31:37.482 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.484 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.487 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-08 16:31:37.489 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.491 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-08 16:31:37.494 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-08 16:31:37.496 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-08 16:31:37.498 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-08 16:31:37.500 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.503 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.505 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-08 16:31:37.507 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.509 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-08 16:31:37.512 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-08 16:31:37.514 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-08 16:31:37.516 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-08 16:31:37.518 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.521 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.523 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-08 16:31:37.525 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.527 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-08 16:31:37.530 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-08 16:31:37.532 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-08 16:31:37.535 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-08 16:31:37.537 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.539 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.542 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-08 16:31:37.544 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.546 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-08 16:31:37.549 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-08 16:31:37.551 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-08 16:31:37.553 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-08 16:31:37.556 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.558 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.560 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-08 16:31:37.562 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.565 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-08 16:31:37.567 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-08 16:31:37.570 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-08 16:31:37.572 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-08 16:31:37.574 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.577 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.579 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-08 16:31:37.581 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.584 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-08 16:31:37.586 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-08 16:31:37.588 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-08 16:31:37.590 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-08 16:31:37.593 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.595 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.598 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-08 16:31:37.600 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.602 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-08 16:31:37.605 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-08 16:31:37.607 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-08 16:31:37.609 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-08 16:31:37.612 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.614 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.617 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-08 16:31:37.619 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.621 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-08 16:31:37.623 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-08 16:31:37.626 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-08 16:31:37.628 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-08 16:31:37.630 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.632 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.635 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-08 16:31:37.637 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.639 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-08 16:31:37.642 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-08 16:31:37.644 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-08 16:31:37.646 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-08 16:31:37.648 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.651 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.653 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-08 16:31:37.655 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.658 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-08 16:31:37.660 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-08 16:31:37.662 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-08 16:31:37.665 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-08 16:31:37.667 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.669 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.672 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-08 16:31:37.674 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.677 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-08 16:31:37.679 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-08 16:31:37.681 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-08 16:31:37.683 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-08 16:31:37.686 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.688 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.690 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-08 16:31:37.693 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.695 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-08 16:31:37.697 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-08 16:31:37.700 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-08 16:31:37.702 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-08 16:31:37.705 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.707 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.709 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-08 16:31:37.712 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.714 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-08 16:31:37.716 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-08 16:31:37.719 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-08 16:31:37.721 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-08 16:31:37.724 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.726 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.728 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-08 16:31:37.730 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.733 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-08 16:31:37.735 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-08 16:31:37.737 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-08 16:31:37.740 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-08 16:31:37.742 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.744 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.746 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-08 16:31:37.749 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.751 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-08 16:31:37.753 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-08 16:31:37.755 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-08 16:31:37.758 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-08 16:31:37.760 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.762 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.764 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-08 16:31:37.767 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.769 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-08 16:31:37.772 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-08 16:31:37.774 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-08 16:31:37.776 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-08 16:31:37.779 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.781 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.784 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-08 16:31:37.786 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.788 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-08 16:31:37.791 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-08 16:31:37.793 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-08 16:31:37.795 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-08 16:31:37.797 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.800 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.802 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-08 16:31:37.804 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.807 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-08 16:31:37.809 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-08 16:31:37.811 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-08 16:31:37.813 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-08 16:31:37.815 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.818 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.820 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-08 16:31:37.822 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.825 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-08 16:31:37.827 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-08 16:31:37.830 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-08 16:31:37.832 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-08 16:31:37.835 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.837 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.839 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-08 16:31:37.841 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.844 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-08 16:31:37.847 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-08 16:31:37.849 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-08 16:31:37.851 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-08 16:31:37.853 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.856 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.858 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-08 16:31:37.860 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.863 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-08 16:31:37.865 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-08 16:31:37.867 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-08 16:31:37.869 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-08 16:31:37.872 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.874 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.876 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-08 16:31:37.879 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.881 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-08 16:31:37.883 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-08 16:31:37.886 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-08 16:31:37.888 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-08 16:31:37.890 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.893 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.895 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-08 16:31:37.898 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.900 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-08 16:31:37.902 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-08 16:31:37.905 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-08 16:31:37.908 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-08 16:31:37.910 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.912 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.914 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-08 16:31:37.917 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.919 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-08 16:31:37.921 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-08 16:31:37.924 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-08 16:31:37.926 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-08 16:31:37.928 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.930 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.933 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-08 16:31:37.935 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.937 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-08 16:31:37.940 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-08 16:31:37.942 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-08 16:31:37.944 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-08 16:31:37.946 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.949 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.951 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-08 16:31:37.954 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.956 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-08 16:31:37.959 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-08 16:31:37.961 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-08 16:31:37.963 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-08 16:31:37.966 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.968 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.971 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-08 16:31:37.973 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.975 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-08 16:31:37.978 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-08 16:31:37.980 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-08 16:31:37.982 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-08 16:31:37.985 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:37.987 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:37.989 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-08 16:31:37.992 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:37.994 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-08 16:31:37.996 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-08 16:31:37.998 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-08 16:31:38.001 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-08 16:31:38.003 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:38.005 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:38.007 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-08 16:31:38.010 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:38.012 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-08 16:31:38.014 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-08 16:31:38.017 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-08 16:31:38.019 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-08 16:31:38.022 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:38.024 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:38.026 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-08 16:31:38.029 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:38.031 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-08 16:31:38.034 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-08 16:31:38.036 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-08 16:31:38.039 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-08 16:31:38.041 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 16:31:38.043 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 16:31:38.045 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-08 16:31:38.048 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 16:31:38.050 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-08 16:31:38.070 | Using python 3.8 to install etcd3 2022-06-08 16:31:38.073 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-06-08 16:31:38.796 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:38.797 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:38.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 16:31:38.797 | from cryptography.utils import int_from_bytes 2022-06-08 16:31:39.881 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 16:31:39.986 | Collecting etcd3 2022-06-08 16:31:39.992 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-06-08 16:31:40.018 | Preparing metadata (setup.py): started 2022-06-08 16:31:40.060 | Preparing metadata (setup.py): finished with status 'error' 2022-06-08 16:31:40.060 | ERROR: Command errored out with exit status 1: 2022-06-08 16:31:40.060 | command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wsykm71g/etcd3_b46d86767e014eb2a60e392821ceefe2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wsykm71g/etcd3_b46d86767e014eb2a60e392821ceefe2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ne3urnge 2022-06-08 16:31:40.060 | cwd: /tmp/pip-install-wsykm71g/etcd3_b46d86767e014eb2a60e392821ceefe2/ 2022-06-08 16:31:40.060 | Complete output (3 lines): 2022-06-08 16:31:40.060 | Traceback (most recent call last): 2022-06-08 16:31:40.060 | File "", line 1, in 2022-06-08 16:31:40.060 | ModuleNotFoundError: No module named 'setuptools' 2022-06-08 16:31:40.060 | ---------------------------------------- 2022-06-08 16:31:40.060 | WARNING: Discarding http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz#sha256=89a704cb389bf0a010a1fa050ce19342d23bf6371ebda1c21cfe8ff3ed488726 (from http://10.100.0.9:8080/cloudbase/CI/+simple/etcd3/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-08 16:31:40.061 | ERROR: Cannot install etcd3 because these package versions have conflicting dependencies. 2022-06-08 16:31:40.061 | 2022-06-08 16:31:40.061 | The conflict is caused by: 2022-06-08 16:31:40.061 | The user requested etcd3 2022-06-08 16:31:40.061 | The user requested (constraint) etcd3===0.12.0 2022-06-08 16:31:40.061 | 2022-06-08 16:31:40.061 | To fix this you could try to: 2022-06-08 16:31:40.061 | 1. loosen the range of package versions you've specified 2022-06-08 16:31:40.061 | 2. remove package versions to allow pip attempt to solve the dependency conflict 2022-06-08 16:31:40.061 | 2022-06-08 16:31:40.061 | ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies 2022-06-08 16:31:40.134 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 16:31:40.134 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 16:31:40.216 | + inc/python:pip_install:1 : exit_trap 2022-06-08 16:31:40.218 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-08 16:31:40.221 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-08 16:31:40.224 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-08 16:31:40.226 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-08 16:31:40.228 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-08 16:31:40.230 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-08 16:31:40.232 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-08 16:31:40.234 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-08 16:31:40.237 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-08 16:31:40.237 | Error on exit 2022-06-08 16:31:40.239 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-08 16:31:40.241 | + ./stack.sh:exit_trap:537 : generate-subunit 1654705849 51 fail 2022-06-08 16:31:40.486 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-08 16:31:40.488 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-08 16:31:40.943 | + ./stack.sh:exit_trap:551 : exit 1