2022-01-05 16:43:09.860 | + ./stack.sh:main:473 : exec 2022-01-05 16:43:09.860 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-164309' 2022-01-05 16:43:09.860 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-01-05-164309.summary.2022-01-05-164309 2022-01-05 16:43:09.860 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:43:09.860 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-164309 2022-01-05 16:43:09.860 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-164309 /opt/stack/logs/stack.sh.log 2022-01-05 16:43:09.860 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-164309.summary.2022-01-05-164309 /opt/stack/logs/stack.sh.log.summary 2022-01-05 16:43:09.860 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2022-01-05 16:43:09.860 | + functions:check_path_perm_sanity:596 : local real_path 2022-01-05 16:43:09.860 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-01-05 16:43:09.860 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-01-05 16:43:09.860 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-01-05 16:43:09.860 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-01-05 16:43:09.860 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-01-05 16:43:09.860 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:43:09.860 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-01-05 16:43:09.860 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-01-05 16:43:09.861 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 16:43:09.863 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:43:09.865 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-01-05 16:43:09.868 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-01-05 16:43:09.871 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 16:43:09.873 | + ./stack.sh:main:505 : trap exit_trap EXIT 2022-01-05 16:43:09.876 | + ./stack.sh:main:546 : trap err_trap ERR 2022-01-05 16:43:09.877 | + ./stack.sh:main:559 : set -o errexit 2022-01-05 16:43:09.879 | + ./stack.sh:main:562 : uname -a 2022-01-05 16:43:09.880 | Linux dv-osbrick-wallaby-4-iscsi 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-01-05 16:43:09.882 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-01-05 16:43:09.884 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2022-01-05 16:43:09.888 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2022-01-05 16:43:09.915 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2022-01-05 16:43:09.932 | + ./stack.sh:main:576 : fetch_plugins 2022-01-05 16:43:09.934 | + functions-common:fetch_plugins:1650 : local plugins= 2022-01-05 16:43:09.936 | + functions-common:fetch_plugins:1651 : local plugin 2022-01-05 16:43:09.938 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2022-01-05 16:43:09.939 | + functions-common:fetch_plugins:1655 : return 2022-01-05 16:43:09.941 | + ./stack.sh:main:580 : run_phase override_defaults 2022-01-05 16:43:09.943 | + functions-common:run_phase:1732 : local mode=override_defaults 2022-01-05 16:43:09.945 | + functions-common:run_phase:1733 : local phase= 2022-01-05 16:43:09.947 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:43:09.948 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:43:09.950 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:43:09.952 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:43:09.953 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:43:09.956 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:43:09.959 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:43:09.960 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:43:09.962 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:43:09.964 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-01-05 16:43:09.966 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:43:09.979 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:43:09.981 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:43:09.982 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:43:09.985 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:43:09.987 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:43:09.988 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:43:09.990 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:43:09.992 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-01-05 16:43:09.994 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-01-05 16:43:09.995 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:43:09.997 | + functions-common:run_phase:1756 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-05 16:43:09.999 | + functions-common:run_phase:1757 : plugin_override_defaults 2022-01-05 16:43:10.001 | + functions-common:plugin_override_defaults:1691 : local plugins= 2022-01-05 16:43:10.003 | + functions-common:plugin_override_defaults:1692 : local plugin 2022-01-05 16:43:10.004 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2022-01-05 16:43:10.006 | + functions-common:plugin_override_defaults:1696 : return 2022-01-05 16:43:10.008 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2022-01-05 16:43:10.024 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2022-01-05 16:43:10.026 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-01-05 16:43:10.039 | ++ functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:43:10.041 | +++ lib/tls:source:43 : hostname -f 2022-01-05 16:43:10.044 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-01-05 16:43:10.047 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-01-05 16:43:10.049 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-01-05 16:43:10.051 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-01-05 16:43:10.052 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-01-05 16:43:10.054 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-01-05 16:43:10.056 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-01-05 16:43:10.058 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-01-05 16:43:10.060 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-01-05 16:43:10.061 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-01-05 16:43:10.066 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2022-01-05 16:43:10.078 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2022-01-05 16:43:10.094 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2022-01-05 16:43:10.106 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2022-01-05 16:43:10.119 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2022-01-05 16:43:10.144 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2022-01-05 16:43:10.185 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2022-01-05 16:43:10.270 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2022-01-05 16:43:10.291 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2022-01-05 16:43:10.330 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2022-01-05 16:43:10.382 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2022-01-05 16:43:10.507 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2022-01-05 16:43:10.521 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2022-01-05 16:43:10.534 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2022-01-05 16:43:10.546 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2022-01-05 16:43:10.629 | + ./stack.sh:main:609 : run_phase source 2022-01-05 16:43:10.631 | + functions-common:run_phase:1732 : local mode=source 2022-01-05 16:43:10.633 | + functions-common:run_phase:1733 : local phase= 2022-01-05 16:43:10.635 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:43:10.637 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:43:10.640 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:43:10.642 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:43:10.644 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:43:10.647 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:43:10.650 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:43:10.652 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:43:10.654 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:43:10.657 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-01-05 16:43:10.659 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:43:10.674 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:43:10.676 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:43:10.678 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-01-05 16:43:10.717 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-01-05 16:43:10.719 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-01-05 16:43:10.722 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:43:10.724 | + functions-common:run_phase:1754 : load_plugin_settings 2022-01-05 16:43:10.726 | + functions-common:load_plugin_settings:1668 : local plugins= 2022-01-05 16:43:10.728 | + functions-common:load_plugin_settings:1669 : local plugin 2022-01-05 16:43:10.730 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2022-01-05 16:43:10.732 | + functions-common:load_plugin_settings:1673 : return 2022-01-05 16:43:10.734 | + functions-common:run_phase:1755 : verify_disabled_services 2022-01-05 16:43:10.736 | + functions-common:verify_disabled_services:2015 : local service 2022-01-05 16:43:10.738 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.740 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-01-05 16:43:10.743 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.745 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-01-05 16:43:10.747 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.750 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-01-05 16:43:10.752 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.754 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-01-05 16:43:10.757 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.759 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-01-05 16:43:10.761 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.764 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-01-05 16:43:10.766 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.769 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-01-05 16:43:10.771 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.773 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-01-05 16:43:10.775 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.778 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-01-05 16:43:10.780 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.783 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-01-05 16:43:10.785 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.787 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-01-05 16:43:10.789 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.792 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-01-05 16:43:10.794 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.797 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-01-05 16:43:10.799 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.801 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-01-05 16:43:10.803 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.806 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-01-05 16:43:10.808 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.810 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-01-05 16:43:10.813 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.815 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-01-05 16:43:10.817 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.819 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-01-05 16:43:10.822 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.824 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-01-05 16:43:10.826 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.829 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-01-05 16:43:10.831 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.833 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-01-05 16:43:10.835 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.837 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-01-05 16:43:10.840 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.842 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-01-05 16:43:10.845 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.847 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-01-05 16:43:10.849 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.851 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-01-05 16:43:10.854 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.856 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-01-05 16:43:10.858 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.861 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-01-05 16:43:10.863 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.865 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-01-05 16:43:10.867 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.870 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-01-05 16:43:10.872 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.874 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-01-05 16:43:10.876 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.878 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-01-05 16:43:10.881 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.883 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-01-05 16:43:10.885 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.887 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-01-05 16:43:10.890 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.892 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-01-05 16:43:10.894 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.896 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-01-05 16:43:10.899 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.901 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-01-05 16:43:10.903 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.906 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-01-05 16:43:10.908 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.910 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-01-05 16:43:10.912 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.915 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-01-05 16:43:10.917 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:43:10.919 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-01-05 16:43:10.922 | + ./stack.sh:main:680 : initialize_database_backends 2022-01-05 16:43:10.925 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:43:10.927 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-01-05 16:43:10.941 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:43:10.943 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-01-05 16:43:10.945 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:43:10.948 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-01-05 16:43:10.962 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:43:10.965 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-01-05 16:43:10.967 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-01-05 16:43:10.970 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-01-05 16:43:10.972 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-01-05 16:43:10.974 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-01-05 16:43:10.976 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-01-05 16:43:10.979 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-01-05 16:43:10.981 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-01-05 16:43:10.984 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 16:43:10.986 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-01-05 16:43:10.988 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:43:10.991 | + lib/database:initialize_database_backends:104 : return 0 2022-01-05 16:43:10.993 | + ./stack.sh:main:681 : echo 'Using mysql database backend' 2022-01-05 16:43:10.993 | Using mysql database backend 2022-01-05 16:43:10.995 | + ./stack.sh:main:684 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-01-05 16:43:11.011 | + ./stack.sh:main:696 : is_service_enabled rabbit 2022-01-05 16:43:11.026 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:43:11.028 | + ./stack.sh:main:697 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-01-05 16:43:11.044 | + ./stack.sh:main:704 : is_service_enabled keystone 2022-01-05 16:43:11.061 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:43:11.064 | + ./stack.sh:main:706 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-01-05 16:43:11.079 | + ./stack.sh:main:708 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-01-05 16:43:11.095 | + ./stack.sh:main:719 : is_service_enabled ldap 2022-01-05 16:43:11.112 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:43:11.115 | + ./stack.sh:main:728 : is_service_enabled s-proxy 2022-01-05 16:43:11.131 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:43:11.133 | + ./stack.sh:main:732 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-01-05 16:43:11.150 | + ./stack.sh:main:734 : [[ -z '' ]] 2022-01-05 16:43:11.152 | + ./stack.sh:main:734 : [[ False == \T\r\u\e ]] 2022-01-05 16:43:11.154 | + ./stack.sh:main:740 : save_stackenv 740 2022-01-05 16:43:11.157 | + functions-common:save_stackenv:60 : local tag=740 2022-01-05 16:43:11.160 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-01-05 16:43:11.165 | + functions-common:save_stackenv:62 : time_stamp=2022-01-05-164311 2022-01-05 16:43:11.167 | + functions-common:save_stackenv:63 : echo '# 2022-01-05-164311 740' 2022-01-05 16:43:11.169 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.172 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:43:11.174 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.177 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-01-05 16:43:11.179 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.181 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-01-05 16:43:11.184 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.186 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-01-05 16:43:11.188 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.190 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.46 2022-01-05 16:43:11.193 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.195 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.46/identity 2022-01-05 16:43:11.197 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.199 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-01-05-164309 2022-01-05 16:43:11.202 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.204 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-01-05 16:43:11.207 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.209 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.46 2022-01-05 16:43:11.211 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.215 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-01-05 16:43:11.217 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.220 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-01-05 16:43:11.222 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.224 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-01-05 16:43:11.229 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:43:11.229 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-01-05 16:43:11.232 | + ./stack.sh:main:751 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/wallaby 2022-01-05 16:43:11.235 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2022-01-05 16:43:11.238 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2022-01-05 16:43:11.240 | + functions-common:git_clone:525 : local git_ref=stable/wallaby 2022-01-05 16:43:11.242 | + functions-common:git_clone:526 : local orig_dir 2022-01-05 16:43:11.244 | ++ functions-common:git_clone:527 : pwd 2022-01-05 16:43:11.247 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-01-05 16:43:11.249 | + functions-common:git_clone:528 : local git_clone_flags= 2022-01-05 16:43:11.252 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-01-05 16:43:11.267 | + functions-common:git_clone:530 : RECLONE=False 2022-01-05 16:43:11.269 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-01-05 16:43:11.271 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-01-05 16:43:11.274 | + functions-common:git_clone:544 : echo stable/wallaby 2022-01-05 16:43:11.274 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-01-05 16:43:11.279 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2022-01-05 16:43:11.281 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-01-05 16:43:11.284 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2022-01-05 16:43:11.286 | + functions-common:git_clone:593 : git show --oneline 2022-01-05 16:43:11.287 | + functions-common:git_clone:593 : head -1 2022-01-05 16:43:11.290 | 887d45e8 Update amqp version 2022-01-05 16:43:11.293 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-01-05 16:43:11.295 | + ./stack.sh:main:755 : echo_summary 'Installing package prerequisites' 2022-01-05 16:43:11.297 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:43:11.300 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2022-01-05 16:43:11.302 | + ./stack.sh:main:756 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-01-05 16:43:11.305 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-01-05 16:43:11.307 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-01-05 16:43:11.309 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:43:11.312 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-01-05 16:43:11.314 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-01-05 16:43:11.317 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-01-05 16:43:11.320 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-01-05 16:43:11.324 | ++ tools/install_prereqs.sh:source:47 : NOW=1641400991 2022-01-05 16:43:11.327 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-01-05 16:43:11.332 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1641400706 2022-01-05 16:43:11.334 | ++ tools/install_prereqs.sh:source:49 : DELTA=285 2022-01-05 16:43:11.336 | ++ tools/install_prereqs.sh:source:50 : [[ 285 -lt 7200 ]] 2022-01-05 16:43:11.339 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-01-05 16:43:11.341 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-01-05 16:43:11.343 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2022-01-05 16:43:11.345 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-01-05 16:43:11.348 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2022-01-05 16:43:11.350 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-01-05 16:43:11.352 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2022-01-05 16:43:11.354 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-01-05 16:43:11.357 | +++ 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-01-05 16:43:11.403 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-01-05 16:43:11.403 | apache2-dev 2022-01-05 16:43:11.403 | bc 2022-01-05 16:43:11.403 | bsdmainutils 2022-01-05 16:43:11.403 | curl 2022-01-05 16:43:11.403 | g++ 2022-01-05 16:43:11.403 | gcc 2022-01-05 16:43:11.403 | gettext 2022-01-05 16:43:11.403 | git 2022-01-05 16:43:11.403 | graphviz 2022-01-05 16:43:11.403 | iputils-ping 2022-01-05 16:43:11.403 | libapache2-mod-proxy-uwsgi 2022-01-05 16:43:11.403 | libffi-dev 2022-01-05 16:43:11.403 | libjpeg-dev 2022-01-05 16:43:11.403 | libmysqlclient-dev 2022-01-05 16:43:11.403 | libpcre3-dev 2022-01-05 16:43:11.403 | libpq-dev 2022-01-05 16:43:11.403 | libssl-dev 2022-01-05 16:43:11.403 | libsystemd-dev 2022-01-05 16:43:11.403 | libxml2-dev 2022-01-05 16:43:11.404 | libxslt1-dev 2022-01-05 16:43:11.404 | libyaml-dev 2022-01-05 16:43:11.404 | lsof 2022-01-05 16:43:11.404 | openssh-server 2022-01-05 16:43:11.404 | openssl 2022-01-05 16:43:11.404 | pkg-config 2022-01-05 16:43:11.404 | psmisc 2022-01-05 16:43:11.404 | python3-dev 2022-01-05 16:43:11.404 | python3-pip 2022-01-05 16:43:11.404 | python3-systemd 2022-01-05 16:43:11.404 | python3-venv 2022-01-05 16:43:11.404 | tar 2022-01-05 16:43:11.404 | tcpdump 2022-01-05 16:43:11.404 | unzip 2022-01-05 16:43:11.404 | uuid-runtime 2022-01-05 16:43:11.404 | wget 2022-01-05 16:43:11.404 | wget 2022-01-05 16:43:11.404 | zlib1g-dev 2022-01-05 16:43:11.404 | libkrb5-dev 2022-01-05 16:43:11.404 | libldap2-dev 2022-01-05 16:43:11.404 | libsasl2-dev 2022-01-05 16:43:11.404 | memcached 2022-01-05 16:43:11.404 | python3-mysqldb 2022-01-05 16:43:11.404 | sqlite3 2022-01-05 16:43:11.404 | conntrack 2022-01-05 16:43:11.404 | curl 2022-01-05 16:43:11.404 | dnsmasq-base 2022-01-05 16:43:11.404 | dnsmasq-utils 2022-01-05 16:43:11.404 | ebtables 2022-01-05 16:43:11.404 | gawk 2022-01-05 16:43:11.404 | genisoimage 2022-01-05 16:43:11.404 | iptables 2022-01-05 16:43:11.404 | iputils-arping 2022-01-05 16:43:11.404 | kpartx 2022-01-05 16:43:11.404 | libjs-jquery-tablesorter 2022-01-05 16:43:11.404 | libmysqlclient-dev 2022-01-05 16:43:11.404 | parted 2022-01-05 16:43:11.404 | pm-utils 2022-01-05 16:43:11.405 | python3-mysqldb 2022-01-05 16:43:11.405 | socat 2022-01-05 16:43:11.405 | sqlite3 2022-01-05 16:43:11.405 | sudo 2022-01-05 16:43:11.405 | vlan 2022-01-05 16:43:11.405 | lsscsi 2022-01-05 16:43:11.405 | open-iscsi 2022-01-05 16:43:11.405 | lvm2 2022-01-05 16:43:11.405 | qemu-utils 2022-01-05 16:43:11.405 | thin-provisioning-tools 2022-01-05 16:43:11.405 | acl 2022-01-05 16:43:11.405 | dnsmasq-base 2022-01-05 16:43:11.405 | dnsmasq-utils 2022-01-05 16:43:11.405 | ebtables 2022-01-05 16:43:11.405 | haproxy 2022-01-05 16:43:11.405 | iptables 2022-01-05 16:43:11.405 | iputils-arping 2022-01-05 16:43:11.405 | iputils-ping 2022-01-05 16:43:11.405 | libmysqlclient-dev 2022-01-05 16:43:11.405 | postgresql-server-dev-all 2022-01-05 16:43:11.405 | python3-mysqldb 2022-01-05 16:43:11.405 | sqlite3 2022-01-05 16:43:11.405 | sudo 2022-01-05 16:43:11.405 | vlan 2022-01-05 16:43:11.405 | ipset 2022-01-05 16:43:11.405 | conntrack 2022-01-05 16:43:11.405 | conntrackd 2022-01-05 16:43:11.405 | keepalived 2022-01-05 16:43:11.405 | dstat 2022-01-05 16:43:11.405 | lvm2 2022-01-05 16:43:11.405 | qemu-utils 2022-01-05 16:43:11.405 | thin-provisioning-tools 2022-01-05 16:43:11.405 | curl 2022-01-05 16:43:11.405 | liberasurecode-dev 2022-01-05 16:43:11.405 | make 2022-01-05 16:43:11.405 | memcached 2022-01-05 16:43:11.406 | sqlite3 2022-01-05 16:43:11.406 | xfsprogs' 2022-01-05 16:43:11.406 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-01-05 16:43:11.423 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-01-05 16:43:11.423 | apache2-dev 2022-01-05 16:43:11.423 | bc 2022-01-05 16:43:11.423 | bsdmainutils 2022-01-05 16:43:11.423 | curl 2022-01-05 16:43:11.423 | g++ 2022-01-05 16:43:11.423 | gcc 2022-01-05 16:43:11.423 | gettext 2022-01-05 16:43:11.423 | git 2022-01-05 16:43:11.423 | graphviz 2022-01-05 16:43:11.423 | iputils-ping 2022-01-05 16:43:11.423 | libapache2-mod-proxy-uwsgi 2022-01-05 16:43:11.423 | libffi-dev 2022-01-05 16:43:11.424 | libjpeg-dev 2022-01-05 16:43:11.424 | libmysqlclient-dev 2022-01-05 16:43:11.424 | libpcre3-dev 2022-01-05 16:43:11.424 | libpq-dev 2022-01-05 16:43:11.424 | libssl-dev 2022-01-05 16:43:11.424 | libsystemd-dev 2022-01-05 16:43:11.424 | libxml2-dev 2022-01-05 16:43:11.424 | libxslt1-dev 2022-01-05 16:43:11.424 | libyaml-dev 2022-01-05 16:43:11.424 | lsof 2022-01-05 16:43:11.424 | openssh-server 2022-01-05 16:43:11.424 | openssl 2022-01-05 16:43:11.424 | pkg-config 2022-01-05 16:43:11.424 | psmisc 2022-01-05 16:43:11.424 | python3-dev 2022-01-05 16:43:11.424 | python3-pip 2022-01-05 16:43:11.424 | python3-systemd 2022-01-05 16:43:11.424 | python3-venv 2022-01-05 16:43:11.424 | tar 2022-01-05 16:43:11.424 | tcpdump 2022-01-05 16:43:11.424 | unzip 2022-01-05 16:43:11.424 | uuid-runtime 2022-01-05 16:43:11.424 | wget 2022-01-05 16:43:11.424 | wget 2022-01-05 16:43:11.424 | zlib1g-dev 2022-01-05 16:43:11.424 | libkrb5-dev 2022-01-05 16:43:11.424 | libldap2-dev 2022-01-05 16:43:11.424 | libsasl2-dev 2022-01-05 16:43:11.424 | memcached 2022-01-05 16:43:11.424 | python3-mysqldb 2022-01-05 16:43:11.424 | sqlite3 2022-01-05 16:43:11.424 | conntrack 2022-01-05 16:43:11.424 | curl 2022-01-05 16:43:11.424 | dnsmasq-base 2022-01-05 16:43:11.424 | dnsmasq-utils 2022-01-05 16:43:11.424 | ebtables 2022-01-05 16:43:11.424 | gawk 2022-01-05 16:43:11.425 | genisoimage 2022-01-05 16:43:11.425 | iptables 2022-01-05 16:43:11.425 | iputils-arping 2022-01-05 16:43:11.425 | kpartx 2022-01-05 16:43:11.425 | libjs-jquery-tablesorter 2022-01-05 16:43:11.425 | libmysqlclient-dev 2022-01-05 16:43:11.425 | parted 2022-01-05 16:43:11.425 | pm-utils 2022-01-05 16:43:11.425 | python3-mysqldb 2022-01-05 16:43:11.425 | socat 2022-01-05 16:43:11.425 | sqlite3 2022-01-05 16:43:11.425 | sudo 2022-01-05 16:43:11.425 | vlan 2022-01-05 16:43:11.425 | lsscsi 2022-01-05 16:43:11.425 | open-iscsi 2022-01-05 16:43:11.425 | lvm2 2022-01-05 16:43:11.425 | qemu-utils 2022-01-05 16:43:11.425 | thin-provisioning-tools 2022-01-05 16:43:11.425 | acl 2022-01-05 16:43:11.425 | dnsmasq-base 2022-01-05 16:43:11.425 | dnsmasq-utils 2022-01-05 16:43:11.425 | ebtables 2022-01-05 16:43:11.425 | haproxy 2022-01-05 16:43:11.425 | iptables 2022-01-05 16:43:11.425 | iputils-arping 2022-01-05 16:43:11.425 | iputils-ping 2022-01-05 16:43:11.425 | libmysqlclient-dev 2022-01-05 16:43:11.425 | postgresql-server-dev-all 2022-01-05 16:43:11.425 | python3-mysqldb 2022-01-05 16:43:11.425 | sqlite3 2022-01-05 16:43:11.425 | sudo 2022-01-05 16:43:11.425 | vlan 2022-01-05 16:43:11.425 | ipset 2022-01-05 16:43:11.425 | conntrack 2022-01-05 16:43:11.425 | conntrackd 2022-01-05 16:43:11.425 | keepalived 2022-01-05 16:43:11.425 | dstat 2022-01-05 16:43:11.426 | lvm2 2022-01-05 16:43:11.426 | qemu-utils 2022-01-05 16:43:11.426 | thin-provisioning-tools 2022-01-05 16:43:11.426 | curl 2022-01-05 16:43:11.426 | liberasurecode-dev 2022-01-05 16:43:11.426 | make 2022-01-05 16:43:11.426 | memcached 2022-01-05 16:43:11.426 | sqlite3 2022-01-05 16:43:11.426 | xfsprogs ' 2022-01-05 16:43:11.426 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-01-05 16:43:11.428 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:43:11.430 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:43:11.433 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 16:43:11.433 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-01-05 16:43:11.438 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 16:43:11.441 | ++ functions-common:install_package:1342 : update_package_repo 2022-01-05 16:43:11.443 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:43:11.445 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2022-01-05 16:43:11.447 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:43:11.449 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:43:11.451 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:43:11.453 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:43:11.455 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:43:11.457 | ++ functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:43:11.459 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2022-01-05 16:43:11.461 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2022-01-05 16:43:11.463 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2022-01-05 16:43:11.466 | +++ functions-common:apt_get_update:1076 : id -u 2022-01-05 16:43:11.470 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2022-01-05 16:43:11.472 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2022-01-05 16:43:11.474 | ++ functions-common:time_start:2290 : local name=apt-get-update 2022-01-05 16:43:11.476 | ++ functions-common:time_start:2291 : local start_time= 2022-01-05 16:43:11.478 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2022-01-05 16:43:11.480 | +++ functions-common:time_start:2295 : date +%s%3N 2022-01-05 16:43:11.484 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1641400991482 2022-01-05 16:43:11.486 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-01-05 16:43:11.488 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-01-05 16:43:11.490 | ++ functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-01-05 16:43:11.695 | Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-01-05 16:43:11.862 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-01-05 16:43:11.991 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-01-05 16:43:12.511 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-05 16:43:12.813 | Fetched 228 kB in 1s (217 kB/s) 2022-01-05 16:43:14.258 | Reading package lists... 2022-01-05 16:43:14.289 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2022-01-05 16:43:14.291 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2022-01-05 16:43:14.293 | ++ functions-common:time_stop:2304 : local name 2022-01-05 16:43:14.295 | ++ functions-common:time_stop:2305 : local end_time 2022-01-05 16:43:14.297 | ++ functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:43:14.299 | ++ functions-common:time_stop:2307 : local total 2022-01-05 16:43:14.301 | ++ functions-common:time_stop:2308 : local start_time 2022-01-05 16:43:14.303 | ++ functions-common:time_stop:2310 : name=apt-get-update 2022-01-05 16:43:14.305 | ++ functions-common:time_stop:2311 : start_time=1641400991482 2022-01-05 16:43:14.307 | ++ functions-common:time_stop:2313 : [[ -z 1641400991482 ]] 2022-01-05 16:43:14.310 | +++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:43:14.314 | ++ functions-common:time_stop:2316 : end_time=1641400994312 2022-01-05 16:43:14.316 | ++ functions-common:time_stop:2317 : elapsed_time=2830 2022-01-05 16:43:14.319 | ++ functions-common:time_stop:2318 : total=0 2022-01-05 16:43:14.321 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:43:14.322 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2830 2022-01-05 16:43:14.325 | ++ functions-common:install_package:1343 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 16:43:14.328 | ++ functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:43:14.330 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:43:14.332 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:43:14.335 | ++ functions-common:real_install_package:1329 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 16:43:14.354 | ++ functions-common:apt_get:1109 : 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++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2022-01-05 16:43:14.462 | Reading package lists... 2022-01-05 16:43:14.695 | Building dependency tree... 2022-01-05 16:43:14.697 | Reading state information... 2022-01-05 16:43:14.729 | acl is already the newest version (2.2.53-6). 2022-01-05 16:43:14.729 | bc is already the newest version (1.07.1-2build1). 2022-01-05 16:43:14.729 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-01-05 16:43:14.729 | conntrack is already the newest version (1:1.4.5-2). 2022-01-05 16:43:14.729 | ebtables is already the newest version (2.0.11-3build1). 2022-01-05 16:43:14.729 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:43:14.729 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-01-05 16:43:14.729 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:43:14.729 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-01-05 16:43:14.729 | gettext is already the newest version (0.19.8.1-10build1). 2022-01-05 16:43:14.729 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-01-05 16:43:14.729 | iputils-arping is already the newest version (3:20190709-3). 2022-01-05 16:43:14.729 | iputils-ping is already the newest version (3:20190709-3). 2022-01-05 16:43:14.729 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-01-05 16:43:14.729 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-01-05 16:43:14.730 | libffi-dev is already the newest version (3.3-4). 2022-01-05 16:43:14.730 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-01-05 16:43:14.730 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-01-05 16:43:14.730 | libsasl2-dev is already the newest version (2.1.27+dfsg-2). 2022-01-05 16:43:14.730 | libxslt1-dev is already the newest version (1.1.34-4). 2022-01-05 16:43:14.730 | libyaml-dev is already the newest version (0.2.2-1). 2022-01-05 16:43:14.730 | lsscsi is already the newest version (0.30-0.1). 2022-01-05 16:43:14.730 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-01-05 16:43:14.730 | make is already the newest version (4.2.1-1.2). 2022-01-05 16:43:14.730 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-01-05 16:43:14.730 | psmisc is already the newest version (23.3-1). 2022-01-05 16:43:14.730 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:43:14.730 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-01-05 16:43:14.730 | python3-systemd is already the newest version (234-3build2). 2022-01-05 16:43:14.730 | socat is already the newest version (1.7.3.3-2). 2022-01-05 16:43:14.730 | tcpdump is already the newest version (4.9.3-4). 2022-01-05 16:43:14.730 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-01-05 16:43:14.730 | unzip is already the newest version (6.0-25ubuntu1). 2022-01-05 16:43:14.730 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-01-05 16:43:14.730 | conntrackd is already the newest version (1:1.4.5-2). 2022-01-05 16:43:14.730 | dstat is already the newest version (0.7.4-6). 2022-01-05 16:43:14.730 | graphviz is already the newest version (2.42.2-3build2). 2022-01-05 16:43:14.730 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-01-05 16:43:14.730 | pm-utils is already the newest version (1.4.1-19). 2022-01-05 16:43:14.730 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:43:14.730 | apache2 is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:43:14.730 | apache2-dev is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:43:14.730 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-01-05 16:43:14.730 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:43:14.730 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:43:14.730 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-01-05 16:43:14.730 | haproxy is already the newest version (2.0.13-2ubuntu0.3). 2022-01-05 16:43:14.730 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-01-05 16:43:14.730 | keepalived is already the newest version (1:2.0.19-2ubuntu0.1). 2022-01-05 16:43:14.730 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-01-05 16:43:14.731 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-01-05 16:43:14.731 | libmysqlclient-dev is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 16:43:14.731 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-01-05 16:43:14.731 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:43:14.731 | libsystemd-dev is already the newest version (245.4-4ubuntu3.14). 2022-01-05 16:43:14.731 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2022-01-05 16:43:14.731 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-01-05 16:43:14.731 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-01-05 16:43:14.731 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-01-05 16:43:14.731 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.3). 2022-01-05 16:43:14.731 | openssl is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:43:14.731 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-01-05 16:43:14.731 | qemu-utils is already the newest version (1:4.2-3ubuntu6.19). 2022-01-05 16:43:14.731 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-01-05 16:43:14.731 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-01-05 16:43:14.731 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-01-05 16:43:14.731 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-01-05 16:43:14.731 | wget is already the newest version (1.20.3-1ubuntu2). 2022-01-05 16:43:14.731 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-01-05 16:43:14.940 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:43:14.940 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-01-05 16:43:14.940 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-01-05 16:43:14.940 | The following packages were automatically installed and are no longer required: 2022-01-05 16:43:14.941 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:43:14.941 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:43:14.941 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:43:14.941 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:43:14.941 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:43:14.941 | python3-zope.interface 2022-01-05 16:43:14.941 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:43:14.942 | The following additional packages will be installed: 2022-01-05 16:43:14.942 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 python3-yaml 2022-01-05 16:43:15.006 | The following NEW packages will be installed: 2022-01-05 16:43:15.006 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 postgresql-server-dev-all 2022-01-05 16:43:15.007 | python3-yaml 2022-01-05 16:43:15.571 | 0 upgraded, 5 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:43:15.571 | Need to get 0 B/27.4 MB of archives. 2022-01-05 16:43:15.571 | After this operation, 211 MB of additional disk space will be used. 2022-01-05 16:43:15.601 | Selecting previously unselected package python3-yaml. 2022-01-05 16:43:15.653 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 86621 files and directories currently installed.) 2022-01-05 16:43:15.657 | Preparing to unpack .../python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-01-05 16:43:15.659 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:43:15.706 | Selecting previously unselected package llvm-10-tools. 2022-01-05 16:43:15.715 | Preparing to unpack .../llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:43:15.717 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:43:15.863 | Selecting previously unselected package llvm-10-dev. 2022-01-05 16:43:15.873 | Preparing to unpack .../llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:43:15.877 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:43:20.377 | Selecting previously unselected package postgresql-server-dev-12. 2022-01-05 16:43:20.387 | Preparing to unpack .../postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 16:43:20.389 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:43:20.680 | Selecting previously unselected package postgresql-server-dev-all. 2022-01-05 16:43:20.690 | Preparing to unpack .../postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-01-05 16:43:20.693 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:43:20.750 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:43:21.034 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:43:21.039 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:43:21.045 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:43:21.050 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:43:21.056 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 16:43:21.420 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-05 16:43:28.286 | ++ functions-common:apt_get:1113 : result=0 2022-01-05 16:43:28.288 | ++ functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:43:28.291 | ++ functions-common:time_stop:2304 : local name 2022-01-05 16:43:28.293 | ++ functions-common:time_stop:2305 : local end_time 2022-01-05 16:43:28.295 | ++ functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:43:28.297 | ++ functions-common:time_stop:2307 : local total 2022-01-05 16:43:28.299 | ++ functions-common:time_stop:2308 : local start_time 2022-01-05 16:43:28.301 | ++ functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:43:28.304 | ++ functions-common:time_stop:2311 : start_time=1641400994352 2022-01-05 16:43:28.306 | ++ functions-common:time_stop:2313 : [[ -z 1641400994352 ]] 2022-01-05 16:43:28.308 | +++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:43:28.312 | ++ functions-common:time_stop:2316 : end_time=1641401008310 2022-01-05 16:43:28.315 | ++ functions-common:time_stop:2317 : elapsed_time=13958 2022-01-05 16:43:28.317 | ++ functions-common:time_stop:2318 : total=725 2022-01-05 16:43:28.319 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:43:28.321 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=14683 2022-01-05 16:43:28.323 | ++ functions-common:apt_get:1117 : return 0 2022-01-05 16:43:28.326 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-01-05 16:43:28.329 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-01-05 16:43:28.331 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-01-05 16:43:28.335 | ++ tools/install_prereqs.sh:source:89 : date 2022-01-05 16:43:28.339 | + ./stack.sh:main:759 : [[ False != \T\r\u\e ]] 2022-01-05 16:43:28.341 | + ./stack.sh:main:760 : PYPI_ALTERNATIVE_URL= 2022-01-05 16:43:28.345 | + ./stack.sh:main:760 : /home/ubuntu/devstack/tools/install_pip.sh 2022-01-05 16:43:29.710 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-01-05 16:43:29.712 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:43:29.714 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:43:29.717 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2022-01-05 16:43:29.719 | + tools/install_pip.sh:main:43 : GetDistro 2022-01-05 16:43:29.721 | + functions-common:GetDistro:373 : GetOSVersion 2022-01-05 16:43:29.723 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-01-05 16:43:29.725 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-01-05 16:43:29.727 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-01-05 16:43:29.729 | + functions-common:_ensure_lsb_release:328 : return 2022-01-05 16:43:29.731 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-01-05 16:43:29.796 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-01-05 16:43:29.799 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-01-05 16:43:29.864 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-01-05 16:43:29.867 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-01-05 16:43:29.932 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-01-05 16:43:29.934 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-01-05 16:43:29.936 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-01-05 16:43:29.937 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-01-05 16:43:29.939 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-01-05 16:43:29.941 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-01-05 16:43:29.943 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-01-05 16:43:29.945 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-01-05 16:43:29.946 | + functions-common:GetDistro:378 : DISTRO=focal 2022-01-05 16:43:29.948 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2022-01-05 16:43:29.950 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-01-05 16:43:29.950 | Distro: focal 2022-01-05 16:43:29.953 | + tools/install_pip.sh:main:127 : get_versions 2022-01-05 16:43:29.955 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-01-05 16:43:29.959 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-01-05 16:43:29.960 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-01-05 16:43:29.963 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-01-05 16:43:29.963 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-01-05 16:43:30.544 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-01-05 16:43:30.546 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-01-05 16:43:30.546 | pip: 21.3.1 2022-01-05 16:43:30.548 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2022-01-05 16:43:31.080 | pip 21.3.1 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2022-01-05 16:43:31.120 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2022-01-05 16:43:31.122 | + tools/install_pip.sh:main:134 : [[ focal == focal ]] 2022-01-05 16:43:31.124 | + tools/install_pip.sh:main:135 : exit 0 2022-01-05 16:43:31.127 | + ./stack.sh:main:764 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-01-05 16:43:31.130 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:43:31.133 | + ./stack.sh:main:765 : fixup_all 2022-01-05 16:43:31.135 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2022-01-05 16:43:31.138 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-01-05 16:43:31.140 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:43:31.145 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:43:31.146 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-01-05 16:43:31.146 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-01-05 16:43:31.152 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-01-05 16:43:31.154 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-01-05 16:43:31.156 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-01-05 16:43:31.164 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-01-05 16:43:31.167 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2022-01-05 16:43:31.169 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2022-01-05 16:43:31.172 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2022-01-05 16:43:31.174 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2022-01-05 16:43:31.176 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2022-01-05 16:43:31.178 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:43:31.180 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:43:31.182 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:43:31.184 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:43:31.187 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:43:31.189 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:43:31.191 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:43:31.193 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:43:31.195 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:43:31.197 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2022-01-05 16:43:31.200 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2022-01-05 16:43:31.202 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2022-01-05 16:43:31.204 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:43:31.206 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:43:31.208 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:43:31.210 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:43:31.212 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:43:31.214 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:43:31.216 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2022-01-05 16:43:31.219 | + ./stack.sh:main:768 : pip_install -U os-testr 2022-01-05 16:43:31.243 | Using python 3.8 to install os-testr 2022-01-05 16:43:31.245 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-01-05 16:43:31.956 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:43:31.956 | from cryptography.utils import int_from_bytes 2022-01-05 16:43:31.956 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:43:31.956 | from cryptography.utils import int_from_bytes 2022-01-05 16:43:32.933 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:43:32.966 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.0) 2022-01-05 16:43:33.036 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-01-05 16:43:33.037 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.1.0) 2022-01-05 16:43:33.038 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.4.0) 2022-01-05 16:43:33.039 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.5.1) 2022-01-05 16:43:33.053 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-01-05 16:43:33.079 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-01-05 16:43:33.081 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.18.2) 2022-01-05 16:43:33.082 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.4.1) 2022-01-05 16:43:33.083 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.7.0) 2022-01-05 16:43:33.084 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.1) 2022-01-05 16:43:33.100 | Requirement already satisfied: unittest2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.1.0) 2022-01-05 16:43:33.101 | Requirement already satisfied: python-mimeparse in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.6.0) 2022-01-05 16:43:33.102 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.15.0) 2022-01-05 16:43:33.103 | Requirement already satisfied: traceback2 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.4.0) 2022-01-05 16:43:33.115 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.3.0) 2022-01-05 16:43:33.116 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2022-01-05 16:43:33.117 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.7.2) 2022-01-05 16:43:33.118 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.5.0) 2022-01-05 16:43:33.181 | Collecting argparse 2022-01-05 16:43:33.190 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2022-01-05 16:43:33.209 | Requirement already satisfied: linecache2 in /usr/local/lib/python3.8/dist-packages (from traceback2->testtools>=2.2.0->os-testr) (1.0.0) 2022-01-05 16:43:33.266 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (20.3.0) 2022-01-05 16:43:33.267 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-01-05 16:43:33.268 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.4) 2022-01-05 16:43:33.269 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-01-05 16:43:34.526 | Installing collected packages: argparse 2022-01-05 16:43:34.626 | Successfully installed argparse-1.4.0 2022-01-05 16:43:34.626 | 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-01-05 16:43:34.735 | + inc/python:pip_install:200 : result=0 2022-01-05 16:43:34.737 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:43:34.739 | + functions-common:time_stop:2304 : local name 2022-01-05 16:43:34.741 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:43:34.743 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:43:34.745 | + functions-common:time_stop:2307 : local total 2022-01-05 16:43:34.747 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:43:34.750 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:43:34.752 | + functions-common:time_stop:2311 : start_time=1641401011234 2022-01-05 16:43:34.754 | + functions-common:time_stop:2313 : [[ -z 1641401011234 ]] 2022-01-05 16:43:34.756 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:43:34.760 | + functions-common:time_stop:2316 : end_time=1641401014758 2022-01-05 16:43:34.762 | + functions-common:time_stop:2317 : elapsed_time=3524 2022-01-05 16:43:34.765 | + functions-common:time_stop:2318 : total=0 2022-01-05 16:43:34.767 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:43:34.769 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3524 2022-01-05 16:43:34.771 | + inc/python:pip_install:203 : return 0 2022-01-05 16:43:34.774 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-01-05 16:43:34.824 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2022-01-05 16:43:34.923 | + ./stack.sh:main:779 : install_infra 2022-01-05 16:43:34.925 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:43:34.928 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-01-05 16:43:34.930 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-01-05 16:43:38.099 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:43:38.101 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-01-05 16:43:38.124 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-01-05 16:43:40.058 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:40.065 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:40.272 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:40.453 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:40.508 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:40.569 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:40.729 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:43:40.851 | Collecting pbr===5.5.1 2022-01-05 16:43:40.857 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2022-01-05 16:43:40.894 | Installing collected packages: pbr 2022-01-05 16:43:41.033 | Successfully installed pbr-5.5.1 2022-01-05 16:43:41.095 | + inc/python:pip_install:200 : result=0 2022-01-05 16:43:41.098 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:43:41.100 | + functions-common:time_stop:2304 : local name 2022-01-05 16:43:41.102 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:43:41.104 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:43:41.106 | + functions-common:time_stop:2307 : local total 2022-01-05 16:43:41.109 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:43:41.111 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:43:41.113 | + functions-common:time_stop:2311 : start_time=1641401018116 2022-01-05 16:43:41.115 | + functions-common:time_stop:2313 : [[ -z 1641401018116 ]] 2022-01-05 16:43:41.117 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:43:41.121 | + functions-common:time_stop:2316 : end_time=1641401021119 2022-01-05 16:43:41.124 | + functions-common:time_stop:2317 : elapsed_time=3003 2022-01-05 16:43:41.126 | + functions-common:time_stop:2318 : total=3524 2022-01-05 16:43:41.128 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:43:41.130 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=6527 2022-01-05 16:43:41.132 | + inc/python:pip_install:203 : return 0 2022-01-05 16:43:41.135 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:43:41.137 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-01-05 16:43:41.159 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-01-05 16:43:43.121 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:43.129 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:43.337 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:43.518 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:43.572 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:43.631 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:43:43.792 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:43:43.794 | Processing /opt/stack/requirements 2022-01-05 16:43:45.099 | Collecting fixtures===3.0.0 2022-01-05 16:43:45.106 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-01-05 16:43:45.333 | Collecting PyYAML===5.4.1 2022-01-05 16:43:45.341 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 2022-01-05 16:43:45.527 | Collecting requests===2.25.1 2022-01-05 16:43:45.535 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61 kB) 2022-01-05 16:43:45.620 | Collecting packaging===20.9 2022-01-05 16:43:45.626 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40 kB) 2022-01-05 16:43:45.690 | Collecting testtools===2.4.0 2022-01-05 16:43:45.696 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2022-01-05 16:43:45.784 | Collecting idna===2.10 2022-01-05 16:43:45.790 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2022-01-05 16:43:45.925 | Collecting pyparsing===2.4.7 2022-01-05 16:43:45.931 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2022-01-05 16:43:45.980 | Collecting six===1.15.0 2022-01-05 16:43:45.986 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2022-01-05 16:43:46.013 | Collecting Parsley>=1.2 2022-01-05 16:43:46.019 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-01-05 16:43:46.066 | Collecting beagle>=0.2.1 2022-01-05 16:43:46.073 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-01-05 16:43:46.098 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2022-01-05 16:43:46.123 | Collecting chardet===4.0.0 2022-01-05 16:43:46.130 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178 kB) 2022-01-05 16:43:46.214 | Collecting certifi===2021.10.8 2022-01-05 16:43:46.221 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-01-05 16:43:46.304 | Collecting urllib3===1.26.3 2022-01-05 16:43:46.311 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b4/65e494e3e0d89/urllib3-1.26.3-py2.py3-none-any.whl (137 kB) 2022-01-05 16:43:46.379 | Collecting traceback2===1.4.0 2022-01-05 16:43:46.385 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2022-01-05 16:43:46.426 | Collecting unittest2===1.1.0 2022-01-05 16:43:46.432 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2022-01-05 16:43:46.480 | Collecting python-mimeparse===1.6.0 2022-01-05 16:43:46.487 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2022-01-05 16:43:46.515 | Collecting extras===1.0.0 2022-01-05 16:43:46.521 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-01-05 16:43:46.602 | Collecting cliff===3.7.0 2022-01-05 16:43:46.608 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/989/7aec5d621e652/cliff-3.7.0-py3-none-any.whl (80 kB) 2022-01-05 16:43:46.660 | Collecting linecache2===1.0.0 2022-01-05 16:43:46.666 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2022-01-05 16:43:46.708 | Collecting argparse 2022-01-05 16:43:46.714 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2022-01-05 16:43:46.856 | Collecting cmd2===1.5.0 2022-01-05 16:43:46.862 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133 kB) 2022-01-05 16:43:46.972 | Collecting prettytable===0.7.2 2022-01-05 16:43:46.978 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2022-01-05 16:43:47.057 | Collecting stevedore===3.3.0 2022-01-05 16:43:47.063 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2022-01-05 16:43:47.118 | Collecting wcwidth===0.2.5 2022-01-05 16:43:47.124 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-01-05 16:43:47.177 | Collecting pyperclip===1.8.2 2022-01-05 16:43:47.183 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-01-05 16:43:47.230 | Collecting attrs===20.3.0 2022-01-05 16:43:47.237 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2022-01-05 16:43:47.346 | Collecting colorama===0.4.4 2022-01-05 16:43:47.352 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2022-01-05 16:43:47.366 | Building wheels for collected packages: openstack-requirements 2022-01-05 16:43:47.367 | Building wheel for openstack-requirements (setup.py): started 2022-01-05 16:43:48.134 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-01-05 16:43:48.134 | ERROR: Command errored out with exit status 1: 2022-01-05 16:43:48.134 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-e0l9vx7c/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-e0l9vx7c/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-gyq3y7wf 2022-01-05 16:43:48.134 | cwd: /tmp/pip-req-build-e0l9vx7c/ 2022-01-05 16:43:48.134 | Complete output (6 lines): 2022-01-05 16:43:48.134 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-01-05 16:43:48.134 | or: setup.py --help [cmd1 cmd2 ...] 2022-01-05 16:43:48.134 | or: setup.py --help-commands 2022-01-05 16:43:48.134 | or: setup.py cmd --help 2022-01-05 16:43:48.134 | 2022-01-05 16:43:48.134 | error: invalid command 'bdist_wheel' 2022-01-05 16:43:48.134 | ---------------------------------------- 2022-01-05 16:43:48.134 | ERROR: Failed building wheel for openstack-requirements 2022-01-05 16:43:48.134 | Running setup.py clean for openstack-requirements 2022-01-05 16:43:48.922 | Failed to build openstack-requirements 2022-01-05 16:43:49.140 | Installing collected packages: chardet, certifi, attrs, six, linecache2, traceback2, argparse, unittest2, python-mimeparse, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, pyperclip, colorama, cmd2, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2022-01-05 16:43:51.427 | Running setup.py install for openstack-requirements: started 2022-01-05 16:43:53.600 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-01-05 16:43:53.638 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2021.10.8 chardet-4.0.0 cliff-3.7.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 linecache2-1.0.0 openstack-requirements-1.2.1.dev4562 packaging-20.9 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.26.3 wcwidth-0.2.5 2022-01-05 16:43:53.771 | + inc/python:pip_install:200 : result=0 2022-01-05 16:43:53.773 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:43:53.775 | + functions-common:time_stop:2304 : local name 2022-01-05 16:43:53.777 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:43:53.780 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:43:53.782 | + functions-common:time_stop:2307 : local total 2022-01-05 16:43:53.784 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:43:53.786 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:43:53.788 | + functions-common:time_stop:2311 : start_time=1641401021152 2022-01-05 16:43:53.790 | + functions-common:time_stop:2313 : [[ -z 1641401021152 ]] 2022-01-05 16:43:53.793 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:43:53.797 | + functions-common:time_stop:2316 : end_time=1641401033794 2022-01-05 16:43:53.799 | + functions-common:time_stop:2317 : elapsed_time=12642 2022-01-05 16:43:53.801 | + functions-common:time_stop:2318 : total=6527 2022-01-05 16:43:53.803 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:43:53.805 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=19169 2022-01-05 16:43:53.807 | + inc/python:pip_install:203 : return 0 2022-01-05 16:43:53.810 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-01-05 16:43:53.812 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-01-05 16:43:53.815 | + inc/python:use_library_from_git:250 : local name=pbr 2022-01-05 16:43:53.817 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:43:53.819 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:43:53.822 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-01-05 16:43:53.824 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:43:53.827 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-01-05 16:43:53.847 | Using python 3.8 to install pbr 2022-01-05 16:43:53.849 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-01-05 16:43:54.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:43:54.562 | from cryptography.utils import int_from_bytes 2022-01-05 16:43:54.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:43:54.562 | from cryptography.utils import int_from_bytes 2022-01-05 16:43:55.554 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:43:55.585 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.5.1) 2022-01-05 16:43:57.121 | 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-01-05 16:43:57.231 | + inc/python:pip_install:200 : result=0 2022-01-05 16:43:57.233 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:43:57.235 | + functions-common:time_stop:2304 : local name 2022-01-05 16:43:57.237 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:43:57.239 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:43:57.241 | + functions-common:time_stop:2307 : local total 2022-01-05 16:43:57.243 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:43:57.245 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:43:57.248 | + functions-common:time_stop:2311 : start_time=1641401033842 2022-01-05 16:43:57.250 | + functions-common:time_stop:2313 : [[ -z 1641401033842 ]] 2022-01-05 16:43:57.253 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:43:57.257 | + functions-common:time_stop:2316 : end_time=1641401037254 2022-01-05 16:43:57.259 | + functions-common:time_stop:2317 : elapsed_time=3412 2022-01-05 16:43:57.261 | + functions-common:time_stop:2318 : total=19169 2022-01-05 16:43:57.263 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:43:57.266 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=22581 2022-01-05 16:43:57.268 | + inc/python:pip_install:203 : return 0 2022-01-05 16:43:57.270 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2022-01-05 16:43:59.539 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep 2022-01-05 16:44:01.449 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:44:01.451 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.10.1) 2022-01-05 16:44:01.466 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-01-05 16:44:01.468 | Requirement already satisfied: distro in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.6.0) 2022-01-05 16:44:01.471 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-01-05 16:44:01.477 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.8.0) 2022-01-05 16:44:01.480 | 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.6) 2022-01-05 16:44:01.551 | + ./stack.sh:main:785 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 16:44:01.553 | + ./stack.sh:main:785 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 16:44:01.556 | ++ ./stack.sh:main:788 : _get_plugin_bindep_packages 2022-01-05 16:44:01.573 | + ./stack.sh:main:788 : pkgs= 2022-01-05 16:44:01.576 | + ./stack.sh:main:789 : [[ -n '' ]] 2022-01-05 16:44:01.579 | + ./stack.sh:main:796 : run_phase stack pre-install 2022-01-05 16:44:01.581 | + functions-common:run_phase:1732 : local mode=stack 2022-01-05 16:44:01.583 | + functions-common:run_phase:1733 : local phase=pre-install 2022-01-05 16:44:01.585 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:44:01.587 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:44:01.590 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:44:01.592 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:44:01.594 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:44:01.597 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:44:01.600 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:44:01.603 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:44:01.605 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:44:01.607 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-01-05 16:44:01.609 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:44:01.625 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:01.627 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 16:44:01.629 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:44:01.631 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-01-05 16:44:01.633 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:44:01.635 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-01-05 16:44:01.637 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:44:01.639 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-01-05 16:44:01.641 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:44:01.643 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-01-05 16:44:01.645 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:44:01.647 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-01-05 16:44:01.650 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-01-05 16:44:01.652 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-01-05 16:44:01.654 | + functions-common:run_phase:1753 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 16:44:01.656 | + functions-common:run_phase:1756 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-05 16:44:01.659 | + functions-common:run_phase:1759 : run_plugins stack pre-install 2022-01-05 16:44:01.661 | + functions-common:run_plugins:1718 : local mode=stack 2022-01-05 16:44:01.663 | + functions-common:run_plugins:1719 : local phase=pre-install 2022-01-05 16:44:01.665 | + functions-common:run_plugins:1721 : local plugins= 2022-01-05 16:44:01.667 | + functions-common:run_plugins:1722 : local plugin 2022-01-05 16:44:01.670 | + ./stack.sh:main:799 : set_systemd_override DefaultLimitNOFILE 2048 2022-01-05 16:44:01.673 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-01-05 16:44:01.679 | + functions:set_systemd_override:821 : local value=2048 2022-01-05 16:44:01.681 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-01-05 16:44:01.684 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-01-05 16:44:01.735 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-01-05 16:44:01.735 | Set systemd system override for DefaultLimitNOFILE=2048 2022-01-05 16:44:01.737 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-01-05 16:44:02.115 | + ./stack.sh:main:801 : install_rpc_backend 2022-01-05 16:44:02.118 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-01-05 16:44:02.134 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:02.136 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-01-05 16:44:02.139 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:44:02.141 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:44:02.143 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:44:02.146 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:44:02.148 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:44:02.150 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:44:02.152 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:02.155 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:02.157 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:44:02.159 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:44:02.162 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:44:02.164 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:44:02.166 | + functions-common:install_package:1343 : real_install_package rabbitmq-server 2022-01-05 16:44:02.168 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:44:02.171 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:02.174 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:02.176 | + functions-common:real_install_package:1329 : apt_get install rabbitmq-server 2022-01-05 16:44:02.198 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-01-05 16:44:02.307 | Reading package lists... 2022-01-05 16:44:02.536 | Building dependency tree... 2022-01-05 16:44:02.537 | Reading state information... 2022-01-05 16:44:02.773 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-01-05 16:44:02.774 | The following packages were automatically installed and are no longer required: 2022-01-05 16:44:02.775 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:44:02.775 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:44:02.775 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:44:02.775 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:44:02.775 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:44:02.775 | python3-zope.interface 2022-01-05 16:44:02.775 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:44:02.886 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:44:02.890 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:44:02.892 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:44:02.894 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:02.897 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:02.899 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:02.901 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:02.903 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:02.905 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:44:02.907 | + functions-common:time_stop:2311 : start_time=1641401042196 2022-01-05 16:44:02.909 | + functions-common:time_stop:2313 : [[ -z 1641401042196 ]] 2022-01-05 16:44:02.912 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:02.916 | + functions-common:time_stop:2316 : end_time=1641401042914 2022-01-05 16:44:02.918 | + functions-common:time_stop:2317 : elapsed_time=718 2022-01-05 16:44:02.921 | + functions-common:time_stop:2318 : total=14683 2022-01-05 16:44:02.923 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:02.925 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=15401 2022-01-05 16:44:02.928 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:44:02.930 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-01-05 16:44:02.932 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:44:02.935 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:44:02.937 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:44:02.939 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:44:02.942 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:44:02.944 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:44:02.946 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-01-05 16:44:02.948 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:44:02.950 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:44:02.953 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:44:02.955 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:44:02.957 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:44:02.959 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:44:02.961 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:44:02.964 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:44:02.966 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:44:02.968 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-01-05 16:44:02.970 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:44:02.973 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:44:02.975 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:44:02.977 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:44:02.980 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:44:02.982 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:44:02.985 | + ./stack.sh:main:802 : restart_rpc_backend 2022-01-05 16:44:02.987 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-01-05 16:44:03.003 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:03.005 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-01-05 16:44:03.008 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:44:03.010 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2022-01-05 16:44:03.012 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-01-05 16:44:03.015 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-01-05 16:44:03.019 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-01-05 16:44:03.021 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-01-05 16:44:03.023 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-01-05 16:44:03.025 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-01-05 16:44:03.028 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-01-05 16:44:03.030 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-01-05 16:44:03.033 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-01-05 16:44:03.777 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-01-05 16:44:03.777 | user tags 2022-01-05 16:44:03.777 | stackrabbit []' 2022-01-05 16:44:03.781 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-01-05 16:44:03.781 | user tags 2022-01-05 16:44:03.781 | stackrabbit []' 2022-01-05 16:44:03.781 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-01-05 16:44:03.787 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-01-05 16:44:03.789 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-01-05 16:44:03.792 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-01-05 16:44:04.465 | Changing password for user "stackrabbit" ... 2022-01-05 16:44:04.489 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-01-05 16:44:05.153 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-01-05 16:44:05.177 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-01-05 16:44:05.179 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-01-05 16:44:05.833 | Changing password for user "stackrabbit" ... 2022-01-05 16:44:05.855 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-01-05 16:44:05.858 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-01-05 16:44:05.860 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-01-05 16:44:06.509 | Deleting user "guest" ... 2022-01-05 16:44:06.523 | Error: 2022-01-05 16:44:06.523 | {:no_such_user, "guest"} 2022-01-05 16:44:06.536 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-01-05 16:44:06.538 | + ./stack.sh:main:804 : is_service_enabled mysql postgresql 2022-01-05 16:44:06.555 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:06.557 | + ./stack.sh:main:805 : install_database 2022-01-05 16:44:06.560 | + lib/database:install_database:116 : install_database_mysql 2022-01-05 16:44:06.562 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-01-05 16:44:06.564 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:06.567 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:06.569 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-01-05 16:44:06.783 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-01-05 16:44:06.785 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-01-05 16:44:06.788 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2022-01-05 16:44:06.790 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:44:06.792 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-01-05 16:44:06.795 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:44:06.797 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:44:06.799 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:44:06.802 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:44:06.804 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:44:06.806 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:44:06.809 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:44:06.811 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:44:06.814 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:44:06.816 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-01-05 16:44:06.818 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:44:06.820 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:44:06.823 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:44:06.826 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:44:06.828 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:44:06.830 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:44:06.833 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-01-05 16:44:06.835 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:06.837 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:06.839 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-01-05 16:44:06.842 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:44:06.844 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:44:06.846 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:44:06.848 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:44:06.851 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:44:06.853 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:44:06.855 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:06.858 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:06.860 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:44:06.862 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:44:06.865 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:44:06.867 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:44:06.869 | + functions-common:install_package:1343 : real_install_package mysql-server 2022-01-05 16:44:06.871 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:44:06.874 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:06.876 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:06.879 | + functions-common:real_install_package:1329 : apt_get install mysql-server 2022-01-05 16:44:06.900 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-01-05 16:44:07.008 | Reading package lists... 2022-01-05 16:44:07.239 | Building dependency tree... 2022-01-05 16:44:07.240 | Reading state information... 2022-01-05 16:44:07.483 | mysql-server is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 16:44:07.483 | The following packages were automatically installed and are no longer required: 2022-01-05 16:44:07.485 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:44:07.485 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:44:07.485 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:44:07.485 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:44:07.485 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:44:07.485 | python3-zope.interface 2022-01-05 16:44:07.485 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:44:07.597 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:44:07.601 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:44:07.603 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:44:07.605 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:07.608 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:07.616 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:07.618 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:07.620 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:07.623 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:44:07.625 | + functions-common:time_stop:2311 : start_time=1641401046898 2022-01-05 16:44:07.627 | + functions-common:time_stop:2313 : [[ -z 1641401046898 ]] 2022-01-05 16:44:07.629 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:07.633 | + functions-common:time_stop:2316 : end_time=1641401047631 2022-01-05 16:44:07.636 | + functions-common:time_stop:2317 : elapsed_time=733 2022-01-05 16:44:07.638 | + functions-common:time_stop:2318 : total=15401 2022-01-05 16:44:07.640 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:07.642 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=16134 2022-01-05 16:44:07.645 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:44:07.647 | + ./stack.sh:main:807 : '[' -n mysql ']' 2022-01-05 16:44:07.650 | + ./stack.sh:main:808 : install_database_python 2022-01-05 16:44:07.652 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-01-05 16:44:07.655 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-01-05 16:44:07.657 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-01-05 16:44:07.660 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:44:07.663 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-01-05 16:44:07.665 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-01-05 16:44:07.667 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:44:07.672 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:44:07.672 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:44:07.681 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-01-05 16:44:07.683 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-01-05 16:44:07.685 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-01-05 16:44:07.688 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-01-05 16:44:07.690 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-01-05 16:44:07.711 | Using python 3.8 to install PyMySQL 2022-01-05 16:44:07.714 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-01-05 16:44:08.442 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:08.443 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:08.443 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:08.443 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:09.438 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:44:09.470 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-01-05 16:44:10.891 | 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-01-05 16:44:10.996 | + inc/python:pip_install:200 : result=0 2022-01-05 16:44:10.999 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:44:11.001 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:11.003 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:11.006 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:11.008 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:11.010 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:11.013 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:44:11.016 | + functions-common:time_stop:2311 : start_time=1641401047706 2022-01-05 16:44:11.018 | + functions-common:time_stop:2313 : [[ -z 1641401047706 ]] 2022-01-05 16:44:11.021 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:11.025 | + functions-common:time_stop:2316 : end_time=1641401051022 2022-01-05 16:44:11.027 | + functions-common:time_stop:2317 : elapsed_time=3316 2022-01-05 16:44:11.030 | + functions-common:time_stop:2318 : total=22581 2022-01-05 16:44:11.032 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:11.034 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=25897 2022-01-05 16:44:11.037 | + inc/python:pip_install:203 : return 0 2022-01-05 16:44:11.039 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-01-05 16:44:11.041 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 16:44:11.043 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-01-05 16:44:11.046 | + ./stack.sh:main:811 : is_service_enabled neutron 2022-01-05 16:44:11.061 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:11.064 | + ./stack.sh:main:812 : install_neutron_agent_packages 2022-01-05 16:44:11.066 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-01-05 16:44:11.069 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 16:44:11.070 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-01-05 16:44:11.075 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 16:44:11.077 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-01-05 16:44:11.080 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-01-05 16:44:11.082 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-01-05 16:44:11.085 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-01-05 16:44:11.087 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-01-05 16:44:11.103 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:11.105 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-01-05 16:44:11.108 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:44:11.110 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:44:11.112 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:44:11.114 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:44:11.117 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:44:11.119 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:44:11.121 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:11.123 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:11.125 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:44:11.128 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:44:11.130 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:44:11.132 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:44:11.134 | + functions-common:install_package:1343 : real_install_package radvd 2022-01-05 16:44:11.136 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:44:11.139 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:11.141 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:11.144 | + functions-common:real_install_package:1329 : apt_get install radvd 2022-01-05 16:44:11.165 | + functions-common:apt_get:1109 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-01-05 16:44:11.273 | Reading package lists... 2022-01-05 16:44:11.508 | Building dependency tree... 2022-01-05 16:44:11.510 | Reading state information... 2022-01-05 16:44:11.750 | radvd is already the newest version (1:2.17-2). 2022-01-05 16:44:11.750 | The following packages were automatically installed and are no longer required: 2022-01-05 16:44:11.751 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:44:11.752 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:44:11.752 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:44:11.752 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:44:11.752 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:44:11.752 | python3-zope.interface 2022-01-05 16:44:11.752 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:44:11.863 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:44:11.868 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:44:11.870 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:44:11.873 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:11.875 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:11.877 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:11.879 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:11.882 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:11.884 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:44:11.886 | + functions-common:time_stop:2311 : start_time=1641401051162 2022-01-05 16:44:11.889 | + functions-common:time_stop:2313 : [[ -z 1641401051162 ]] 2022-01-05 16:44:11.892 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:11.896 | + functions-common:time_stop:2316 : end_time=1641401051893 2022-01-05 16:44:11.898 | + functions-common:time_stop:2317 : elapsed_time=731 2022-01-05 16:44:11.900 | + functions-common:time_stop:2318 : total=16134 2022-01-05 16:44:11.902 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:11.905 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=16865 2022-01-05 16:44:11.907 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:44:11.910 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-01-05 16:44:11.929 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:11.931 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-01-05 16:44:11.934 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-01-05 16:44:11.937 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-01-05 16:44:11.956 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-01-05 16:44:11.958 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:44:11.961 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:44:11.963 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:44:11.966 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:44:11.968 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:44:11.971 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:44:11.973 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:11.975 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:11.977 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:44:11.979 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:44:11.981 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:44:11.984 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:44:11.986 | + functions-common:install_package:1343 : real_install_package fakeroot make openvswitch-switch 2022-01-05 16:44:11.988 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:44:11.990 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:11.992 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:11.995 | + functions-common:real_install_package:1329 : apt_get install fakeroot make openvswitch-switch 2022-01-05 16:44:12.015 | + functions-common:apt_get:1109 : 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-01-05 16:44:12.123 | Reading package lists... 2022-01-05 16:44:12.352 | Building dependency tree... 2022-01-05 16:44:12.354 | Reading state information... 2022-01-05 16:44:12.588 | fakeroot is already the newest version (1.24-1). 2022-01-05 16:44:12.588 | make is already the newest version (4.2.1-1.2). 2022-01-05 16:44:12.588 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-01-05 16:44:12.588 | The following packages were automatically installed and are no longer required: 2022-01-05 16:44:12.589 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:44:12.589 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:44:12.589 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:44:12.589 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:44:12.589 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:44:12.589 | python3-zope.interface 2022-01-05 16:44:12.589 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:44:12.700 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:44:12.704 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:44:12.707 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:44:12.709 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:12.711 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:12.713 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:12.715 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:12.717 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:12.719 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:44:12.721 | + functions-common:time_stop:2311 : start_time=1641401052012 2022-01-05 16:44:12.723 | + functions-common:time_stop:2313 : [[ -z 1641401052012 ]] 2022-01-05 16:44:12.726 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:12.730 | + functions-common:time_stop:2316 : end_time=1641401052728 2022-01-05 16:44:12.733 | + functions-common:time_stop:2317 : elapsed_time=716 2022-01-05 16:44:12.735 | + functions-common:time_stop:2318 : total=16865 2022-01-05 16:44:12.737 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:12.739 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=17581 2022-01-05 16:44:12.741 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:44:12.743 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-01-05 16:44:12.745 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:12.748 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:12.751 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-01-05 16:44:12.753 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-01-05 16:44:12.756 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-01-05 16:44:12.760 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-01-05 16:44:12.762 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-01-05 16:44:12.766 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-01-05 16:44:12.766 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-01-05 16:44:12.771 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-01-05 16:44:12.774 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-01-05 16:44:12.776 | + functions:vercmp:628 : local v1=5.4 2022-01-05 16:44:12.779 | + functions:vercmp:629 : local 'op=<' 2022-01-05 16:44:12.782 | + functions:vercmp:630 : local v2=3.13 2022-01-05 16:44:12.784 | + functions:vercmp:631 : local result 2022-01-05 16:44:12.787 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-01-05 16:44:12.788 | ++ functions:vercmp:635 : sort -V 2022-01-05 16:44:12.788 | ++ functions:vercmp:635 : head -1 2022-01-05 16:44:12.792 | + functions:vercmp:635 : result=3.13 2022-01-05 16:44:12.795 | + functions:vercmp:637 : case $op in 2022-01-05 16:44:12.798 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-01-05 16:44:12.800 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-01-05 16:44:12.802 | + functions:vercmp:648 : return 2022-01-05 16:44:12.805 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-01-05 16:44:12.807 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2022-01-05 16:44:12.809 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart openvswitch-switch 2022-01-05 16:44:13.276 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-01-05 16:44:13.279 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-01-05 16:44:13.282 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.285 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.288 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-01-05 16:44:13.290 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.294 | + ./stack.sh:main:815 : is_service_enabled etcd3 2022-01-05 16:44:13.313 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:13.315 | + ./stack.sh:main:816 : install_etcd3 2022-01-05 16:44:13.318 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-01-05 16:44:13.318 | Installing etcd 2022-01-05 16:44:13.320 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-01-05 16:44:13.332 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-01-05 16:44:13.344 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-01-05 16:44:13.347 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-01-05 16:44:13.362 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-01-05 16:44:13.365 | ++ 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-01-05 16:44:13.367 | ++ 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-01-05 16:44:13.370 | +++ 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-01-05 16:44:13.375 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:44:13.377 | ++ 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-01-05 16:44:13.380 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-01-05 16:44:13.382 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:44:13.384 | ++ functions:get_extra_file:74 : return 2022-01-05 16:44:13.388 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:44:13.390 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-01-05 16:44:13.392 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-01-05 16:44:13.395 | + ./stack.sh:main:825 : is_service_enabled tls-proxy 2022-01-05 16:44:13.411 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:44:13.414 | + ./stack.sh:main:835 : install_dstat 2022-01-05 16:44:13.416 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-01-05 16:44:13.432 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:44:13.435 | + ./stack.sh:main:841 : echo_summary 'Installing OpenStack project source' 2022-01-05 16:44:13.437 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:44:13.439 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2022-01-05 16:44:13.442 | + ./stack.sh:main:844 : install_libs 2022-01-05 16:44:13.444 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2022-01-05 16:44:13.446 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2022-01-05 16:44:13.449 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2022-01-05 16:44:13.452 | + inc/python:use_library_from_git:250 : local name=automaton 2022-01-05 16:44:13.454 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.456 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.458 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-01-05 16:44:13.460 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.463 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2022-01-05 16:44:13.466 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2022-01-05 16:44:13.468 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2022-01-05 16:44:13.470 | + inc/python:use_library_from_git:250 : local name=castellan 2022-01-05 16:44:13.473 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.475 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.477 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-01-05 16:44:13.479 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.482 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2022-01-05 16:44:13.484 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2022-01-05 16:44:13.486 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2022-01-05 16:44:13.489 | + inc/python:use_library_from_git:250 : local name=cliff 2022-01-05 16:44:13.491 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.493 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.495 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-01-05 16:44:13.497 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.500 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2022-01-05 16:44:13.502 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2022-01-05 16:44:13.504 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2022-01-05 16:44:13.506 | + inc/python:use_library_from_git:250 : local name=cursive 2022-01-05 16:44:13.509 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.511 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.514 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-01-05 16:44:13.516 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.518 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2022-01-05 16:44:13.520 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2022-01-05 16:44:13.523 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2022-01-05 16:44:13.525 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-01-05 16:44:13.527 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.530 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.532 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-01-05 16:44:13.535 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.537 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2022-01-05 16:44:13.539 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2022-01-05 16:44:13.541 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2022-01-05 16:44:13.544 | + inc/python:use_library_from_git:250 : local name=futurist 2022-01-05 16:44:13.546 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.549 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.551 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-01-05 16:44:13.553 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.556 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2022-01-05 16:44:13.558 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2022-01-05 16:44:13.561 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2022-01-05 16:44:13.563 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-01-05 16:44:13.566 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.568 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.570 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-01-05 16:44:13.572 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.576 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2022-01-05 16:44:13.578 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2022-01-05 16:44:13.580 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2022-01-05 16:44:13.583 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-01-05 16:44:13.585 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.587 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.589 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-01-05 16:44:13.592 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.594 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2022-01-05 16:44:13.597 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2022-01-05 16:44:13.599 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2022-01-05 16:44:13.601 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-01-05 16:44:13.603 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.606 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.608 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-01-05 16:44:13.610 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.613 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2022-01-05 16:44:13.615 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2022-01-05 16:44:13.617 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2022-01-05 16:44:13.619 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-01-05 16:44:13.622 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.625 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.627 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-01-05 16:44:13.629 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.631 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2022-01-05 16:44:13.634 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2022-01-05 16:44:13.636 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2022-01-05 16:44:13.639 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-01-05 16:44:13.641 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.643 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.646 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-01-05 16:44:13.648 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.650 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2022-01-05 16:44:13.652 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2022-01-05 16:44:13.655 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2022-01-05 16:44:13.657 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-01-05 16:44:13.659 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.662 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.664 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-01-05 16:44:13.666 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.670 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2022-01-05 16:44:13.672 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2022-01-05 16:44:13.674 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2022-01-05 16:44:13.677 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-01-05 16:44:13.679 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.681 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.683 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-01-05 16:44:13.685 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.688 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2022-01-05 16:44:13.690 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2022-01-05 16:44:13.692 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2022-01-05 16:44:13.694 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-01-05 16:44:13.697 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.699 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.702 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-01-05 16:44:13.704 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.706 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2022-01-05 16:44:13.708 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2022-01-05 16:44:13.711 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2022-01-05 16:44:13.713 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-01-05 16:44:13.716 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.718 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.721 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-01-05 16:44:13.723 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.725 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2022-01-05 16:44:13.727 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2022-01-05 16:44:13.729 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2022-01-05 16:44:13.732 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-01-05 16:44:13.735 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.737 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.739 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-01-05 16:44:13.741 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.744 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2022-01-05 16:44:13.746 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2022-01-05 16:44:13.749 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2022-01-05 16:44:13.751 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-01-05 16:44:13.753 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.755 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.758 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-01-05 16:44:13.760 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.762 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2022-01-05 16:44:13.765 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2022-01-05 16:44:13.767 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2022-01-05 16:44:13.769 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-01-05 16:44:13.772 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.774 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.776 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-01-05 16:44:13.779 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.781 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2022-01-05 16:44:13.783 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2022-01-05 16:44:13.786 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2022-01-05 16:44:13.788 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-01-05 16:44:13.790 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.793 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.795 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-01-05 16:44:13.798 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.800 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2022-01-05 16:44:13.803 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2022-01-05 16:44:13.805 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2022-01-05 16:44:13.807 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-01-05 16:44:13.810 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.812 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.814 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-01-05 16:44:13.816 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.819 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2022-01-05 16:44:13.821 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2022-01-05 16:44:13.823 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2022-01-05 16:44:13.826 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-01-05 16:44:13.828 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.830 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.832 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-01-05 16:44:13.834 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.837 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2022-01-05 16:44:13.839 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2022-01-05 16:44:13.842 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2022-01-05 16:44:13.844 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-01-05 16:44:13.846 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.849 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.851 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-01-05 16:44:13.853 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.856 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2022-01-05 16:44:13.859 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2022-01-05 16:44:13.861 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2022-01-05 16:44:13.863 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-01-05 16:44:13.865 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.868 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.870 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-01-05 16:44:13.872 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.875 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2022-01-05 16:44:13.877 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2022-01-05 16:44:13.879 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2022-01-05 16:44:13.882 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-01-05 16:44:13.884 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.886 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.888 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-01-05 16:44:13.891 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.893 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2022-01-05 16:44:13.895 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2022-01-05 16:44:13.897 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2022-01-05 16:44:13.900 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-01-05 16:44:13.902 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.905 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.907 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-01-05 16:44:13.909 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.912 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2022-01-05 16:44:13.914 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2022-01-05 16:44:13.916 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2022-01-05 16:44:13.919 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-01-05 16:44:13.921 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.924 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.926 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-01-05 16:44:13.929 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.931 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2022-01-05 16:44:13.933 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2022-01-05 16:44:13.936 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2022-01-05 16:44:13.938 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-01-05 16:44:13.940 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.943 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.945 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-01-05 16:44:13.947 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.950 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2022-01-05 16:44:13.952 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2022-01-05 16:44:13.955 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2022-01-05 16:44:13.957 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-01-05 16:44:13.959 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.962 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.964 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-01-05 16:44:13.966 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.969 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2022-01-05 16:44:13.971 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2022-01-05 16:44:13.973 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2022-01-05 16:44:13.976 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-01-05 16:44:13.978 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:13.980 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:13.983 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-01-05 16:44:13.986 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:13.988 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2022-01-05 16:44:13.990 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2022-01-05 16:44:13.992 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2022-01-05 16:44:13.995 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-01-05 16:44:13.998 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:14.000 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:14.002 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-01-05 16:44:14.005 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:14.007 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2022-01-05 16:44:14.009 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2022-01-05 16:44:14.012 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2022-01-05 16:44:14.014 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-01-05 16:44:14.017 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:14.019 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:14.021 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-01-05 16:44:14.024 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:14.026 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2022-01-05 16:44:14.029 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2022-01-05 16:44:14.031 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2022-01-05 16:44:14.033 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-01-05 16:44:14.036 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:14.038 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:14.040 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-01-05 16:44:14.042 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:14.045 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2022-01-05 16:44:14.048 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2022-01-05 16:44:14.050 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2022-01-05 16:44:14.052 | + inc/python:use_library_from_git:250 : local name=tooz 2022-01-05 16:44:14.055 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:14.057 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:14.060 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-01-05 16:44:14.062 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:14.064 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2022-01-05 16:44:14.067 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2022-01-05 16:44:14.069 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2022-01-05 16:44:14.071 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-01-05 16:44:14.074 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:14.076 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:14.078 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-01-05 16:44:14.081 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:14.083 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2022-01-05 16:44:14.085 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2022-01-05 16:44:14.088 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2022-01-05 16:44:14.090 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-01-05 16:44:14.093 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:14.095 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:14.097 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-01-05 16:44:14.100 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:14.102 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2022-01-05 16:44:14.104 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2022-01-05 16:44:14.107 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2022-01-05 16:44:14.110 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-01-05 16:44:14.112 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:14.114 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:14.116 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-01-05 16:44:14.119 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:14.122 | + lib/libraries:install_libs:135 : pip_install etcd3 2022-01-05 16:44:14.143 | Using python 3.8 to install etcd3 2022-01-05 16:44:14.146 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-01-05 16:44:14.859 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:14.859 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:14.859 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:14.859 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:15.845 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:44:15.876 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-01-05 16:44:15.883 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.15.0) 2022-01-05 16:44:15.884 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.36.1) 2022-01-05 16:44:15.885 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.15.6) 2022-01-05 16:44:15.887 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-01-05 16:44:17.267 | 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-01-05 16:44:17.370 | + inc/python:pip_install:200 : result=0 2022-01-05 16:44:17.373 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:44:17.375 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:17.377 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:17.379 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:17.381 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:17.384 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:17.386 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:44:17.388 | + functions-common:time_stop:2311 : start_time=1641401054138 2022-01-05 16:44:17.391 | + functions-common:time_stop:2313 : [[ -z 1641401054138 ]] 2022-01-05 16:44:17.393 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:17.397 | + functions-common:time_stop:2316 : end_time=1641401057395 2022-01-05 16:44:17.399 | + functions-common:time_stop:2317 : elapsed_time=3257 2022-01-05 16:44:17.401 | + functions-common:time_stop:2318 : total=25897 2022-01-05 16:44:17.404 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:17.406 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=29154 2022-01-05 16:44:17.408 | + inc/python:pip_install:203 : return 0 2022-01-05 16:44:17.411 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2022-01-05 16:44:17.436 | Using python 3.8 to install etcd3gw 2022-01-05 16:44:17.438 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-01-05 16:44:18.151 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:18.151 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:18.151 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:18.151 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:19.141 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:44:19.172 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (0.2.5) 2022-01-05 16:44:19.182 | Requirement already satisfied: urllib3>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.26.3) 2022-01-05 16:44:19.183 | Requirement already satisfied: futurist!=0.15.0,>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.3.0) 2022-01-05 16:44:19.184 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.5.1) 2022-01-05 16:44:19.185 | Requirement already satisfied: requests!=2.12.2,!=2.13.0,>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.25.1) 2022-01-05 16:44:19.186 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.15.0) 2022-01-05 16:44:19.211 | Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.8/dist-packages (from requests!=2.12.2,!=2.13.0,>=2.10.0->etcd3gw) (4.0.0) 2022-01-05 16:44:19.212 | Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.12.2,!=2.13.0,>=2.10.0->etcd3gw) (2.10) 2022-01-05 16:44:19.213 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests!=2.12.2,!=2.13.0,>=2.10.0->etcd3gw) (2021.10.8) 2022-01-05 16:44:20.576 | 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-01-05 16:44:20.688 | + inc/python:pip_install:200 : result=0 2022-01-05 16:44:20.690 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:44:20.692 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:20.694 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:20.697 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:20.699 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:20.701 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:20.704 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:44:20.706 | + functions-common:time_stop:2311 : start_time=1641401057430 2022-01-05 16:44:20.708 | + functions-common:time_stop:2313 : [[ -z 1641401057430 ]] 2022-01-05 16:44:20.711 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:20.715 | + functions-common:time_stop:2316 : end_time=1641401060712 2022-01-05 16:44:20.717 | + functions-common:time_stop:2317 : elapsed_time=3282 2022-01-05 16:44:20.720 | + functions-common:time_stop:2318 : total=29154 2022-01-05 16:44:20.722 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:20.724 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=32436 2022-01-05 16:44:20.726 | + inc/python:pip_install:203 : return 0 2022-01-05 16:44:20.729 | + ./stack.sh:main:847 : install_apache_uwsgi 2022-01-05 16:44:20.731 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-01-05 16:44:20.733 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-01-05 16:44:20.736 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:44:20.738 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:44:20.740 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:44:20.743 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:44:20.745 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:44:20.747 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:44:20.749 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:44:20.752 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:44:20.754 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:44:20.756 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-01-05 16:44:20.759 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-01-05 16:44:20.761 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:20.764 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:20.767 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-01-05 16:44:20.769 | + lib/apache:install_apache_uwsgi:96 : [[ focal == \b\i\o\n\i\c ]] 2022-01-05 16:44:20.771 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:44:20.774 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:44:20.776 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:44:20.779 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:44:20.781 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:44:20.784 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:44:20.786 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:44:20.788 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:20.790 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:20.793 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:44:20.795 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:44:20.798 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:44:20.800 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:44:20.803 | + functions-common:install_package:1343 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:44:20.805 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:44:20.807 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:20.810 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:20.812 | + functions-common:real_install_package:1329 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:44:20.833 | + functions-common:apt_get:1109 : 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-01-05 16:44:20.942 | Reading package lists... 2022-01-05 16:44:21.182 | Building dependency tree... 2022-01-05 16:44:21.184 | Reading state information... 2022-01-05 16:44:21.419 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-01-05 16:44:21.419 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-01-05 16:44:21.419 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:44:21.420 | The following packages were automatically installed and are no longer required: 2022-01-05 16:44:21.421 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:44:21.421 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:44:21.421 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:44:21.421 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:44:21.421 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:44:21.421 | python3-zope.interface 2022-01-05 16:44:21.421 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:44:21.532 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:44:21.537 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:44:21.539 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:44:21.541 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:21.544 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:21.546 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:21.548 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:21.550 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:21.552 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:44:21.555 | + functions-common:time_stop:2311 : start_time=1641401060831 2022-01-05 16:44:21.557 | + functions-common:time_stop:2313 : [[ -z 1641401060831 ]] 2022-01-05 16:44:21.559 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:21.563 | + functions-common:time_stop:2316 : end_time=1641401061561 2022-01-05 16:44:21.566 | + functions-common:time_stop:2317 : elapsed_time=730 2022-01-05 16:44:21.568 | + functions-common:time_stop:2318 : total=17581 2022-01-05 16:44:21.570 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:21.572 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=18311 2022-01-05 16:44:21.575 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:44:21.577 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2022-01-05 16:44:21.580 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:44:21.582 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:44:21.584 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2022-01-05 16:44:21.646 | Module proxy already enabled 2022-01-05 16:44:21.650 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2022-01-05 16:44:21.711 | Considering dependency proxy for proxy_uwsgi: 2022-01-05 16:44:21.711 | Module proxy already enabled 2022-01-05 16:44:21.711 | Module proxy_uwsgi already enabled 2022-01-05 16:44:21.716 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2022-01-05 16:44:21.718 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-01-05 16:44:21.721 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2022-01-05 16:44:21.723 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2022-01-05 16:44:21.848 | + ./stack.sh:main:850 : install_keystoneauth 2022-01-05 16:44:21.851 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2022-01-05 16:44:21.853 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-01-05 16:44:21.856 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:21.859 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:21.861 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-01-05 16:44:21.864 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:21.866 | + ./stack.sh:main:851 : install_keystoneclient 2022-01-05 16:44:21.868 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2022-01-05 16:44:21.871 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-01-05 16:44:21.873 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:21.876 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:21.878 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-01-05 16:44:21.881 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:21.883 | + ./stack.sh:main:852 : install_glanceclient 2022-01-05 16:44:21.885 | + lib/glance:install_glanceclient:429 : use_library_from_git python-glanceclient 2022-01-05 16:44:21.888 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-01-05 16:44:21.890 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:21.893 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:21.895 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-01-05 16:44:21.898 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:21.900 | + ./stack.sh:main:853 : install_cinderclient 2022-01-05 16:44:21.903 | + lib/cinder:install_cinderclient:467 : use_library_from_git python-brick-cinderclient-ext 2022-01-05 16:44:21.905 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-01-05 16:44:21.908 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:21.910 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:21.912 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-01-05 16:44:21.915 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:21.917 | + lib/cinder:install_cinderclient:472 : use_library_from_git python-cinderclient 2022-01-05 16:44:21.920 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-01-05 16:44:21.923 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:21.925 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:21.927 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-01-05 16:44:21.930 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:21.932 | + ./stack.sh:main:854 : install_novaclient 2022-01-05 16:44:21.935 | + lib/nova:install_novaclient:812 : use_library_from_git python-novaclient 2022-01-05 16:44:21.937 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-01-05 16:44:21.939 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:21.942 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:21.944 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-01-05 16:44:21.946 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:21.949 | + ./stack.sh:main:855 : is_service_enabled swift glance horizon 2022-01-05 16:44:21.966 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:21.968 | + ./stack.sh:main:856 : install_swiftclient 2022-01-05 16:44:21.971 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-01-05 16:44:21.973 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-01-05 16:44:21.975 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:21.978 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:21.980 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-01-05 16:44:21.983 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:21.985 | + ./stack.sh:main:858 : is_service_enabled neutron nova horizon 2022-01-05 16:44:22.002 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:22.004 | + ./stack.sh:main:859 : install_neutronclient 2022-01-05 16:44:22.006 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-01-05 16:44:22.009 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-01-05 16:44:22.011 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:22.013 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:22.016 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-01-05 16:44:22.018 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:22.021 | + ./stack.sh:main:863 : install_keystonemiddleware 2022-01-05 16:44:22.023 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2022-01-05 16:44:22.025 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-01-05 16:44:22.028 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:44:22.031 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:44:22.033 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-01-05 16:44:22.035 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:44:22.038 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2022-01-05 16:44:22.040 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-01-05 16:44:22.042 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:44:22.046 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-01-05 16:44:22.049 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-01-05 16:44:22.051 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:44:22.054 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:44:22.055 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:44:22.060 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-01-05 16:44:22.062 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-01-05 16:44:22.064 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-01-05 16:44:22.067 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-01-05 16:44:22.069 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-01-05 16:44:22.091 | Using python 3.8 to install keystonemiddleware 2022-01-05 16:44:22.093 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-01-05 16:44:22.833 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:22.833 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:22.833 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:22.833 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:23.852 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:44:23.884 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.2.0) 2022-01-05 16:44:23.937 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.5.1) 2022-01-05 16:44:23.938 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.2.1) 2022-01-05 16:44:23.939 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-01-05 16:44:23.940 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.15.0) 2022-01-05 16:44:23.941 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.25.1) 2022-01-05 16:44:23.942 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-01-05 16:44:23.943 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-01-05 16:44:23.944 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.1) 2022-01-05 16:44:23.945 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-01-05 16:44:23.946 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.8.0) 2022-01-05 16:44:23.947 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.0.1) 2022-01-05 16:44:23.949 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.7.0) 2022-01-05 16:44:23.950 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-01-05 16:44:23.951 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.5.1) 2022-01-05 16:44:24.008 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.3.0) 2022-01-05 16:44:24.010 | 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-01-05 16:44:24.011 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.14) 2022-01-05 16:44:24.049 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.2) 2022-01-05 16:44:24.087 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.2.0) 2022-01-05 16:44:24.089 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (5.4.1) 2022-01-05 16:44:24.091 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.4.0) 2022-01-05 16:44:24.092 | 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-01-05 16:44:24.146 | 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-01-05 16:44:24.147 | 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.1) 2022-01-05 16:44:24.157 | 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.2) 2022-01-05 16:44:24.158 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.1) 2022-01-05 16:44:24.172 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (20.9) 2022-01-05 16:44:24.173 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (2.4.7) 2022-01-05 16:44:24.174 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.10.9) 2022-01-05 16:44:24.232 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2021.10.8) 2022-01-05 16:44:24.233 | Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.10) 2022-01-05 16:44:24.234 | Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (4.0.0) 2022-01-05 16:44:24.235 | 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.3) 2022-01-05 16:44:24.282 | 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.12.1) 2022-01-05 16:44:24.295 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware) (4.4.2) 2022-01-05 16:44:25.601 | 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-01-05 16:44:25.710 | + inc/python:pip_install:200 : result=0 2022-01-05 16:44:25.713 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:44:25.715 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:25.718 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:25.720 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:25.722 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:25.724 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:25.726 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:44:25.728 | + functions-common:time_stop:2311 : start_time=1641401062085 2022-01-05 16:44:25.731 | + functions-common:time_stop:2313 : [[ -z 1641401062085 ]] 2022-01-05 16:44:25.734 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:25.738 | + functions-common:time_stop:2316 : end_time=1641401065735 2022-01-05 16:44:25.740 | + functions-common:time_stop:2317 : elapsed_time=3650 2022-01-05 16:44:25.742 | + functions-common:time_stop:2318 : total=32436 2022-01-05 16:44:25.744 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:25.746 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=36086 2022-01-05 16:44:25.749 | + inc/python:pip_install:203 : return 0 2022-01-05 16:44:25.751 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2022-01-05 16:44:25.753 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-01-05 16:44:25.755 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:44:25.758 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-01-05 16:44:25.761 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-01-05 16:44:25.763 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:44:25.767 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:44:25.767 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:44:25.774 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-01-05 16:44:25.776 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-01-05 16:44:25.779 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-01-05 16:44:25.782 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-01-05 16:44:25.784 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-01-05 16:44:25.806 | Using python 3.8 to install python-memcached 2022-01-05 16:44:25.809 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-01-05 16:44:26.537 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:26.537 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:26.537 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:26.537 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:27.528 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:44:27.564 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-01-05 16:44:27.567 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.15.0) 2022-01-05 16:44:29.035 | 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-01-05 16:44:29.142 | + inc/python:pip_install:200 : result=0 2022-01-05 16:44:29.145 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:44:29.147 | + functions-common:time_stop:2304 : local name 2022-01-05 16:44:29.149 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:44:29.152 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:44:29.154 | + functions-common:time_stop:2307 : local total 2022-01-05 16:44:29.156 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:44:29.158 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:44:29.160 | + functions-common:time_stop:2311 : start_time=1641401065800 2022-01-05 16:44:29.163 | + functions-common:time_stop:2313 : [[ -z 1641401065800 ]] 2022-01-05 16:44:29.165 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:44:29.170 | + functions-common:time_stop:2316 : end_time=1641401069167 2022-01-05 16:44:29.173 | + functions-common:time_stop:2317 : elapsed_time=3367 2022-01-05 16:44:29.175 | + functions-common:time_stop:2318 : total=36086 2022-01-05 16:44:29.177 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:44:29.179 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=39453 2022-01-05 16:44:29.181 | + inc/python:pip_install:203 : return 0 2022-01-05 16:44:29.185 | + ./stack.sh:main:865 : is_service_enabled keystone 2022-01-05 16:44:29.202 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:44:29.204 | + ./stack.sh:main:866 : '[' 10.222.0.46 == 10.222.0.46 ']' 2022-01-05 16:44:29.207 | + ./stack.sh:main:867 : stack_install_service keystone 2022-01-05 16:44:29.209 | + lib/stack:stack_install_service:20 : local service=keystone 2022-01-05 16:44:29.211 | + lib/stack:stack_install_service:21 : type install_keystone 2022-01-05 16:44:29.214 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 16:44:29.216 | + lib/stack:stack_install_service:32 : install_keystone 2022-01-05 16:44:29.218 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2022-01-05 16:44:29.234 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:44:29.236 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/wallaby 2022-01-05 16:44:29.238 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2022-01-05 16:44:29.240 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2022-01-05 16:44:29.242 | + functions-common:git_clone:525 : local git_ref=stable/wallaby 2022-01-05 16:44:29.244 | + functions-common:git_clone:526 : local orig_dir 2022-01-05 16:44:29.248 | ++ functions-common:git_clone:527 : pwd 2022-01-05 16:44:29.250 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-01-05 16:44:29.252 | + functions-common:git_clone:528 : local git_clone_flags= 2022-01-05 16:44:29.255 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-01-05 16:44:29.270 | + functions-common:git_clone:530 : RECLONE=False 2022-01-05 16:44:29.272 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-01-05 16:44:29.274 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-01-05 16:44:29.276 | + functions-common:git_clone:544 : echo stable/wallaby 2022-01-05 16:44:29.277 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-01-05 16:44:29.282 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2022-01-05 16:44:29.284 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-01-05 16:44:29.286 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2022-01-05 16:44:29.289 | + functions-common:git_clone:593 : git show --oneline 2022-01-05 16:44:29.289 | + functions-common:git_clone:593 : head -1 2022-01-05 16:44:29.294 | ddd97302e Merge "Update local_id limit to 255 characters" into stable/wallaby 2022-01-05 16:44:29.296 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-01-05 16:44:29.299 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2022-01-05 16:44:29.301 | + inc/python:setup_develop:338 : local bindep 2022-01-05 16:44:29.303 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:44:29.305 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-01-05 16:44:29.307 | + inc/python:setup_develop:344 : local extras= 2022-01-05 16:44:29.310 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-01-05 16:44:29.312 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 16:44:29.314 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:44:29.316 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-01-05 16:44:29.319 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 16:44:29.321 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-01-05 16:44:29.324 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-01-05 16:44:29.327 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 16:44:29.330 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-01-05 16:44:29.332 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 16:44:29.334 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-01-05 16:44:29.337 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-01-05 16:44:29.343 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2022-01-05 16:44:29.346 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2022-01-05 16:44:29.947 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2022-01-05 16:44:29.950 | + inc/python:setup_package:417 : local bindep=0 2022-01-05 16:44:29.952 | + inc/python:setup_package:418 : local bindep_flag= 2022-01-05 16:44:29.954 | + inc/python:setup_package:419 : local bindep_profiles= 2022-01-05 16:44:29.956 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:44:29.958 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2022-01-05 16:44:29.961 | + inc/python:setup_package:426 : local flags=-e 2022-01-05 16:44:29.963 | + inc/python:setup_package:427 : local extras= 2022-01-05 16:44:29.965 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-01-05 16:44:29.968 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-01-05 16:44:29.970 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-01-05 16:44:29.972 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-01-05 16:44:29.974 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-01-05 16:44:29.976 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2022-01-05 16:44:29.995 | Using python 3.8 to install /opt/stack/keystone 2022-01-05 16:44:29.998 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-01-05 16:44:30.716 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:30.716 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:30.716 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:44:30.716 | from cryptography.utils import int_from_bytes 2022-01-05 16:44:31.707 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:44:31.707 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement. Discussion can be found at https://github.com/pypa/pip/issues/8210 2022-01-05 16:44:31.707 | ERROR: Editable requirements are not allowed as constraints 2022-01-05 16:44:31.793 | + inc/python:pip_install:1 : exit_trap 2022-01-05 16:44:31.795 | + ./stack.sh:exit_trap:507 : local r=1 2022-01-05 16:44:31.798 | ++ ./stack.sh:exit_trap:508 : jobs -p 2022-01-05 16:44:31.801 | + ./stack.sh:exit_trap:508 : jobs= 2022-01-05 16:44:31.803 | + ./stack.sh:exit_trap:511 : [[ -n '' ]] 2022-01-05 16:44:31.805 | + ./stack.sh:exit_trap:517 : '[' -f '' ']' 2022-01-05 16:44:31.807 | + ./stack.sh:exit_trap:522 : kill_spinner 2022-01-05 16:44:31.809 | + ./stack.sh:kill_spinner:417 : '[' '!' -z '' ']' 2022-01-05 16:44:31.811 | + ./stack.sh:exit_trap:524 : [[ 1 -ne 0 ]] 2022-01-05 16:44:31.813 | + ./stack.sh:exit_trap:525 : echo 'Error on exit' 2022-01-05 16:44:31.813 | Error on exit 2022-01-05 16:44:31.815 | + ./stack.sh:exit_trap:527 : type -p generate-subunit 2022-01-05 16:44:31.817 | + ./stack.sh:exit_trap:528 : generate-subunit 1641400986 85 fail 2022-01-05 16:44:32.304 | + ./stack.sh:exit_trap:530 : [[ -z /opt/stack/logs ]] 2022-01-05 16:44:32.306 | + ./stack.sh:exit_trap:533 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-01-05 16:44:32.750 | + ./stack.sh:exit_trap:542 : exit 1