2021-11-18 12:40:53.749 | + ./stack.sh:main:473 : exec 2021-11-18 12:40:53.749 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-11-18-124053' 2021-11-18 12:40:53.749 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-11-18-124053.summary.2021-11-18-124053 2021-11-18 12:40:53.749 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-18 12:40:53.749 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-11-18-124053 2021-11-18 12:40:53.749 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2021-11-18-124053 /opt/stack/logs/stack.sh.log 2021-11-18 12:40:53.749 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2021-11-18-124053.summary.2021-11-18-124053 /opt/stack/logs/stack.sh.log.summary 2021-11-18 12:40:53.749 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2021-11-18 12:40:53.749 | + functions:check_path_perm_sanity:596 : local real_path 2021-11-18 12:40:53.750 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-11-18 12:40:53.750 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-11-18 12:40:53.750 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-11-18 12:40:53.750 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-11-18 12:40:53.750 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-11-18 12:40:53.750 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-11-18 12:40:53.750 | + ./stack.sh:main:505 : trap exit_trap EXIT 2021-11-18 12:40:53.750 | + ./stack.sh:main:546 : trap err_trap ERR 2021-11-18 12:40:53.752 | + ./stack.sh:main:559 : set -o errexit 2021-11-18 12:40:53.754 | + ./stack.sh:main:562 : uname -a 2021-11-18 12:40:53.755 | Linux n-d-818357-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 2021-11-18 12:40:53.757 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-11-18 12:40:53.759 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2021-11-18 12:40:53.763 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2021-11-18 12:40:53.791 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2021-11-18 12:40:53.807 | + ./stack.sh:main:576 : fetch_plugins 2021-11-18 12:40:53.809 | + functions-common:fetch_plugins:1741 : local plugins= 2021-11-18 12:40:53.811 | + functions-common:fetch_plugins:1742 : local plugin 2021-11-18 12:40:53.812 | + functions-common:fetch_plugins:1745 : [[ -z '' ]] 2021-11-18 12:40:53.814 | + functions-common:fetch_plugins:1746 : return 2021-11-18 12:40:53.816 | + ./stack.sh:main:580 : run_phase override_defaults 2021-11-18 12:40:53.818 | + functions-common:run_phase:1823 : local mode=override_defaults 2021-11-18 12:40:53.820 | + functions-common:run_phase:1824 : local phase= 2021-11-18 12:40:53.822 | + functions-common:run_phase:1825 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-18 12:40:53.823 | + functions-common:run_phase:1826 : local extra_plugin_file_name 2021-11-18 12:40:53.826 | + functions-common:run_phase:1827 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-18 12:40:53.828 | + functions-common:run_phase:1832 : local exceptions=80-tempest.sh 2021-11-18 12:40:53.829 | + functions-common:run_phase:1833 : local extra 2021-11-18 12:40:53.832 | ++ functions-common:run_phase:1834 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-18 12:40:53.835 | + functions-common:run_phase:1834 : extra=80-tempest.sh 2021-11-18 12:40:53.837 | + functions-common:run_phase:1835 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-18 12:40:53.838 | + functions-common:run_phase:1839 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-18 12:40:53.840 | + functions-common:run_phase:1839 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-11-18 12:40:53.843 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-18 12:40:53.855 | ++ functions-common:is_service_enabled:2051 : return 0 2021-11-18 12:40:53.857 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-11-18 12:40:53.859 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-18 12:40:53.861 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-18 12:40:53.863 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-18 12:40:53.865 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-18 12:40:53.867 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-11-18 12:40:53.868 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-11-18 12:40:53.870 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-11-18 12:40:53.872 | + functions-common:run_phase:1844 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-11-18 12:40:53.874 | + functions-common:run_phase:1847 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-11-18 12:40:53.876 | + functions-common:run_phase:1848 : plugin_override_defaults 2021-11-18 12:40:53.878 | + functions-common:plugin_override_defaults:1782 : local plugins= 2021-11-18 12:40:53.880 | + functions-common:plugin_override_defaults:1783 : local plugin 2021-11-18 12:40:53.881 | + functions-common:plugin_override_defaults:1786 : [[ -z '' ]] 2021-11-18 12:40:53.883 | + functions-common:plugin_override_defaults:1787 : return 2021-11-18 12:40:53.885 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2021-11-18 12:40:53.903 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2021-11-18 12:40:53.905 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-11-18 12:40:53.918 | ++ functions-common:is_service_enabled:2051 : return 1 2021-11-18 12:40:53.920 | +++ lib/tls:source:43 : hostname -f 2021-11-18 12:40:53.923 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-11-18 12:40:53.925 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-11-18 12:40:53.927 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-11-18 12:40:53.929 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-11-18 12:40:53.931 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-11-18 12:40:53.933 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-11-18 12:40:53.935 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-11-18 12:40:53.937 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-11-18 12:40:53.939 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-11-18 12:40:53.941 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-11-18 12:40:53.945 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2021-11-18 12:40:53.957 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2021-11-18 12:40:53.974 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2021-11-18 12:40:53.987 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2021-11-18 12:40:54.000 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2021-11-18 12:40:54.037 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2021-11-18 12:40:54.100 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2021-11-18 12:40:54.186 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2021-11-18 12:40:54.208 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2021-11-18 12:40:54.260 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2021-11-18 12:40:54.315 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2021-11-18 12:40:54.448 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2021-11-18 12:40:54.462 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2021-11-18 12:40:54.475 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2021-11-18 12:40:54.489 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2021-11-18 12:40:54.584 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/os-vif 2021-11-18 12:40:54.586 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-11-18 12:40:54.589 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-11-18 12:40:54.591 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-11-18 12:40:54.593 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-11-18 12:40:54.595 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-11-18 12:40:54.598 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-11-18 12:40:54.598 | False' 2021-11-18 12:40:54.601 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-11-18 12:40:54.617 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-11-18 12:40:54.619 | + ./stack.sh:main:610 : run_phase source 2021-11-18 12:40:54.622 | + functions-common:run_phase:1823 : local mode=source 2021-11-18 12:40:54.625 | + functions-common:run_phase:1824 : local phase= 2021-11-18 12:40:54.627 | + functions-common:run_phase:1825 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-11-18 12:40:54.629 | + functions-common:run_phase:1826 : local extra_plugin_file_name 2021-11-18 12:40:54.631 | + functions-common:run_phase:1827 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-11-18 12:40:54.633 | + functions-common:run_phase:1832 : local exceptions=80-tempest.sh 2021-11-18 12:40:54.635 | + functions-common:run_phase:1833 : local extra 2021-11-18 12:40:54.637 | ++ functions-common:run_phase:1834 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-11-18 12:40:54.641 | + functions-common:run_phase:1834 : extra=80-tempest.sh 2021-11-18 12:40:54.643 | + functions-common:run_phase:1835 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-11-18 12:40:54.646 | + functions-common:run_phase:1839 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-11-18 12:40:54.648 | + functions-common:run_phase:1839 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-11-18 12:40:54.650 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-11-18 12:40:54.664 | ++ functions-common:is_service_enabled:2051 : return 0 2021-11-18 12:40:54.666 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-11-18 12:40:54.668 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-11-18 12:40:54.709 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-11-18 12:40:54.711 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-11-18 12:40:54.713 | + functions-common:run_phase:1844 : [[ source == \s\o\u\r\c\e ]] 2021-11-18 12:40:54.715 | + functions-common:run_phase:1845 : load_plugin_settings 2021-11-18 12:40:54.718 | + functions-common:load_plugin_settings:1759 : local plugins= 2021-11-18 12:40:54.720 | + functions-common:load_plugin_settings:1760 : local plugin 2021-11-18 12:40:54.722 | + functions-common:load_plugin_settings:1763 : [[ -z '' ]] 2021-11-18 12:40:54.724 | + functions-common:load_plugin_settings:1764 : return 2021-11-18 12:40:54.727 | + functions-common:run_phase:1846 : verify_disabled_services 2021-11-18 12:40:54.729 | + functions-common:verify_disabled_services:2106 : local service 2021-11-18 12:40:54.731 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.734 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-11-18 12:40:54.736 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.738 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-11-18 12:40:54.741 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.743 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-11-18 12:40:54.745 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.747 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-11-18 12:40:54.750 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.752 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-11-18 12:40:54.754 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.757 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-11-18 12:40:54.759 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.761 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-11-18 12:40:54.764 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.766 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-11-18 12:40:54.768 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.770 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-11-18 12:40:54.773 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.775 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-11-18 12:40:54.777 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.780 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2021-11-18 12:40:54.783 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.785 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2021-11-18 12:40:54.787 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.789 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2021-11-18 12:40:54.792 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.794 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2021-11-18 12:40:54.797 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.799 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2021-11-18 12:40:54.801 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.804 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-11-18 12:40:54.806 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.808 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2021-11-18 12:40:54.811 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.813 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-11-18 12:40:54.815 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.818 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-11-18 12:40:54.820 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.822 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-11-18 12:40:54.824 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.827 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-11-18 12:40:54.829 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.831 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-11-18 12:40:54.834 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.836 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-11-18 12:40:54.838 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.840 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-11-18 12:40:54.843 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.846 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-11-18 12:40:54.848 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.850 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-11-18 12:40:54.852 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.855 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-11-18 12:40:54.858 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.860 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-11-18 12:40:54.862 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.864 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-11-18 12:40:54.867 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.869 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-11-18 12:40:54.871 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.874 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-11-18 12:40:54.876 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.878 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-11-18 12:40:54.880 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.883 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2021-11-18 12:40:54.885 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.887 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-11-18 12:40:54.890 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.892 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-11-18 12:40:54.894 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.897 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-11-18 12:40:54.899 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.901 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-11-18 12:40:54.904 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.906 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-11-18 12:40:54.909 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.911 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-11-18 12:40:54.913 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.916 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-11-18 12:40:54.918 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.921 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-11-18 12:40:54.923 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.925 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-11-18 12:40:54.928 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.930 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-11-18 12:40:54.932 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.935 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-11-18 12:40:54.937 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.940 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-11-18 12:40:54.942 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.944 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-11-18 12:40:54.947 | + functions-common:verify_disabled_services:2107 : for service in ${ENABLED_SERVICES//,/ } 2021-11-18 12:40:54.949 | + functions-common:verify_disabled_services:2108 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-11-18 12:40:54.952 | + ./stack.sh:main:681 : initialize_database_backends 2021-11-18 12:40:54.954 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-11-18 12:40:54.957 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-11-18 12:40:54.972 | + functions-common:is_service_enabled:2051 : return 0 2021-11-18 12:40:54.975 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-11-18 12:40:54.977 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-11-18 12:40:54.979 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-11-18 12:40:54.995 | + functions-common:is_service_enabled:2051 : return 1 2021-11-18 12:40:54.997 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-11-18 12:40:55.000 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-11-18 12:40:55.002 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-11-18 12:40:55.005 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-11-18 12:40:55.007 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-11-18 12:40:55.009 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-11-18 12:40:55.012 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-11-18 12:40:55.015 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-11-18 12:40:55.017 | ++ lib/databases/mysql:get_database_type_mysql:37 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-11-18 12:40:55.020 | ++ lib/databases/mysql:get_database_type_mysql:38 : echo mysql+pymysql 2021-11-18 12:40:55.022 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-11-18 12:40:55.025 | + lib/database:initialize_database_backends:104 : return 0 2021-11-18 12:40:55.027 | + ./stack.sh:main:682 : echo 'Using mysql database backend' 2021-11-18 12:40:55.027 | Using mysql database backend 2021-11-18 12:40:55.030 | + ./stack.sh:main:685 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-11-18 12:40:55.047 | + ./stack.sh:main:697 : is_service_enabled rabbit 2021-11-18 12:40:55.064 | + functions-common:is_service_enabled:2051 : return 0 2021-11-18 12:40:55.066 | + ./stack.sh:main:698 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-11-18 12:40:55.083 | + ./stack.sh:main:705 : is_service_enabled keystone 2021-11-18 12:40:55.100 | + functions-common:is_service_enabled:2051 : return 0 2021-11-18 12:40:55.102 | + ./stack.sh:main:707 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-11-18 12:40:55.118 | + ./stack.sh:main:709 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-11-18 12:40:55.135 | + ./stack.sh:main:720 : is_service_enabled ldap 2021-11-18 12:40:55.151 | + functions-common:is_service_enabled:2051 : return 1 2021-11-18 12:40:55.155 | + ./stack.sh:main:729 : is_service_enabled s-proxy 2021-11-18 12:40:55.171 | + functions-common:is_service_enabled:2051 : return 0 2021-11-18 12:40:55.173 | + ./stack.sh:main:733 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-11-18 12:40:55.190 | + ./stack.sh:main:735 : [[ -z '' ]] 2021-11-18 12:40:55.192 | + ./stack.sh:main:735 : [[ False == \T\r\u\e ]] 2021-11-18 12:40:55.195 | + ./stack.sh:main:741 : save_stackenv 741 2021-11-18 12:40:55.197 | + functions-common:save_stackenv:60 : local tag=741 2021-11-18 12:40:55.201 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-11-18 12:40:55.205 | + functions-common:save_stackenv:62 : time_stamp=2021-11-18-124055 2021-11-18 12:40:55.208 | + functions-common:save_stackenv:63 : echo '# 2021-11-18-124055 741' 2021-11-18 12:40:55.211 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.213 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-11-18 12:40:55.215 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.218 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-11-18 12:40:55.221 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.223 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-11-18 12:40:55.226 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.228 | + 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 2021-11-18 12:40:55.230 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.233 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.64 2021-11-18 12:40:55.235 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.237 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.64/identity 2021-11-18 12:40:55.240 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.242 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-11-18-124053 2021-11-18 12:40:55.245 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.247 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-11-18 12:40:55.250 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.252 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.64 2021-11-18 12:40:55.254 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.257 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-11-18 12:40:55.259 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.262 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-11-18 12:40:55.265 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.267 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-11-18 12:40:55.270 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-11-18 12:40:55.272 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-11-18 12:40:55.274 | + ./stack.sh:main:752 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-11-18 12:40:55.277 | + functions-common:git_clone:578 : local git_remote=https://opendev.org/openstack/requirements.git 2021-11-18 12:40:55.280 | + functions-common:git_clone:579 : local git_dest=/opt/stack/requirements 2021-11-18 12:40:55.282 | + functions-common:git_clone:580 : local git_ref=master 2021-11-18 12:40:55.284 | + functions-common:git_clone:581 : local orig_dir 2021-11-18 12:40:55.287 | ++ functions-common:git_clone:582 : pwd 2021-11-18 12:40:55.290 | + functions-common:git_clone:582 : orig_dir=/home/ubuntu/devstack 2021-11-18 12:40:55.292 | + functions-common:git_clone:583 : local git_clone_flags= 2021-11-18 12:40:55.295 | ++ functions-common:git_clone:585 : trueorfalse False RECLONE 2021-11-18 12:40:55.311 | + functions-common:git_clone:585 : RECLONE=False 2021-11-18 12:40:55.313 | + functions-common:git_clone:586 : [[ 0 -gt 0 ]] 2021-11-18 12:40:55.315 | + functions-common:git_clone:590 : [[ False = \T\r\u\e ]] 2021-11-18 12:40:55.318 | + functions-common:git_clone:599 : echo master 2021-11-18 12:40:55.319 | + functions-common:git_clone:599 : egrep -q '^refs' 2021-11-18 12:40:55.324 | + functions-common:git_clone:613 : [[ ! -d /opt/stack/requirements ]] 2021-11-18 12:40:55.327 | + functions-common:git_clone:621 : [[ False = \T\r\u\e ]] 2021-11-18 12:40:55.329 | + functions-common:git_clone:647 : cd /opt/stack/requirements 2021-11-18 12:40:55.332 | + functions-common:git_clone:648 : git show --oneline 2021-11-18 12:40:55.332 | + functions-common:git_clone:648 : head -1 2021-11-18 12:40:55.335 | 8067e48b Merge "Updated from generate-constraints" 2021-11-18 12:40:55.338 | + functions-common:git_clone:649 : cd /home/ubuntu/devstack 2021-11-18 12:40:55.340 | + ./stack.sh:main:756 : echo_summary 'Installing package prerequisites' 2021-11-18 12:40:55.343 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2021-11-18 12:40:55.346 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2021-11-18 12:40:55.348 | + ./stack.sh:main:757 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-11-18 12:40:55.351 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-11-18 12:40:55.353 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-11-18 12:40:55.356 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-11-18 12:40:55.358 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-11-18 12:40:55.361 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-11-18 12:40:55.363 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-11-18 12:40:55.366 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-11-18 12:40:55.371 | ++ tools/install_prereqs.sh:source:47 : NOW=1637239255 2021-11-18 12:40:55.374 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-11-18 12:40:55.379 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1637238511 2021-11-18 12:40:55.381 | ++ tools/install_prereqs.sh:source:49 : DELTA=744 2021-11-18 12:40:55.384 | ++ tools/install_prereqs.sh:source:50 : [[ 744 -lt 7200 ]] 2021-11-18 12:40:55.386 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-11-18 12:40:55.389 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-11-18 12:40:55.392 | ++ functions-common:export_proxy_variables:2213 : isset http_proxy 2021-11-18 12:40:55.394 | ++ functions-common:isset:229 : [[ -v http_proxy ]] 2021-11-18 12:40:55.396 | ++ functions-common:export_proxy_variables:2216 : isset https_proxy 2021-11-18 12:40:55.399 | ++ functions-common:isset:229 : [[ -v https_proxy ]] 2021-11-18 12:40:55.401 | ++ functions-common:export_proxy_variables:2219 : isset no_proxy 2021-11-18 12:40:55.404 | ++ functions-common:isset:229 : [[ -v no_proxy ]] 2021-11-18 12:40:55.408 | +++ 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 2021-11-18 12:40:55.460 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-11-18 12:40:55.460 | apache2-dev 2021-11-18 12:40:55.460 | bc 2021-11-18 12:40:55.460 | bsdmainutils 2021-11-18 12:40:55.460 | curl 2021-11-18 12:40:55.460 | g++ 2021-11-18 12:40:55.460 | gawk 2021-11-18 12:40:55.460 | gcc 2021-11-18 12:40:55.460 | gettext 2021-11-18 12:40:55.460 | git 2021-11-18 12:40:55.460 | graphviz 2021-11-18 12:40:55.460 | iputils-ping 2021-11-18 12:40:55.460 | libapache2-mod-proxy-uwsgi 2021-11-18 12:40:55.460 | libffi-dev 2021-11-18 12:40:55.460 | libjpeg-dev 2021-11-18 12:40:55.460 | libpcre3-dev 2021-11-18 12:40:55.460 | libpq-dev 2021-11-18 12:40:55.460 | libssl-dev 2021-11-18 12:40:55.460 | libsystemd-dev 2021-11-18 12:40:55.460 | libxml2-dev 2021-11-18 12:40:55.460 | libxslt1-dev 2021-11-18 12:40:55.460 | libyaml-dev 2021-11-18 12:40:55.460 | lsof 2021-11-18 12:40:55.460 | openssh-server 2021-11-18 12:40:55.460 | openssl 2021-11-18 12:40:55.460 | pkg-config 2021-11-18 12:40:55.460 | psmisc 2021-11-18 12:40:55.460 | python3-dev 2021-11-18 12:40:55.460 | python3-pip 2021-11-18 12:40:55.460 | python3-systemd 2021-11-18 12:40:55.460 | python3-venv 2021-11-18 12:40:55.460 | tar 2021-11-18 12:40:55.461 | tcpdump 2021-11-18 12:40:55.461 | unzip 2021-11-18 12:40:55.461 | uuid-runtime 2021-11-18 12:40:55.461 | wget 2021-11-18 12:40:55.461 | wget 2021-11-18 12:40:55.461 | zlib1g-dev 2021-11-18 12:40:55.461 | libkrb5-dev 2021-11-18 12:40:55.461 | libldap2-dev 2021-11-18 12:40:55.461 | libsasl2-dev 2021-11-18 12:40:55.461 | memcached 2021-11-18 12:40:55.461 | python3-mysqldb 2021-11-18 12:40:55.461 | sqlite3 2021-11-18 12:40:55.461 | conntrack 2021-11-18 12:40:55.461 | curl 2021-11-18 12:40:55.461 | dnsmasq-base 2021-11-18 12:40:55.461 | dnsmasq-utils 2021-11-18 12:40:55.461 | ebtables 2021-11-18 12:40:55.461 | genisoimage 2021-11-18 12:40:55.461 | iptables 2021-11-18 12:40:55.461 | iputils-arping 2021-11-18 12:40:55.461 | kpartx 2021-11-18 12:40:55.461 | libjs-jquery-tablesorter 2021-11-18 12:40:55.461 | parted 2021-11-18 12:40:55.461 | pm-utils 2021-11-18 12:40:55.461 | python3-mysqldb 2021-11-18 12:40:55.461 | socat 2021-11-18 12:40:55.461 | sqlite3 2021-11-18 12:40:55.461 | sudo 2021-11-18 12:40:55.461 | vlan 2021-11-18 12:40:55.461 | lsscsi 2021-11-18 12:40:55.461 | open-iscsi 2021-11-18 12:40:55.461 | lvm2 2021-11-18 12:40:55.461 | qemu-utils 2021-11-18 12:40:55.461 | thin-provisioning-tools 2021-11-18 12:40:55.461 | acl 2021-11-18 12:40:55.461 | dnsmasq-base 2021-11-18 12:40:55.462 | dnsmasq-utils 2021-11-18 12:40:55.462 | ebtables 2021-11-18 12:40:55.462 | haproxy 2021-11-18 12:40:55.462 | iptables 2021-11-18 12:40:55.462 | iputils-arping 2021-11-18 12:40:55.462 | iputils-ping 2021-11-18 12:40:55.462 | postgresql-server-dev-all 2021-11-18 12:40:55.462 | python3-mysqldb 2021-11-18 12:40:55.462 | sqlite3 2021-11-18 12:40:55.462 | sudo 2021-11-18 12:40:55.462 | vlan 2021-11-18 12:40:55.462 | pcp 2021-11-18 12:40:55.462 | ipset 2021-11-18 12:40:55.462 | conntrack 2021-11-18 12:40:55.462 | conntrackd 2021-11-18 12:40:55.462 | keepalived 2021-11-18 12:40:55.462 | lvm2 2021-11-18 12:40:55.462 | qemu-utils 2021-11-18 12:40:55.462 | thin-provisioning-tools 2021-11-18 12:40:55.462 | curl 2021-11-18 12:40:55.462 | liberasurecode-dev 2021-11-18 12:40:55.462 | make 2021-11-18 12:40:55.462 | memcached 2021-11-18 12:40:55.462 | sqlite3 2021-11-18 12:40:55.462 | xfsprogs' 2021-11-18 12:40:55.465 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-11-18 12:40:55.483 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-11-18 12:40:55.483 | apache2-dev 2021-11-18 12:40:55.483 | bc 2021-11-18 12:40:55.483 | bsdmainutils 2021-11-18 12:40:55.483 | curl 2021-11-18 12:40:55.483 | g++ 2021-11-18 12:40:55.483 | gawk 2021-11-18 12:40:55.484 | gcc 2021-11-18 12:40:55.484 | gettext 2021-11-18 12:40:55.484 | git 2021-11-18 12:40:55.484 | graphviz 2021-11-18 12:40:55.484 | iputils-ping 2021-11-18 12:40:55.484 | libapache2-mod-proxy-uwsgi 2021-11-18 12:40:55.484 | libffi-dev 2021-11-18 12:40:55.484 | libjpeg-dev 2021-11-18 12:40:55.484 | libpcre3-dev 2021-11-18 12:40:55.484 | libpq-dev 2021-11-18 12:40:55.484 | libssl-dev 2021-11-18 12:40:55.484 | libsystemd-dev 2021-11-18 12:40:55.484 | libxml2-dev 2021-11-18 12:40:55.484 | libxslt1-dev 2021-11-18 12:40:55.484 | libyaml-dev 2021-11-18 12:40:55.484 | lsof 2021-11-18 12:40:55.484 | openssh-server 2021-11-18 12:40:55.484 | openssl 2021-11-18 12:40:55.484 | pkg-config 2021-11-18 12:40:55.484 | psmisc 2021-11-18 12:40:55.484 | python3-dev 2021-11-18 12:40:55.484 | python3-pip 2021-11-18 12:40:55.484 | python3-systemd 2021-11-18 12:40:55.484 | python3-venv 2021-11-18 12:40:55.484 | tar 2021-11-18 12:40:55.484 | tcpdump 2021-11-18 12:40:55.484 | unzip 2021-11-18 12:40:55.484 | uuid-runtime 2021-11-18 12:40:55.484 | wget 2021-11-18 12:40:55.484 | wget 2021-11-18 12:40:55.484 | zlib1g-dev 2021-11-18 12:40:55.484 | libkrb5-dev 2021-11-18 12:40:55.484 | libldap2-dev 2021-11-18 12:40:55.484 | libsasl2-dev 2021-11-18 12:40:55.484 | memcached 2021-11-18 12:40:55.484 | python3-mysqldb 2021-11-18 12:40:55.484 | sqlite3 2021-11-18 12:40:55.484 | conntrack 2021-11-18 12:40:55.484 | curl 2021-11-18 12:40:55.485 | dnsmasq-base 2021-11-18 12:40:55.485 | dnsmasq-utils 2021-11-18 12:40:55.485 | ebtables 2021-11-18 12:40:55.485 | genisoimage 2021-11-18 12:40:55.485 | iptables 2021-11-18 12:40:55.485 | iputils-arping 2021-11-18 12:40:55.485 | kpartx 2021-11-18 12:40:55.485 | libjs-jquery-tablesorter 2021-11-18 12:40:55.485 | parted 2021-11-18 12:40:55.485 | pm-utils 2021-11-18 12:40:55.485 | python3-mysqldb 2021-11-18 12:40:55.485 | socat 2021-11-18 12:40:55.485 | sqlite3 2021-11-18 12:40:55.485 | sudo 2021-11-18 12:40:55.485 | vlan 2021-11-18 12:40:55.485 | lsscsi 2021-11-18 12:40:55.485 | open-iscsi 2021-11-18 12:40:55.485 | lvm2 2021-11-18 12:40:55.485 | qemu-utils 2021-11-18 12:40:55.485 | thin-provisioning-tools 2021-11-18 12:40:55.485 | acl 2021-11-18 12:40:55.485 | dnsmasq-base 2021-11-18 12:40:55.485 | dnsmasq-utils 2021-11-18 12:40:55.485 | ebtables 2021-11-18 12:40:55.485 | haproxy 2021-11-18 12:40:55.485 | iptables 2021-11-18 12:40:55.485 | iputils-arping 2021-11-18 12:40:55.485 | iputils-ping 2021-11-18 12:40:55.485 | postgresql-server-dev-all 2021-11-18 12:40:55.485 | python3-mysqldb 2021-11-18 12:40:55.485 | sqlite3 2021-11-18 12:40:55.485 | sudo 2021-11-18 12:40:55.485 | vlan 2021-11-18 12:40:55.485 | pcp 2021-11-18 12:40:55.485 | ipset 2021-11-18 12:40:55.485 | conntrack 2021-11-18 12:40:55.486 | conntrackd 2021-11-18 12:40:55.486 | keepalived 2021-11-18 12:40:55.486 | lvm2 2021-11-18 12:40:55.486 | qemu-utils 2021-11-18 12:40:55.486 | thin-provisioning-tools 2021-11-18 12:40:55.486 | curl 2021-11-18 12:40:55.486 | liberasurecode-dev 2021-11-18 12:40:55.486 | make 2021-11-18 12:40:55.486 | memcached 2021-11-18 12:40:55.486 | sqlite3 2021-11-18 12:40:55.486 | xfsprogs ' 2021-11-18 12:40:55.486 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-11-18 12:40:55.488 | ++ functions-common:is_ubuntu:548 : [[ -z deb ]] 2021-11-18 12:40:55.491 | ++ functions-common:is_ubuntu:551 : '[' deb = deb ']' 2021-11-18 12:40:55.494 | ++ 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 sqlite3 xfsprogs 2021-11-18 12:40:55.494 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-11-18 12:40:55.499 | ++ 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 sqlite3 xfsprogs 2021-11-18 12:40:55.502 | ++ functions-common:install_package:1433 : update_package_repo 2021-11-18 12:40:55.504 | ++ functions-common:update_package_repo:1405 : NO_UPDATE_REPOS=False 2021-11-18 12:40:55.506 | ++ functions-common:update_package_repo:1406 : REPOS_UPDATED=False 2021-11-18 12:40:55.508 | ++ functions-common:update_package_repo:1407 : RETRY_UPDATE=False 2021-11-18 12:40:55.511 | ++ functions-common:update_package_repo:1409 : [[ False = \T\r\u\e ]] 2021-11-18 12:40:55.513 | ++ functions-common:update_package_repo:1413 : is_ubuntu 2021-11-18 12:40:55.516 | ++ functions-common:is_ubuntu:548 : [[ -z deb ]] 2021-11-18 12:40:55.518 | ++ functions-common:is_ubuntu:551 : '[' deb = deb ']' 2021-11-18 12:40:55.520 | ++ functions-common:update_package_repo:1414 : apt_get_update 2021-11-18 12:40:55.522 | ++ functions-common:apt_get_update:1159 : [[ False == \T\r\u\e ]] 2021-11-18 12:40:55.524 | ++ functions-common:apt_get_update:1164 : [[ False = \T\r\u\e ]] 2021-11-18 12:40:55.526 | ++ functions-common:apt_get_update:1166 : local sudo=sudo 2021-11-18 12:40:55.529 | +++ functions-common:apt_get_update:1167 : id -u 2021-11-18 12:40:55.534 | ++ functions-common:apt_get_update:1167 : [[ 1000 = \0 ]] 2021-11-18 12:40:55.536 | ++ functions-common:apt_get_update:1170 : time_start apt-get-update 2021-11-18 12:40:55.538 | ++ functions-common:time_start:2381 : local name=apt-get-update 2021-11-18 12:40:55.540 | ++ functions-common:time_start:2382 : local start_time= 2021-11-18 12:40:55.542 | ++ functions-common:time_start:2383 : [[ -n '' ]] 2021-11-18 12:40:55.546 | +++ functions-common:time_start:2386 : date +%s%3N 2021-11-18 12:40:55.550 | ++ functions-common:time_start:2386 : _TIME_START[$name]=1637239255547 2021-11-18 12:40:55.552 | ++ functions-common:apt_get_update:1172 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-11-18 12:40:55.554 | ++ functions-common:apt_get_update:1173 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-11-18 12:40:55.556 | ++ functions-common:apt_get_update:1174 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-11-18 12:40:55.756 | Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2021-11-18 12:40:55.950 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-11-18 12:40:56.090 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2021-11-18 12:40:56.652 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] 2021-11-18 12:41:06.247 | Fetched 328 kB in 1s (274 kB/s) 2021-11-18 12:41:07.703 | Reading package lists... 2021-11-18 12:41:07.735 | ++ functions-common:apt_get_update:1178 : REPOS_UPDATED=True 2021-11-18 12:41:07.737 | ++ functions-common:apt_get_update:1180 : time_stop apt-get-update 2021-11-18 12:41:07.740 | ++ functions-common:time_stop:2395 : local name 2021-11-18 12:41:07.742 | ++ functions-common:time_stop:2396 : local end_time 2021-11-18 12:41:07.744 | ++ functions-common:time_stop:2397 : local elapsed_time 2021-11-18 12:41:07.746 | ++ functions-common:time_stop:2398 : local total 2021-11-18 12:41:07.748 | ++ functions-common:time_stop:2399 : local start_time 2021-11-18 12:41:07.750 | ++ functions-common:time_stop:2401 : name=apt-get-update 2021-11-18 12:41:07.752 | ++ functions-common:time_stop:2402 : start_time=1637239255547 2021-11-18 12:41:07.755 | ++ functions-common:time_stop:2404 : [[ -z 1637239255547 ]] 2021-11-18 12:41:07.757 | +++ functions-common:time_stop:2407 : date +%s%3N 2021-11-18 12:41:07.761 | ++ functions-common:time_stop:2407 : end_time=1637239267759 2021-11-18 12:41:07.764 | ++ functions-common:time_stop:2408 : elapsed_time=12212 2021-11-18 12:41:07.766 | ++ functions-common:time_stop:2409 : total=0 2021-11-18 12:41:07.768 | ++ functions-common:time_stop:2411 : _TIME_START[$name]= 2021-11-18 12:41:07.770 | ++ functions-common:time_stop:2412 : _TIME_TOTAL[$name]=12212 2021-11-18 12:41:07.772 | ++ functions-common:install_package:1434 : 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 sqlite3 xfsprogs 2021-11-18 12:41:07.775 | ++ functions-common:real_install_package:1419 : is_ubuntu 2021-11-18 12:41:07.777 | ++ functions-common:is_ubuntu:548 : [[ -z deb ]] 2021-11-18 12:41:07.780 | ++ functions-common:is_ubuntu:551 : '[' deb = deb ']' 2021-11-18 12:41:07.782 | ++ functions-common:real_install_package:1420 : 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 sqlite3 xfsprogs 2021-11-18 12:41:07.804 | ++ functions-common:apt_get:1200 : 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 sqlite3 xfsprogs 2021-11-18 12:41:07.914 | Reading package lists... 2021-11-18 12:41:08.153 | Building dependency tree... 2021-11-18 12:41:08.155 | Reading state information... 2021-11-18 12:41:08.191 | acl is already the newest version (2.2.53-6). 2021-11-18 12:41:08.191 | bc is already the newest version (1.07.1-2build1). 2021-11-18 12:41:08.191 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2021-11-18 12:41:08.191 | conntrack is already the newest version (1:1.4.5-2). 2021-11-18 12:41:08.191 | ebtables is already the newest version (2.0.11-3build1). 2021-11-18 12:41:08.191 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2021-11-18 12:41:08.191 | gawk is already the newest version (1:5.0.1+dfsg-1). 2021-11-18 12:41:08.191 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2021-11-18 12:41:08.191 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2021-11-18 12:41:08.191 | gettext is already the newest version (0.19.8.1-10build1). 2021-11-18 12:41:08.191 | ipset is already the newest version (7.5-1~exp1). 2021-11-18 12:41:08.191 | iptables is already the newest version (1.8.4-3ubuntu2). 2021-11-18 12:41:08.191 | iputils-arping is already the newest version (3:20190709-3). 2021-11-18 12:41:08.191 | iputils-ping is already the newest version (3:20190709-3). 2021-11-18 12:41:08.191 | keepalived is already the newest version (1:2.0.19-2). 2021-11-18 12:41:08.191 | kpartx is already the newest version (0.8.3-1ubuntu2). 2021-11-18 12:41:08.191 | liberasurecode-dev is already the newest version (1.6.1-4). 2021-11-18 12:41:08.191 | libffi-dev is already the newest version (3.3-4). 2021-11-18 12:41:08.192 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-11-18 12:41:08.192 | libpcre3-dev is already the newest version (2:8.39-12build1). 2021-11-18 12:41:08.192 | libsasl2-dev is already the newest version (2.1.27+dfsg-2). 2021-11-18 12:41:08.192 | libxslt1-dev is already the newest version (1.1.34-4). 2021-11-18 12:41:08.192 | libyaml-dev is already the newest version (0.2.2-1). 2021-11-18 12:41:08.192 | lsscsi is already the newest version (0.30-0.1). 2021-11-18 12:41:08.192 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2021-11-18 12:41:08.192 | make is already the newest version (4.2.1-1.2). 2021-11-18 12:41:08.192 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2021-11-18 12:41:08.192 | psmisc is already the newest version (23.3-1). 2021-11-18 12:41:08.192 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2021-11-18 12:41:08.192 | python3-mysqldb is already the newest version (1.4.4-2build1). 2021-11-18 12:41:08.192 | python3-systemd is already the newest version (234-3build2). 2021-11-18 12:41:08.192 | socat is already the newest version (1.7.3.3-2). 2021-11-18 12:41:08.192 | tcpdump is already the newest version (4.9.3-4). 2021-11-18 12:41:08.192 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2021-11-18 12:41:08.192 | unzip is already the newest version (6.0-25ubuntu1). 2021-11-18 12:41:08.192 | wget is already the newest version (1.20.3-1ubuntu1). 2021-11-18 12:41:08.192 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2021-11-18 12:41:08.192 | conntrackd is already the newest version (1:1.4.5-2). 2021-11-18 12:41:08.192 | graphviz is already the newest version (2.42.2-3build2). 2021-11-18 12:41:08.192 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2021-11-18 12:41:08.192 | pcp is already the newest version (5.0.3-1). 2021-11-18 12:41:08.192 | pm-utils is already the newest version (1.4.1-19). 2021-11-18 12:41:08.192 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2021-11-18 12:41:08.192 | apache2 is already the newest version (2.4.41-4ubuntu3.8). 2021-11-18 12:41:08.192 | apache2-dev is already the newest version (2.4.41-4ubuntu3.8). 2021-11-18 12:41:08.192 | curl is already the newest version (7.68.0-1ubuntu2.7). 2021-11-18 12:41:08.192 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2021-11-18 12:41:08.192 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2021-11-18 12:41:08.192 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2021-11-18 12:41:08.192 | haproxy is already the newest version (2.0.13-2ubuntu0.3). 2021-11-18 12:41:08.192 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2021-11-18 12:41:08.192 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2021-11-18 12:41:08.192 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2021-11-18 12:41:08.192 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.9). 2021-11-18 12:41:08.193 | libsystemd-dev is already the newest version (245.4-4ubuntu3.13). 2021-11-18 12:41:08.193 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2021-11-18 12:41:08.193 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2021-11-18 12:41:08.193 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2021-11-18 12:41:08.193 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2021-11-18 12:41:08.193 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.3). 2021-11-18 12:41:08.193 | openssl is already the newest version (1.1.1f-1ubuntu2.9). 2021-11-18 12:41:08.193 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2021-11-18 12:41:08.193 | qemu-utils is already the newest version (1:4.2-3ubuntu6.18). 2021-11-18 12:41:08.193 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2021-11-18 12:41:08.193 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2021-11-18 12:41:08.193 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2021-11-18 12:41:08.193 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2021-11-18 12:41:08.193 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2021-11-18 12:41:08.193 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2021-11-18 12:41:08.425 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2021-11-18 12:41:08.425 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2021-11-18 12:41:08.425 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2021-11-18 12:41:08.425 | The following packages were automatically installed and are no longer required: 2021-11-18 12:41:08.426 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2021-11-18 12:41:08.426 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2021-11-18 12:41:08.426 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2021-11-18 12:41:08.426 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2021-11-18 12:41:08.426 | python3-secretstorage python3-twisted-bin python3-wadllib 2021-11-18 12:41:08.426 | python3-zope.interface 2021-11-18 12:41:08.426 | Use 'sudo apt autoremove' to remove them. 2021-11-18 12:41:08.543 | 0 upgraded, 0 newly installed, 0 to remove and 102 not upgraded. 2021-11-18 12:41:08.548 | ++ functions-common:apt_get:1204 : result=0 2021-11-18 12:41:08.555 | ++ functions-common:apt_get:1207 : time_stop apt-get 2021-11-18 12:41:08.557 | ++ functions-common:time_stop:2395 : local name 2021-11-18 12:41:08.561 | ++ functions-common:time_stop:2396 : local end_time 2021-11-18 12:41:08.563 | ++ functions-common:time_stop:2397 : local elapsed_time 2021-11-18 12:41:08.565 | ++ functions-common:time_stop:2398 : local total 2021-11-18 12:41:08.567 | ++ functions-common:time_stop:2399 : local start_time 2021-11-18 12:41:08.570 | ++ functions-common:time_stop:2401 : name=apt-get 2021-11-18 12:41:08.572 | ++ functions-common:time_stop:2402 : start_time=1637239267801 2021-11-18 12:41:08.574 | ++ functions-common:time_stop:2404 : [[ -z 1637239267801 ]] 2021-11-18 12:41:08.578 | +++ functions-common:time_stop:2407 : date +%s%3N 2021-11-18 12:41:08.582 | ++ functions-common:time_stop:2407 : end_time=1637239268579 2021-11-18 12:41:08.584 | ++ functions-common:time_stop:2408 : elapsed_time=778 2021-11-18 12:41:08.586 | ++ functions-common:time_stop:2409 : total=816 2021-11-18 12:41:08.589 | ++ functions-common:time_stop:2411 : _TIME_START[$name]= 2021-11-18 12:41:08.591 | ++ functions-common:time_stop:2412 : _TIME_TOTAL[$name]=1594 2021-11-18 12:41:08.594 | ++ functions-common:apt_get:1208 : return 0 2021-11-18 12:41:08.596 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2021-11-18 12:41:08.599 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2021-11-18 12:41:08.602 | ++ tools/install_prereqs.sh:source:88 : date +%s 2021-11-18 12:41:08.606 | ++ tools/install_prereqs.sh:source:89 : date 2021-11-18 12:41:08.611 | + ./stack.sh:main:772 : [[ False != \T\r\u\e ]] 2021-11-18 12:41:08.613 | + ./stack.sh:main:773 : PYPI_ALTERNATIVE_URL= 2021-11-18 12:41:08.616 | + ./stack.sh:main:773 : /home/ubuntu/devstack/tools/install_pip.sh 2021-11-18 12:41:10.054 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2021-11-18 12:41:10.055 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2021-11-18 12:41:10.058 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2021-11-18 12:41:10.061 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2021-11-18 12:41:10.063 | + tools/install_pip.sh:main:43 : GetDistro 2021-11-18 12:41:10.065 | + functions-common:GetDistro:428 : GetOSVersion 2021-11-18 12:41:10.067 | + functions-common:GetOSVersion:405 : _ensure_lsb_release 2021-11-18 12:41:10.069 | ++ functions-common:_ensure_lsb_release:382 : command -v lsb_release 2021-11-18 12:41:10.071 | + functions-common:_ensure_lsb_release:382 : [[ -x /usr/bin/lsb_release ]] 2021-11-18 12:41:10.073 | + functions-common:_ensure_lsb_release:383 : return 2021-11-18 12:41:10.075 | ++ functions-common:GetOSVersion:407 : lsb_release -r -s 2021-11-18 12:41:10.151 | + functions-common:GetOSVersion:407 : os_RELEASE=20.04 2021-11-18 12:41:10.153 | ++ functions-common:GetOSVersion:408 : lsb_release -c -s 2021-11-18 12:41:10.228 | + functions-common:GetOSVersion:408 : os_CODENAME=focal 2021-11-18 12:41:10.230 | ++ functions-common:GetOSVersion:409 : lsb_release -i -s 2021-11-18 12:41:10.305 | + functions-common:GetOSVersion:409 : os_VENDOR=Ubuntu 2021-11-18 12:41:10.307 | + functions-common:GetOSVersion:411 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2021-11-18 12:41:10.309 | + functions-common:GetOSVersion:412 : os_PACKAGE=deb 2021-11-18 12:41:10.311 | + functions-common:GetOSVersion:417 : typeset -xr os_VENDOR 2021-11-18 12:41:10.313 | + functions-common:GetOSVersion:418 : typeset -xr os_RELEASE 2021-11-18 12:41:10.315 | + functions-common:GetOSVersion:419 : typeset -xr os_PACKAGE 2021-11-18 12:41:10.317 | + functions-common:GetOSVersion:420 : typeset -xr os_CODENAME 2021-11-18 12:41:10.319 | + functions-common:GetDistro:430 : [[ Ubuntu =~ (Ubuntu) ]] 2021-11-18 12:41:10.321 | + functions-common:GetDistro:433 : DISTRO=focal 2021-11-18 12:41:10.323 | + functions-common:GetDistro:477 : typeset -xr DISTRO 2021-11-18 12:41:10.325 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2021-11-18 12:41:10.325 | Distro: focal 2021-11-18 12:41:10.327 | + tools/install_pip.sh:main:115 : get_versions 2021-11-18 12:41:10.330 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-11-18 12:41:10.333 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-11-18 12:41:10.335 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-11-18 12:41:10.338 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-11-18 12:41:10.338 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-11-18 12:41:11.035 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2021-11-18 12:41:11.037 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2021-11-18 12:41:11.037 | pip: 21.3.1 2021-11-18 12:41:11.039 | + tools/install_pip.sh:main:117 : [[ -n '' ]] 2021-11-18 12:41:11.041 | + tools/install_pip.sh:main:121 : is_fedora 2021-11-18 12:41:11.043 | + functions-common:is_fedora:501 : [[ -z Ubuntu ]] 2021-11-18 12:41:11.045 | + functions-common:is_fedora:505 : '[' Ubuntu = Fedora ']' 2021-11-18 12:41:11.047 | + functions-common:is_fedora:505 : '[' Ubuntu = 'Red Hat' ']' 2021-11-18 12:41:11.049 | + functions-common:is_fedora:506 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-18 12:41:11.050 | + functions-common:is_fedora:507 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-18 12:41:11.052 | + functions-common:is_fedora:508 : '[' Ubuntu = CentOS ']' 2021-11-18 12:41:11.054 | + functions-common:is_fedora:508 : '[' Ubuntu = CentOSStream ']' 2021-11-18 12:41:11.056 | + functions-common:is_fedora:509 : '[' Ubuntu = OracleServer ']' 2021-11-18 12:41:11.057 | + functions-common:is_fedora:509 : '[' Ubuntu = Virtuozzo ']' 2021-11-18 12:41:11.059 | + tools/install_pip.sh:main:133 : install_get_pip 2021-11-18 12:41:11.061 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-11-18 12:41:11.064 | + tools/install_pip.sh:install_get_pip:63 : head -1 /home/ubuntu/devstack/files/get-pip.py 2021-11-18 12:41:11.064 | + tools/install_pip.sh:install_get_pip:63 : grep -q '#!/usr/bin/env python' 2021-11-18 12:41:11.067 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-11-18 12:41:11.069 | + tools/install_pip.sh:install_get_pip:79 : [[ -r /home/ubuntu/devstack/files/get-pip.py.downloaded ]] 2021-11-18 12:41:11.071 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2021-11-18 12:41:11.073 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2021-11-18 12:41:11.074 | + tools/install_pip.sh:install_get_pip:84 : timecond='-z /home/ubuntu/devstack/files/get-pip.py' 2021-11-18 12:41:11.077 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -z /home/ubuntu/devstack/files/get-pip.py -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2021-11-18 12:41:11.088 | % Total % Received % Xferd Average Speed Time Time Time Current 2021-11-18 12:41:11.088 | Dload Upload Total Spent Left Speed 2021-11-18 12:41:11.305 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2021-11-18 12:41:11.309 | + tools/install_pip.sh:install_get_pip:90 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2021-11-18 12:41:11.313 | + tools/install_pip.sh:install_get_pip:92 : sudo -H -E python3.8 /home/ubuntu/devstack/files/get-pip.py 2021-11-18 12:41:14.614 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:14.614 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:14.614 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:14.615 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:14.932 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-18 12:41:15.144 | Collecting pip 2021-11-18 12:41:15.155 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/dea/f32dcd9ab821e/pip-21.3.1-py3-none-any.whl (1.7 MB) 2021-11-18 12:41:17.750 | Installing collected packages: pip 2021-11-18 12:41:17.750 | Attempting uninstall: pip 2021-11-18 12:41:17.752 | Found existing installation: pip 21.3.1 2021-11-18 12:41:18.002 | Uninstalling pip-21.3.1: 2021-11-18 12:41:18.016 | Successfully uninstalled pip-21.3.1 2021-11-18 12:41:19.685 | Successfully installed pip-21.3.1 2021-11-18 12:41:19.685 | /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-11-18 12:41:19.685 | warnings.warn( 2021-11-18 12:41:19.685 | /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-11-18 12:41:19.685 | warnings.warn( 2021-11-18 12:41:19.685 | /usr/local/lib/python3.8/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2021-11-18 12:41:19.685 | warnings.warn( 2021-11-18 12:41:19.685 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-11-18 12:41:19.839 | + tools/install_pip.sh:main:136 : set -x 2021-11-18 12:41:19.841 | + tools/install_pip.sh:main:140 : pip_install_gr setuptools 2021-11-18 12:41:19.843 | + inc/python:pip_install_gr:76 : local name=setuptools 2021-11-18 12:41:19.845 | + inc/python:pip_install_gr:77 : local clean_name 2021-11-18 12:41:19.847 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2021-11-18 12:41:19.849 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2021-11-18 12:41:19.851 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2021-11-18 12:41:19.854 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2021-11-18 12:41:19.854 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2021-11-18 12:41:19.858 | ++ inc/python:get_from_global_requirements:227 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2021-11-18 12:41:19.860 | ++ inc/python:get_from_global_requirements:228 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2021-11-18 12:41:19.862 | ++ inc/python:get_from_global_requirements:231 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-11-18 12:41:19.864 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-11-18 12:41:19.866 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-11-18 12:41:19.882 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2021-11-18 12:41:19.884 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2021-11-18 12:41:20.807 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:20.807 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:20.807 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:20.807 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:21.888 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-18 12:41:21.907 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 in /usr/local/lib/python3.8/dist-packages (59.1.1) 2021-11-18 12:41:24.531 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-11-18 12:41:24.666 | + inc/python:pip_install:200 : result=0 2021-11-18 12:41:24.668 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-18 12:41:24.670 | + functions-common:time_stop:2395 : local name 2021-11-18 12:41:24.672 | + functions-common:time_stop:2396 : local end_time 2021-11-18 12:41:24.674 | + functions-common:time_stop:2397 : local elapsed_time 2021-11-18 12:41:24.676 | + functions-common:time_stop:2398 : local total 2021-11-18 12:41:24.678 | + functions-common:time_stop:2399 : local start_time 2021-11-18 12:41:24.679 | + functions-common:time_stop:2401 : name=pip_install 2021-11-18 12:41:24.681 | + functions-common:time_stop:2402 : start_time=1637239279878 2021-11-18 12:41:24.683 | + functions-common:time_stop:2404 : [[ -z 1637239279878 ]] 2021-11-18 12:41:24.686 | ++ functions-common:time_stop:2407 : date +%s%3N 2021-11-18 12:41:24.689 | + functions-common:time_stop:2407 : end_time=1637239284687 2021-11-18 12:41:24.691 | + functions-common:time_stop:2408 : elapsed_time=4809 2021-11-18 12:41:24.693 | + functions-common:time_stop:2409 : total=0 2021-11-18 12:41:24.694 | + functions-common:time_stop:2411 : _TIME_START[$name]= 2021-11-18 12:41:24.696 | + functions-common:time_stop:2412 : _TIME_TOTAL[$name]=4809 2021-11-18 12:41:24.698 | + inc/python:pip_install:203 : return 0 2021-11-18 12:41:24.700 | + tools/install_pip.sh:main:142 : get_versions 2021-11-18 12:41:24.703 | ++ tools/install_pip.sh:get_versions:49 : which pip 2021-11-18 12:41:24.706 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2021-11-18 12:41:24.708 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2021-11-18 12:41:24.711 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2021-11-18 12:41:24.711 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2021-11-18 12:41:25.419 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2021-11-18 12:41:25.421 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2021-11-18 12:41:25.421 | pip: 21.3.1 2021-11-18 12:41:25.424 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2021-11-18 12:41:25.427 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2021-11-18 12:41:25.430 | + ./stack.sh:main:778 : fixup_all 2021-11-18 12:41:25.432 | + tools/fixup_stuff.sh:fixup_all:152 : fixup_ubuntu 2021-11-18 12:41:25.435 | + tools/fixup_stuff.sh:fixup_ubuntu:136 : is_ubuntu 2021-11-18 12:41:25.437 | + functions-common:is_ubuntu:548 : [[ -z deb ]] 2021-11-18 12:41:25.439 | + functions-common:is_ubuntu:551 : '[' deb = deb ']' 2021-11-18 12:41:25.442 | + tools/fixup_stuff.sh:fixup_ubuntu:146 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2021-11-18 12:41:25.454 | + tools/fixup_stuff.sh:fixup_ubuntu:147 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2021-11-18 12:41:25.465 | + tools/fixup_stuff.sh:fixup_ubuntu:148 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2021-11-18 12:41:25.476 | + tools/fixup_stuff.sh:fixup_all:153 : fixup_fedora 2021-11-18 12:41:25.478 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2021-11-18 12:41:25.481 | + functions-common:is_fedora:501 : [[ -z Ubuntu ]] 2021-11-18 12:41:25.483 | + functions-common:is_fedora:505 : '[' Ubuntu = Fedora ']' 2021-11-18 12:41:25.485 | + functions-common:is_fedora:505 : '[' Ubuntu = 'Red Hat' ']' 2021-11-18 12:41:25.487 | + functions-common:is_fedora:506 : '[' Ubuntu = RedHatEnterpriseServer ']' 2021-11-18 12:41:25.489 | + functions-common:is_fedora:507 : '[' Ubuntu = RedHatEnterprise ']' 2021-11-18 12:41:25.491 | + functions-common:is_fedora:508 : '[' Ubuntu = CentOS ']' 2021-11-18 12:41:25.493 | + functions-common:is_fedora:508 : '[' Ubuntu = CentOSStream ']' 2021-11-18 12:41:25.495 | + functions-common:is_fedora:509 : '[' Ubuntu = OracleServer ']' 2021-11-18 12:41:25.498 | + functions-common:is_fedora:509 : '[' Ubuntu = Virtuozzo ']' 2021-11-18 12:41:25.500 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2021-11-18 12:41:25.502 | + tools/fixup_stuff.sh:fixup_all:154 : fixup_suse 2021-11-18 12:41:25.505 | + tools/fixup_stuff.sh:fixup_suse:89 : is_suse 2021-11-18 12:41:25.507 | + functions-common:is_suse:517 : is_opensuse 2021-11-18 12:41:25.509 | + functions-common:is_opensuse:524 : [[ -z Ubuntu ]] 2021-11-18 12:41:25.511 | + functions-common:is_opensuse:528 : [[ Ubuntu =~ (openSUSE) ]] 2021-11-18 12:41:25.514 | + functions-common:is_suse:517 : is_suse_linux_enterprise 2021-11-18 12:41:25.516 | + functions-common:is_suse_linux_enterprise:536 : [[ -z Ubuntu ]] 2021-11-18 12:41:25.518 | + functions-common:is_suse_linux_enterprise:540 : [[ Ubuntu =~ (^SUSE) ]] 2021-11-18 12:41:25.521 | + tools/fixup_stuff.sh:fixup_suse:90 : return 2021-11-18 12:41:25.523 | + ./stack.sh:main:781 : pip_install -U os-testr 2021-11-18 12:41:25.544 | Using python 3.8 to install os-testr 2021-11-18 12:41:25.546 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2021-11-18 12:41:26.436 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:26.437 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:26.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:26.437 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:27.520 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-18 12:41:27.538 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.1) 2021-11-18 12:41:27.634 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.7.0) 2021-11-18 12:41:27.635 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2021-11-18 12:41:27.636 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.2.1) 2021-11-18 12:41:27.637 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2021-11-18 12:41:27.650 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2021-11-18 12:41:27.677 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.9.0) 2021-11-18 12:41:27.678 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0) 2021-11-18 12:41:27.680 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2) 2021-11-18 12:41:27.680 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.18.2) 2021-11-18 12:41:27.681 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2021-11-18 12:41:27.708 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.3.0) 2021-11-18 12:41:27.709 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.0) 2021-11-18 12:41:27.710 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2021-11-18 12:41:27.711 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.0) 2021-11-18 12:41:27.712 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0) 2021-11-18 12:41:27.725 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2021-11-18 12:41:27.794 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.2.0) 2021-11-18 12:41:27.795 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2021-11-18 12:41:27.796 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2021-11-18 12:41:30.346 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2021-11-18 12:41:30.477 | + inc/python:pip_install:200 : result=0 2021-11-18 12:41:30.479 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-18 12:41:30.482 | + functions-common:time_stop:2395 : local name 2021-11-18 12:41:30.484 | + functions-common:time_stop:2396 : local end_time 2021-11-18 12:41:30.486 | + functions-common:time_stop:2397 : local elapsed_time 2021-11-18 12:41:30.488 | + functions-common:time_stop:2398 : local total 2021-11-18 12:41:30.490 | + functions-common:time_stop:2399 : local start_time 2021-11-18 12:41:30.492 | + functions-common:time_stop:2401 : name=pip_install 2021-11-18 12:41:30.495 | + functions-common:time_stop:2402 : start_time=1637239285538 2021-11-18 12:41:30.497 | + functions-common:time_stop:2404 : [[ -z 1637239285538 ]] 2021-11-18 12:41:30.500 | ++ functions-common:time_stop:2407 : date +%s%3N 2021-11-18 12:41:30.504 | + functions-common:time_stop:2407 : end_time=1637239290501 2021-11-18 12:41:30.506 | + functions-common:time_stop:2408 : elapsed_time=4963 2021-11-18 12:41:30.508 | + functions-common:time_stop:2409 : total=0 2021-11-18 12:41:30.510 | + functions-common:time_stop:2411 : _TIME_START[$name]= 2021-11-18 12:41:30.513 | + functions-common:time_stop:2412 : _TIME_TOTAL[$name]=4963 2021-11-18 12:41:30.515 | + inc/python:pip_install:203 : return 0 2021-11-18 12:41:30.518 | + ./stack.sh:main:785 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2021-11-18 12:41:30.571 | + ./stack.sh:main:786 : sudo systemctl restart systemd-journald 2021-11-18 12:41:30.688 | + ./stack.sh:main:792 : install_infra 2021-11-18 12:41:30.691 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-11-18 12:41:30.693 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2021-11-18 12:41:30.697 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-11-18 12:41:30.699 | + lib/infra:install_infra:34 : pip_install -U pbr 2021-11-18 12:41:30.723 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-11-18 12:41:32.720 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:32.737 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:32.860 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:32.864 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:32.887 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:32.926 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:32.931 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:32.992 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.054 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.078 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.129 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.147 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.446 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.450 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.561 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:33.627 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-18 12:41:33.764 | Requirement already up-to-date: pbr===5.7.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (5.7.0) 2021-11-18 12:41:34.041 | + inc/python:pip_install:200 : result=0 2021-11-18 12:41:34.043 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-18 12:41:34.046 | + functions-common:time_stop:2395 : local name 2021-11-18 12:41:34.048 | + functions-common:time_stop:2396 : local end_time 2021-11-18 12:41:34.052 | + functions-common:time_stop:2397 : local elapsed_time 2021-11-18 12:41:34.054 | + functions-common:time_stop:2398 : local total 2021-11-18 12:41:34.056 | + functions-common:time_stop:2399 : local start_time 2021-11-18 12:41:34.058 | + functions-common:time_stop:2401 : name=pip_install 2021-11-18 12:41:34.061 | + functions-common:time_stop:2402 : start_time=1637239290715 2021-11-18 12:41:34.063 | + functions-common:time_stop:2404 : [[ -z 1637239290715 ]] 2021-11-18 12:41:34.065 | ++ functions-common:time_stop:2407 : date +%s%3N 2021-11-18 12:41:34.070 | + functions-common:time_stop:2407 : end_time=1637239294067 2021-11-18 12:41:34.072 | + functions-common:time_stop:2408 : elapsed_time=3352 2021-11-18 12:41:34.074 | + functions-common:time_stop:2409 : total=4963 2021-11-18 12:41:34.076 | + functions-common:time_stop:2411 : _TIME_START[$name]= 2021-11-18 12:41:34.079 | + functions-common:time_stop:2412 : _TIME_TOTAL[$name]=8315 2021-11-18 12:41:34.081 | + inc/python:pip_install:203 : return 0 2021-11-18 12:41:34.083 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2021-11-18 12:41:34.086 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2021-11-18 12:41:34.109 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2021-11-18 12:41:35.926 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:35.943 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.067 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.071 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.093 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.132 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.137 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.199 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.261 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.286 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.338 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.356 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.663 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.667 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.786 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2021-11-18 12:41:36.850 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-18 12:41:36.852 | Processing /opt/stack/requirements 2021-11-18 12:41:38.572 | 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 24)) (6.0) 2021-11-18 12:41:38.576 | 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 175)) (3.0.0) 2021-11-18 12:41:38.587 | Requirement already satisfied: packaging===21.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 340)) (21.2) 2021-11-18 12:41:38.593 | Requirement already satisfied: pbr===5.7.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (5.7.0) 2021-11-18 12:41:38.596 | Requirement already satisfied: pyparsing===2.4.7 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 380)) (2.4.7) 2021-11-18 12:41:38.599 | Requirement already satisfied: requests===2.26.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 464)) (2.26.0) 2021-11-18 12:41:38.626 | 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 503)) (1.16.0) 2021-11-18 12:41:38.629 | 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 554)) (2.5.0) 2021-11-18 12:41:38.640 | Requirement already satisfied: urllib3===1.26.7 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 582)) (1.26.7) 2021-11-18 12:41:38.661 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5035) (1.3) 2021-11-18 12:41:38.663 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5035) (0.3.0) 2021-11-18 12:41:38.679 | 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 208)) (3.3) 2021-11-18 12:41:38.683 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.26.0->-c /opt/stack/requirements/upper-constraints.txt (line 464)) (2021.10.8) 2021-11-18 12:41:38.686 | Requirement already satisfied: charset-normalizer===2.0.7 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 118)) (2.0.7) 2021-11-18 12:41:38.690 | 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 171)) (1.0.0) 2021-11-18 12:41:38.693 | Requirement already satisfied: cliff===3.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) (3.9.0) 2021-11-18 12:41:38.707 | 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 535)) (3.5.0) 2021-11-18 12:41:38.713 | Requirement already satisfied: cmd2===2.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 121)) (2.3.0) 2021-11-18 12:41:38.795 | Requirement already satisfied: autopage===0.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) (0.4.0) 2021-11-18 12:41:38.798 | Requirement already satisfied: prettytable===2.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 353)) (2.4.0) 2021-11-18 12:41:38.810 | Requirement already satisfied: attrs===21.2.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (21.2.0) 2021-11-18 12:41:38.865 | 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 592)) (0.2.5) 2021-11-18 12:41:38.870 | 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 381)) (1.8.2) 2021-11-18 12:41:38.873 | Building wheels for collected packages: openstack-requirements 2021-11-18 12:41:38.874 | Building wheel for openstack-requirements (setup.py): started 2021-11-18 12:41:39.717 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2021-11-18 12:41:39.718 | ERROR: Command errored out with exit status 1: 2021-11-18 12:41:39.718 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-xtm0od0p/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-xtm0od0p/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-omoy1_51 2021-11-18 12:41:39.718 | cwd: /tmp/pip-req-build-xtm0od0p/ 2021-11-18 12:41:39.718 | Complete output (6 lines): 2021-11-18 12:41:39.718 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2021-11-18 12:41:39.718 | or: setup.py --help [cmd1 cmd2 ...] 2021-11-18 12:41:39.718 | or: setup.py --help-commands 2021-11-18 12:41:39.718 | or: setup.py cmd --help 2021-11-18 12:41:39.718 | 2021-11-18 12:41:39.718 | error: invalid command 'bdist_wheel' 2021-11-18 12:41:39.718 | ---------------------------------------- 2021-11-18 12:41:39.718 | ERROR: Failed building wheel for openstack-requirements 2021-11-18 12:41:39.718 | Running setup.py clean for openstack-requirements 2021-11-18 12:41:40.609 | Failed to build openstack-requirements 2021-11-18 12:41:40.625 | Installing collected packages: openstack-requirements 2021-11-18 12:41:40.625 | Attempting uninstall: openstack-requirements 2021-11-18 12:41:40.626 | Found existing installation: openstack-requirements 1.2.1.dev5035 2021-11-18 12:41:40.662 | Uninstalling openstack-requirements-1.2.1.dev5035: 2021-11-18 12:41:40.680 | Successfully uninstalled openstack-requirements-1.2.1.dev5035 2021-11-18 12:41:40.683 | Running setup.py install for openstack-requirements: started 2021-11-18 12:41:43.016 | Running setup.py install for openstack-requirements: finished with status 'done' 2021-11-18 12:41:43.040 | Successfully installed openstack-requirements-1.2.1.dev5035 2021-11-18 12:41:43.175 | + inc/python:pip_install:200 : result=0 2021-11-18 12:41:43.177 | + inc/python:pip_install:202 : time_stop pip_install 2021-11-18 12:41:43.179 | + functions-common:time_stop:2395 : local name 2021-11-18 12:41:43.182 | + functions-common:time_stop:2396 : local end_time 2021-11-18 12:41:43.184 | + functions-common:time_stop:2397 : local elapsed_time 2021-11-18 12:41:43.186 | + functions-common:time_stop:2398 : local total 2021-11-18 12:41:43.189 | + functions-common:time_stop:2399 : local start_time 2021-11-18 12:41:43.191 | + functions-common:time_stop:2401 : name=pip_install 2021-11-18 12:41:43.193 | + functions-common:time_stop:2402 : start_time=1637239294101 2021-11-18 12:41:43.195 | + functions-common:time_stop:2404 : [[ -z 1637239294101 ]] 2021-11-18 12:41:43.198 | ++ functions-common:time_stop:2407 : date +%s%3N 2021-11-18 12:41:43.202 | + functions-common:time_stop:2407 : end_time=1637239303200 2021-11-18 12:41:43.204 | + functions-common:time_stop:2408 : elapsed_time=9099 2021-11-18 12:41:43.206 | + functions-common:time_stop:2409 : total=8315 2021-11-18 12:41:43.208 | + functions-common:time_stop:2411 : _TIME_START[$name]= 2021-11-18 12:41:43.211 | + functions-common:time_stop:2412 : _TIME_TOTAL[$name]=17414 2021-11-18 12:41:43.213 | + inc/python:pip_install:203 : return 0 2021-11-18 12:41:43.215 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2021-11-18 12:41:43.218 | + lib/infra:install_infra:42 : use_library_from_git pbr 2021-11-18 12:41:43.220 | + inc/python:use_library_from_git:250 : local name=pbr 2021-11-18 12:41:43.223 | + inc/python:use_library_from_git:251 : local enabled=1 2021-11-18 12:41:43.225 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2021-11-18 12:41:43.227 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2021-11-18 12:41:43.230 | + inc/python:use_library_from_git:253 : return 1 2021-11-18 12:41:43.233 | + lib/infra:install_infra:48 : pip_install -U pbr 2021-11-18 12:41:43.254 | Using python 3.8 to install pbr 2021-11-18 12:41:43.256 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2021-11-18 12:41:44.135 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:44.136 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:44.136 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2021-11-18 12:41:44.136 | from cryptography.utils import int_from_bytes 2021-11-18 12:41:45.213 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2021-11-18 12:41:45.230 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.7.0)