2022-06-10 11:05:11.819 | + ./stack.sh:main:482 : exec 2022-06-10 11:05:11.819 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-110511' 2022-06-10 11:05:11.819 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-10-110511.summary.2022-06-10-110511 2022-06-10 11:05:11.819 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 11:05:11.819 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-110511 2022-06-10 11:05:11.819 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-110511 /opt/stack/logs/stack.sh.log 2022-06-10 11:05:11.819 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-110511.summary.2022-06-10-110511 /opt/stack/logs/stack.sh.log.summary 2022-06-10 11:05:11.819 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-10 11:05:11.819 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-10 11:05:11.819 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-10 11:05:11.820 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-10 11:05:11.820 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-10 11:05:11.820 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-10 11:05:11.820 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-10 11:05:11.820 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 11:05:11.822 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-10 11:05:11.824 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-10 11:05:11.826 | + ./stack.sh:main:568 : set -o errexit 2022-06-10 11:05:11.828 | + ./stack.sh:main:571 : uname -a 2022-06-10 11:05:11.829 | Linux n-d-master-1 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-06-10 11:05:11.832 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-10 11:05:11.834 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-10 11:05:11.838 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-10 11:05:11.881 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-10 11:05:11.897 | + ./stack.sh:main:585 : fetch_plugins 2022-06-10 11:05:11.901 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-10 11:05:11.905 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-10 11:05:11.907 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-10 11:05:11.910 | + functions-common:fetch_plugins:1777 : return 2022-06-10 11:05:11.912 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-10 11:05:11.914 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-10 11:05:11.916 | + functions-common:run_phase:1855 : local phase= 2022-06-10 11:05:11.918 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 11:05:11.920 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 11:05:11.921 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 11:05:11.923 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 11:05:11.925 | + functions-common:run_phase:1864 : local extra 2022-06-10 11:05:11.928 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 11:05:11.931 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 11:05:11.933 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 11:05:11.935 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 11:05:11.936 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-10 11:05:11.938 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 11:05:11.954 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:11.956 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 11:05:11.960 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 11:05:11.964 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 11:05:11.966 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 11:05:11.968 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 11:05:11.969 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 11:05:11.971 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-10 11:05:11.973 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-10 11:05:11.976 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 11:05:11.978 | + functions-common:run_phase:1878 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-10 11:05:11.979 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-10 11:05:11.981 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-10 11:05:11.983 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-10 11:05:11.985 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-10 11:05:11.987 | + functions-common:plugin_override_defaults:1818 : return 2022-06-10 11:05:11.989 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-10 11:05:12.008 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-10 11:05:12.010 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-10 11:05:12.028 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-10 11:05:12.031 | +++ lib/tls:source:43 : hostname -f 2022-06-10 11:05:12.035 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-10 11:05:12.037 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-10 11:05:12.039 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-10 11:05:12.041 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-10 11:05:12.043 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-10 11:05:12.045 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-10 11:05:12.047 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-10 11:05:12.049 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-10 11:05:12.051 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-10 11:05:12.053 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-10 11:05:12.058 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-10 11:05:12.070 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-10 11:05:12.089 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-10 11:05:12.104 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-10 11:05:12.122 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-10 11:05:12.162 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-10 11:05:12.230 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-10 11:05:12.325 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-10 11:05:12.350 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-10 11:05:12.405 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-10 11:05:12.459 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-10 11:05:12.622 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-10 11:05:12.636 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-10 11:05:12.649 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-10 11:05:12.664 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-10 11:05:12.753 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-10 11:05:12.755 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-10 11:05:12.758 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-10 11:05:12.760 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-10 11:05:12.762 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-10 11:05:12.764 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-10 11:05:12.767 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-10 11:05:12.767 | False' 2022-06-10 11:05:12.769 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-10 11:05:12.786 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-10 11:05:12.789 | + ./stack.sh:main:619 : run_phase source 2022-06-10 11:05:12.791 | + functions-common:run_phase:1854 : local mode=source 2022-06-10 11:05:12.793 | + functions-common:run_phase:1855 : local phase= 2022-06-10 11:05:12.795 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 11:05:12.799 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 11:05:12.801 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 11:05:12.804 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 11:05:12.806 | + functions-common:run_phase:1864 : local extra 2022-06-10 11:05:12.809 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 11:05:12.812 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 11:05:12.815 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 11:05:12.817 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 11:05:12.819 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-10 11:05:12.821 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 11:05:12.836 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:12.838 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 11:05:12.840 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-10 11:05:12.882 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-10 11:05:12.884 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-10 11:05:12.886 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 11:05:12.888 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-10 11:05:12.891 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-10 11:05:12.893 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-10 11:05:12.895 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-10 11:05:12.897 | + functions-common:load_plugin_settings:1795 : return 2022-06-10 11:05:12.899 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-10 11:05:12.902 | + functions-common:verify_disabled_services:2137 : local service 2022-06-10 11:05:12.904 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.906 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-10 11:05:12.909 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.911 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-10 11:05:12.914 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.916 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-10 11:05:12.918 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.921 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-10 11:05:12.923 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.925 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-10 11:05:12.928 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.930 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-10 11:05:12.933 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.935 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-10 11:05:12.937 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.940 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-10 11:05:12.942 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.944 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-10 11:05:12.947 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.949 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-10 11:05:12.951 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.953 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-10 11:05:12.956 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.959 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-10 11:05:12.961 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.963 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-10 11:05:12.966 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.968 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-10 11:05:12.970 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.973 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-10 11:05:12.977 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.979 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-10 11:05:12.982 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.984 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-10 11:05:12.986 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.989 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-10 11:05:12.991 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.994 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-10 11:05:12.996 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:12.998 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-10 11:05:13.000 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.003 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-10 11:05:13.005 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.007 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-10 11:05:13.009 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.012 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-10 11:05:13.014 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.016 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-10 11:05:13.019 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.022 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-10 11:05:13.026 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.028 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-10 11:05:13.031 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.033 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-10 11:05:13.036 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.039 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-10 11:05:13.041 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.045 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-10 11:05:13.049 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.051 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-10 11:05:13.054 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.056 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-10 11:05:13.059 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.061 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-10 11:05:13.063 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.065 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-10 11:05:13.068 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.070 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-10 11:05:13.072 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.075 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-10 11:05:13.077 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.079 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-10 11:05:13.082 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.085 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-10 11:05:13.087 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.090 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-10 11:05:13.092 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.094 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-10 11:05:13.097 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.100 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-10 11:05:13.102 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.104 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-10 11:05:13.107 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.109 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-10 11:05:13.111 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.116 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-10 11:05:13.119 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.123 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-10 11:05:13.125 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.128 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-10 11:05:13.130 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.132 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-10 11:05:13.135 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 11:05:13.137 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-10 11:05:13.140 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-10 11:05:13.143 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 11:05:13.145 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-10 11:05:13.162 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:13.164 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-10 11:05:13.166 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 11:05:13.169 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-10 11:05:13.185 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 11:05:13.188 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-10 11:05:13.190 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-10 11:05:13.192 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-10 11:05:13.195 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-10 11:05:13.197 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-10 11:05:13.200 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-10 11:05:13.202 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-10 11:05:13.207 | + lib/database:initialize_database_backends:92 : return 0 2022-06-10 11:05:13.210 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-10 11:05:13.210 | Using mysql database backend 2022-06-10 11:05:13.212 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-10 11:05:13.230 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-10 11:05:13.233 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-10 11:05:13.236 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 11:05:13.238 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-10 11:05:13.241 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 11:05:13.243 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-10 11:05:13.259 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:13.262 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-10 11:05:13.279 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-10 11:05:13.297 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:13.300 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-10 11:05:13.316 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-10 11:05:13.334 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-10 11:05:13.356 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 11:05:13.359 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-10 11:05:13.377 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:13.379 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-10 11:05:13.396 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-10 11:05:13.399 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-10 11:05:13.402 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-10 11:05:13.404 | + functions-common:save_stackenv:60 : local tag=752 2022-06-10 11:05:13.407 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-10 11:05:13.413 | + functions-common:save_stackenv:62 : time_stamp=2022-06-10-110513 2022-06-10 11:05:13.415 | + functions-common:save_stackenv:63 : echo '# 2022-06-10-110513 752' 2022-06-10 11:05:13.418 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.420 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 11:05:13.423 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.425 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-10 11:05:13.428 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.431 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-10 11:05:13.433 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.435 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-10 11:05:13.438 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.440 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.16 2022-06-10 11:05:13.443 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.445 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.16/identity 2022-06-10 11:05:13.448 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.450 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-10-110511 2022-06-10 11:05:13.453 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.456 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-10 11:05:13.459 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.462 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.16 2022-06-10 11:05:13.464 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.467 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-10 11:05:13.469 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.472 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-10 11:05:13.474 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.477 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-10 11:05:13.479 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.482 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-10 11:05:13.484 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.487 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.16 2022-06-10 11:05:13.489 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 11:05:13.492 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-06-10 11:05:13.495 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-10 11:05:13.497 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-10 11:05:13.499 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-10 11:05:13.502 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-10 11:05:13.504 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 11:05:13.507 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 11:05:13.509 | ++ functions-common:git_clone:601 : pwd 2022-06-10 11:05:13.512 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 11:05:13.515 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 11:05:13.517 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 11:05:13.533 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 11:05:13.536 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 11:05:13.539 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:13.541 | + functions-common:git_clone:618 : echo master 2022-06-10 11:05:13.542 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 11:05:13.547 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-10 11:05:13.549 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:13.551 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-10 11:05:13.565 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-10 11:05:13.568 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 11:05:13.569 | + functions-common:git_clone:679 : head -1 2022-06-10 11:05:13.571 | e9011ef2 Updated from generate-constraints 2022-06-10 11:05:13.575 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 11:05:13.578 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-10 11:05:13.582 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 11:05:13.585 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-10 11:05:13.587 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-10 11:05:13.590 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-10 11:05:13.593 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-10 11:05:13.595 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 11:05:13.599 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-10 11:05:13.603 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-10 11:05:13.607 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-10 11:05:13.610 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-10 11:05:13.617 | ++ tools/install_prereqs.sh:source:47 : NOW=1654859113 2022-06-10 11:05:13.620 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-10 11:05:13.625 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654859034 2022-06-10 11:05:13.627 | ++ tools/install_prereqs.sh:source:49 : DELTA=79 2022-06-10 11:05:13.630 | ++ tools/install_prereqs.sh:source:50 : [[ 79 -lt 7200 ]] 2022-06-10 11:05:13.632 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-10 11:05:13.635 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-10 11:05:13.637 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-10 11:05:13.640 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-10 11:05:13.642 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-10 11:05:13.644 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-10 11:05:13.648 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-10 11:05:13.650 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-10 11:05:13.654 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-10 11:05:13.705 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-10 11:05:13.705 | apache2-dev 2022-06-10 11:05:13.705 | bc 2022-06-10 11:05:13.705 | bsdmainutils 2022-06-10 11:05:13.705 | curl 2022-06-10 11:05:13.705 | g++ 2022-06-10 11:05:13.705 | gawk 2022-06-10 11:05:13.705 | gcc 2022-06-10 11:05:13.705 | gettext 2022-06-10 11:05:13.705 | git 2022-06-10 11:05:13.706 | graphviz 2022-06-10 11:05:13.706 | iputils-ping 2022-06-10 11:05:13.706 | libapache2-mod-proxy-uwsgi 2022-06-10 11:05:13.706 | libffi-dev 2022-06-10 11:05:13.706 | libjpeg-dev 2022-06-10 11:05:13.706 | libpcre3-dev 2022-06-10 11:05:13.706 | libpq-dev 2022-06-10 11:05:13.706 | libssl-dev 2022-06-10 11:05:13.706 | libsystemd-dev 2022-06-10 11:05:13.706 | libxml2-dev 2022-06-10 11:05:13.706 | libxslt1-dev 2022-06-10 11:05:13.706 | libyaml-dev 2022-06-10 11:05:13.706 | lsof 2022-06-10 11:05:13.706 | openssh-server 2022-06-10 11:05:13.706 | openssl 2022-06-10 11:05:13.706 | pkg-config 2022-06-10 11:05:13.706 | psmisc 2022-06-10 11:05:13.706 | python3-dev 2022-06-10 11:05:13.706 | python3-pip 2022-06-10 11:05:13.706 | python3-systemd 2022-06-10 11:05:13.706 | python3-venv 2022-06-10 11:05:13.706 | tar 2022-06-10 11:05:13.706 | tcpdump 2022-06-10 11:05:13.706 | unzip 2022-06-10 11:05:13.706 | uuid-runtime 2022-06-10 11:05:13.706 | wget 2022-06-10 11:05:13.706 | wget 2022-06-10 11:05:13.706 | zlib1g-dev 2022-06-10 11:05:13.706 | libkrb5-dev 2022-06-10 11:05:13.706 | libldap2-dev 2022-06-10 11:05:13.706 | libsasl2-dev 2022-06-10 11:05:13.706 | memcached 2022-06-10 11:05:13.706 | python3-mysqldb 2022-06-10 11:05:13.706 | sqlite3 2022-06-10 11:05:13.706 | conntrack 2022-06-10 11:05:13.706 | curl 2022-06-10 11:05:13.707 | dnsmasq-base 2022-06-10 11:05:13.707 | dnsmasq-utils 2022-06-10 11:05:13.707 | ebtables 2022-06-10 11:05:13.707 | genisoimage 2022-06-10 11:05:13.707 | iptables 2022-06-10 11:05:13.707 | iputils-arping 2022-06-10 11:05:13.707 | kpartx 2022-06-10 11:05:13.707 | libjs-jquery-tablesorter 2022-06-10 11:05:13.707 | parted 2022-06-10 11:05:13.707 | pm-utils 2022-06-10 11:05:13.707 | python3-mysqldb 2022-06-10 11:05:13.707 | socat 2022-06-10 11:05:13.707 | sqlite3 2022-06-10 11:05:13.707 | sudo 2022-06-10 11:05:13.707 | vlan 2022-06-10 11:05:13.707 | lsscsi 2022-06-10 11:05:13.707 | open-iscsi 2022-06-10 11:05:13.707 | lvm2 2022-06-10 11:05:13.707 | qemu-utils 2022-06-10 11:05:13.707 | thin-provisioning-tools 2022-06-10 11:05:13.707 | acl 2022-06-10 11:05:13.707 | dnsmasq-base 2022-06-10 11:05:13.707 | dnsmasq-utils 2022-06-10 11:05:13.707 | ebtables 2022-06-10 11:05:13.707 | haproxy 2022-06-10 11:05:13.707 | iptables 2022-06-10 11:05:13.707 | iputils-arping 2022-06-10 11:05:13.707 | iputils-ping 2022-06-10 11:05:13.707 | postgresql-server-dev-all 2022-06-10 11:05:13.707 | python3-mysqldb 2022-06-10 11:05:13.707 | sqlite3 2022-06-10 11:05:13.707 | sudo 2022-06-10 11:05:13.707 | vlan 2022-06-10 11:05:13.707 | pcp 2022-06-10 11:05:13.707 | ipset 2022-06-10 11:05:13.707 | conntrack 2022-06-10 11:05:13.708 | conntrackd 2022-06-10 11:05:13.708 | keepalived 2022-06-10 11:05:13.708 | lvm2 2022-06-10 11:05:13.708 | qemu-utils 2022-06-10 11:05:13.708 | thin-provisioning-tools 2022-06-10 11:05:13.708 | curl 2022-06-10 11:05:13.708 | liberasurecode-dev 2022-06-10 11:05:13.708 | make 2022-06-10 11:05:13.708 | memcached 2022-06-10 11:05:13.708 | rsync 2022-06-10 11:05:13.708 | sqlite3 2022-06-10 11:05:13.708 | xfsprogs' 2022-06-10 11:05:13.711 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-10 11:05:13.733 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-10 11:05:13.733 | apache2-dev 2022-06-10 11:05:13.733 | bc 2022-06-10 11:05:13.733 | bsdmainutils 2022-06-10 11:05:13.733 | curl 2022-06-10 11:05:13.733 | g++ 2022-06-10 11:05:13.734 | gawk 2022-06-10 11:05:13.734 | gcc 2022-06-10 11:05:13.734 | gettext 2022-06-10 11:05:13.734 | git 2022-06-10 11:05:13.734 | graphviz 2022-06-10 11:05:13.734 | iputils-ping 2022-06-10 11:05:13.734 | libapache2-mod-proxy-uwsgi 2022-06-10 11:05:13.734 | libffi-dev 2022-06-10 11:05:13.734 | libjpeg-dev 2022-06-10 11:05:13.734 | libpcre3-dev 2022-06-10 11:05:13.734 | libpq-dev 2022-06-10 11:05:13.734 | libssl-dev 2022-06-10 11:05:13.734 | libsystemd-dev 2022-06-10 11:05:13.734 | libxml2-dev 2022-06-10 11:05:13.734 | libxslt1-dev 2022-06-10 11:05:13.734 | libyaml-dev 2022-06-10 11:05:13.734 | lsof 2022-06-10 11:05:13.734 | openssh-server 2022-06-10 11:05:13.734 | openssl 2022-06-10 11:05:13.734 | pkg-config 2022-06-10 11:05:13.734 | psmisc 2022-06-10 11:05:13.734 | python3-dev 2022-06-10 11:05:13.734 | python3-pip 2022-06-10 11:05:13.734 | python3-systemd 2022-06-10 11:05:13.734 | python3-venv 2022-06-10 11:05:13.734 | tar 2022-06-10 11:05:13.734 | tcpdump 2022-06-10 11:05:13.734 | unzip 2022-06-10 11:05:13.734 | uuid-runtime 2022-06-10 11:05:13.734 | wget 2022-06-10 11:05:13.734 | wget 2022-06-10 11:05:13.734 | zlib1g-dev 2022-06-10 11:05:13.734 | libkrb5-dev 2022-06-10 11:05:13.734 | libldap2-dev 2022-06-10 11:05:13.734 | libsasl2-dev 2022-06-10 11:05:13.734 | memcached 2022-06-10 11:05:13.734 | python3-mysqldb 2022-06-10 11:05:13.735 | sqlite3 2022-06-10 11:05:13.735 | conntrack 2022-06-10 11:05:13.735 | curl 2022-06-10 11:05:13.735 | dnsmasq-base 2022-06-10 11:05:13.735 | dnsmasq-utils 2022-06-10 11:05:13.735 | ebtables 2022-06-10 11:05:13.735 | genisoimage 2022-06-10 11:05:13.735 | iptables 2022-06-10 11:05:13.735 | iputils-arping 2022-06-10 11:05:13.735 | kpartx 2022-06-10 11:05:13.735 | libjs-jquery-tablesorter 2022-06-10 11:05:13.735 | parted 2022-06-10 11:05:13.735 | pm-utils 2022-06-10 11:05:13.735 | python3-mysqldb 2022-06-10 11:05:13.735 | socat 2022-06-10 11:05:13.735 | sqlite3 2022-06-10 11:05:13.735 | sudo 2022-06-10 11:05:13.735 | vlan 2022-06-10 11:05:13.735 | lsscsi 2022-06-10 11:05:13.735 | open-iscsi 2022-06-10 11:05:13.735 | lvm2 2022-06-10 11:05:13.735 | qemu-utils 2022-06-10 11:05:13.735 | thin-provisioning-tools 2022-06-10 11:05:13.735 | acl 2022-06-10 11:05:13.735 | dnsmasq-base 2022-06-10 11:05:13.735 | dnsmasq-utils 2022-06-10 11:05:13.735 | ebtables 2022-06-10 11:05:13.735 | haproxy 2022-06-10 11:05:13.735 | iptables 2022-06-10 11:05:13.735 | iputils-arping 2022-06-10 11:05:13.735 | iputils-ping 2022-06-10 11:05:13.735 | postgresql-server-dev-all 2022-06-10 11:05:13.735 | python3-mysqldb 2022-06-10 11:05:13.735 | sqlite3 2022-06-10 11:05:13.735 | sudo 2022-06-10 11:05:13.735 | vlan 2022-06-10 11:05:13.736 | pcp 2022-06-10 11:05:13.736 | ipset 2022-06-10 11:05:13.736 | conntrack 2022-06-10 11:05:13.736 | conntrackd 2022-06-10 11:05:13.736 | keepalived 2022-06-10 11:05:13.736 | lvm2 2022-06-10 11:05:13.736 | qemu-utils 2022-06-10 11:05:13.736 | thin-provisioning-tools 2022-06-10 11:05:13.736 | curl 2022-06-10 11:05:13.736 | liberasurecode-dev 2022-06-10 11:05:13.736 | make 2022-06-10 11:05:13.736 | memcached 2022-06-10 11:05:13.736 | rsync 2022-06-10 11:05:13.736 | sqlite3 2022-06-10 11:05:13.736 | xfsprogs ' 2022-06-10 11:05:13.736 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-10 11:05:13.739 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:13.741 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:13.744 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 11:05:13.745 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-10 11:05:13.752 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 11:05:13.755 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-10 11:05:13.757 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 11:05:13.759 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-10 11:05:13.761 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 11:05:13.765 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:13.767 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 11:05:13.769 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:13.772 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:13.774 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 11:05:13.776 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-10 11:05:13.778 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:13.781 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-10 11:05:13.784 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-10 11:05:13.790 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-10 11:05:13.792 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-10 11:05:13.795 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-10 11:05:13.797 | ++ functions-common:time_start:2413 : local start_time= 2022-06-10 11:05:13.799 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-10 11:05:13.802 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-10 11:05:13.806 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654859113804 2022-06-10 11:05:13.808 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-10 11:05:13.811 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-10 11:05:13.813 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-10 11:05:14.023 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-10 11:05:14.057 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-06-10 11:05:14.234 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-06-10 11:05:14.256 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-10 11:05:14.785 | Fetched 222 kB in 1s (323 kB/s) 2022-06-10 11:05:16.361 | Reading package lists... 2022-06-10 11:05:16.392 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-10 11:05:16.394 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-10 11:05:16.397 | ++ functions-common:time_stop:2426 : local name 2022-06-10 11:05:16.399 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:16.401 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:16.404 | ++ functions-common:time_stop:2429 : local total 2022-06-10 11:05:16.406 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:16.408 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-10 11:05:16.410 | ++ functions-common:time_stop:2433 : start_time=1654859113804 2022-06-10 11:05:16.412 | ++ functions-common:time_stop:2435 : [[ -z 1654859113804 ]] 2022-06-10 11:05:16.415 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:16.419 | ++ functions-common:time_stop:2438 : end_time=1654859116416 2022-06-10 11:05:16.421 | ++ functions-common:time_stop:2439 : elapsed_time=2612 2022-06-10 11:05:16.423 | ++ functions-common:time_stop:2440 : total=0 2022-06-10 11:05:16.425 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:16.427 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2612 2022-06-10 11:05:16.430 | ++ functions-common:install_package:1465 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 11:05:16.432 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 11:05:16.434 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:16.436 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:16.439 | ++ functions-common:real_install_package:1451 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 11:05:16.460 | ++ functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 11:05:16.573 | Reading package lists... 2022-06-10 11:05:16.841 | Building dependency tree... 2022-06-10 11:05:16.843 | Reading state information... 2022-06-10 11:05:16.881 | acl is already the newest version (2.2.53-6). 2022-06-10 11:05:16.881 | bc is already the newest version (1.07.1-2build1). 2022-06-10 11:05:16.881 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-10 11:05:16.881 | conntrack is already the newest version (1:1.4.5-2). 2022-06-10 11:05:16.881 | ebtables is already the newest version (2.0.11-3build1). 2022-06-10 11:05:16.881 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 11:05:16.881 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-10 11:05:16.882 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 11:05:16.882 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-10 11:05:16.882 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-10 11:05:16.882 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-10 11:05:16.882 | iputils-arping is already the newest version (3:20190709-3). 2022-06-10 11:05:16.882 | iputils-ping is already the newest version (3:20190709-3). 2022-06-10 11:05:16.882 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-10 11:05:16.882 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-10 11:05:16.882 | libffi-dev is already the newest version (3.3-4). 2022-06-10 11:05:16.882 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-10 11:05:16.882 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-10 11:05:16.882 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-10 11:05:16.882 | lsscsi is already the newest version (0.30-0.1). 2022-06-10 11:05:16.882 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-10 11:05:16.882 | make is already the newest version (4.2.1-1.2). 2022-06-10 11:05:16.882 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-10 11:05:16.882 | psmisc is already the newest version (23.3-1). 2022-06-10 11:05:16.882 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-10 11:05:16.882 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-10 11:05:16.882 | python3-systemd is already the newest version (234-3build2). 2022-06-10 11:05:16.882 | socat is already the newest version (1.7.3.3-2). 2022-06-10 11:05:16.882 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-10 11:05:16.882 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-10 11:05:16.882 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-10 11:05:16.882 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-10 11:05:16.882 | graphviz is already the newest version (2.42.2-3build2). 2022-06-10 11:05:16.882 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-10 11:05:16.882 | pcp is already the newest version (5.0.3-1). 2022-06-10 11:05:16.882 | pm-utils is already the newest version (1.4.1-19). 2022-06-10 11:05:16.882 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-10 11:05:16.882 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 11:05:16.882 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 11:05:16.882 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-10 11:05:16.882 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 11:05:16.882 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 11:05:16.883 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-10 11:05:16.883 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-10 11:05:16.883 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-10 11:05:16.883 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-10 11:05:16.883 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-10 11:05:16.883 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-10 11:05:16.883 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-10 11:05:16.883 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-10 11:05:16.883 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-10 11:05:16.883 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 11:05:16.883 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-10 11:05:16.883 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-10 11:05:16.883 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-10 11:05:16.883 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-10 11:05:16.883 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-10 11:05:16.883 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-10 11:05:16.883 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 11:05:16.883 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-10 11:05:16.883 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-10 11:05:16.883 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-10 11:05:16.883 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-10 11:05:16.883 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-10 11:05:16.883 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-10 11:05:16.883 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-10 11:05:16.883 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-10 11:05:16.883 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-10 11:05:16.883 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-10 11:05:17.121 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 11:05:17.121 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-10 11:05:17.121 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-10 11:05:17.121 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-10 11:05:17.121 | The following packages were automatically installed and are no longer required: 2022-06-10 11:05:17.122 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 11:05:17.122 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 11:05:17.122 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 11:05:17.122 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 11:05:17.122 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 11:05:17.123 | python3-zope.interface 2022-06-10 11:05:17.123 | Use 'sudo apt autoremove' to remove them. 2022-06-10 11:05:17.243 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 11:05:17.247 | ++ functions-common:apt_get:1235 : result=0 2022-06-10 11:05:17.249 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 11:05:17.252 | ++ functions-common:time_stop:2426 : local name 2022-06-10 11:05:17.254 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:17.257 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:17.259 | ++ functions-common:time_stop:2429 : local total 2022-06-10 11:05:17.261 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:17.263 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-10 11:05:17.265 | ++ functions-common:time_stop:2433 : start_time=1654859116457 2022-06-10 11:05:17.267 | ++ functions-common:time_stop:2435 : [[ -z 1654859116457 ]] 2022-06-10 11:05:17.270 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:17.275 | ++ functions-common:time_stop:2438 : end_time=1654859117273 2022-06-10 11:05:17.277 | ++ functions-common:time_stop:2439 : elapsed_time=816 2022-06-10 11:05:17.279 | ++ functions-common:time_stop:2440 : total=800 2022-06-10 11:05:17.282 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:17.284 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1616 2022-06-10 11:05:17.286 | ++ functions-common:apt_get:1239 : return 0 2022-06-10 11:05:17.289 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-10 11:05:17.291 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-10 11:05:17.294 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-10 11:05:17.298 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-10 11:05:17.303 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-10 11:05:17.305 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-10 11:05:17.308 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-10 11:05:18.793 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-10 11:05:18.795 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-10 11:05:18.797 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-10 11:05:18.799 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-10 11:05:18.800 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-10 11:05:18.803 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-10 11:05:18.805 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-10 11:05:18.807 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-10 11:05:18.808 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-10 11:05:18.810 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-10 11:05:18.812 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-10 11:05:18.814 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-10 11:05:18.815 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-10 11:05:18.817 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-10 11:05:18.819 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-10 11:05:18.821 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-10 11:05:18.823 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-10 11:05:18.824 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-10 11:05:18.826 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-10 11:05:18.828 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-10 11:05:18.830 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-10 11:05:18.832 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-10 11:05:18.834 | + functions-common:_ensure_lsb_release:394 : return 2022-06-10 11:05:18.836 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-10 11:05:18.904 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-10 11:05:18.906 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-10 11:05:18.976 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-10 11:05:18.978 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-10 11:05:19.048 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-10 11:05:19.049 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-10 11:05:19.051 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-10 11:05:19.053 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-10 11:05:19.055 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-10 11:05:19.057 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-10 11:05:19.059 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-10 11:05:19.061 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-10 11:05:19.063 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-10 11:05:19.065 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-10 11:05:19.067 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-10 11:05:19.067 | Distro: focal 2022-06-10 11:05:19.069 | + tools/install_pip.sh:main:124 : get_versions 2022-06-10 11:05:19.071 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 11:05:19.075 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 11:05:19.077 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 11:05:19.079 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 11:05:19.079 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 11:05:19.686 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 11:05:19.688 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 11:05:19.688 | pip: 21.3.1 2022-06-10 11:05:19.690 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-10 11:05:19.692 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-10 11:05:19.695 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 11:05:19.696 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 11:05:19.698 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 11:05:19.700 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 11:05:19.701 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 11:05:19.703 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 11:05:19.705 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 11:05:19.706 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 11:05:19.709 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 11:05:19.710 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 11:05:19.712 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-10 11:05:19.714 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:19.715 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:19.717 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-10 11:05:19.722 | + tools/install_pip.sh:main:153 : set -x 2022-06-10 11:05:19.723 | + tools/install_pip.sh:main:156 : get_versions 2022-06-10 11:05:19.726 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 11:05:19.730 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 11:05:19.731 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 11:05:19.734 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 11:05:19.734 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 11:05:20.328 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 11:05:20.330 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 11:05:20.330 | pip: 21.3.1 2022-06-10 11:05:20.333 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-10 11:05:20.336 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 11:05:20.339 | + ./stack.sh:main:791 : fixup_all 2022-06-10 11:05:20.342 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-10 11:05:20.344 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-10 11:05:20.346 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:20.348 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:20.351 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-10 11:05:20.362 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-10 11:05:20.374 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-10 11:05:20.385 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-10 11:05:20.388 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-10 11:05:20.390 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 11:05:20.392 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 11:05:20.394 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 11:05:20.397 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 11:05:20.399 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 11:05:20.401 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 11:05:20.403 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 11:05:20.405 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 11:05:20.407 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 11:05:20.409 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 11:05:20.412 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-10 11:05:20.414 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-10 11:05:20.416 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-10 11:05:20.418 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 11:05:20.420 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 11:05:20.423 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 11:05:20.425 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 11:05:20.427 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 11:05:20.430 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 11:05:20.432 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-10 11:05:20.435 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-10 11:05:20.458 | Using python 3.8 to install os-testr 2022-06-10 11:05:20.461 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-06-10 11:05:21.216 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:21.216 | from cryptography.utils import int_from_bytes 2022-06-10 11:05:21.216 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:21.216 | from cryptography.utils import int_from_bytes 2022-06-10 11:05:22.308 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:05:22.342 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-10 11:05:22.415 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-06-10 11:05:22.416 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-10 11:05:22.417 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-10 11:05:22.430 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-06-10 11:05:22.441 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-06-10 11:05:22.452 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-06-10 11:05:24.032 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 11:05:24.104 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:05:24.104 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:05:24.221 | + inc/python:pip_install:196 : result=0 2022-06-10 11:05:24.223 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:05:24.226 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:24.228 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:24.230 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:24.232 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:24.234 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:24.237 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:05:24.239 | + functions-common:time_stop:2433 : start_time=1654859120453 2022-06-10 11:05:24.242 | + functions-common:time_stop:2435 : [[ -z 1654859120453 ]] 2022-06-10 11:05:24.245 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:24.249 | + functions-common:time_stop:2438 : end_time=1654859124246 2022-06-10 11:05:24.251 | + functions-common:time_stop:2439 : elapsed_time=3793 2022-06-10 11:05:24.253 | + functions-common:time_stop:2440 : total=0 2022-06-10 11:05:24.256 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:24.258 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3793 2022-06-10 11:05:24.260 | + inc/python:pip_install:199 : return 0 2022-06-10 11:05:24.263 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-10 11:05:24.331 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-10 11:05:24.707 | + ./stack.sh:main:805 : install_infra 2022-06-10 11:05:24.711 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 11:05:24.714 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-10 11:05:24.716 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 11:05:24.719 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-10 11:05:24.744 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-10 11:05:27.526 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:05:27.650 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.9.0) 2022-06-10 11:05:27.958 | + inc/python:pip_install:196 : result=0 2022-06-10 11:05:27.960 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:05:27.962 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:27.964 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:27.967 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:27.969 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:27.971 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:27.973 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:05:27.975 | + functions-common:time_stop:2433 : start_time=1654859124735 2022-06-10 11:05:27.978 | + functions-common:time_stop:2435 : [[ -z 1654859124735 ]] 2022-06-10 11:05:27.980 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:27.984 | + functions-common:time_stop:2438 : end_time=1654859127982 2022-06-10 11:05:27.986 | + functions-common:time_stop:2439 : elapsed_time=3247 2022-06-10 11:05:27.989 | + functions-common:time_stop:2440 : total=3793 2022-06-10 11:05:27.991 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:27.994 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=7040 2022-06-10 11:05:27.996 | + inc/python:pip_install:199 : return 0 2022-06-10 11:05:27.998 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 11:05:28.001 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-10 11:05:28.025 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-06-10 11:05:30.707 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:05:30.709 | Processing /opt/stack/requirements 2022-06-10 11:05:32.467 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-06-10 11:05:32.470 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2022-06-10 11:05:32.482 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (21.3) 2022-06-10 11:05:32.486 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.9.0) 2022-06-10 11:05:32.489 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-06-10 11:05:32.496 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (2.27.1) 2022-06-10 11:05:32.524 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.16.0) 2022-06-10 11:05:32.527 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.5.0) 2022-06-10 11:05:32.537 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.26.9) 2022-06-10 11:05:32.571 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5468) (1.3) 2022-06-10 11:05:32.574 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5468) (0.3.0) 2022-06-10 11:05:32.589 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (3.3) 2022-06-10 11:05:32.593 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (2.0.12) 2022-06-10 11:05:32.597 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 454)) (2022.5.18.1) 2022-06-10 11:05:32.600 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2022-06-10 11:05:32.603 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (3.10.1) 2022-06-10 11:05:32.615 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (3.5.0) 2022-06-10 11:05:32.622 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (2.4.1) 2022-06-10 11:05:32.671 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-06-10 11:05:32.702 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-06-10 11:05:32.706 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.2.5) 2022-06-10 11:05:32.711 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (21.4.0) 2022-06-10 11:05:32.774 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-06-10 11:05:32.776 | Building wheels for collected packages: openstack-requirements 2022-06-10 11:05:32.777 | Building wheel for openstack-requirements (setup.py): started 2022-06-10 11:05:33.617 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-10 11:05:33.617 | ERROR: Command errored out with exit status 1: 2022-06-10 11:05:33.617 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-tho2iwpj/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-tho2iwpj/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-mabzrmia 2022-06-10 11:05:33.617 | cwd: /tmp/pip-req-build-tho2iwpj/ 2022-06-10 11:05:33.617 | Complete output (6 lines): 2022-06-10 11:05:33.617 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-10 11:05:33.617 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-10 11:05:33.617 | or: setup.py --help-commands 2022-06-10 11:05:33.617 | or: setup.py cmd --help 2022-06-10 11:05:33.617 | 2022-06-10 11:05:33.617 | error: invalid command 'bdist_wheel' 2022-06-10 11:05:33.617 | ---------------------------------------- 2022-06-10 11:05:33.617 | ERROR: Failed building wheel for openstack-requirements 2022-06-10 11:05:33.618 | Running setup.py clean for openstack-requirements 2022-06-10 11:05:34.462 | Failed to build openstack-requirements 2022-06-10 11:05:34.477 | Installing collected packages: openstack-requirements 2022-06-10 11:05:34.477 | Attempting uninstall: openstack-requirements 2022-06-10 11:05:34.478 | Found existing installation: openstack-requirements 1.2.1.dev5468 2022-06-10 11:05:34.513 | Uninstalling openstack-requirements-1.2.1.dev5468: 2022-06-10 11:05:34.532 | Successfully uninstalled openstack-requirements-1.2.1.dev5468 2022-06-10 11:05:34.535 | Running setup.py install for openstack-requirements: started 2022-06-10 11:05:36.961 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-10 11:05:36.985 | Successfully installed openstack-requirements-1.2.1.dev5468 2022-06-10 11:05:37.115 | + inc/python:pip_install:196 : result=0 2022-06-10 11:05:37.117 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:05:37.120 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:37.122 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:37.124 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:37.127 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:37.129 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:37.131 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:05:37.133 | + functions-common:time_stop:2433 : start_time=1654859128017 2022-06-10 11:05:37.135 | + functions-common:time_stop:2435 : [[ -z 1654859128017 ]] 2022-06-10 11:05:37.138 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:37.142 | + functions-common:time_stop:2438 : end_time=1654859137139 2022-06-10 11:05:37.144 | + functions-common:time_stop:2439 : elapsed_time=9122 2022-06-10 11:05:37.147 | + functions-common:time_stop:2440 : total=7040 2022-06-10 11:05:37.149 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:37.151 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=16162 2022-06-10 11:05:37.153 | + inc/python:pip_install:199 : return 0 2022-06-10 11:05:37.156 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-10 11:05:37.159 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-10 11:05:37.161 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-10 11:05:37.164 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:37.166 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:37.169 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-10 11:05:37.171 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:37.173 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-10 11:05:37.194 | Using python 3.8 to install pbr 2022-06-10 11:05:37.196 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-10 11:05:37.936 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:37.936 | from cryptography.utils import int_from_bytes 2022-06-10 11:05:37.936 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:37.936 | from cryptography.utils import int_from_bytes 2022-06-10 11:05:39.053 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:05:39.086 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-10 11:05:40.813 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 11:05:40.886 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:05:40.886 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:05:40.990 | + inc/python:pip_install:196 : result=0 2022-06-10 11:05:40.993 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:05:40.995 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:40.997 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:40.999 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:41.001 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:41.003 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:41.006 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:05:41.008 | + functions-common:time_stop:2433 : start_time=1654859137188 2022-06-10 11:05:41.010 | + functions-common:time_stop:2435 : [[ -z 1654859137188 ]] 2022-06-10 11:05:41.013 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:41.017 | + functions-common:time_stop:2438 : end_time=1654859141015 2022-06-10 11:05:41.019 | + functions-common:time_stop:2439 : elapsed_time=3827 2022-06-10 11:05:41.021 | + functions-common:time_stop:2440 : total=16162 2022-06-10 11:05:41.024 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:41.026 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19989 2022-06-10 11:05:41.028 | + inc/python:pip_install:199 : return 0 2022-06-10 11:05:41.030 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-10 11:05:43.320 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-10 11:05:45.223 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:05:45.225 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-10 11:05:45.244 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-10 11:05:45.247 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-10 11:05:45.253 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-06-10 11:05:45.256 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-10 11:05:45.259 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-06-10 11:05:45.334 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 11:05:45.336 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 11:05:45.340 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-10 11:05:45.357 | + ./stack.sh:main:814 : pkgs= 2022-06-10 11:05:45.359 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-10 11:05:45.361 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-10 11:05:45.364 | + functions-common:run_phase:1854 : local mode=stack 2022-06-10 11:05:45.366 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-10 11:05:45.368 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 11:05:45.370 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 11:05:45.373 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 11:05:45.375 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 11:05:45.377 | + functions-common:run_phase:1864 : local extra 2022-06-10 11:05:45.380 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 11:05:45.384 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 11:05:45.386 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 11:05:45.389 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 11:05:45.391 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-10 11:05:45.393 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 11:05:45.408 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:45.411 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 11:05:45.413 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-10 11:05:45.416 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-10 11:05:45.418 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-10 11:05:45.429 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-10 11:05:45.431 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-10 11:05:45.434 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-10 11:05:45.436 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-10 11:05:45.438 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-10 11:05:45.440 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-10 11:05:45.442 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-10 11:05:45.444 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-10 11:05:45.446 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-10 11:05:45.448 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 11:05:45.451 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-10 11:05:45.453 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-10 11:05:45.455 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-10 11:05:45.457 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-10 11:05:45.460 | + functions-common:run_plugins:1843 : local plugins= 2022-06-10 11:05:45.462 | + functions-common:run_plugins:1844 : local plugin 2022-06-10 11:05:45.465 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-10 11:05:45.467 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-10 11:05:45.469 | + functions:set_systemd_override:821 : local value=2048 2022-06-10 11:05:45.472 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-10 11:05:45.475 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-10 11:05:45.528 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-10 11:05:45.528 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-10 11:05:45.531 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-10 11:05:45.883 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-10 11:05:45.890 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-10 11:05:45.902 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:45.904 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-10 11:05:45.907 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 11:05:45.909 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 11:05:45.912 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 11:05:45.914 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 11:05:45.916 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:45.919 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 11:05:45.921 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:45.923 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:45.926 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 11:05:45.928 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 11:05:45.930 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 11:05:45.933 | + functions-common:apt_get_update:1191 : return 2022-06-10 11:05:45.935 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-10 11:05:45.937 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 11:05:45.940 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:45.942 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:45.945 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-10 11:05:45.966 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-10 11:05:46.076 | Reading package lists... 2022-06-10 11:05:46.325 | Building dependency tree... 2022-06-10 11:05:46.326 | Reading state information... 2022-06-10 11:05:46.584 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-10 11:05:46.584 | The following packages were automatically installed and are no longer required: 2022-06-10 11:05:46.585 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 11:05:46.585 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 11:05:46.585 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 11:05:46.585 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 11:05:46.585 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 11:05:46.585 | python3-zope.interface 2022-06-10 11:05:46.585 | Use 'sudo apt autoremove' to remove them. 2022-06-10 11:05:46.702 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 11:05:46.707 | + functions-common:apt_get:1235 : result=0 2022-06-10 11:05:46.709 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 11:05:46.712 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:46.714 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:46.716 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:46.718 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:46.720 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:46.723 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 11:05:46.726 | + functions-common:time_stop:2433 : start_time=1654859145963 2022-06-10 11:05:46.728 | + functions-common:time_stop:2435 : [[ -z 1654859145963 ]] 2022-06-10 11:05:46.731 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:46.735 | + functions-common:time_stop:2438 : end_time=1654859146732 2022-06-10 11:05:46.737 | + functions-common:time_stop:2439 : elapsed_time=769 2022-06-10 11:05:46.739 | + functions-common:time_stop:2440 : total=1616 2022-06-10 11:05:46.741 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:46.743 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2385 2022-06-10 11:05:46.746 | + functions-common:apt_get:1239 : return 0 2022-06-10 11:05:46.748 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-10 11:05:46.750 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 11:05:46.753 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 11:05:46.755 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 11:05:46.757 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 11:05:46.760 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 11:05:46.762 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 11:05:46.764 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-10 11:05:46.767 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 11:05:46.769 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 11:05:46.772 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 11:05:46.774 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 11:05:46.776 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 11:05:46.779 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 11:05:46.781 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 11:05:46.783 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 11:05:46.786 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 11:05:46.789 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 11:05:46.791 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-10 11:05:46.793 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 11:05:46.795 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 11:05:46.798 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 11:05:46.800 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 11:05:46.802 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 11:05:46.805 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 11:05:46.807 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-10 11:05:46.809 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-10 11:05:46.825 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:46.827 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-10 11:05:46.830 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 11:05:46.832 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-10 11:05:46.835 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-10 11:05:46.838 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-10 11:05:46.843 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-10 11:05:46.845 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-10 11:05:46.847 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-10 11:05:46.850 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-10 11:05:46.852 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-10 11:05:46.854 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-10 11:05:46.857 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-10 11:05:47.564 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-10 11:05:47.564 | user tags 2022-06-10 11:05:47.565 | stackrabbit []' 2022-06-10 11:05:47.568 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-10 11:05:47.569 | user tags 2022-06-10 11:05:47.569 | stackrabbit []' 2022-06-10 11:05:47.569 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-10 11:05:47.575 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-10 11:05:47.577 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-10 11:05:47.580 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 11:05:48.239 | Changing password for user "stackrabbit" ... 2022-06-10 11:05:48.303 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-10 11:05:48.970 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-10 11:05:49.023 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-10 11:05:49.026 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 11:05:49.697 | Changing password for user "stackrabbit" ... 2022-06-10 11:05:49.760 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-10 11:05:49.762 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-10 11:05:49.764 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-10 11:05:50.447 | Deleting user "guest" ... 2022-06-10 11:05:50.465 | Error: 2022-06-10 11:05:50.465 | {:no_such_user, "guest"} 2022-06-10 11:05:50.478 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-10 11:05:50.480 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-10 11:05:50.498 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:50.500 | + ./stack.sh:main:831 : install_database 2022-06-10 11:05:50.502 | + lib/database:install_database:118 : install_database_mysql 2022-06-10 11:05:50.505 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-10 11:05:50.508 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:50.510 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:50.512 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-10 11:05:50.855 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-10 11:05:50.857 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-10 11:05:50.860 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-10 11:05:50.862 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-10 11:05:50.864 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-10 11:05:50.867 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-10 11:05:50.870 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 11:05:50.872 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 11:05:50.874 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 11:05:50.877 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 11:05:50.879 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 11:05:50.882 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 11:05:50.884 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 11:05:50.886 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 11:05:50.888 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 11:05:50.891 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 11:05:50.893 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-10 11:05:50.895 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 11:05:50.899 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 11:05:50.901 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 11:05:50.903 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 11:05:50.906 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 11:05:50.908 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 11:05:50.911 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-10 11:05:50.914 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:50.916 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:50.919 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-10 11:05:50.921 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 11:05:50.923 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 11:05:50.925 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 11:05:50.929 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 11:05:50.931 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:50.933 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 11:05:50.936 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:50.938 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:50.940 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 11:05:50.943 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 11:05:50.945 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 11:05:50.947 | + functions-common:apt_get_update:1191 : return 2022-06-10 11:05:50.950 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-10 11:05:50.952 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 11:05:50.954 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:50.957 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:50.959 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-10 11:05:50.981 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-10 11:05:51.092 | Reading package lists... 2022-06-10 11:05:51.379 | Building dependency tree... 2022-06-10 11:05:51.380 | Reading state information... 2022-06-10 11:05:51.636 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-10 11:05:51.636 | The following packages were automatically installed and are no longer required: 2022-06-10 11:05:51.638 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 11:05:51.638 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 11:05:51.638 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 11:05:51.638 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 11:05:51.638 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 11:05:51.638 | python3-zope.interface 2022-06-10 11:05:51.638 | Use 'sudo apt autoremove' to remove them. 2022-06-10 11:05:51.753 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 11:05:51.757 | + functions-common:apt_get:1235 : result=0 2022-06-10 11:05:51.759 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 11:05:51.761 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:51.764 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:51.766 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:51.768 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:51.770 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:51.772 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 11:05:51.774 | + functions-common:time_stop:2433 : start_time=1654859150979 2022-06-10 11:05:51.777 | + functions-common:time_stop:2435 : [[ -z 1654859150979 ]] 2022-06-10 11:05:51.779 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:51.784 | + functions-common:time_stop:2438 : end_time=1654859151781 2022-06-10 11:05:51.786 | + functions-common:time_stop:2439 : elapsed_time=802 2022-06-10 11:05:51.789 | + functions-common:time_stop:2440 : total=2385 2022-06-10 11:05:51.791 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:51.793 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3187 2022-06-10 11:05:51.795 | + functions-common:apt_get:1239 : return 0 2022-06-10 11:05:51.798 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-10 11:05:51.800 | + ./stack.sh:main:834 : install_database_python 2022-06-10 11:05:51.802 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-10 11:05:51.805 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-10 11:05:51.807 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-10 11:05:51.810 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 11:05:51.812 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-10 11:05:51.815 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-10 11:05:51.817 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 11:05:51.821 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-10 11:05:51.821 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 11:05:51.826 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-10 11:05:51.829 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-10 11:05:51.831 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-10 11:05:51.834 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-10 11:05:51.836 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-10 11:05:51.858 | Using python 3.8 to install PyMySQL 2022-06-10 11:05:51.861 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-06-10 11:05:52.612 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:52.612 | from cryptography.utils import int_from_bytes 2022-06-10 11:05:52.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:52.612 | from cryptography.utils import int_from_bytes 2022-06-10 11:05:53.710 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:05:53.744 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 11:05:55.358 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 11:05:55.432 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:05:55.433 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:05:55.538 | + inc/python:pip_install:196 : result=0 2022-06-10 11:05:55.540 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:05:55.543 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:55.545 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:55.547 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:55.550 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:55.552 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:55.555 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:05:55.557 | + functions-common:time_stop:2433 : start_time=1654859151853 2022-06-10 11:05:55.560 | + functions-common:time_stop:2435 : [[ -z 1654859151853 ]] 2022-06-10 11:05:55.562 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:55.567 | + functions-common:time_stop:2438 : end_time=1654859155564 2022-06-10 11:05:55.569 | + functions-common:time_stop:2439 : elapsed_time=3711 2022-06-10 11:05:55.571 | + functions-common:time_stop:2440 : total=19989 2022-06-10 11:05:55.574 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:55.576 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23700 2022-06-10 11:05:55.578 | + inc/python:pip_install:199 : return 0 2022-06-10 11:05:55.581 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-10 11:05:55.583 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 11:05:55.585 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-10 11:05:55.588 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-10 11:05:55.605 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:55.607 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-10 11:05:55.610 | + lib/neutron:install_neutron_agent_packages:715 : is_neutron_legacy_enabled 2022-06-10 11:05:55.613 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-10 11:05:55.613 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-10 11:05:55.619 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-10 11:05:55.621 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-10 11:05:55.624 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-10 11:05:55.626 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-10 11:05:55.629 | + lib/neutron:install_neutron_agent_packages:717 : install_neutron_agent_packages_mutnauq 2022-06-10 11:05:55.631 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:479 : is_service_enabled q-l3 2022-06-10 11:05:55.646 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:55.649 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:480 : install_package radvd 2022-06-10 11:05:55.651 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 11:05:55.653 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 11:05:55.656 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 11:05:55.658 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 11:05:55.660 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:55.663 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 11:05:55.665 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:55.668 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:55.670 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 11:05:55.672 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 11:05:55.674 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 11:05:55.676 | + functions-common:apt_get_update:1191 : return 2022-06-10 11:05:55.680 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-10 11:05:55.682 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 11:05:55.684 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:55.686 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:55.689 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-10 11:05:55.710 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-10 11:05:55.819 | Reading package lists... 2022-06-10 11:05:56.072 | Building dependency tree... 2022-06-10 11:05:56.073 | Reading state information... 2022-06-10 11:05:56.333 | radvd is already the newest version (1:2.17-2). 2022-06-10 11:05:56.333 | The following packages were automatically installed and are no longer required: 2022-06-10 11:05:56.335 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 11:05:56.335 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 11:05:56.335 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 11:05:56.335 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 11:05:56.335 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 11:05:56.335 | python3-zope.interface 2022-06-10 11:05:56.336 | Use 'sudo apt autoremove' to remove them. 2022-06-10 11:05:56.452 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 11:05:56.456 | + functions-common:apt_get:1235 : result=0 2022-06-10 11:05:56.458 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 11:05:56.461 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:56.464 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:56.466 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:56.468 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:56.470 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:56.473 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 11:05:56.475 | + functions-common:time_stop:2433 : start_time=1654859155707 2022-06-10 11:05:56.478 | + functions-common:time_stop:2435 : [[ -z 1654859155707 ]] 2022-06-10 11:05:56.480 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:56.485 | + functions-common:time_stop:2438 : end_time=1654859156482 2022-06-10 11:05:56.487 | + functions-common:time_stop:2439 : elapsed_time=775 2022-06-10 11:05:56.489 | + functions-common:time_stop:2440 : total=3187 2022-06-10 11:05:56.492 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:56.494 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3962 2022-06-10 11:05:56.496 | + functions-common:apt_get:1239 : return 0 2022-06-10 11:05:56.499 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-agt q-dhcp q-l3 2022-06-10 11:05:56.517 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:56.519 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : neutron_plugin_install_agent_packages 2022-06-10 11:05:56.521 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-10 11:05:56.524 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-10 11:05:56.527 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-10 11:05:56.548 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-10 11:05:56.550 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 11:05:56.553 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 11:05:56.556 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 11:05:56.558 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 11:05:56.560 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 11:05:56.562 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 11:05:56.565 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:56.567 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:56.570 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 11:05:56.572 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 11:05:56.574 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 11:05:56.576 | + functions-common:apt_get_update:1191 : return 2022-06-10 11:05:56.579 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-10 11:05:56.581 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 11:05:56.583 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:56.586 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:56.588 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-10 11:05:56.610 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-06-10 11:05:56.720 | Reading package lists... 2022-06-10 11:05:56.966 | Building dependency tree... 2022-06-10 11:05:56.968 | Reading state information... 2022-06-10 11:05:57.218 | fakeroot is already the newest version (1.24-1). 2022-06-10 11:05:57.218 | make is already the newest version (4.2.1-1.2). 2022-06-10 11:05:57.218 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-10 11:05:57.218 | The following packages were automatically installed and are no longer required: 2022-06-10 11:05:57.219 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 11:05:57.219 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 11:05:57.219 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 11:05:57.219 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 11:05:57.219 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 11:05:57.219 | python3-zope.interface 2022-06-10 11:05:57.219 | Use 'sudo apt autoremove' to remove them. 2022-06-10 11:05:57.332 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 11:05:57.337 | + functions-common:apt_get:1235 : result=0 2022-06-10 11:05:57.340 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 11:05:57.342 | + functions-common:time_stop:2426 : local name 2022-06-10 11:05:57.344 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:05:57.346 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:05:57.348 | + functions-common:time_stop:2429 : local total 2022-06-10 11:05:57.351 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:05:57.353 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 11:05:57.355 | + functions-common:time_stop:2433 : start_time=1654859156607 2022-06-10 11:05:57.357 | + functions-common:time_stop:2435 : [[ -z 1654859156607 ]] 2022-06-10 11:05:57.360 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:05:57.363 | + functions-common:time_stop:2438 : end_time=1654859157361 2022-06-10 11:05:57.366 | + functions-common:time_stop:2439 : elapsed_time=754 2022-06-10 11:05:57.368 | + functions-common:time_stop:2440 : total=3962 2022-06-10 11:05:57.370 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:05:57.372 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4716 2022-06-10 11:05:57.374 | + functions-common:apt_get:1239 : return 0 2022-06-10 11:05:57.377 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-10 11:05:57.379 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:05:57.381 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:05:57.383 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-10 11:05:57.386 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-10 11:05:57.389 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-10 11:05:57.392 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-10 11:05:57.395 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-10 11:05:57.399 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-10 11:05:57.400 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-10 11:05:57.405 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-10 11:05:57.407 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-10 11:05:57.410 | + functions:vercmp:628 : local v1=5.4 2022-06-10 11:05:57.412 | + functions:vercmp:629 : local 'op=<' 2022-06-10 11:05:57.415 | + functions:vercmp:630 : local v2=3.13 2022-06-10 11:05:57.417 | + functions:vercmp:631 : local result 2022-06-10 11:05:57.421 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-10 11:05:57.421 | ++ functions:vercmp:635 : head -1 2022-06-10 11:05:57.421 | ++ functions:vercmp:635 : sort -V 2022-06-10 11:05:57.426 | + functions:vercmp:635 : result=3.13 2022-06-10 11:05:57.428 | + functions:vercmp:637 : case $op in 2022-06-10 11:05:57.431 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-10 11:05:57.433 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-10 11:05:57.435 | + functions:vercmp:648 : return 2022-06-10 11:05:57.437 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-10 11:05:57.440 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 11:05:57.442 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-10 11:05:57.913 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-10 11:05:57.915 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-10 11:05:57.918 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:57.921 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:57.924 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-10 11:05:57.926 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:57.930 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-10 11:05:57.948 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:05:57.950 | + ./stack.sh:main:842 : install_etcd3 2022-06-10 11:05:57.953 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-10 11:05:57.953 | Installing etcd 2022-06-10 11:05:57.956 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-10 11:05:57.969 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-10 11:05:57.982 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-10 11:05:57.984 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-10 11:05:57.999 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-10 11:05:58.003 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 11:05:58.005 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 11:05:58.009 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 11:05:58.013 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 11:05:58.015 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-06-10 11:05:58.018 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-10 11:05:58.020 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 11:05:58.023 | ++ functions:get_extra_file:74 : return 2022-06-10 11:05:58.025 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 11:05:58.028 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-10 11:05:58.030 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-10 11:05:58.033 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-10 11:05:58.049 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 11:05:58.051 | + ./stack.sh:main:861 : install_dstat 2022-06-10 11:05:58.054 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-10 11:05:58.071 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 11:05:58.073 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-10 11:05:58.075 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 11:05:58.078 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-10 11:05:58.080 | + ./stack.sh:main:870 : install_libs 2022-06-10 11:05:58.082 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-10 11:05:58.085 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-10 11:05:58.088 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-10 11:05:58.090 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-10 11:05:58.092 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.094 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.097 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-10 11:05:58.099 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.102 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-10 11:05:58.104 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-10 11:05:58.106 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-10 11:05:58.108 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-10 11:05:58.111 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.113 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.115 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-10 11:05:58.118 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.120 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-10 11:05:58.122 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-10 11:05:58.125 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-10 11:05:58.127 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-10 11:05:58.129 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.132 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.134 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-10 11:05:58.137 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.139 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-10 11:05:58.141 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-10 11:05:58.143 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-10 11:05:58.146 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-10 11:05:58.148 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.150 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.153 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-10 11:05:58.155 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.157 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-10 11:05:58.160 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-10 11:05:58.162 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-10 11:05:58.165 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-10 11:05:58.167 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.169 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.172 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-10 11:05:58.174 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.176 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-10 11:05:58.179 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-10 11:05:58.181 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-10 11:05:58.184 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-10 11:05:58.186 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.188 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.190 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-10 11:05:58.193 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.196 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-10 11:05:58.198 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-10 11:05:58.200 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-10 11:05:58.203 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-10 11:05:58.205 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.207 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.210 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-10 11:05:58.212 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.214 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-10 11:05:58.217 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-10 11:05:58.219 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-10 11:05:58.221 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-10 11:05:58.223 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.226 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.228 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-10 11:05:58.231 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.233 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-10 11:05:58.235 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-10 11:05:58.238 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-10 11:05:58.240 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-10 11:05:58.243 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.245 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.247 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-10 11:05:58.249 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.252 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-10 11:05:58.254 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-10 11:05:58.257 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-10 11:05:58.259 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-10 11:05:58.262 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.264 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.266 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-10 11:05:58.268 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.271 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-10 11:05:58.273 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-10 11:05:58.276 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-10 11:05:58.278 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-10 11:05:58.280 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.283 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.285 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-10 11:05:58.288 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.290 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-10 11:05:58.292 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-10 11:05:58.295 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-10 11:05:58.297 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-10 11:05:58.299 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.302 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.305 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-10 11:05:58.307 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.310 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-10 11:05:58.312 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-10 11:05:58.314 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-10 11:05:58.317 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-10 11:05:58.319 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.321 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.324 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-10 11:05:58.326 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.328 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-10 11:05:58.331 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-10 11:05:58.333 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-10 11:05:58.335 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-10 11:05:58.338 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.340 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.342 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-10 11:05:58.344 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.347 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-10 11:05:58.350 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-10 11:05:58.352 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-10 11:05:58.354 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-10 11:05:58.357 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.359 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.362 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-10 11:05:58.364 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.367 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-10 11:05:58.369 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-10 11:05:58.372 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-10 11:05:58.374 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-10 11:05:58.377 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.379 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.381 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-10 11:05:58.384 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.386 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-10 11:05:58.389 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-10 11:05:58.391 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-10 11:05:58.393 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-10 11:05:58.396 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.398 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.400 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-10 11:05:58.403 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.405 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-10 11:05:58.408 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-10 11:05:58.410 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-10 11:05:58.413 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-10 11:05:58.415 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.418 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.420 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-10 11:05:58.422 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.425 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-10 11:05:58.427 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-10 11:05:58.430 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-10 11:05:58.432 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-10 11:05:58.435 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.437 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.440 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-10 11:05:58.442 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.444 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-10 11:05:58.447 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-10 11:05:58.449 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-10 11:05:58.452 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-10 11:05:58.454 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.456 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.459 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-10 11:05:58.461 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.464 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-10 11:05:58.466 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-10 11:05:58.468 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-10 11:05:58.471 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-10 11:05:58.473 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.476 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.478 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-10 11:05:58.481 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.483 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-10 11:05:58.485 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-10 11:05:58.488 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-10 11:05:58.491 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-10 11:05:58.493 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.496 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.498 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-10 11:05:58.500 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.503 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-10 11:05:58.505 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-10 11:05:58.507 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-10 11:05:58.510 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-10 11:05:58.512 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.514 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.517 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-10 11:05:58.519 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.522 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-10 11:05:58.524 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-10 11:05:58.527 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-10 11:05:58.529 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-10 11:05:58.531 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.534 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.536 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-10 11:05:58.539 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.542 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-10 11:05:58.544 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-10 11:05:58.546 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-10 11:05:58.549 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-10 11:05:58.551 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.554 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.556 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-10 11:05:58.559 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.561 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-10 11:05:58.563 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-10 11:05:58.566 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-10 11:05:58.569 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-10 11:05:58.571 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.573 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.576 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-10 11:05:58.578 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.580 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-10 11:05:58.583 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-10 11:05:58.585 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-10 11:05:58.588 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-10 11:05:58.590 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.592 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.595 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-10 11:05:58.597 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.600 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-10 11:05:58.603 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-10 11:05:58.605 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-10 11:05:58.607 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-10 11:05:58.610 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.612 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.614 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-10 11:05:58.617 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.620 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-10 11:05:58.622 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-10 11:05:58.624 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-10 11:05:58.627 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-10 11:05:58.629 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.633 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.635 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-10 11:05:58.637 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.640 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-10 11:05:58.642 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-10 11:05:58.644 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-10 11:05:58.648 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-10 11:05:58.650 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.652 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.655 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-10 11:05:58.657 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.660 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-10 11:05:58.663 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-10 11:05:58.665 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-10 11:05:58.668 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-10 11:05:58.670 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.672 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.675 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-10 11:05:58.678 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.680 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-10 11:05:58.683 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-10 11:05:58.685 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-10 11:05:58.687 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-10 11:05:58.690 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.692 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.695 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-10 11:05:58.697 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.699 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-10 11:05:58.702 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-10 11:05:58.704 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-10 11:05:58.706 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-10 11:05:58.710 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.712 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.714 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-10 11:05:58.717 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.719 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-10 11:05:58.721 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-10 11:05:58.724 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-10 11:05:58.726 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-10 11:05:58.729 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.731 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.733 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-10 11:05:58.736 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.738 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-10 11:05:58.741 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-10 11:05:58.744 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-10 11:05:58.746 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-10 11:05:58.748 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.751 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.753 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-10 11:05:58.756 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.759 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-10 11:05:58.761 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-10 11:05:58.763 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-10 11:05:58.766 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-10 11:05:58.768 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.770 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.773 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-10 11:05:58.776 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.778 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-10 11:05:58.780 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-10 11:05:58.783 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-10 11:05:58.785 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-10 11:05:58.788 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.791 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.793 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-10 11:05:58.795 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.798 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-10 11:05:58.800 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-10 11:05:58.803 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-10 11:05:58.806 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-10 11:05:58.808 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:05:58.810 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:05:58.813 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-10 11:05:58.815 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:05:58.818 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-10 11:05:58.839 | Using python 3.8 to install etcd3 2022-06-10 11:05:58.841 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-06-10 11:05:59.574 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:59.574 | from cryptography.utils import int_from_bytes 2022-06-10 11:05:59.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:05:59.574 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:00.645 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:06:00.678 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-06-10 11:06:00.686 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-06-10 11:06:00.687 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.46.3) 2022-06-10 11:06:00.688 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.1) 2022-06-10 11:06:00.689 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-06-10 11:06:02.301 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 11:06:02.373 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:06:02.373 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:06:02.481 | + inc/python:pip_install:196 : result=0 2022-06-10 11:06:02.484 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:06:02.486 | + functions-common:time_stop:2426 : local name 2022-06-10 11:06:02.488 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:06:02.491 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:06:02.493 | + functions-common:time_stop:2429 : local total 2022-06-10 11:06:02.495 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:06:02.497 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:06:02.500 | + functions-common:time_stop:2433 : start_time=1654859158834 2022-06-10 11:06:02.502 | + functions-common:time_stop:2435 : [[ -z 1654859158834 ]] 2022-06-10 11:06:02.505 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:06:02.510 | + functions-common:time_stop:2438 : end_time=1654859162507 2022-06-10 11:06:02.512 | + functions-common:time_stop:2439 : elapsed_time=3673 2022-06-10 11:06:02.514 | + functions-common:time_stop:2440 : total=23700 2022-06-10 11:06:02.516 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:06:02.518 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=27373 2022-06-10 11:06:02.521 | + inc/python:pip_install:199 : return 0 2022-06-10 11:06:02.523 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-06-10 11:06:02.545 | Using python 3.8 to install etcd3gw 2022-06-10 11:06:02.547 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-06-10 11:06:03.281 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:03.281 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:03.281 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:03.281 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:04.370 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:06:04.403 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 11:06:04.409 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-06-10 11:06:04.410 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.1) 2022-06-10 11:06:04.411 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-06-10 11:06:04.439 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-06-10 11:06:04.441 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-06-10 11:06:04.444 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-06-10 11:06:04.445 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.9) 2022-06-10 11:06:06.027 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 11:06:06.099 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:06:06.099 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:06:06.204 | + inc/python:pip_install:196 : result=0 2022-06-10 11:06:06.206 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:06:06.209 | + functions-common:time_stop:2426 : local name 2022-06-10 11:06:06.211 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:06:06.213 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:06:06.216 | + functions-common:time_stop:2429 : local total 2022-06-10 11:06:06.218 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:06:06.220 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:06:06.222 | + functions-common:time_stop:2433 : start_time=1654859162539 2022-06-10 11:06:06.225 | + functions-common:time_stop:2435 : [[ -z 1654859162539 ]] 2022-06-10 11:06:06.228 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:06:06.232 | + functions-common:time_stop:2438 : end_time=1654859166230 2022-06-10 11:06:06.235 | + functions-common:time_stop:2439 : elapsed_time=3691 2022-06-10 11:06:06.237 | + functions-common:time_stop:2440 : total=27373 2022-06-10 11:06:06.239 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:06:06.242 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=31064 2022-06-10 11:06:06.244 | + inc/python:pip_install:199 : return 0 2022-06-10 11:06:06.246 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-06-10 11:06:06.249 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-06-10 11:06:06.251 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-06-10 11:06:06.253 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 11:06:06.257 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 11:06:06.260 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 11:06:06.263 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 11:06:06.265 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 11:06:06.267 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 11:06:06.270 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 11:06:06.272 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 11:06:06.275 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 11:06:06.277 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 11:06:06.279 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-06-10 11:06:06.282 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:06:06.285 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:06:06.288 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-10 11:06:06.290 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 11:06:06.293 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 11:06:06.295 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 11:06:06.297 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 11:06:06.300 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 11:06:06.302 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 11:06:06.305 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 11:06:06.308 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:06:06.310 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:06:06.312 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 11:06:06.315 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 11:06:06.317 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 11:06:06.320 | + functions-common:apt_get_update:1191 : return 2022-06-10 11:06:06.323 | + functions-common:install_package:1465 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 11:06:06.325 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 11:06:06.327 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:06:06.330 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:06:06.332 | + functions-common:real_install_package:1451 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 11:06:06.354 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 11:06:06.471 | Reading package lists... 2022-06-10 11:06:06.727 | Building dependency tree... 2022-06-10 11:06:06.728 | Reading state information... 2022-06-10 11:06:06.993 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-10 11:06:06.993 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-10 11:06:06.993 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 11:06:06.993 | The following packages were automatically installed and are no longer required: 2022-06-10 11:06:06.994 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 11:06:06.994 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 11:06:06.994 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 11:06:06.994 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 11:06:06.994 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 11:06:06.994 | python3-zope.interface 2022-06-10 11:06:06.994 | Use 'sudo apt autoremove' to remove them. 2022-06-10 11:06:07.109 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 11:06:07.113 | + functions-common:apt_get:1235 : result=0 2022-06-10 11:06:07.115 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 11:06:07.118 | + functions-common:time_stop:2426 : local name 2022-06-10 11:06:07.120 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:06:07.122 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:06:07.125 | + functions-common:time_stop:2429 : local total 2022-06-10 11:06:07.127 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:06:07.129 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 11:06:07.131 | + functions-common:time_stop:2433 : start_time=1654859166351 2022-06-10 11:06:07.134 | + functions-common:time_stop:2435 : [[ -z 1654859166351 ]] 2022-06-10 11:06:07.136 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:06:07.140 | + functions-common:time_stop:2438 : end_time=1654859167138 2022-06-10 11:06:07.143 | + functions-common:time_stop:2439 : elapsed_time=787 2022-06-10 11:06:07.145 | + functions-common:time_stop:2440 : total=4716 2022-06-10 11:06:07.148 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:06:07.150 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5503 2022-06-10 11:06:07.153 | + functions-common:apt_get:1239 : return 0 2022-06-10 11:06:07.155 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-06-10 11:06:07.158 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 11:06:07.160 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 11:06:07.163 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-06-10 11:06:07.226 | Module proxy already enabled 2022-06-10 11:06:07.230 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-06-10 11:06:07.292 | Considering dependency proxy for proxy_uwsgi: 2022-06-10 11:06:07.292 | Module proxy already enabled 2022-06-10 11:06:07.292 | Module proxy_uwsgi already enabled 2022-06-10 11:06:07.297 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-06-10 11:06:07.299 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-10 11:06:07.301 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 11:06:07.304 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-10 11:06:07.435 | + ./stack.sh:main:876 : install_keystoneauth 2022-06-10 11:06:07.437 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-06-10 11:06:07.440 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-06-10 11:06:07.442 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.445 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.448 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-06-10 11:06:07.450 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.452 | + ./stack.sh:main:877 : install_keystoneclient 2022-06-10 11:06:07.456 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-06-10 11:06:07.458 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-06-10 11:06:07.461 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.464 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.466 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-06-10 11:06:07.469 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.471 | + ./stack.sh:main:878 : install_glanceclient 2022-06-10 11:06:07.473 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-06-10 11:06:07.476 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-06-10 11:06:07.478 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.480 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.484 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-06-10 11:06:07.486 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.489 | + ./stack.sh:main:879 : install_cinderclient 2022-06-10 11:06:07.491 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-06-10 11:06:07.494 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-06-10 11:06:07.496 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.498 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.501 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-06-10 11:06:07.503 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.506 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-06-10 11:06:07.508 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-06-10 11:06:07.511 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.513 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.516 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-06-10 11:06:07.518 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.520 | + ./stack.sh:main:880 : install_novaclient 2022-06-10 11:06:07.524 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-06-10 11:06:07.526 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-06-10 11:06:07.529 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.531 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.534 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-06-10 11:06:07.536 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.539 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-06-10 11:06:07.556 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:06:07.558 | + ./stack.sh:main:882 : install_swiftclient 2022-06-10 11:06:07.560 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-06-10 11:06:07.563 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-06-10 11:06:07.565 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.567 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.571 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-06-10 11:06:07.573 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.576 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-06-10 11:06:07.592 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:06:07.595 | + ./stack.sh:main:885 : install_neutronclient 2022-06-10 11:06:07.597 | + lib/neutron:install_neutronclient:453 : use_library_from_git python-neutronclient 2022-06-10 11:06:07.600 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-06-10 11:06:07.602 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.605 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.607 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-06-10 11:06:07.609 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.612 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-06-10 11:06:07.614 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-06-10 11:06:07.617 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-06-10 11:06:07.619 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 11:06:07.621 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 11:06:07.624 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-06-10 11:06:07.626 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 11:06:07.628 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-06-10 11:06:07.632 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-10 11:06:07.634 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 11:06:07.637 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-10 11:06:07.639 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-06-10 11:06:07.642 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 11:06:07.645 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-10 11:06:07.646 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 11:06:07.651 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-06-10 11:06:07.653 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-06-10 11:06:07.659 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-06-10 11:06:07.662 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-10 11:06:07.665 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-10 11:06:07.687 | Using python 3.8 to install keystonemiddleware 2022-06-10 11:06:07.689 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-06-10 11:06:08.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:08.430 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:08.430 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:08.430 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:09.513 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:06:09.545 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.5.0) 2022-06-10 11:06:09.598 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-06-10 11:06:09.599 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-06-10 11:06:09.600 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-06-10 11:06:09.602 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-06-10 11:06:09.603 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-06-10 11:06:09.604 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-06-10 11:06:09.605 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-06-10 11:06:09.606 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-06-10 11:06:09.607 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.11.0) 2022-06-10 11:06:09.608 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-06-10 11:06:09.609 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.13.0) 2022-06-10 11:06:09.610 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.9.0) 2022-06-10 11:06:09.611 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.0.0) 2022-06-10 11:06:09.612 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-06-10 11:06:09.671 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-06-10 11:06:09.672 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-06-10 11:06:09.674 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-06-10 11:06:09.714 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-06-10 11:06:09.752 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.5.0) 2022-06-10 11:06:09.753 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-06-10 11:06:09.755 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-06-10 11:06:09.756 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-06-10 11:06:09.809 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-06-10 11:06:09.810 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-06-10 11:06:09.819 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2022.1) 2022-06-10 11:06:09.820 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.4) 2022-06-10 11:06:09.834 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-06-10 11:06:09.837 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.9) 2022-06-10 11:06:09.838 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-06-10 11:06:09.907 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-06-10 11:06:09.908 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.9) 2022-06-10 11:06:09.909 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-06-10 11:06:09.911 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-06-10 11:06:09.961 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.14.1) 2022-06-10 11:06:09.973 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-06-10 11:06:11.488 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 11:06:11.559 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:06:11.559 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:06:11.664 | + inc/python:pip_install:196 : result=0 2022-06-10 11:06:11.672 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:06:11.672 | + functions-common:time_stop:2426 : local name 2022-06-10 11:06:11.672 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:06:11.673 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:06:11.675 | + functions-common:time_stop:2429 : local total 2022-06-10 11:06:11.677 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:06:11.680 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:06:11.682 | + functions-common:time_stop:2433 : start_time=1654859167681 2022-06-10 11:06:11.685 | + functions-common:time_stop:2435 : [[ -z 1654859167681 ]] 2022-06-10 11:06:11.687 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:06:11.691 | + functions-common:time_stop:2438 : end_time=1654859171689 2022-06-10 11:06:11.695 | + functions-common:time_stop:2439 : elapsed_time=4008 2022-06-10 11:06:11.697 | + functions-common:time_stop:2440 : total=31064 2022-06-10 11:06:11.699 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:06:11.701 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=35072 2022-06-10 11:06:11.704 | + inc/python:pip_install:199 : return 0 2022-06-10 11:06:11.706 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-06-10 11:06:11.708 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-10 11:06:11.711 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 11:06:11.714 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-10 11:06:11.716 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-06-10 11:06:11.719 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 11:06:11.723 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-10 11:06:11.723 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 11:06:11.728 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-06-10 11:06:11.731 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-06-10 11:06:11.733 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-06-10 11:06:11.736 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-10 11:06:11.738 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-10 11:06:11.760 | Using python 3.8 to install python-memcached 2022-06-10 11:06:11.762 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-06-10 11:06:12.503 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:12.504 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:12.504 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:12.504 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:13.598 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:06:13.630 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-06-10 11:06:13.634 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-06-10 11:06:15.257 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 11:06:15.330 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:06:15.330 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:06:15.431 | + inc/python:pip_install:196 : result=0 2022-06-10 11:06:15.434 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 11:06:15.436 | + functions-common:time_stop:2426 : local name 2022-06-10 11:06:15.438 | + functions-common:time_stop:2427 : local end_time 2022-06-10 11:06:15.440 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 11:06:15.442 | + functions-common:time_stop:2429 : local total 2022-06-10 11:06:15.445 | + functions-common:time_stop:2430 : local start_time 2022-06-10 11:06:15.447 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 11:06:15.450 | + functions-common:time_stop:2433 : start_time=1654859171754 2022-06-10 11:06:15.452 | + functions-common:time_stop:2435 : [[ -z 1654859171754 ]] 2022-06-10 11:06:15.455 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 11:06:15.459 | + functions-common:time_stop:2438 : end_time=1654859175456 2022-06-10 11:06:15.461 | + functions-common:time_stop:2439 : elapsed_time=3702 2022-06-10 11:06:15.463 | + functions-common:time_stop:2440 : total=35072 2022-06-10 11:06:15.466 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 11:06:15.468 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=38774 2022-06-10 11:06:15.470 | + inc/python:pip_install:199 : return 0 2022-06-10 11:06:15.472 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-06-10 11:06:15.489 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 11:06:15.492 | + ./stack.sh:main:892 : '[' 10.222.0.16 == 10.222.0.16 ']' 2022-06-10 11:06:15.494 | + ./stack.sh:main:893 : stack_install_service keystone 2022-06-10 11:06:15.497 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-10 11:06:15.499 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-10 11:06:15.501 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-10 11:06:15.504 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-10 11:06:15.507 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-06-10 11:06:15.522 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 11:06:15.524 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-06-10 11:06:15.527 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-10 11:06:15.529 | + functions-common:git_clone:598 : local git_dest=/opt/stack/keystone 2022-06-10 11:06:15.531 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 11:06:15.533 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 11:06:15.536 | ++ functions-common:git_clone:601 : pwd 2022-06-10 11:06:15.539 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 11:06:15.541 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 11:06:15.545 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 11:06:15.560 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 11:06:15.562 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 11:06:15.565 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 11:06:15.567 | + functions-common:git_clone:618 : echo master 2022-06-10 11:06:15.567 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 11:06:15.572 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/keystone ]] 2022-06-10 11:06:15.574 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 11:06:15.577 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-10 11:06:15.589 | + functions-common:git_clone:678 : cd /opt/stack/keystone 2022-06-10 11:06:15.592 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 11:06:15.592 | + functions-common:git_clone:679 : head -1 2022-06-10 11:06:15.595 | daa8e746b Merge "Fix typo in documentation" 2022-06-10 11:06:15.598 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 11:06:15.601 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-06-10 11:06:15.603 | + inc/python:setup_develop:334 : local bindep 2022-06-10 11:06:15.605 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 11:06:15.607 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-06-10 11:06:15.610 | + inc/python:setup_develop:340 : local extras= 2022-06-10 11:06:15.612 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-10 11:06:15.614 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-10 11:06:15.617 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 11:06:15.619 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-06-10 11:06:15.622 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-10 11:06:15.624 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-10 11:06:15.627 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-06-10 11:06:15.630 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-10 11:06:15.632 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-06-10 11:06:15.635 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-10 11:06:15.637 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-10 11:06:15.640 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-10 11:06:15.645 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-06-10 11:06:15.648 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-06-10 11:06:16.293 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-06-10 11:06:16.295 | + inc/python:setup_package:414 : local bindep=0 2022-06-10 11:06:16.297 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-10 11:06:16.299 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-10 11:06:16.302 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 11:06:16.304 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-06-10 11:06:16.306 | + inc/python:setup_package:423 : local flags=-e 2022-06-10 11:06:16.308 | + inc/python:setup_package:424 : local extras= 2022-06-10 11:06:16.310 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-10 11:06:16.312 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-10 11:06:16.315 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-10 11:06:16.317 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-10 11:06:16.320 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-10 11:06:16.322 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-06-10 11:06:16.342 | Using python 3.8 to install /opt/stack/keystone 2022-06-10 11:06:16.345 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-06-10 11:06:17.105 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:17.105 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:17.105 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 11:06:17.105 | from cryptography.utils import int_from_bytes 2022-06-10 11:06:18.183 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 11:06:18.214 | Obtaining file:///opt/stack/keystone 2022-06-10 11:06:18.214 | Preparing metadata (setup.py): started 2022-06-10 11:06:18.257 | Preparing metadata (setup.py): finished with status 'error' 2022-06-10 11:06:18.257 | ERROR: Command errored out with exit status 1: 2022-06-10 11:06:18.257 | command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/opt/stack/keystone/setup.py'"'"'; __file__='"'"'/opt/stack/keystone/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-07iltwaf 2022-06-10 11:06:18.257 | cwd: /opt/stack/keystone/ 2022-06-10 11:06:18.257 | Complete output (3 lines): 2022-06-10 11:06:18.258 | Traceback (most recent call last): 2022-06-10 11:06:18.258 | File "", line 1, in 2022-06-10 11:06:18.258 | ModuleNotFoundError: No module named 'setuptools' 2022-06-10 11:06:18.258 | ---------------------------------------- 2022-06-10 11:06:18.258 | WARNING: Discarding file:///opt/stack/keystone. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-10 11:06:18.258 | ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-10 11:06:18.332 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 11:06:18.332 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 11:06:18.415 | + inc/python:pip_install:1 : exit_trap 2022-06-10 11:06:18.417 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-10 11:06:18.420 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-10 11:06:18.423 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-10 11:06:18.425 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-10 11:06:18.427 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-10 11:06:18.430 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-10 11:06:18.432 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-10 11:06:18.434 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-10 11:06:18.436 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-10 11:06:18.436 | Error on exit 2022-06-10 11:06:18.438 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-10 11:06:18.440 | + ./stack.sh:exit_trap:537 : generate-subunit 1654859108 70 fail 2022-06-10 11:06:18.688 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-10 11:06:18.690 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-10 11:06:19.140 | + ./stack.sh:exit_trap:551 : exit 1