2022-06-10 10:54:45.663 | + ./stack.sh:main:482 : exec 2022-06-10 10:54:45.663 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105445' 2022-06-10 10:54:45.663 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-10-105445.summary.2022-06-10-105445 2022-06-10 10:54:45.663 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:54:45.663 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-10-105445 2022-06-10 10:54:45.663 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105445 /opt/stack/logs/stack.sh.log 2022-06-10 10:54:45.663 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-10-105445.summary.2022-06-10-105445 /opt/stack/logs/stack.sh.log.summary 2022-06-10 10:54:45.663 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-10 10:54:45.663 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-10 10:54:45.663 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-10 10:54:45.663 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-10 10:54:45.663 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-10 10:54:45.663 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-10 10:54:45.664 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-10 10:54:45.664 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:54:45.664 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-10 10:54:45.664 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-10 10:54:45.664 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:54:45.664 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-10 10:54:45.664 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-10 10:54:45.664 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-10 10:54:45.667 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-10 10:54:45.669 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-10 10:54:45.671 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-10 10:54:45.673 | + ./stack.sh:main:568 : set -o errexit 2022-06-10 10:54:45.675 | + ./stack.sh:main:571 : uname -a 2022-06-10 10:54:45.676 | Linux dv-neutron-master-2-hyperv 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-06-10 10:54:45.678 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-10 10:54:45.680 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-10 10:54:45.683 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-10 10:54:45.719 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-10 10:54:45.735 | + ./stack.sh:main:585 : fetch_plugins 2022-06-10 10:54:45.737 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-10 10:54:45.739 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-10 10:54:45.741 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-10 10:54:45.742 | + functions-common:fetch_plugins:1777 : return 2022-06-10 10:54:45.744 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-10 10:54:45.746 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-10 10:54:45.748 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:54:45.750 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:54:45.752 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:54:45.753 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:54:45.755 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:54:45.757 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:54:45.759 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:54:45.762 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:54:45.764 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:54:45.766 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:54:45.768 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-10 10:54:45.770 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:54:45.782 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:45.784 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:54:45.786 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:45.788 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:45.790 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:45.792 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:45.793 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-10 10:54:45.795 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-10 10:54:45.797 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-10 10:54:45.799 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-10 10:54:45.801 | + functions-common:run_phase:1878 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-10 10:54:45.802 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-10 10:54:45.804 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-10 10:54:45.806 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-10 10:54:45.808 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-10 10:54:45.810 | + functions-common:plugin_override_defaults:1818 : return 2022-06-10 10:54:45.812 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-10 10:54:45.829 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-10 10:54:45.831 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-10 10:54:45.844 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:54:45.846 | +++ lib/tls:source:43 : hostname -f 2022-06-10 10:54:45.849 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-10 10:54:45.851 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-10 10:54:45.853 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-10 10:54:45.855 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-10 10:54:45.857 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-10 10:54:45.859 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-10 10:54:45.861 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-10 10:54:45.862 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-10 10:54:45.864 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-10 10:54:45.866 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-10 10:54:45.870 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-10 10:54:45.882 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-10 10:54:45.900 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-10 10:54:45.912 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-10 10:54:45.924 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-10 10:54:45.959 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-10 10:54:46.018 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-10 10:54:46.110 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-10 10:54:46.133 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-10 10:54:46.185 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-10 10:54:46.239 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-10 10:54:46.387 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-10 10:54:46.401 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-10 10:54:46.414 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-10 10:54:46.427 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-10 10:54:46.514 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-10 10:54:46.516 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-10 10:54:46.519 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-10 10:54:46.521 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-10 10:54:46.523 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-10 10:54:46.525 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-10 10:54:46.529 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-10 10:54:46.529 | False' 2022-06-10 10:54:46.531 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-10 10:54:46.547 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-10 10:54:46.549 | + ./stack.sh:main:619 : run_phase source 2022-06-10 10:54:46.551 | + functions-common:run_phase:1854 : local mode=source 2022-06-10 10:54:46.553 | + functions-common:run_phase:1855 : local phase= 2022-06-10 10:54:46.555 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:54:46.557 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:54:46.559 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:54:46.561 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:54:46.563 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:54:46.566 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:54:46.570 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:54:46.571 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:54:46.574 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:54:46.577 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-10 10:54:46.579 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:54:46.593 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:46.595 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:54:46.597 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-10 10:54:46.637 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-10 10:54:46.639 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-10 10:54:46.641 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-10 10:54:46.643 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-10 10:54:46.645 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-10 10:54:46.648 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-10 10:54:46.650 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-10 10:54:46.652 | + functions-common:load_plugin_settings:1795 : return 2022-06-10 10:54:46.654 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-10 10:54:46.656 | + functions-common:verify_disabled_services:2137 : local service 2022-06-10 10:54:46.658 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.660 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-10 10:54:46.663 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.665 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-10 10:54:46.667 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.670 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-10 10:54:46.672 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.674 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-10 10:54:46.677 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.679 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-10 10:54:46.681 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.683 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-10 10:54:46.686 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.688 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-10 10:54:46.691 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.693 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-10 10:54:46.695 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.697 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-10 10:54:46.700 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.702 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-10 10:54:46.704 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.706 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-06-10 10:54:46.709 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.711 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-10 10:54:46.713 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.715 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-10 10:54:46.718 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.720 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-10 10:54:46.722 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.725 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-10 10:54:46.727 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.729 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-10 10:54:46.732 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.734 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-10 10:54:46.737 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.739 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-10 10:54:46.741 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.743 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-10 10:54:46.746 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.748 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-10 10:54:46.751 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.753 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-10 10:54:46.755 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.758 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-10 10:54:46.760 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.762 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-10 10:54:46.764 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.767 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-10 10:54:46.769 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.771 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-10 10:54:46.773 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.776 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-10 10:54:46.778 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.780 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-10 10:54:46.782 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.784 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-10 10:54:46.787 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.789 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-10 10:54:46.791 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.794 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-10 10:54:46.796 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.798 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-10 10:54:46.801 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.803 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-10 10:54:46.805 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.808 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-06-10 10:54:46.810 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.813 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-10 10:54:46.815 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.817 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-10 10:54:46.819 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.822 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-10 10:54:46.824 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.826 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-10 10:54:46.828 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.831 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-10 10:54:46.833 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.835 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-10 10:54:46.837 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.840 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-10 10:54:46.842 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.844 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-10 10:54:46.846 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.850 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-10 10:54:46.852 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.855 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-10 10:54:46.857 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.860 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-10 10:54:46.862 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.864 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-10 10:54:46.866 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.869 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-10 10:54:46.871 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-10 10:54:46.873 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-10 10:54:46.876 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-10 10:54:46.879 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:54:46.881 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-10 10:54:46.896 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:46.898 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-10 10:54:46.900 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-10 10:54:46.902 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-10 10:54:46.918 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:54:46.920 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-10 10:54:46.922 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-10 10:54:46.924 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-10 10:54:46.927 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-10 10:54:46.929 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-10 10:54:46.931 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-10 10:54:46.933 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-10 10:54:46.936 | + lib/database:initialize_database_backends:92 : return 0 2022-06-10 10:54:46.938 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-10 10:54:46.938 | Using mysql database backend 2022-06-10 10:54:46.940 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-10 10:54:46.956 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-10 10:54:46.959 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-10 10:54:46.962 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:54:46.964 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-10 10:54:46.968 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:54:46.970 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-10 10:54:46.985 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:46.988 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-10 10:54:47.004 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-10 10:54:47.020 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:47.022 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-10 10:54:47.038 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-10 10:54:47.054 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-10 10:54:47.070 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:54:47.072 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-10 10:54:47.088 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:54:47.091 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-10 10:54:47.106 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-10 10:54:47.109 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-10 10:54:47.111 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-10 10:54:47.113 | + functions-common:save_stackenv:60 : local tag=752 2022-06-10 10:54:47.116 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-10 10:54:47.120 | + functions-common:save_stackenv:62 : time_stamp=2022-06-10-105447 2022-06-10 10:54:47.123 | + functions-common:save_stackenv:63 : echo '# 2022-06-10-105447 752' 2022-06-10 10:54:47.126 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.128 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-10 10:54:47.131 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.133 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-10 10:54:47.135 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.138 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-10 10:54:47.140 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.143 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-10 10:54:47.145 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.147 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.15 2022-06-10 10:54:47.150 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.152 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.15/identity 2022-06-10 10:54:47.155 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.157 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-10-105445 2022-06-10 10:54:47.160 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.162 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-10 10:54:47.164 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.167 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.15 2022-06-10 10:54:47.170 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.172 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-10 10:54:47.174 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.177 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-10 10:54:47.179 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.181 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-10 10:54:47.184 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.186 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-10 10:54:47.188 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.191 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.15 2022-06-10 10:54:47.193 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-10 10:54:47.196 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-06-10 10:54:47.198 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-10 10:54:47.201 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-10 10:54:47.203 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-10 10:54:47.205 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-10 10:54:47.207 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:54:47.209 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:54:47.212 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:54:47.214 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:54:47.217 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:54:47.219 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:54:47.235 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:54:47.237 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:54:47.239 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:47.241 | + functions-common:git_clone:618 : echo master 2022-06-10 10:54:47.242 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:54:47.247 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-10 10:54:47.249 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:47.251 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-10 10:54:47.264 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-10 10:54:47.267 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:54:47.267 | + functions-common:git_clone:679 : head -1 2022-06-10 10:54:47.270 | e9011ef2 Updated from generate-constraints 2022-06-10 10:54:47.272 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:54:47.275 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-10 10:54:47.279 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:54:47.281 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-10 10:54:47.284 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-10 10:54:47.286 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-10 10:54:47.289 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-10 10:54:47.291 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:54:47.294 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-10 10:54:47.297 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-10 10:54:47.299 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-10 10:54:47.302 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-10 10:54:47.307 | ++ tools/install_prereqs.sh:source:47 : NOW=1654858487 2022-06-10 10:54:47.310 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-10 10:54:47.314 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654858409 2022-06-10 10:54:47.317 | ++ tools/install_prereqs.sh:source:49 : DELTA=78 2022-06-10 10:54:47.319 | ++ tools/install_prereqs.sh:source:50 : [[ 78 -lt 7200 ]] 2022-06-10 10:54:47.321 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-10 10:54:47.324 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-10 10:54:47.327 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-10 10:54:47.329 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-10 10:54:47.332 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-10 10:54:47.334 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-10 10:54:47.336 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-10 10:54:47.338 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-10 10:54:47.342 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-10 10:54:47.389 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-10 10:54:47.389 | apache2-dev 2022-06-10 10:54:47.389 | bc 2022-06-10 10:54:47.389 | bsdmainutils 2022-06-10 10:54:47.389 | curl 2022-06-10 10:54:47.389 | g++ 2022-06-10 10:54:47.389 | gawk 2022-06-10 10:54:47.389 | gcc 2022-06-10 10:54:47.389 | gettext 2022-06-10 10:54:47.389 | git 2022-06-10 10:54:47.389 | graphviz 2022-06-10 10:54:47.389 | iputils-ping 2022-06-10 10:54:47.389 | libapache2-mod-proxy-uwsgi 2022-06-10 10:54:47.389 | libffi-dev 2022-06-10 10:54:47.390 | libjpeg-dev 2022-06-10 10:54:47.390 | libpcre3-dev 2022-06-10 10:54:47.390 | libpq-dev 2022-06-10 10:54:47.390 | libssl-dev 2022-06-10 10:54:47.390 | libsystemd-dev 2022-06-10 10:54:47.390 | libxml2-dev 2022-06-10 10:54:47.390 | libxslt1-dev 2022-06-10 10:54:47.390 | libyaml-dev 2022-06-10 10:54:47.390 | lsof 2022-06-10 10:54:47.390 | openssh-server 2022-06-10 10:54:47.390 | openssl 2022-06-10 10:54:47.390 | pkg-config 2022-06-10 10:54:47.390 | psmisc 2022-06-10 10:54:47.390 | python3-dev 2022-06-10 10:54:47.390 | python3-pip 2022-06-10 10:54:47.390 | python3-systemd 2022-06-10 10:54:47.390 | python3-venv 2022-06-10 10:54:47.390 | tar 2022-06-10 10:54:47.390 | tcpdump 2022-06-10 10:54:47.391 | unzip 2022-06-10 10:54:47.391 | uuid-runtime 2022-06-10 10:54:47.391 | wget 2022-06-10 10:54:47.391 | wget 2022-06-10 10:54:47.391 | zlib1g-dev 2022-06-10 10:54:47.391 | libkrb5-dev 2022-06-10 10:54:47.391 | libldap2-dev 2022-06-10 10:54:47.391 | libsasl2-dev 2022-06-10 10:54:47.391 | memcached 2022-06-10 10:54:47.391 | python3-mysqldb 2022-06-10 10:54:47.391 | sqlite3 2022-06-10 10:54:47.391 | conntrack 2022-06-10 10:54:47.391 | curl 2022-06-10 10:54:47.391 | dnsmasq-base 2022-06-10 10:54:47.391 | dnsmasq-utils 2022-06-10 10:54:47.391 | ebtables 2022-06-10 10:54:47.391 | genisoimage 2022-06-10 10:54:47.391 | iptables 2022-06-10 10:54:47.391 | iputils-arping 2022-06-10 10:54:47.391 | kpartx 2022-06-10 10:54:47.391 | libjs-jquery-tablesorter 2022-06-10 10:54:47.391 | parted 2022-06-10 10:54:47.391 | pm-utils 2022-06-10 10:54:47.392 | python3-mysqldb 2022-06-10 10:54:47.392 | socat 2022-06-10 10:54:47.392 | sqlite3 2022-06-10 10:54:47.392 | sudo 2022-06-10 10:54:47.392 | vlan 2022-06-10 10:54:47.392 | lsscsi 2022-06-10 10:54:47.392 | open-iscsi 2022-06-10 10:54:47.392 | lvm2 2022-06-10 10:54:47.392 | qemu-utils 2022-06-10 10:54:47.392 | thin-provisioning-tools 2022-06-10 10:54:47.392 | acl 2022-06-10 10:54:47.392 | dnsmasq-base 2022-06-10 10:54:47.392 | dnsmasq-utils 2022-06-10 10:54:47.392 | ebtables 2022-06-10 10:54:47.392 | haproxy 2022-06-10 10:54:47.392 | iptables 2022-06-10 10:54:47.392 | iputils-arping 2022-06-10 10:54:47.392 | iputils-ping 2022-06-10 10:54:47.392 | postgresql-server-dev-all 2022-06-10 10:54:47.392 | python3-mysqldb 2022-06-10 10:54:47.392 | sqlite3 2022-06-10 10:54:47.392 | sudo 2022-06-10 10:54:47.392 | vlan 2022-06-10 10:54:47.392 | pcp 2022-06-10 10:54:47.393 | ipset 2022-06-10 10:54:47.393 | conntrack 2022-06-10 10:54:47.393 | conntrackd 2022-06-10 10:54:47.393 | keepalived 2022-06-10 10:54:47.393 | lvm2 2022-06-10 10:54:47.393 | qemu-utils 2022-06-10 10:54:47.393 | thin-provisioning-tools 2022-06-10 10:54:47.393 | curl 2022-06-10 10:54:47.393 | liberasurecode-dev 2022-06-10 10:54:47.393 | make 2022-06-10 10:54:47.393 | memcached 2022-06-10 10:54:47.393 | rsync 2022-06-10 10:54:47.393 | sqlite3 2022-06-10 10:54:47.393 | xfsprogs' 2022-06-10 10:54:47.393 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-10 10:54:47.411 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-10 10:54:47.411 | apache2-dev 2022-06-10 10:54:47.411 | bc 2022-06-10 10:54:47.411 | bsdmainutils 2022-06-10 10:54:47.411 | curl 2022-06-10 10:54:47.411 | g++ 2022-06-10 10:54:47.411 | gawk 2022-06-10 10:54:47.412 | gcc 2022-06-10 10:54:47.412 | gettext 2022-06-10 10:54:47.412 | git 2022-06-10 10:54:47.412 | graphviz 2022-06-10 10:54:47.412 | iputils-ping 2022-06-10 10:54:47.412 | libapache2-mod-proxy-uwsgi 2022-06-10 10:54:47.412 | libffi-dev 2022-06-10 10:54:47.412 | libjpeg-dev 2022-06-10 10:54:47.412 | libpcre3-dev 2022-06-10 10:54:47.412 | libpq-dev 2022-06-10 10:54:47.412 | libssl-dev 2022-06-10 10:54:47.412 | libsystemd-dev 2022-06-10 10:54:47.412 | libxml2-dev 2022-06-10 10:54:47.412 | libxslt1-dev 2022-06-10 10:54:47.412 | libyaml-dev 2022-06-10 10:54:47.412 | lsof 2022-06-10 10:54:47.412 | openssh-server 2022-06-10 10:54:47.412 | openssl 2022-06-10 10:54:47.412 | pkg-config 2022-06-10 10:54:47.412 | psmisc 2022-06-10 10:54:47.412 | python3-dev 2022-06-10 10:54:47.412 | python3-pip 2022-06-10 10:54:47.412 | python3-systemd 2022-06-10 10:54:47.412 | python3-venv 2022-06-10 10:54:47.412 | tar 2022-06-10 10:54:47.412 | tcpdump 2022-06-10 10:54:47.412 | unzip 2022-06-10 10:54:47.412 | uuid-runtime 2022-06-10 10:54:47.412 | wget 2022-06-10 10:54:47.412 | wget 2022-06-10 10:54:47.412 | zlib1g-dev 2022-06-10 10:54:47.412 | libkrb5-dev 2022-06-10 10:54:47.412 | libldap2-dev 2022-06-10 10:54:47.412 | libsasl2-dev 2022-06-10 10:54:47.412 | memcached 2022-06-10 10:54:47.412 | python3-mysqldb 2022-06-10 10:54:47.412 | sqlite3 2022-06-10 10:54:47.413 | conntrack 2022-06-10 10:54:47.413 | curl 2022-06-10 10:54:47.413 | dnsmasq-base 2022-06-10 10:54:47.413 | dnsmasq-utils 2022-06-10 10:54:47.413 | ebtables 2022-06-10 10:54:47.413 | genisoimage 2022-06-10 10:54:47.413 | iptables 2022-06-10 10:54:47.413 | iputils-arping 2022-06-10 10:54:47.413 | kpartx 2022-06-10 10:54:47.413 | libjs-jquery-tablesorter 2022-06-10 10:54:47.413 | parted 2022-06-10 10:54:47.413 | pm-utils 2022-06-10 10:54:47.413 | python3-mysqldb 2022-06-10 10:54:47.413 | socat 2022-06-10 10:54:47.413 | sqlite3 2022-06-10 10:54:47.413 | sudo 2022-06-10 10:54:47.413 | vlan 2022-06-10 10:54:47.413 | lsscsi 2022-06-10 10:54:47.413 | open-iscsi 2022-06-10 10:54:47.413 | lvm2 2022-06-10 10:54:47.413 | qemu-utils 2022-06-10 10:54:47.413 | thin-provisioning-tools 2022-06-10 10:54:47.413 | acl 2022-06-10 10:54:47.413 | dnsmasq-base 2022-06-10 10:54:47.413 | dnsmasq-utils 2022-06-10 10:54:47.413 | ebtables 2022-06-10 10:54:47.413 | haproxy 2022-06-10 10:54:47.413 | iptables 2022-06-10 10:54:47.413 | iputils-arping 2022-06-10 10:54:47.413 | iputils-ping 2022-06-10 10:54:47.413 | postgresql-server-dev-all 2022-06-10 10:54:47.413 | python3-mysqldb 2022-06-10 10:54:47.413 | sqlite3 2022-06-10 10:54:47.413 | sudo 2022-06-10 10:54:47.413 | vlan 2022-06-10 10:54:47.413 | pcp 2022-06-10 10:54:47.413 | ipset 2022-06-10 10:54:47.414 | conntrack 2022-06-10 10:54:47.414 | conntrackd 2022-06-10 10:54:47.414 | keepalived 2022-06-10 10:54:47.414 | lvm2 2022-06-10 10:54:47.414 | qemu-utils 2022-06-10 10:54:47.414 | thin-provisioning-tools 2022-06-10 10:54:47.414 | curl 2022-06-10 10:54:47.414 | liberasurecode-dev 2022-06-10 10:54:47.414 | make 2022-06-10 10:54:47.414 | memcached 2022-06-10 10:54:47.414 | rsync 2022-06-10 10:54:47.414 | sqlite3 2022-06-10 10:54:47.414 | xfsprogs ' 2022-06-10 10:54:47.414 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-10 10:54:47.416 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:47.418 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:47.421 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 10:54:47.422 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-10 10:54:47.426 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 10:54:47.429 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-10 10:54:47.431 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:54:47.433 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-10 10:54:47.435 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:54:47.437 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:47.439 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:54:47.441 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:47.443 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:47.445 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:54:47.447 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-10 10:54:47.449 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-10 10:54:47.452 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-10 10:54:47.454 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-10 10:54:47.458 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-10 10:54:47.460 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-10 10:54:47.462 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-10 10:54:47.464 | ++ functions-common:time_start:2413 : local start_time= 2022-06-10 10:54:47.466 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-10 10:54:47.469 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-10 10:54:47.473 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654858487470 2022-06-10 10:54:47.475 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-10 10:54:47.477 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-10 10:54:47.479 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-10 10:54:47.691 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-10 10:54:47.724 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-06-10 10:54:47.767 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-06-10 10:54:47.857 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-06-10 10:54:49.938 | Reading package lists... 2022-06-10 10:54:49.970 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-10 10:54:49.972 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-10 10:54:49.974 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:54:49.976 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:54:49.978 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:54:49.980 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:54:49.982 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:54:49.984 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-10 10:54:49.986 | ++ functions-common:time_stop:2433 : start_time=1654858487470 2022-06-10 10:54:49.988 | ++ functions-common:time_stop:2435 : [[ -z 1654858487470 ]] 2022-06-10 10:54:49.991 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:54:49.995 | ++ functions-common:time_stop:2438 : end_time=1654858489993 2022-06-10 10:54:49.997 | ++ functions-common:time_stop:2439 : elapsed_time=2523 2022-06-10 10:54:50.000 | ++ functions-common:time_stop:2440 : total=0 2022-06-10 10:54:50.002 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:54:50.004 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2523 2022-06-10 10:54:50.006 | ++ functions-common:install_package:1465 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 10:54:50.008 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:54:50.011 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:50.013 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:50.016 | ++ functions-common:real_install_package:1451 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 10:54:50.036 | ++ functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-10 10:54:50.148 | Reading package lists... 2022-06-10 10:54:50.411 | Building dependency tree... 2022-06-10 10:54:50.412 | Reading state information... 2022-06-10 10:54:50.447 | acl is already the newest version (2.2.53-6). 2022-06-10 10:54:50.447 | bc is already the newest version (1.07.1-2build1). 2022-06-10 10:54:50.447 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-10 10:54:50.447 | conntrack is already the newest version (1:1.4.5-2). 2022-06-10 10:54:50.447 | ebtables is already the newest version (2.0.11-3build1). 2022-06-10 10:54:50.447 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:54:50.447 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-10 10:54:50.447 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-10 10:54:50.447 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-10 10:54:50.447 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-10 10:54:50.447 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-10 10:54:50.447 | iputils-arping is already the newest version (3:20190709-3). 2022-06-10 10:54:50.448 | iputils-ping is already the newest version (3:20190709-3). 2022-06-10 10:54:50.448 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-10 10:54:50.448 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-10 10:54:50.448 | libffi-dev is already the newest version (3.3-4). 2022-06-10 10:54:50.448 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-10 10:54:50.448 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-10 10:54:50.448 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-10 10:54:50.448 | lsscsi is already the newest version (0.30-0.1). 2022-06-10 10:54:50.448 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-10 10:54:50.448 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:54:50.448 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-10 10:54:50.448 | psmisc is already the newest version (23.3-1). 2022-06-10 10:54:50.448 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:54:50.448 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-10 10:54:50.448 | python3-systemd is already the newest version (234-3build2). 2022-06-10 10:54:50.448 | socat is already the newest version (1.7.3.3-2). 2022-06-10 10:54:50.448 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-10 10:54:50.448 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-10 10:54:50.448 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-10 10:54:50.448 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-10 10:54:50.448 | graphviz is already the newest version (2.42.2-3build2). 2022-06-10 10:54:50.448 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-10 10:54:50.448 | pcp is already the newest version (5.0.3-1). 2022-06-10 10:54:50.448 | pm-utils is already the newest version (1.4.1-19). 2022-06-10 10:54:50.448 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-10 10:54:50.448 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:54:50.448 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:54:50.448 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-10 10:54:50.448 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:54:50.448 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-10 10:54:50.448 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-10 10:54:50.448 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-10 10:54:50.448 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-10 10:54:50.448 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-10 10:54:50.449 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-10 10:54:50.449 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-10 10:54:50.449 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-10 10:54:50.449 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-10 10:54:50.449 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-10 10:54:50.449 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:54:50.449 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-10 10:54:50.449 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-10 10:54:50.449 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-10 10:54:50.449 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-10 10:54:50.449 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-10 10:54:50.449 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-10 10:54:50.449 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-10 10:54:50.449 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-10 10:54:50.449 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-10 10:54:50.449 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-10 10:54:50.449 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-10 10:54:50.449 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-10 10:54:50.449 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-10 10:54:50.449 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-10 10:54:50.449 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-10 10:54:50.449 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-10 10:54:50.449 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-10 10:54:50.671 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:54:50.671 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-10 10:54:50.671 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-10 10:54:50.671 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-10 10:54:50.671 | The following packages were automatically installed and are no longer required: 2022-06-10 10:54:50.672 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:54:50.672 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:54:50.672 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:54:50.672 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:54:50.672 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:54:50.672 | python3-zope.interface 2022-06-10 10:54:50.672 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:54:50.786 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:54:50.790 | ++ functions-common:apt_get:1235 : result=0 2022-06-10 10:54:50.793 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:54:50.795 | ++ functions-common:time_stop:2426 : local name 2022-06-10 10:54:50.797 | ++ functions-common:time_stop:2427 : local end_time 2022-06-10 10:54:50.799 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:54:50.801 | ++ functions-common:time_stop:2429 : local total 2022-06-10 10:54:50.804 | ++ functions-common:time_stop:2430 : local start_time 2022-06-10 10:54:50.806 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:54:50.808 | ++ functions-common:time_stop:2433 : start_time=1654858490033 2022-06-10 10:54:50.810 | ++ functions-common:time_stop:2435 : [[ -z 1654858490033 ]] 2022-06-10 10:54:50.813 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:54:50.817 | ++ functions-common:time_stop:2438 : end_time=1654858490815 2022-06-10 10:54:50.819 | ++ functions-common:time_stop:2439 : elapsed_time=782 2022-06-10 10:54:50.821 | ++ functions-common:time_stop:2440 : total=775 2022-06-10 10:54:50.823 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:54:50.826 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1557 2022-06-10 10:54:50.829 | ++ functions-common:apt_get:1239 : return 0 2022-06-10 10:54:50.831 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-10 10:54:50.834 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-10 10:54:50.836 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-10 10:54:50.840 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-10 10:54:50.844 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-10 10:54:50.847 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-10 10:54:50.849 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-10 10:54:52.257 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-10 10:54:52.259 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-10 10:54:52.261 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-10 10:54:52.263 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-10 10:54:52.265 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-10 10:54:52.267 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-10 10:54:52.268 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-10 10:54:52.270 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-10 10:54:52.272 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-10 10:54:52.273 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-10 10:54:52.275 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-10 10:54:52.277 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-10 10:54:52.279 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-10 10:54:52.281 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-10 10:54:52.282 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-10 10:54:52.284 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-10 10:54:52.286 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-10 10:54:52.287 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-10 10:54:52.289 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-10 10:54:52.291 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-10 10:54:52.293 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-10 10:54:52.295 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-10 10:54:52.297 | + functions-common:_ensure_lsb_release:394 : return 2022-06-10 10:54:52.299 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-10 10:54:52.367 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-10 10:54:52.369 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-10 10:54:52.436 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-10 10:54:52.438 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-10 10:54:52.506 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-10 10:54:52.508 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-10 10:54:52.509 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-10 10:54:52.511 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-10 10:54:52.513 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-10 10:54:52.515 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-10 10:54:52.517 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-10 10:54:52.519 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-10 10:54:52.521 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-10 10:54:52.522 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-10 10:54:52.524 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-10 10:54:52.525 | Distro: focal 2022-06-10 10:54:52.527 | + tools/install_pip.sh:main:124 : get_versions 2022-06-10 10:54:52.530 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:54:52.533 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:54:52.535 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:54:52.537 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:54:52.538 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:54:53.121 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:54:53.123 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:54:53.123 | pip: 21.3.1 2022-06-10 10:54:53.125 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-10 10:54:53.127 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-10 10:54:53.129 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:54:53.131 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:54:53.132 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:54:53.134 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:54:53.136 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:54:53.138 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:54:53.140 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:54:53.141 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:54:53.143 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:54:53.145 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:54:53.146 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-10 10:54:53.148 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:53.150 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:53.152 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-10 10:54:53.156 | + tools/install_pip.sh:main:153 : set -x 2022-06-10 10:54:53.158 | + tools/install_pip.sh:main:156 : get_versions 2022-06-10 10:54:53.160 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-10 10:54:53.163 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-10 10:54:53.165 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-10 10:54:53.168 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-10 10:54:53.168 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-10 10:54:53.749 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-10 10:54:53.751 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-10 10:54:53.752 | pip: 21.3.1 2022-06-10 10:54:53.755 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-10 10:54:53.757 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-10 10:54:53.760 | + ./stack.sh:main:791 : fixup_all 2022-06-10 10:54:53.763 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-10 10:54:53.765 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-10 10:54:53.768 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:54:53.770 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:54:53.772 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-10 10:54:53.783 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-10 10:54:53.794 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-10 10:54:53.805 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-10 10:54:53.807 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-10 10:54:53.810 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:54:53.812 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:54:53.814 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:54:53.816 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:54:53.818 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:54:53.820 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:54:53.822 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:54:53.825 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:54:53.827 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:54:53.829 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:54:53.831 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-10 10:54:53.834 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-10 10:54:53.836 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-10 10:54:53.838 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:54:53.840 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:54:53.842 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:54:53.845 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:54:53.847 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:54:53.849 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:54:53.851 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-10 10:54:53.853 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-10 10:54:53.874 | Using python 3.8 to install os-testr 2022-06-10 10:54:53.877 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-06-10 10:54:54.628 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:54:54.628 | from cryptography.utils import int_from_bytes 2022-06-10 10:54:54.628 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:54:54.628 | from cryptography.utils import int_from_bytes 2022-06-10 10:54:55.767 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:54:55.799 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-10 10:54:55.867 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-06-10 10:54:55.868 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-10 10:54:55.870 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-10 10:54:55.883 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-06-10 10:54:55.894 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-06-10 10:54:55.906 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-06-10 10:54:57.548 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 10:54:57.620 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:54:57.620 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:54:57.737 | + inc/python:pip_install:196 : result=0 2022-06-10 10:54:57.739 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:54:57.741 | + functions-common:time_stop:2426 : local name 2022-06-10 10:54:57.744 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:54:57.746 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:54:57.749 | + functions-common:time_stop:2429 : local total 2022-06-10 10:54:57.751 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:54:57.753 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:54:57.755 | + functions-common:time_stop:2433 : start_time=1654858493868 2022-06-10 10:54:57.757 | + functions-common:time_stop:2435 : [[ -z 1654858493868 ]] 2022-06-10 10:54:57.760 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:54:57.765 | + functions-common:time_stop:2438 : end_time=1654858497762 2022-06-10 10:54:57.767 | + functions-common:time_stop:2439 : elapsed_time=3894 2022-06-10 10:54:57.769 | + functions-common:time_stop:2440 : total=0 2022-06-10 10:54:57.771 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:54:57.773 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3894 2022-06-10 10:54:57.775 | + inc/python:pip_install:199 : return 0 2022-06-10 10:54:57.778 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-10 10:54:57.830 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-10 10:54:57.930 | + ./stack.sh:main:805 : install_infra 2022-06-10 10:54:57.932 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:54:57.935 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-10 10:54:57.938 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:54:57.941 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-10 10:54:57.964 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-10 10:55:00.782 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:00.904 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.9.0) 2022-06-10 10:55:01.210 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:01.212 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:01.215 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:01.217 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:01.219 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:01.221 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:01.224 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:01.226 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:01.228 | + functions-common:time_stop:2433 : start_time=1654858497957 2022-06-10 10:55:01.230 | + functions-common:time_stop:2435 : [[ -z 1654858497957 ]] 2022-06-10 10:55:01.233 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:01.237 | + functions-common:time_stop:2438 : end_time=1654858501234 2022-06-10 10:55:01.239 | + functions-common:time_stop:2439 : elapsed_time=3277 2022-06-10 10:55:01.241 | + functions-common:time_stop:2440 : total=3894 2022-06-10 10:55:01.243 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:01.245 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=7171 2022-06-10 10:55:01.248 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:01.251 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-10 10:55:01.253 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-10 10:55:01.276 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-06-10 10:55:03.884 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:03.886 | Processing /opt/stack/requirements 2022-06-10 10:55:05.614 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-06-10 10:55:05.616 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 169)) (3.0.0) 2022-06-10 10:55:05.628 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) (21.3) 2022-06-10 10:55:05.633 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (5.9.0) 2022-06-10 10:55:05.636 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-06-10 10:55:05.642 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (2.27.1) 2022-06-10 10:55:05.681 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 490)) (1.16.0) 2022-06-10 10:55:05.686 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 543)) (2.5.0) 2022-06-10 10:55:05.695 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 569)) (1.26.9) 2022-06-10 10:55:05.728 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5468) (1.3) 2022-06-10 10:55:05.730 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5468) (0.3.0) 2022-06-10 10:55:05.746 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 454)) (2022.5.18.1) 2022-06-10 10:55:05.748 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) (3.3) 2022-06-10 10:55:05.752 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (2.0.12) 2022-06-10 10:55:05.756 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) (1.0.0) 2022-06-10 10:55:05.759 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (3.10.1) 2022-06-10 10:55:05.771 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-06-10 10:55:05.774 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-06-10 10:55:05.785 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 523)) (3.5.0) 2022-06-10 10:55:05.792 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 116)) (2.4.1) 2022-06-10 10:55:05.858 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 579)) (0.2.5) 2022-06-10 10:55:05.863 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-06-10 10:55:05.866 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (21.4.0) 2022-06-10 10:55:05.926 | Building wheels for collected packages: openstack-requirements 2022-06-10 10:55:05.927 | Building wheel for openstack-requirements (setup.py): started 2022-06-10 10:55:06.763 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-10 10:55:06.763 | ERROR: Command errored out with exit status 1: 2022-06-10 10:55:06.763 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-z69ow9p0/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-z69ow9p0/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-zvancedn 2022-06-10 10:55:06.763 | cwd: /tmp/pip-req-build-z69ow9p0/ 2022-06-10 10:55:06.763 | Complete output (6 lines): 2022-06-10 10:55:06.763 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-10 10:55:06.763 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-10 10:55:06.763 | or: setup.py --help-commands 2022-06-10 10:55:06.763 | or: setup.py cmd --help 2022-06-10 10:55:06.763 | 2022-06-10 10:55:06.763 | error: invalid command 'bdist_wheel' 2022-06-10 10:55:06.763 | ---------------------------------------- 2022-06-10 10:55:06.763 | ERROR: Failed building wheel for openstack-requirements 2022-06-10 10:55:06.764 | Running setup.py clean for openstack-requirements 2022-06-10 10:55:07.596 | Failed to build openstack-requirements 2022-06-10 10:55:07.612 | Installing collected packages: openstack-requirements 2022-06-10 10:55:07.612 | Attempting uninstall: openstack-requirements 2022-06-10 10:55:07.613 | Found existing installation: openstack-requirements 1.2.1.dev5468 2022-06-10 10:55:07.649 | Uninstalling openstack-requirements-1.2.1.dev5468: 2022-06-10 10:55:07.667 | Successfully uninstalled openstack-requirements-1.2.1.dev5468 2022-06-10 10:55:07.671 | Running setup.py install for openstack-requirements: started 2022-06-10 10:55:10.055 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-10 10:55:10.079 | Successfully installed openstack-requirements-1.2.1.dev5468 2022-06-10 10:55:10.205 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:10.207 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:10.210 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:10.212 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:10.214 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:10.216 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:10.219 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:10.221 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:10.223 | + functions-common:time_stop:2433 : start_time=1654858501269 2022-06-10 10:55:10.225 | + functions-common:time_stop:2435 : [[ -z 1654858501269 ]] 2022-06-10 10:55:10.227 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:10.231 | + functions-common:time_stop:2438 : end_time=1654858510229 2022-06-10 10:55:10.234 | + functions-common:time_stop:2439 : elapsed_time=8960 2022-06-10 10:55:10.236 | + functions-common:time_stop:2440 : total=7171 2022-06-10 10:55:10.238 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:10.240 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=16131 2022-06-10 10:55:10.242 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:10.245 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-10 10:55:10.248 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-10 10:55:10.250 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-10 10:55:10.253 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:10.255 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:10.257 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-10 10:55:10.260 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:10.263 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-10 10:55:10.282 | Using python 3.8 to install pbr 2022-06-10 10:55:10.285 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-10 10:55:11.054 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:11.054 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:11.054 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:11.054 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:12.150 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:12.181 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-10 10:55:13.958 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 10:55:14.031 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:14.031 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:14.136 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:14.139 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:14.141 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:14.143 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:14.145 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:14.147 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:14.149 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:14.151 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:14.154 | + functions-common:time_stop:2433 : start_time=1654858510277 2022-06-10 10:55:14.156 | + functions-common:time_stop:2435 : [[ -z 1654858510277 ]] 2022-06-10 10:55:14.158 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:14.162 | + functions-common:time_stop:2438 : end_time=1654858514160 2022-06-10 10:55:14.164 | + functions-common:time_stop:2439 : elapsed_time=3883 2022-06-10 10:55:14.166 | + functions-common:time_stop:2440 : total=16131 2022-06-10 10:55:14.169 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:14.171 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=20014 2022-06-10 10:55:14.174 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:14.176 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-10 10:55:16.413 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-10 10:55:18.260 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:18.261 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-10 10:55:18.282 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-06-10 10:55:18.284 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-10 10:55:18.287 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-10 10:55:18.290 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-10 10:55:18.296 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-06-10 10:55:18.366 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:55:18.368 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-10 10:55:18.372 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-10 10:55:18.389 | + ./stack.sh:main:814 : pkgs= 2022-06-10 10:55:18.391 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-10 10:55:18.394 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-10 10:55:18.396 | + functions-common:run_phase:1854 : local mode=stack 2022-06-10 10:55:18.398 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-10 10:55:18.400 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-10 10:55:18.402 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-10 10:55:18.405 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-10 10:55:18.407 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-10 10:55:18.409 | + functions-common:run_phase:1864 : local extra 2022-06-10 10:55:18.412 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-10 10:55:18.416 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-10 10:55:18.419 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-10 10:55:18.421 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-10 10:55:18.423 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-10 10:55:18.425 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-10 10:55:18.440 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:18.442 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:55:18.444 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:18.446 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-10 10:55:18.448 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:18.451 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:55:18.453 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:18.455 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-10 10:55:18.457 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:18.459 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-10 10:55:18.461 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-10 10:55:18.463 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-10 10:55:18.466 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-10 10:55:18.468 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-10 10:55:18.470 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-10 10:55:18.472 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-10 10:55:18.474 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-10 10:55:18.477 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-10 10:55:18.479 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-10 10:55:18.481 | + functions-common:run_plugins:1843 : local plugins= 2022-06-10 10:55:18.484 | + functions-common:run_plugins:1844 : local plugin 2022-06-10 10:55:18.486 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-10 10:55:18.488 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-10 10:55:18.491 | + functions:set_systemd_override:821 : local value=2048 2022-06-10 10:55:18.493 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-10 10:55:18.495 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-10 10:55:18.547 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-10 10:55:18.547 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-10 10:55:18.549 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-10 10:55:18.921 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-10 10:55:18.923 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-10 10:55:18.940 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:18.942 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-10 10:55:18.944 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:18.947 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:18.949 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:18.951 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:18.954 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:18.956 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:18.958 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:18.961 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:18.963 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:18.965 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:18.968 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:18.970 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:18.972 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-10 10:55:18.974 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:18.977 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:18.979 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:18.982 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-10 10:55:19.004 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-10 10:55:19.114 | Reading package lists... 2022-06-10 10:55:19.364 | Building dependency tree... 2022-06-10 10:55:19.365 | Reading state information... 2022-06-10 10:55:19.617 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-10 10:55:19.617 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:19.618 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:19.618 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:19.618 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:19.618 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:19.618 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:19.618 | python3-zope.interface 2022-06-10 10:55:19.618 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:19.734 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:19.738 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:19.740 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:19.743 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:19.745 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:19.747 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:19.749 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:19.752 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:19.754 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:19.756 | + functions-common:time_stop:2433 : start_time=1654858519001 2022-06-10 10:55:19.758 | + functions-common:time_stop:2435 : [[ -z 1654858519001 ]] 2022-06-10 10:55:19.761 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:19.765 | + functions-common:time_stop:2438 : end_time=1654858519763 2022-06-10 10:55:19.767 | + functions-common:time_stop:2439 : elapsed_time=762 2022-06-10 10:55:19.769 | + functions-common:time_stop:2440 : total=1557 2022-06-10 10:55:19.772 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:19.774 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2319 2022-06-10 10:55:19.776 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:19.779 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-10 10:55:19.782 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:55:19.784 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:55:19.786 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:55:19.788 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:55:19.791 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:55:19.793 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:55:19.796 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-10 10:55:19.798 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:55:19.800 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:55:19.802 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:55:19.805 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:55:19.807 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:55:19.809 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:55:19.811 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:55:19.814 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:55:19.816 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:19.818 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:55:19.820 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-10 10:55:19.823 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:55:19.825 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:55:19.828 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:55:19.830 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:55:19.832 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:55:19.835 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:55:19.837 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-10 10:55:19.839 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-10 10:55:19.855 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:19.858 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-10 10:55:19.860 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:55:19.863 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-10 10:55:19.865 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-10 10:55:19.868 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-10 10:55:19.872 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-10 10:55:19.874 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-10 10:55:19.877 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-10 10:55:19.879 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-10 10:55:19.881 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-10 10:55:19.884 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-10 10:55:19.887 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-10 10:55:20.602 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-10 10:55:20.602 | user tags 2022-06-10 10:55:20.602 | stackrabbit []' 2022-06-10 10:55:20.605 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-10 10:55:20.605 | user tags 2022-06-10 10:55:20.606 | stackrabbit []' 2022-06-10 10:55:20.606 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-10 10:55:20.612 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-10 10:55:20.615 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-10 10:55:20.617 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:55:21.316 | Changing password for user "stackrabbit" ... 2022-06-10 10:55:21.338 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-10 10:55:22.054 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-10 10:55:22.078 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-10 10:55:22.080 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-10 10:55:22.738 | Changing password for user "stackrabbit" ... 2022-06-10 10:55:22.760 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-10 10:55:22.763 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-10 10:55:22.765 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-10 10:55:23.419 | Deleting user "guest" ... 2022-06-10 10:55:23.434 | Error: 2022-06-10 10:55:23.434 | {:no_such_user, "guest"} 2022-06-10 10:55:23.445 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-10 10:55:23.448 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-10 10:55:23.466 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:23.468 | + ./stack.sh:main:831 : install_database 2022-06-10 10:55:23.471 | + lib/database:install_database:118 : install_database_mysql 2022-06-10 10:55:23.473 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-10 10:55:23.476 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:23.478 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:23.480 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-10 10:55:23.692 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-10 10:55:23.695 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:23.697 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-10 10:55:23.700 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-10 10:55:23.702 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:23.705 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-10 10:55:23.707 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:55:23.709 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:55:23.711 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:55:23.714 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:55:23.717 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:55:23.719 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:55:23.721 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:55:23.723 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:55:23.726 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:23.728 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:55:23.730 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-10 10:55:23.733 | + functions-common:is_suse:537 : is_opensuse 2022-06-10 10:55:23.735 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-10 10:55:23.737 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-10 10:55:23.740 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-10 10:55:23.742 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-10 10:55:23.745 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-10 10:55:23.748 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-10 10:55:23.750 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:23.753 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:23.755 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-10 10:55:23.757 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:23.760 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:23.763 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:23.765 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:23.767 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:23.769 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:23.772 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:23.774 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:23.776 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:23.779 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:23.781 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:23.783 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:23.785 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-10 10:55:23.788 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:23.790 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:23.792 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:23.795 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-10 10:55:23.816 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-10 10:55:23.925 | Reading package lists... 2022-06-10 10:55:24.173 | Building dependency tree... 2022-06-10 10:55:24.174 | Reading state information... 2022-06-10 10:55:24.431 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-10 10:55:24.432 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:24.433 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:24.433 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:24.433 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:24.433 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:24.433 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:24.433 | python3-zope.interface 2022-06-10 10:55:24.433 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:24.547 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:24.551 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:24.553 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:24.556 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:24.558 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:24.560 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:24.562 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:24.564 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:24.566 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:24.568 | + functions-common:time_stop:2433 : start_time=1654858523813 2022-06-10 10:55:24.570 | + functions-common:time_stop:2435 : [[ -z 1654858523813 ]] 2022-06-10 10:55:24.573 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:24.577 | + functions-common:time_stop:2438 : end_time=1654858524575 2022-06-10 10:55:24.579 | + functions-common:time_stop:2439 : elapsed_time=762 2022-06-10 10:55:24.581 | + functions-common:time_stop:2440 : total=2319 2022-06-10 10:55:24.584 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:24.586 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3081 2022-06-10 10:55:24.588 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:24.591 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-10 10:55:24.593 | + ./stack.sh:main:834 : install_database_python 2022-06-10 10:55:24.595 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-10 10:55:24.597 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-10 10:55:24.600 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-10 10:55:24.602 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:55:24.605 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-10 10:55:24.608 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-10 10:55:24.610 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:55:24.614 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:55:24.614 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:55:24.619 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-10 10:55:24.622 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-10 10:55:24.624 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-10 10:55:24.627 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-10 10:55:24.629 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-10 10:55:24.651 | Using python 3.8 to install PyMySQL 2022-06-10 10:55:24.653 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-06-10 10:55:25.401 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:25.401 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:25.401 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:25.401 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:26.503 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:26.534 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:55:28.149 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 10:55:28.221 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:28.221 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:28.334 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:28.337 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:28.339 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:28.342 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:28.344 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:28.346 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:28.349 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:28.351 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:28.353 | + functions-common:time_stop:2433 : start_time=1654858524645 2022-06-10 10:55:28.356 | + functions-common:time_stop:2435 : [[ -z 1654858524645 ]] 2022-06-10 10:55:28.359 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:28.363 | + functions-common:time_stop:2438 : end_time=1654858528361 2022-06-10 10:55:28.365 | + functions-common:time_stop:2439 : elapsed_time=3716 2022-06-10 10:55:28.368 | + functions-common:time_stop:2440 : total=20014 2022-06-10 10:55:28.370 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:28.372 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23730 2022-06-10 10:55:28.374 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:28.377 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-10 10:55:28.379 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-10 10:55:28.381 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-10 10:55:28.384 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-10 10:55:28.401 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:28.403 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-10 10:55:28.406 | + lib/neutron:install_neutron_agent_packages:715 : is_neutron_legacy_enabled 2022-06-10 10:55:28.409 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-10 10:55:28.410 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-10 10:55:28.415 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-10 10:55:28.417 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-10 10:55:28.420 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-10 10:55:28.423 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-10 10:55:28.425 | + lib/neutron:install_neutron_agent_packages:717 : install_neutron_agent_packages_mutnauq 2022-06-10 10:55:28.427 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:479 : is_service_enabled q-l3 2022-06-10 10:55:28.443 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:28.445 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:480 : install_package radvd 2022-06-10 10:55:28.447 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:28.450 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:28.452 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:28.454 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:28.456 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:28.459 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:28.461 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:28.463 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:28.466 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:28.468 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:28.470 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:28.472 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:28.475 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-10 10:55:28.477 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:28.479 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:28.482 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:28.484 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-10 10:55:28.505 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-10 10:55:28.614 | Reading package lists... 2022-06-10 10:55:28.877 | Building dependency tree... 2022-06-10 10:55:28.879 | Reading state information... 2022-06-10 10:55:29.142 | radvd is already the newest version (1:2.17-2). 2022-06-10 10:55:29.143 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:29.144 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:29.144 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:29.144 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:29.144 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:29.144 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:29.144 | python3-zope.interface 2022-06-10 10:55:29.144 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:29.259 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:29.263 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:29.266 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:29.268 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:29.270 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:29.272 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:29.274 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:29.276 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:29.280 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:29.282 | + functions-common:time_stop:2433 : start_time=1654858528503 2022-06-10 10:55:29.284 | + functions-common:time_stop:2435 : [[ -z 1654858528503 ]] 2022-06-10 10:55:29.289 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:29.293 | + functions-common:time_stop:2438 : end_time=1654858529290 2022-06-10 10:55:29.296 | + functions-common:time_stop:2439 : elapsed_time=787 2022-06-10 10:55:29.298 | + functions-common:time_stop:2440 : total=3081 2022-06-10 10:55:29.300 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:29.302 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3868 2022-06-10 10:55:29.305 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:29.308 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-agt q-dhcp q-l3 2022-06-10 10:55:29.325 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:29.327 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : neutron_plugin_install_agent_packages 2022-06-10 10:55:29.330 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-10 10:55:29.332 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-10 10:55:29.335 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-10 10:55:29.355 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-10 10:55:29.357 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:29.360 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:29.362 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:29.364 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:29.366 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:29.368 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:29.371 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:29.373 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:29.375 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:29.378 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:29.380 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:29.382 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:29.384 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-10 10:55:29.386 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:29.389 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:29.391 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:29.393 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-10 10:55:29.413 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-06-10 10:55:29.523 | Reading package lists... 2022-06-10 10:55:29.781 | Building dependency tree... 2022-06-10 10:55:29.782 | Reading state information... 2022-06-10 10:55:30.035 | fakeroot is already the newest version (1.24-1). 2022-06-10 10:55:30.035 | make is already the newest version (4.2.1-1.2). 2022-06-10 10:55:30.035 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-10 10:55:30.035 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:30.036 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:30.036 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:30.036 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:30.036 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:30.036 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:30.036 | python3-zope.interface 2022-06-10 10:55:30.036 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:30.149 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:30.153 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:30.155 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:30.157 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:30.159 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:30.162 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:30.164 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:30.166 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:30.168 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:30.170 | + functions-common:time_stop:2433 : start_time=1654858529411 2022-06-10 10:55:30.172 | + functions-common:time_stop:2435 : [[ -z 1654858529411 ]] 2022-06-10 10:55:30.175 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:30.179 | + functions-common:time_stop:2438 : end_time=1654858530177 2022-06-10 10:55:30.181 | + functions-common:time_stop:2439 : elapsed_time=766 2022-06-10 10:55:30.184 | + functions-common:time_stop:2440 : total=3868 2022-06-10 10:55:30.186 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:30.188 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4634 2022-06-10 10:55:30.190 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:30.192 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-10 10:55:30.194 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:30.197 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:30.199 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-10 10:55:30.202 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-10 10:55:30.206 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-10 10:55:30.210 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-10 10:55:30.212 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-10 10:55:30.216 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-10 10:55:30.217 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-10 10:55:30.221 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-10 10:55:30.223 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-10 10:55:30.226 | + functions:vercmp:628 : local v1=5.4 2022-06-10 10:55:30.228 | + functions:vercmp:629 : local 'op=<' 2022-06-10 10:55:30.230 | + functions:vercmp:630 : local v2=3.13 2022-06-10 10:55:30.232 | + functions:vercmp:631 : local result 2022-06-10 10:55:30.236 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-10 10:55:30.236 | ++ functions:vercmp:635 : sort -V 2022-06-10 10:55:30.236 | ++ functions:vercmp:635 : head -1 2022-06-10 10:55:30.241 | + functions:vercmp:635 : result=3.13 2022-06-10 10:55:30.243 | + functions:vercmp:637 : case $op in 2022-06-10 10:55:30.245 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-10 10:55:30.248 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-10 10:55:30.250 | + functions:vercmp:648 : return 2022-06-10 10:55:30.253 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-10 10:55:30.255 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:55:30.257 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-10 10:55:30.728 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-10 10:55:30.730 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-10 10:55:30.733 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:30.735 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:30.739 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-10 10:55:30.741 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:30.744 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-10 10:55:30.763 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:30.766 | + ./stack.sh:main:842 : install_etcd3 2022-06-10 10:55:30.769 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-10 10:55:30.769 | Installing etcd 2022-06-10 10:55:30.771 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-10 10:55:30.783 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-10 10:55:30.795 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:30.797 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-10 10:55:30.813 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-10 10:55:30.816 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:30.819 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:30.822 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:30.827 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:30.830 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-06-10 10:55:30.832 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-10 10:55:30.834 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:30.837 | ++ functions:get_extra_file:74 : return 2022-06-10 10:55:30.840 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-10 10:55:30.842 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-10 10:55:30.844 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-10 10:55:30.847 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-10 10:55:30.863 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:55:30.865 | + ./stack.sh:main:861 : install_dstat 2022-06-10 10:55:30.868 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-10 10:55:30.884 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:55:30.887 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-10 10:55:30.889 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-10 10:55:30.892 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-10 10:55:30.894 | + ./stack.sh:main:870 : install_libs 2022-06-10 10:55:30.897 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-10 10:55:30.899 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-10 10:55:30.901 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-10 10:55:30.903 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-10 10:55:30.905 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:30.908 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:30.910 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-10 10:55:30.912 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:30.914 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-10 10:55:30.916 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-10 10:55:30.920 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-10 10:55:30.922 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-10 10:55:30.924 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:30.926 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:30.928 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-10 10:55:30.931 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:30.933 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-10 10:55:30.936 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-10 10:55:30.938 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-10 10:55:30.940 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-10 10:55:30.942 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:30.945 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:30.947 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-10 10:55:30.950 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:30.952 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-10 10:55:30.954 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-10 10:55:30.956 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-10 10:55:30.958 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-10 10:55:30.961 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:30.963 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:30.965 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-10 10:55:30.968 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:30.970 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-10 10:55:30.972 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-10 10:55:30.974 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-10 10:55:30.977 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-10 10:55:30.979 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:30.982 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:30.984 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-10 10:55:30.986 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:30.988 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-10 10:55:30.991 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-10 10:55:30.993 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-10 10:55:30.995 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-10 10:55:30.998 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.000 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.003 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-10 10:55:31.005 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.007 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-10 10:55:31.009 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-10 10:55:31.012 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-10 10:55:31.014 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-10 10:55:31.016 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.018 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.021 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-10 10:55:31.023 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.025 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-10 10:55:31.028 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-10 10:55:31.030 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-10 10:55:31.032 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-10 10:55:31.034 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.037 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.039 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-10 10:55:31.041 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.044 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-10 10:55:31.046 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-10 10:55:31.049 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-10 10:55:31.051 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-10 10:55:31.053 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.055 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.057 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-10 10:55:31.060 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.063 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-10 10:55:31.065 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-10 10:55:31.067 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-10 10:55:31.069 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-10 10:55:31.072 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.074 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.076 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-10 10:55:31.079 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.081 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-10 10:55:31.083 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-10 10:55:31.085 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-10 10:55:31.088 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-10 10:55:31.090 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.092 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.095 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-10 10:55:31.097 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.099 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-10 10:55:31.101 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-10 10:55:31.104 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-10 10:55:31.106 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-10 10:55:31.109 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.111 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.113 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-10 10:55:31.115 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.118 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-10 10:55:31.120 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-10 10:55:31.123 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-10 10:55:31.125 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-10 10:55:31.127 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.130 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.132 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-10 10:55:31.134 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.136 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-10 10:55:31.139 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-10 10:55:31.141 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-10 10:55:31.143 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-10 10:55:31.145 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.148 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.150 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-10 10:55:31.152 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.155 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-10 10:55:31.157 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-10 10:55:31.159 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-10 10:55:31.161 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-10 10:55:31.164 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.166 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.169 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-10 10:55:31.171 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.174 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-10 10:55:31.176 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-10 10:55:31.178 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-10 10:55:31.180 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-10 10:55:31.183 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.185 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.187 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-10 10:55:31.190 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.192 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-10 10:55:31.194 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-10 10:55:31.196 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-10 10:55:31.199 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-10 10:55:31.203 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.205 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.207 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-10 10:55:31.209 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.212 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-10 10:55:31.214 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-10 10:55:31.217 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-10 10:55:31.219 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-10 10:55:31.221 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.224 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.226 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-10 10:55:31.228 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.231 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-10 10:55:31.233 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-10 10:55:31.235 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-10 10:55:31.238 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-10 10:55:31.240 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.242 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.244 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-10 10:55:31.247 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.249 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-10 10:55:31.252 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-10 10:55:31.254 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-10 10:55:31.257 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-10 10:55:31.259 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.261 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.264 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-10 10:55:31.266 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.268 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-10 10:55:31.271 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-10 10:55:31.273 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-10 10:55:31.275 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-10 10:55:31.278 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.280 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.282 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-10 10:55:31.284 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.287 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-10 10:55:31.289 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-10 10:55:31.291 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-10 10:55:31.294 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-10 10:55:31.296 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.298 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.300 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-10 10:55:31.303 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.305 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-10 10:55:31.307 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-10 10:55:31.310 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-10 10:55:31.313 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-10 10:55:31.315 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.317 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.320 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-10 10:55:31.322 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.325 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-10 10:55:31.327 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-10 10:55:31.330 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-10 10:55:31.332 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-10 10:55:31.334 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.336 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.339 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-10 10:55:31.341 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.343 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-10 10:55:31.346 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-10 10:55:31.348 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-10 10:55:31.350 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-10 10:55:31.352 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.355 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.357 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-10 10:55:31.359 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.362 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-10 10:55:31.364 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-10 10:55:31.366 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-10 10:55:31.368 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-10 10:55:31.371 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.374 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.376 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-10 10:55:31.378 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.381 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-10 10:55:31.383 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-10 10:55:31.385 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-10 10:55:31.388 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-10 10:55:31.391 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.393 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.395 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-10 10:55:31.398 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.400 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-10 10:55:31.402 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-10 10:55:31.404 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-10 10:55:31.407 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-10 10:55:31.409 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.411 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.414 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-10 10:55:31.416 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.419 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-10 10:55:31.421 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-10 10:55:31.423 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-10 10:55:31.425 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-10 10:55:31.428 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.430 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.432 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-10 10:55:31.435 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.438 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-10 10:55:31.440 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-10 10:55:31.442 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-10 10:55:31.444 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-10 10:55:31.447 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.450 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.452 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-10 10:55:31.454 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.457 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-10 10:55:31.459 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-10 10:55:31.461 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-10 10:55:31.463 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-10 10:55:31.466 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.468 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.470 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-10 10:55:31.473 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.475 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-10 10:55:31.477 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-10 10:55:31.480 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-10 10:55:31.482 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-10 10:55:31.485 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.487 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.489 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-10 10:55:31.492 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.494 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-10 10:55:31.497 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-10 10:55:31.499 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-10 10:55:31.502 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-10 10:55:31.504 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.506 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.509 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-10 10:55:31.511 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.514 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-10 10:55:31.516 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-10 10:55:31.518 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-10 10:55:31.521 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-10 10:55:31.523 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.525 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.528 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-10 10:55:31.530 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.533 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-10 10:55:31.535 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-10 10:55:31.537 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-10 10:55:31.540 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-10 10:55:31.542 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.544 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.547 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-10 10:55:31.549 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.551 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-10 10:55:31.553 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-10 10:55:31.556 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-10 10:55:31.558 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-10 10:55:31.561 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.563 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.565 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-10 10:55:31.568 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.570 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-10 10:55:31.572 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-10 10:55:31.575 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-10 10:55:31.578 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-10 10:55:31.580 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.582 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.585 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-10 10:55:31.587 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.589 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-10 10:55:31.592 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-10 10:55:31.594 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-10 10:55:31.596 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-10 10:55:31.599 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:31.601 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:31.603 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-10 10:55:31.606 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:31.608 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-10 10:55:31.630 | Using python 3.8 to install etcd3 2022-06-10 10:55:31.632 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-06-10 10:55:32.358 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:32.358 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:32.358 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:32.358 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:33.433 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:33.464 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-06-10 10:55:33.471 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.1) 2022-06-10 10:55:33.472 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-06-10 10:55:33.473 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-06-10 10:55:33.474 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.46.3) 2022-06-10 10:55:35.086 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 10:55:35.156 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:35.156 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:35.256 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:35.259 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:35.261 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:35.264 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:35.266 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:35.268 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:35.270 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:35.272 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:35.274 | + functions-common:time_stop:2433 : start_time=1654858531624 2022-06-10 10:55:35.276 | + functions-common:time_stop:2435 : [[ -z 1654858531624 ]] 2022-06-10 10:55:35.279 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:35.283 | + functions-common:time_stop:2438 : end_time=1654858535281 2022-06-10 10:55:35.285 | + functions-common:time_stop:2439 : elapsed_time=3657 2022-06-10 10:55:35.287 | + functions-common:time_stop:2440 : total=23730 2022-06-10 10:55:35.289 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:35.291 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=27387 2022-06-10 10:55:35.294 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:35.296 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-06-10 10:55:35.318 | Using python 3.8 to install etcd3gw 2022-06-10 10:55:35.320 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-06-10 10:55:36.048 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:36.048 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:36.048 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:36.048 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:37.176 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:37.209 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-10 10:55:37.215 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-06-10 10:55:37.216 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.1) 2022-06-10 10:55:37.218 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-06-10 10:55:37.248 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-06-10 10:55:37.250 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-06-10 10:55:37.251 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-06-10 10:55:37.252 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.9) 2022-06-10 10:55:38.895 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 10:55:38.969 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:38.969 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:39.073 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:39.076 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:39.078 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:39.080 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:39.082 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:39.085 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:39.087 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:39.089 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:39.091 | + functions-common:time_stop:2433 : start_time=1654858535312 2022-06-10 10:55:39.093 | + functions-common:time_stop:2435 : [[ -z 1654858535312 ]] 2022-06-10 10:55:39.096 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:39.100 | + functions-common:time_stop:2438 : end_time=1654858539098 2022-06-10 10:55:39.102 | + functions-common:time_stop:2439 : elapsed_time=3786 2022-06-10 10:55:39.104 | + functions-common:time_stop:2440 : total=27387 2022-06-10 10:55:39.107 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:39.109 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=31173 2022-06-10 10:55:39.112 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:39.114 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-06-10 10:55:39.116 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-06-10 10:55:39.119 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-06-10 10:55:39.121 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-10 10:55:39.124 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-10 10:55:39.126 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-10 10:55:39.129 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-10 10:55:39.131 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-10 10:55:39.133 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-10 10:55:39.136 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-10 10:55:39.138 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-10 10:55:39.140 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-10 10:55:39.142 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-10 10:55:39.145 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-06-10 10:55:39.147 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:39.149 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:39.152 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-06-10 10:55:39.154 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:55:39.156 | + functions-common:install_package:1464 : update_package_repo 2022-06-10 10:55:39.158 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-10 10:55:39.161 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-10 10:55:39.163 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-10 10:55:39.165 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:39.168 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-10 10:55:39.170 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:39.173 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:39.175 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-10 10:55:39.177 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-10 10:55:39.179 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-10 10:55:39.182 | + functions-common:apt_get_update:1191 : return 2022-06-10 10:55:39.185 | + functions-common:install_package:1465 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:55:39.187 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-10 10:55:39.189 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:39.192 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:39.194 | + functions-common:real_install_package:1451 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:55:39.215 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-06-10 10:55:39.325 | Reading package lists... 2022-06-10 10:55:39.570 | Building dependency tree... 2022-06-10 10:55:39.572 | Reading state information... 2022-06-10 10:55:39.821 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:55:39.821 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-06-10 10:55:39.821 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-10 10:55:39.821 | The following packages were automatically installed and are no longer required: 2022-06-10 10:55:39.822 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-10 10:55:39.822 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-10 10:55:39.822 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-10 10:55:39.823 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-10 10:55:39.823 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-10 10:55:39.823 | python3-zope.interface 2022-06-10 10:55:39.823 | Use 'sudo apt autoremove' to remove them. 2022-06-10 10:55:39.936 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-10 10:55:39.940 | + functions-common:apt_get:1235 : result=0 2022-06-10 10:55:39.942 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-10 10:55:39.945 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:39.947 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:39.949 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:39.951 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:39.954 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:39.956 | + functions-common:time_stop:2432 : name=apt-get 2022-06-10 10:55:39.958 | + functions-common:time_stop:2433 : start_time=1654858539212 2022-06-10 10:55:39.960 | + functions-common:time_stop:2435 : [[ -z 1654858539212 ]] 2022-06-10 10:55:39.963 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:39.967 | + functions-common:time_stop:2438 : end_time=1654858539965 2022-06-10 10:55:39.969 | + functions-common:time_stop:2439 : elapsed_time=753 2022-06-10 10:55:39.972 | + functions-common:time_stop:2440 : total=4634 2022-06-10 10:55:39.974 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:39.976 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=5387 2022-06-10 10:55:39.978 | + functions-common:apt_get:1239 : return 0 2022-06-10 10:55:39.982 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-06-10 10:55:39.984 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-10 10:55:39.986 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-10 10:55:39.989 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-06-10 10:55:40.050 | Module proxy already enabled 2022-06-10 10:55:40.054 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-06-10 10:55:40.115 | Considering dependency proxy for proxy_uwsgi: 2022-06-10 10:55:40.115 | Module proxy already enabled 2022-06-10 10:55:40.115 | Module proxy_uwsgi already enabled 2022-06-10 10:55:40.119 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-06-10 10:55:40.122 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-06-10 10:55:40.125 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-10 10:55:40.127 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart apache2 2022-06-10 10:55:40.255 | + ./stack.sh:main:876 : install_keystoneauth 2022-06-10 10:55:40.257 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-06-10 10:55:40.259 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-06-10 10:55:40.262 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.265 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.268 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-06-10 10:55:40.271 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.273 | + ./stack.sh:main:877 : install_keystoneclient 2022-06-10 10:55:40.276 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-06-10 10:55:40.279 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-06-10 10:55:40.281 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.283 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-06-10 10:55:40.288 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.291 | + ./stack.sh:main:878 : install_glanceclient 2022-06-10 10:55:40.294 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-06-10 10:55:40.296 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-06-10 10:55:40.298 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.301 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.303 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-06-10 10:55:40.306 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.308 | + ./stack.sh:main:879 : install_cinderclient 2022-06-10 10:55:40.310 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-06-10 10:55:40.313 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-06-10 10:55:40.315 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.317 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.320 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-06-10 10:55:40.322 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.325 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-06-10 10:55:40.329 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-06-10 10:55:40.332 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.334 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.336 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-06-10 10:55:40.339 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.342 | + ./stack.sh:main:880 : install_novaclient 2022-06-10 10:55:40.344 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-06-10 10:55:40.346 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-06-10 10:55:40.349 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.351 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.353 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-06-10 10:55:40.356 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.359 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-06-10 10:55:40.375 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:40.378 | + ./stack.sh:main:882 : install_swiftclient 2022-06-10 10:55:40.380 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-06-10 10:55:40.383 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-06-10 10:55:40.385 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.387 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.390 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-06-10 10:55:40.392 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.395 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-06-10 10:55:40.411 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:40.414 | + ./stack.sh:main:885 : install_neutronclient 2022-06-10 10:55:40.416 | + lib/neutron:install_neutronclient:453 : use_library_from_git python-neutronclient 2022-06-10 10:55:40.419 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-06-10 10:55:40.421 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.424 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.426 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-06-10 10:55:40.428 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.431 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-06-10 10:55:40.433 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-06-10 10:55:40.436 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-06-10 10:55:40.438 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-10 10:55:40.440 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-10 10:55:40.443 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-06-10 10:55:40.445 | + inc/python:use_library_from_git:249 : return 1 2022-06-10 10:55:40.447 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-06-10 10:55:40.450 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-06-10 10:55:40.452 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:55:40.455 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-06-10 10:55:40.458 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-06-10 10:55:40.460 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:55:40.463 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:55:40.464 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:55:40.469 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-06-10 10:55:40.471 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-06-10 10:55:40.474 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-06-10 10:55:40.476 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-06-10 10:55:40.479 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-06-10 10:55:40.500 | Using python 3.8 to install keystonemiddleware 2022-06-10 10:55:40.502 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-06-10 10:55:41.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:41.252 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:41.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:41.252 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:42.341 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:42.374 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.5.0) 2022-06-10 10:55:42.425 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.11.0) 2022-06-10 10:55:42.426 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-06-10 10:55:42.427 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-06-10 10:55:42.428 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-06-10 10:55:42.429 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-06-10 10:55:42.430 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.9.0) 2022-06-10 10:55:42.431 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.13.0) 2022-06-10 10:55:42.432 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-06-10 10:55:42.434 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-06-10 10:55:42.435 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.0.0) 2022-06-10 10:55:42.436 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-06-10 10:55:42.438 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-06-10 10:55:42.439 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-06-10 10:55:42.440 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.0) 2022-06-10 10:55:42.497 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-06-10 10:55:42.498 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-06-10 10:55:42.500 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-06-10 10:55:42.538 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-06-10 10:55:42.577 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.5.0) 2022-06-10 10:55:42.578 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-06-10 10:55:42.580 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-06-10 10:55:42.581 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-06-10 10:55:42.632 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-06-10 10:55:42.633 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-06-10 10:55:42.641 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2022.1) 2022-06-10 10:55:42.642 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.4) 2022-06-10 10:55:42.657 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-06-10 10:55:42.660 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.9) 2022-06-10 10:55:42.661 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-06-10 10:55:42.731 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-06-10 10:55:42.732 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.9) 2022-06-10 10:55:42.734 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-06-10 10:55:42.735 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-06-10 10:55:42.785 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.14.1) 2022-06-10 10:55:42.798 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-06-10 10:55:44.292 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 10:55:44.365 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:44.365 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:44.468 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:44.471 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:44.473 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:44.475 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:44.477 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:44.479 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:44.482 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:44.484 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:44.486 | + functions-common:time_stop:2433 : start_time=1654858540494 2022-06-10 10:55:44.489 | + functions-common:time_stop:2435 : [[ -z 1654858540494 ]] 2022-06-10 10:55:44.491 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:44.495 | + functions-common:time_stop:2438 : end_time=1654858544493 2022-06-10 10:55:44.498 | + functions-common:time_stop:2439 : elapsed_time=3999 2022-06-10 10:55:44.500 | + functions-common:time_stop:2440 : total=31173 2022-06-10 10:55:44.503 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:44.505 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=35172 2022-06-10 10:55:44.507 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:44.510 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-06-10 10:55:44.512 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-06-10 10:55:44.515 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-10 10:55:44.518 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-06-10 10:55:44.520 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-06-10 10:55:44.522 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-10 10:55:44.526 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-06-10 10:55:44.526 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-10 10:55:44.532 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-06-10 10:55:44.534 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-06-10 10:55:44.536 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-06-10 10:55:44.539 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-06-10 10:55:44.541 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-06-10 10:55:44.564 | Using python 3.8 to install python-memcached 2022-06-10 10:55:44.567 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-06-10 10:55:45.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:45.313 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:45.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:45.314 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:46.455 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:46.488 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-06-10 10:55:46.491 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-06-10 10:55:48.155 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-06-10 10:55:48.229 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:48.229 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:48.335 | + inc/python:pip_install:196 : result=0 2022-06-10 10:55:48.338 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-10 10:55:48.341 | + functions-common:time_stop:2426 : local name 2022-06-10 10:55:48.347 | + functions-common:time_stop:2427 : local end_time 2022-06-10 10:55:48.349 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-10 10:55:48.352 | + functions-common:time_stop:2429 : local total 2022-06-10 10:55:48.354 | + functions-common:time_stop:2430 : local start_time 2022-06-10 10:55:48.356 | + functions-common:time_stop:2432 : name=pip_install 2022-06-10 10:55:48.358 | + functions-common:time_stop:2433 : start_time=1654858544559 2022-06-10 10:55:48.360 | + functions-common:time_stop:2435 : [[ -z 1654858544559 ]] 2022-06-10 10:55:48.363 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-10 10:55:48.367 | + functions-common:time_stop:2438 : end_time=1654858548365 2022-06-10 10:55:48.370 | + functions-common:time_stop:2439 : elapsed_time=3806 2022-06-10 10:55:48.372 | + functions-common:time_stop:2440 : total=35172 2022-06-10 10:55:48.374 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-10 10:55:48.377 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=38978 2022-06-10 10:55:48.379 | + inc/python:pip_install:199 : return 0 2022-06-10 10:55:48.382 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-06-10 10:55:48.398 | + functions-common:is_service_enabled:2082 : return 0 2022-06-10 10:55:48.401 | + ./stack.sh:main:892 : '[' 10.222.0.15 == 10.222.0.15 ']' 2022-06-10 10:55:48.404 | + ./stack.sh:main:893 : stack_install_service keystone 2022-06-10 10:55:48.406 | + lib/stack:stack_install_service:20 : local service=keystone 2022-06-10 10:55:48.408 | + lib/stack:stack_install_service:21 : type install_keystone 2022-06-10 10:55:48.411 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-06-10 10:55:48.413 | + lib/stack:stack_install_service:32 : install_keystone 2022-06-10 10:55:48.415 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-06-10 10:55:48.430 | + functions-common:is_service_enabled:2082 : return 1 2022-06-10 10:55:48.433 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-06-10 10:55:48.435 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/keystone.git 2022-06-10 10:55:48.437 | + functions-common:git_clone:598 : local git_dest=/opt/stack/keystone 2022-06-10 10:55:48.439 | + functions-common:git_clone:599 : local git_ref=master 2022-06-10 10:55:48.441 | + functions-common:git_clone:600 : local orig_dir 2022-06-10 10:55:48.444 | ++ functions-common:git_clone:601 : pwd 2022-06-10 10:55:48.446 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-10 10:55:48.448 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-10 10:55:48.451 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-10 10:55:48.467 | + functions-common:git_clone:604 : RECLONE=False 2022-06-10 10:55:48.469 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-10 10:55:48.471 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:48.474 | + functions-common:git_clone:618 : echo master 2022-06-10 10:55:48.474 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-10 10:55:48.479 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/keystone ]] 2022-06-10 10:55:48.481 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-10 10:55:48.483 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-06-10 10:55:48.496 | + functions-common:git_clone:678 : cd /opt/stack/keystone 2022-06-10 10:55:48.499 | + functions-common:git_clone:679 : git show --oneline 2022-06-10 10:55:48.499 | + functions-common:git_clone:679 : head -1 2022-06-10 10:55:48.502 | daa8e746b Merge "Fix typo in documentation" 2022-06-10 10:55:48.505 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-10 10:55:48.507 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-06-10 10:55:48.509 | + inc/python:setup_develop:334 : local bindep 2022-06-10 10:55:48.512 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:55:48.514 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-06-10 10:55:48.516 | + inc/python:setup_develop:340 : local extras= 2022-06-10 10:55:48.519 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-06-10 10:55:48.521 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-06-10 10:55:48.523 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:55:48.526 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-06-10 10:55:48.528 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-06-10 10:55:48.531 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-06-10 10:55:48.534 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-06-10 10:55:48.536 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-06-10 10:55:48.539 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-06-10 10:55:48.541 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-06-10 10:55:48.544 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-06-10 10:55:48.547 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-06-10 10:55:48.552 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-06-10 10:55:48.555 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-06-10 10:55:49.204 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-06-10 10:55:49.206 | + inc/python:setup_package:414 : local bindep=0 2022-06-10 10:55:49.208 | + inc/python:setup_package:415 : local bindep_flag= 2022-06-10 10:55:49.211 | + inc/python:setup_package:416 : local bindep_profiles= 2022-06-10 10:55:49.213 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-06-10 10:55:49.215 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-06-10 10:55:49.218 | + inc/python:setup_package:423 : local flags=-e 2022-06-10 10:55:49.220 | + inc/python:setup_package:424 : local extras= 2022-06-10 10:55:49.222 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-06-10 10:55:49.224 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-06-10 10:55:49.226 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-06-10 10:55:49.228 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-06-10 10:55:49.231 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-06-10 10:55:49.233 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-06-10 10:55:49.253 | Using python 3.8 to install /opt/stack/keystone 2022-06-10 10:55:49.255 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-06-10 10:55:49.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:49.990 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:49.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-10 10:55:49.990 | from cryptography.utils import int_from_bytes 2022-06-10 10:55:51.108 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-10 10:55:51.141 | Obtaining file:///opt/stack/keystone 2022-06-10 10:55:51.142 | Preparing metadata (setup.py): started 2022-06-10 10:55:51.184 | Preparing metadata (setup.py): finished with status 'error' 2022-06-10 10:55:51.184 | ERROR: Command errored out with exit status 1: 2022-06-10 10:55:51.184 | command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/opt/stack/keystone/setup.py'"'"'; __file__='"'"'/opt/stack/keystone/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-1t7bzbsd 2022-06-10 10:55:51.184 | cwd: /opt/stack/keystone/ 2022-06-10 10:55:51.184 | Complete output (3 lines): 2022-06-10 10:55:51.184 | Traceback (most recent call last): 2022-06-10 10:55:51.184 | File "", line 1, in 2022-06-10 10:55:51.184 | ModuleNotFoundError: No module named 'setuptools' 2022-06-10 10:55:51.184 | ---------------------------------------- 2022-06-10 10:55:51.184 | WARNING: Discarding file:///opt/stack/keystone. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-10 10:55:51.184 | ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-10 10:55:51.259 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-10 10:55:51.259 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-10 10:55:51.354 | + inc/python:pip_install:1 : exit_trap 2022-06-10 10:55:51.357 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-10 10:55:51.360 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-10 10:55:51.362 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-10 10:55:51.365 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-10 10:55:51.367 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-10 10:55:51.369 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-10 10:55:51.371 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-10 10:55:51.373 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-10 10:55:51.375 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-10 10:55:51.375 | Error on exit 2022-06-10 10:55:51.378 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-10 10:55:51.380 | + ./stack.sh:exit_trap:537 : generate-subunit 1654858482 69 fail 2022-06-10 10:55:51.629 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-10 10:55:51.631 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-10 10:55:52.090 | + ./stack.sh:exit_trap:551 : exit 1