2022-01-05 16:49:37.596 | + ./stack.sh:main:473 : exec 2022-01-05 16:49:37.596 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-164937' 2022-01-05 16:49:37.597 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-01-05-164937.summary.2022-01-05-164937 2022-01-05 16:49:37.597 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:49:37.597 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-164937 2022-01-05 16:49:37.597 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-164937 /opt/stack/logs/stack.sh.log 2022-01-05 16:49:37.597 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-164937.summary.2022-01-05-164937 /opt/stack/logs/stack.sh.log.summary 2022-01-05 16:49:37.597 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:596 : local real_path 2022-01-05 16:49:37.597 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-01-05 16:49:37.597 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-01-05 16:49:37.597 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-01-05 16:49:37.597 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:49:37.597 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-01-05 16:49:37.599 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-01-05 16:49:37.603 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 16:49:37.605 | + ./stack.sh:main:505 : trap exit_trap EXIT 2022-01-05 16:49:37.607 | + ./stack.sh:main:546 : trap err_trap ERR 2022-01-05 16:49:37.609 | + ./stack.sh:main:559 : set -o errexit 2022-01-05 16:49:37.611 | + ./stack.sh:main:562 : uname -a 2022-01-05 16:49:37.612 | 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:49:37.614 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-01-05 16:49:37.616 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2022-01-05 16:49:37.619 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2022-01-05 16:49:37.647 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2022-01-05 16:49:37.662 | + ./stack.sh:main:576 : fetch_plugins 2022-01-05 16:49:37.664 | + functions-common:fetch_plugins:1650 : local plugins= 2022-01-05 16:49:37.666 | + functions-common:fetch_plugins:1651 : local plugin 2022-01-05 16:49:37.667 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2022-01-05 16:49:37.669 | + functions-common:fetch_plugins:1655 : return 2022-01-05 16:49:37.671 | + ./stack.sh:main:580 : run_phase override_defaults 2022-01-05 16:49:37.674 | + functions-common:run_phase:1732 : local mode=override_defaults 2022-01-05 16:49:37.676 | + functions-common:run_phase:1733 : local phase= 2022-01-05 16:49:37.677 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:49:37.679 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:49:37.681 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:49:37.682 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:49:37.684 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:49:37.686 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:49:37.690 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:49:37.692 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:49:37.694 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:49:37.695 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-01-05 16:49:37.697 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:49:37.709 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:37.711 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:49:37.713 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.714 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.716 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.718 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.720 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.721 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-01-05 16:49:37.723 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-01-05 16:49:37.725 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:49:37.727 | + 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:49:37.728 | + functions-common:run_phase:1757 : plugin_override_defaults 2022-01-05 16:49:37.730 | + functions-common:plugin_override_defaults:1691 : local plugins= 2022-01-05 16:49:37.732 | + functions-common:plugin_override_defaults:1692 : local plugin 2022-01-05 16:49:37.733 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2022-01-05 16:49:37.736 | + functions-common:plugin_override_defaults:1696 : return 2022-01-05 16:49:37.738 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2022-01-05 16:49:37.754 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2022-01-05 16:49:37.756 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-01-05 16:49:37.769 | ++ functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:49:37.771 | +++ lib/tls:source:43 : hostname -f 2022-01-05 16:49:37.774 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-01-05 16:49:37.776 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-01-05 16:49:37.778 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-01-05 16:49:37.780 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-01-05 16:49:37.781 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-01-05 16:49:37.784 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-01-05 16:49:37.786 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-01-05 16:49:37.788 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-01-05 16:49:37.789 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-01-05 16:49:37.791 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-01-05 16:49:37.796 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2022-01-05 16:49:37.807 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2022-01-05 16:49:37.823 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2022-01-05 16:49:37.835 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2022-01-05 16:49:37.848 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2022-01-05 16:49:37.873 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2022-01-05 16:49:37.914 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2022-01-05 16:49:37.997 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2022-01-05 16:49:38.018 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2022-01-05 16:49:38.056 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2022-01-05 16:49:38.107 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2022-01-05 16:49:38.234 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2022-01-05 16:49:38.248 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2022-01-05 16:49:38.260 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2022-01-05 16:49:38.272 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2022-01-05 16:49:38.356 | + ./stack.sh:main:609 : run_phase source 2022-01-05 16:49:38.358 | + functions-common:run_phase:1732 : local mode=source 2022-01-05 16:49:38.361 | + functions-common:run_phase:1733 : local phase= 2022-01-05 16:49:38.363 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:49:38.365 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:49:38.367 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:49:38.369 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:49:38.371 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:49:38.373 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:49:38.377 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:49:38.379 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:49:38.381 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:49:38.383 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-01-05 16:49:38.385 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:49:38.400 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.402 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:49:38.404 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-01-05 16:49:38.443 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-01-05 16:49:38.445 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-01-05 16:49:38.448 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:49:38.450 | + functions-common:run_phase:1754 : load_plugin_settings 2022-01-05 16:49:38.452 | + functions-common:load_plugin_settings:1668 : local plugins= 2022-01-05 16:49:38.454 | + functions-common:load_plugin_settings:1669 : local plugin 2022-01-05 16:49:38.456 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2022-01-05 16:49:38.459 | + functions-common:load_plugin_settings:1673 : return 2022-01-05 16:49:38.461 | + functions-common:run_phase:1755 : verify_disabled_services 2022-01-05 16:49:38.463 | + functions-common:verify_disabled_services:2015 : local service 2022-01-05 16:49:38.465 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.467 | + 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:49:38.470 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.472 | + 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:49:38.474 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.477 | + 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:49:38.479 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.481 | + 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:49:38.483 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.485 | + 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:49:38.488 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.490 | + 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:49:38.492 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.495 | + 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:49:38.497 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.499 | + 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:49:38.502 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.504 | + 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:49:38.506 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.508 | + 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:49:38.511 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.513 | + 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:49:38.515 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.518 | + 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:49:38.520 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.522 | + 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:49:38.525 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.527 | + 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:49:38.529 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.531 | + 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:49:38.534 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.536 | + 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:49:38.539 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.541 | + 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:49:38.543 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.545 | + 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:49:38.548 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.550 | + 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:49:38.552 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.554 | + 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:49:38.557 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.559 | + 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:49:38.561 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.563 | + 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:49:38.565 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.568 | + 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:49:38.570 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.572 | + 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:49:38.574 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.577 | + 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:49:38.579 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.582 | + 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:49:38.584 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.586 | + 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:49:38.588 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.591 | + 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:49:38.593 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.596 | + 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:49:38.598 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.600 | + 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:49:38.602 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.605 | + 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:49:38.607 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.609 | + 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:49:38.611 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.613 | + 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:49:38.616 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.618 | + 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:49:38.620 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.622 | + 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:49:38.625 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.627 | + 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:49:38.629 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.631 | + 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:49:38.633 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.636 | + 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:49:38.638 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.640 | + 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:49:38.643 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.645 | + 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:49:38.648 | + ./stack.sh:main:680 : initialize_database_backends 2022-01-05 16:49:38.650 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:49:38.652 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-01-05 16:49:38.667 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.670 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-01-05 16:49:38.672 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:49:38.674 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-01-05 16:49:38.689 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:49:38.691 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-01-05 16:49:38.693 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-01-05 16:49:38.695 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-01-05 16:49:38.697 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-01-05 16:49:38.699 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-01-05 16:49:38.702 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-01-05 16:49:38.704 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-01-05 16:49:38.707 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-01-05 16:49:38.709 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 16:49:38.712 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-01-05 16:49:38.714 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:49:38.716 | + lib/database:initialize_database_backends:104 : return 0 2022-01-05 16:49:38.719 | + ./stack.sh:main:681 : echo 'Using mysql database backend' 2022-01-05 16:49:38.719 | Using mysql database backend 2022-01-05 16:49:38.721 | + ./stack.sh:main:684 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-01-05 16:49:38.736 | + ./stack.sh:main:696 : is_service_enabled rabbit 2022-01-05 16:49:38.751 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.754 | + ./stack.sh:main:697 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-01-05 16:49:38.769 | + ./stack.sh:main:704 : is_service_enabled keystone 2022-01-05 16:49:38.785 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.788 | + ./stack.sh:main:706 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-01-05 16:49:38.804 | + ./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:49:38.820 | + ./stack.sh:main:719 : is_service_enabled ldap 2022-01-05 16:49:38.835 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:49:38.838 | + ./stack.sh:main:728 : is_service_enabled s-proxy 2022-01-05 16:49:38.854 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.856 | + ./stack.sh:main:732 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-01-05 16:49:38.871 | + ./stack.sh:main:734 : [[ -z '' ]] 2022-01-05 16:49:38.873 | + ./stack.sh:main:734 : [[ False == \T\r\u\e ]] 2022-01-05 16:49:38.876 | + ./stack.sh:main:740 : save_stackenv 740 2022-01-05 16:49:38.878 | + functions-common:save_stackenv:60 : local tag=740 2022-01-05 16:49:38.881 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-01-05 16:49:38.885 | + functions-common:save_stackenv:62 : time_stamp=2022-01-05-164938 2022-01-05 16:49:38.888 | + functions-common:save_stackenv:63 : echo '# 2022-01-05-164938 740' 2022-01-05 16:49:38.890 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.893 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:49:38.895 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.897 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-01-05 16:49:38.900 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.902 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-01-05 16:49:38.904 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.906 | + 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:49:38.909 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.911 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.46 2022-01-05 16:49:38.913 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.915 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.46/identity 2022-01-05 16:49:38.918 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.920 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-01-05-164937 2022-01-05 16:49:38.922 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.924 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-01-05 16:49:38.927 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.929 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.46 2022-01-05 16:49:38.931 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.933 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-01-05 16:49:38.936 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.938 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-01-05 16:49:38.941 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.943 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-01-05 16:49:38.945 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.947 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-01-05 16:49:38.950 | + ./stack.sh:main:751 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/wallaby 2022-01-05 16:49:38.952 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2022-01-05 16:49:38.955 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2022-01-05 16:49:38.957 | + functions-common:git_clone:525 : local git_ref=stable/wallaby 2022-01-05 16:49:38.959 | + functions-common:git_clone:526 : local orig_dir 2022-01-05 16:49:38.961 | ++ functions-common:git_clone:527 : pwd 2022-01-05 16:49:38.964 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-01-05 16:49:38.966 | + functions-common:git_clone:528 : local git_clone_flags= 2022-01-05 16:49:38.968 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-01-05 16:49:38.983 | + functions-common:git_clone:530 : RECLONE=False 2022-01-05 16:49:38.986 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-01-05 16:49:38.988 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:38.990 | + functions-common:git_clone:544 : echo stable/wallaby 2022-01-05 16:49:38.991 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-01-05 16:49:38.996 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2022-01-05 16:49:38.998 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:39.000 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2022-01-05 16:49:39.003 | + functions-common:git_clone:593 : git show --oneline 2022-01-05 16:49:39.003 | + functions-common:git_clone:593 : head -1 2022-01-05 16:49:39.006 | 887d45e8 Update amqp version 2022-01-05 16:49:39.009 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-01-05 16:49:39.011 | + ./stack.sh:main:755 : echo_summary 'Installing package prerequisites' 2022-01-05 16:49:39.014 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:49:39.017 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2022-01-05 16:49:39.019 | + ./stack.sh:main:756 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-01-05 16:49:39.022 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-01-05 16:49:39.024 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-01-05 16:49:39.026 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:49:39.028 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-01-05 16:49:39.031 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-01-05 16:49:39.034 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-01-05 16:49:39.037 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-01-05 16:49:39.041 | ++ tools/install_prereqs.sh:source:47 : NOW=1641401379 2022-01-05 16:49:39.044 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-01-05 16:49:39.048 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1641401143 2022-01-05 16:49:39.051 | ++ tools/install_prereqs.sh:source:49 : DELTA=236 2022-01-05 16:49:39.053 | ++ tools/install_prereqs.sh:source:50 : [[ 236 -lt 7200 ]] 2022-01-05 16:49:39.055 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-01-05 16:49:39.057 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-01-05 16:49:39.060 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2022-01-05 16:49:39.062 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-01-05 16:49:39.065 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2022-01-05 16:49:39.067 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-01-05 16:49:39.069 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2022-01-05 16:49:39.071 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-01-05 16:49:39.074 | +++ 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:49:39.120 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-01-05 16:49:39.120 | apache2-dev 2022-01-05 16:49:39.120 | bc 2022-01-05 16:49:39.120 | bsdmainutils 2022-01-05 16:49:39.120 | curl 2022-01-05 16:49:39.120 | g++ 2022-01-05 16:49:39.120 | gcc 2022-01-05 16:49:39.121 | gettext 2022-01-05 16:49:39.121 | git 2022-01-05 16:49:39.121 | graphviz 2022-01-05 16:49:39.121 | iputils-ping 2022-01-05 16:49:39.121 | libapache2-mod-proxy-uwsgi 2022-01-05 16:49:39.121 | libffi-dev 2022-01-05 16:49:39.121 | libjpeg-dev 2022-01-05 16:49:39.121 | libmysqlclient-dev 2022-01-05 16:49:39.121 | libpcre3-dev 2022-01-05 16:49:39.121 | libpq-dev 2022-01-05 16:49:39.121 | libssl-dev 2022-01-05 16:49:39.121 | libsystemd-dev 2022-01-05 16:49:39.121 | libxml2-dev 2022-01-05 16:49:39.121 | libxslt1-dev 2022-01-05 16:49:39.121 | libyaml-dev 2022-01-05 16:49:39.121 | lsof 2022-01-05 16:49:39.121 | openssh-server 2022-01-05 16:49:39.121 | openssl 2022-01-05 16:49:39.121 | pkg-config 2022-01-05 16:49:39.121 | psmisc 2022-01-05 16:49:39.121 | python3-dev 2022-01-05 16:49:39.121 | python3-pip 2022-01-05 16:49:39.121 | python3-systemd 2022-01-05 16:49:39.121 | python3-venv 2022-01-05 16:49:39.121 | tar 2022-01-05 16:49:39.121 | tcpdump 2022-01-05 16:49:39.121 | unzip 2022-01-05 16:49:39.121 | uuid-runtime 2022-01-05 16:49:39.121 | wget 2022-01-05 16:49:39.121 | wget 2022-01-05 16:49:39.121 | zlib1g-dev 2022-01-05 16:49:39.121 | libkrb5-dev 2022-01-05 16:49:39.121 | libldap2-dev 2022-01-05 16:49:39.121 | libsasl2-dev 2022-01-05 16:49:39.121 | memcached 2022-01-05 16:49:39.121 | python3-mysqldb 2022-01-05 16:49:39.121 | sqlite3 2022-01-05 16:49:39.122 | conntrack 2022-01-05 16:49:39.122 | curl 2022-01-05 16:49:39.122 | dnsmasq-base 2022-01-05 16:49:39.122 | dnsmasq-utils 2022-01-05 16:49:39.122 | ebtables 2022-01-05 16:49:39.122 | gawk 2022-01-05 16:49:39.122 | genisoimage 2022-01-05 16:49:39.122 | iptables 2022-01-05 16:49:39.122 | iputils-arping 2022-01-05 16:49:39.122 | kpartx 2022-01-05 16:49:39.122 | libjs-jquery-tablesorter 2022-01-05 16:49:39.122 | libmysqlclient-dev 2022-01-05 16:49:39.122 | parted 2022-01-05 16:49:39.122 | pm-utils 2022-01-05 16:49:39.122 | python3-mysqldb 2022-01-05 16:49:39.122 | socat 2022-01-05 16:49:39.122 | sqlite3 2022-01-05 16:49:39.122 | sudo 2022-01-05 16:49:39.122 | vlan 2022-01-05 16:49:39.122 | lsscsi 2022-01-05 16:49:39.122 | open-iscsi 2022-01-05 16:49:39.122 | lvm2 2022-01-05 16:49:39.122 | qemu-utils 2022-01-05 16:49:39.122 | thin-provisioning-tools 2022-01-05 16:49:39.122 | acl 2022-01-05 16:49:39.122 | dnsmasq-base 2022-01-05 16:49:39.122 | dnsmasq-utils 2022-01-05 16:49:39.122 | ebtables 2022-01-05 16:49:39.122 | haproxy 2022-01-05 16:49:39.122 | iptables 2022-01-05 16:49:39.122 | iputils-arping 2022-01-05 16:49:39.122 | iputils-ping 2022-01-05 16:49:39.122 | libmysqlclient-dev 2022-01-05 16:49:39.122 | postgresql-server-dev-all 2022-01-05 16:49:39.122 | python3-mysqldb 2022-01-05 16:49:39.122 | sqlite3 2022-01-05 16:49:39.123 | sudo 2022-01-05 16:49:39.123 | vlan 2022-01-05 16:49:39.123 | ipset 2022-01-05 16:49:39.123 | conntrack 2022-01-05 16:49:39.123 | conntrackd 2022-01-05 16:49:39.123 | keepalived 2022-01-05 16:49:39.123 | dstat 2022-01-05 16:49:39.123 | lvm2 2022-01-05 16:49:39.123 | qemu-utils 2022-01-05 16:49:39.123 | thin-provisioning-tools 2022-01-05 16:49:39.123 | curl 2022-01-05 16:49:39.123 | liberasurecode-dev 2022-01-05 16:49:39.123 | make 2022-01-05 16:49:39.123 | memcached 2022-01-05 16:49:39.123 | sqlite3 2022-01-05 16:49:39.123 | xfsprogs' 2022-01-05 16:49:39.124 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-01-05 16:49:39.142 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-01-05 16:49:39.142 | apache2-dev 2022-01-05 16:49:39.142 | bc 2022-01-05 16:49:39.142 | bsdmainutils 2022-01-05 16:49:39.142 | curl 2022-01-05 16:49:39.142 | g++ 2022-01-05 16:49:39.142 | gcc 2022-01-05 16:49:39.142 | gettext 2022-01-05 16:49:39.142 | git 2022-01-05 16:49:39.143 | graphviz 2022-01-05 16:49:39.143 | iputils-ping 2022-01-05 16:49:39.143 | libapache2-mod-proxy-uwsgi 2022-01-05 16:49:39.143 | libffi-dev 2022-01-05 16:49:39.143 | libjpeg-dev 2022-01-05 16:49:39.143 | libmysqlclient-dev 2022-01-05 16:49:39.143 | libpcre3-dev 2022-01-05 16:49:39.143 | libpq-dev 2022-01-05 16:49:39.143 | libssl-dev 2022-01-05 16:49:39.143 | libsystemd-dev 2022-01-05 16:49:39.143 | libxml2-dev 2022-01-05 16:49:39.143 | libxslt1-dev 2022-01-05 16:49:39.143 | libyaml-dev 2022-01-05 16:49:39.143 | lsof 2022-01-05 16:49:39.143 | openssh-server 2022-01-05 16:49:39.143 | openssl 2022-01-05 16:49:39.143 | pkg-config 2022-01-05 16:49:39.143 | psmisc 2022-01-05 16:49:39.143 | python3-dev 2022-01-05 16:49:39.143 | python3-pip 2022-01-05 16:49:39.143 | python3-systemd 2022-01-05 16:49:39.143 | python3-venv 2022-01-05 16:49:39.143 | tar 2022-01-05 16:49:39.143 | tcpdump 2022-01-05 16:49:39.143 | unzip 2022-01-05 16:49:39.143 | uuid-runtime 2022-01-05 16:49:39.143 | wget 2022-01-05 16:49:39.143 | wget 2022-01-05 16:49:39.143 | zlib1g-dev 2022-01-05 16:49:39.143 | libkrb5-dev 2022-01-05 16:49:39.143 | libldap2-dev 2022-01-05 16:49:39.143 | libsasl2-dev 2022-01-05 16:49:39.143 | memcached 2022-01-05 16:49:39.143 | python3-mysqldb 2022-01-05 16:49:39.143 | sqlite3 2022-01-05 16:49:39.143 | conntrack 2022-01-05 16:49:39.144 | curl 2022-01-05 16:49:39.144 | dnsmasq-base 2022-01-05 16:49:39.144 | dnsmasq-utils 2022-01-05 16:49:39.144 | ebtables 2022-01-05 16:49:39.144 | gawk 2022-01-05 16:49:39.144 | genisoimage 2022-01-05 16:49:39.144 | iptables 2022-01-05 16:49:39.144 | iputils-arping 2022-01-05 16:49:39.144 | kpartx 2022-01-05 16:49:39.144 | libjs-jquery-tablesorter 2022-01-05 16:49:39.144 | libmysqlclient-dev 2022-01-05 16:49:39.144 | parted 2022-01-05 16:49:39.144 | pm-utils 2022-01-05 16:49:39.144 | python3-mysqldb 2022-01-05 16:49:39.144 | socat 2022-01-05 16:49:39.144 | sqlite3 2022-01-05 16:49:39.144 | sudo 2022-01-05 16:49:39.144 | vlan 2022-01-05 16:49:39.144 | lsscsi 2022-01-05 16:49:39.144 | open-iscsi 2022-01-05 16:49:39.144 | lvm2 2022-01-05 16:49:39.144 | qemu-utils 2022-01-05 16:49:39.144 | thin-provisioning-tools 2022-01-05 16:49:39.144 | acl 2022-01-05 16:49:39.144 | dnsmasq-base 2022-01-05 16:49:39.144 | dnsmasq-utils 2022-01-05 16:49:39.144 | ebtables 2022-01-05 16:49:39.144 | haproxy 2022-01-05 16:49:39.144 | iptables 2022-01-05 16:49:39.144 | iputils-arping 2022-01-05 16:49:39.144 | iputils-ping 2022-01-05 16:49:39.144 | libmysqlclient-dev 2022-01-05 16:49:39.144 | postgresql-server-dev-all 2022-01-05 16:49:39.144 | python3-mysqldb 2022-01-05 16:49:39.144 | sqlite3 2022-01-05 16:49:39.144 | sudo 2022-01-05 16:49:39.144 | vlan 2022-01-05 16:49:39.145 | ipset 2022-01-05 16:49:39.145 | conntrack 2022-01-05 16:49:39.145 | conntrackd 2022-01-05 16:49:39.145 | keepalived 2022-01-05 16:49:39.145 | dstat 2022-01-05 16:49:39.145 | lvm2 2022-01-05 16:49:39.145 | qemu-utils 2022-01-05 16:49:39.145 | thin-provisioning-tools 2022-01-05 16:49:39.145 | curl 2022-01-05 16:49:39.145 | liberasurecode-dev 2022-01-05 16:49:39.145 | make 2022-01-05 16:49:39.145 | memcached 2022-01-05 16:49:39.145 | sqlite3 2022-01-05 16:49:39.145 | xfsprogs ' 2022-01-05 16:49:39.145 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-01-05 16:49:39.147 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:49:39.149 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:49:39.152 | ++ 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:49:39.152 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-01-05 16:49:39.157 | ++ 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:49:39.159 | ++ functions-common:install_package:1342 : update_package_repo 2022-01-05 16:49:39.161 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:49:39.164 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2022-01-05 16:49:39.166 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:49:39.168 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:39.170 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:49:39.172 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:49:39.174 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:49:39.176 | ++ functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:49:39.178 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2022-01-05 16:49:39.180 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:39.182 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2022-01-05 16:49:39.184 | +++ functions-common:apt_get_update:1076 : id -u 2022-01-05 16:49:39.189 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2022-01-05 16:49:39.191 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2022-01-05 16:49:39.193 | ++ functions-common:time_start:2290 : local name=apt-get-update 2022-01-05 16:49:39.194 | ++ functions-common:time_start:2291 : local start_time= 2022-01-05 16:49:39.196 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2022-01-05 16:49:39.199 | +++ functions-common:time_start:2295 : date +%s%3N 2022-01-05 16:49:39.202 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1641401379200 2022-01-05 16:49:39.205 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-01-05 16:49:39.207 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-01-05 16:49:39.209 | ++ 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:49:39.408 | Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-01-05 16:49:39.580 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-01-05 16:49:39.710 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-01-05 16:49:40.239 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-05 16:49:40.545 | Fetched 228 kB in 1s (215 kB/s) 2022-01-05 16:49:42.036 | Reading package lists... 2022-01-05 16:49:42.068 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2022-01-05 16:49:42.070 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2022-01-05 16:49:42.072 | ++ functions-common:time_stop:2304 : local name 2022-01-05 16:49:42.074 | ++ functions-common:time_stop:2305 : local end_time 2022-01-05 16:49:42.076 | ++ functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:49:42.078 | ++ functions-common:time_stop:2307 : local total 2022-01-05 16:49:42.080 | ++ functions-common:time_stop:2308 : local start_time 2022-01-05 16:49:42.082 | ++ functions-common:time_stop:2310 : name=apt-get-update 2022-01-05 16:49:42.084 | ++ functions-common:time_stop:2311 : start_time=1641401379200 2022-01-05 16:49:42.086 | ++ functions-common:time_stop:2313 : [[ -z 1641401379200 ]] 2022-01-05 16:49:42.089 | +++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:49:42.093 | ++ functions-common:time_stop:2316 : end_time=1641401382090 2022-01-05 16:49:42.095 | ++ functions-common:time_stop:2317 : elapsed_time=2890 2022-01-05 16:49:42.097 | ++ functions-common:time_stop:2318 : total=0 2022-01-05 16:49:42.099 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:49:42.101 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2890 2022-01-05 16:49:42.103 | ++ 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:49:42.106 | ++ functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:49:42.108 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:49:42.110 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:49:42.113 | ++ 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:49:42.134 | ++ 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:49:42.243 | Reading package lists... 2022-01-05 16:49:42.475 | Building dependency tree... 2022-01-05 16:49:42.476 | Reading state information... 2022-01-05 16:49:42.509 | acl is already the newest version (2.2.53-6). 2022-01-05 16:49:42.509 | bc is already the newest version (1.07.1-2build1). 2022-01-05 16:49:42.509 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-01-05 16:49:42.509 | conntrack is already the newest version (1:1.4.5-2). 2022-01-05 16:49:42.509 | ebtables is already the newest version (2.0.11-3build1). 2022-01-05 16:49:42.509 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:49:42.509 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-01-05 16:49:42.509 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:49:42.509 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-01-05 16:49:42.509 | gettext is already the newest version (0.19.8.1-10build1). 2022-01-05 16:49:42.509 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-01-05 16:49:42.509 | iputils-arping is already the newest version (3:20190709-3). 2022-01-05 16:49:42.509 | iputils-ping is already the newest version (3:20190709-3). 2022-01-05 16:49:42.509 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-01-05 16:49:42.509 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-01-05 16:49:42.509 | libffi-dev is already the newest version (3.3-4). 2022-01-05 16:49:42.509 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-01-05 16:49:42.509 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-01-05 16:49:42.509 | libsasl2-dev is already the newest version (2.1.27+dfsg-2). 2022-01-05 16:49:42.509 | libxslt1-dev is already the newest version (1.1.34-4). 2022-01-05 16:49:42.509 | libyaml-dev is already the newest version (0.2.2-1). 2022-01-05 16:49:42.509 | lsscsi is already the newest version (0.30-0.1). 2022-01-05 16:49:42.509 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-01-05 16:49:42.509 | make is already the newest version (4.2.1-1.2). 2022-01-05 16:49:42.509 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-01-05 16:49:42.509 | psmisc is already the newest version (23.3-1). 2022-01-05 16:49:42.509 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:49:42.509 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-01-05 16:49:42.509 | python3-systemd is already the newest version (234-3build2). 2022-01-05 16:49:42.510 | socat is already the newest version (1.7.3.3-2). 2022-01-05 16:49:42.510 | tcpdump is already the newest version (4.9.3-4). 2022-01-05 16:49:42.510 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-01-05 16:49:42.510 | unzip is already the newest version (6.0-25ubuntu1). 2022-01-05 16:49:42.510 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-01-05 16:49:42.510 | conntrackd is already the newest version (1:1.4.5-2). 2022-01-05 16:49:42.510 | dstat is already the newest version (0.7.4-6). 2022-01-05 16:49:42.510 | graphviz is already the newest version (2.42.2-3build2). 2022-01-05 16:49:42.510 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-01-05 16:49:42.510 | pm-utils is already the newest version (1.4.1-19). 2022-01-05 16:49:42.510 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:49:42.510 | apache2 is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:49:42.510 | apache2-dev is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:49:42.510 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-01-05 16:49:42.510 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:49:42.510 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:49:42.510 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-01-05 16:49:42.510 | haproxy is already the newest version (2.0.13-2ubuntu0.3). 2022-01-05 16:49:42.510 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-01-05 16:49:42.510 | keepalived is already the newest version (1:2.0.19-2ubuntu0.1). 2022-01-05 16:49:42.510 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-01-05 16:49:42.510 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-01-05 16:49:42.510 | libmysqlclient-dev is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 16:49:42.510 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-01-05 16:49:42.510 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:49:42.510 | libsystemd-dev is already the newest version (245.4-4ubuntu3.14). 2022-01-05 16:49:42.510 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2022-01-05 16:49:42.510 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-01-05 16:49:42.510 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-01-05 16:49:42.510 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-01-05 16:49:42.510 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.3). 2022-01-05 16:49:42.510 | openssl is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:49:42.510 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-01-05 16:49:42.511 | qemu-utils is already the newest version (1:4.2-3ubuntu6.19). 2022-01-05 16:49:42.511 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-01-05 16:49:42.511 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-01-05 16:49:42.511 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-01-05 16:49:42.511 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-01-05 16:49:42.511 | wget is already the newest version (1.20.3-1ubuntu2). 2022-01-05 16:49:42.511 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-01-05 16:49:42.717 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:49:42.717 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-01-05 16:49:42.717 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-01-05 16:49:42.718 | The following packages were automatically installed and are no longer required: 2022-01-05 16:49:42.719 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:49:42.719 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:49:42.719 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:49:42.719 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:49:42.719 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:49:42.719 | python3-zope.interface 2022-01-05 16:49:42.719 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:49:42.720 | The following additional packages will be installed: 2022-01-05 16:49:42.720 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 python3-yaml 2022-01-05 16:49:42.785 | The following NEW packages will be installed: 2022-01-05 16:49:42.785 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 postgresql-server-dev-all 2022-01-05 16:49:42.785 | python3-yaml 2022-01-05 16:49:43.362 | 0 upgraded, 5 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:49:43.362 | Need to get 0 B/27.4 MB of archives. 2022-01-05 16:49:43.362 | After this operation, 211 MB of additional disk space will be used. 2022-01-05 16:49:43.391 | Selecting previously unselected package python3-yaml. 2022-01-05 16:49:43.455 | (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:49:43.458 | Preparing to unpack .../python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-01-05 16:49:43.460 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:49:43.507 | Selecting previously unselected package llvm-10-tools. 2022-01-05 16:49:43.517 | Preparing to unpack .../llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:49:43.519 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:43.662 | Selecting previously unselected package llvm-10-dev. 2022-01-05 16:49:43.672 | Preparing to unpack .../llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:49:43.677 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:48.135 | Selecting previously unselected package postgresql-server-dev-12. 2022-01-05 16:49:48.146 | Preparing to unpack .../postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 16:49:48.148 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:49:48.439 | Selecting previously unselected package postgresql-server-dev-all. 2022-01-05 16:49:48.449 | Preparing to unpack .../postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-01-05 16:49:48.451 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:49:48.508 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:49:48.794 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:48.800 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:48.805 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:49:48.810 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:49:48.817 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 16:49:49.190 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-05 16:49:55.983 | ++ functions-common:apt_get:1113 : result=0 2022-01-05 16:49:55.986 | ++ functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:49:55.988 | ++ functions-common:time_stop:2304 : local name 2022-01-05 16:49:55.990 | ++ functions-common:time_stop:2305 : local end_time 2022-01-05 16:49:55.992 | ++ functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:49:55.994 | ++ functions-common:time_stop:2307 : local total 2022-01-05 16:49:55.996 | ++ functions-common:time_stop:2308 : local start_time 2022-01-05 16:49:55.998 | ++ functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:49:56.001 | ++ functions-common:time_stop:2311 : start_time=1641401382131 2022-01-05 16:49:56.003 | ++ functions-common:time_stop:2313 : [[ -z 1641401382131 ]] 2022-01-05 16:49:56.005 | +++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:49:56.009 | ++ functions-common:time_stop:2316 : end_time=1641401396007 2022-01-05 16:49:56.011 | ++ functions-common:time_stop:2317 : elapsed_time=13876 2022-01-05 16:49:56.014 | ++ functions-common:time_stop:2318 : total=720 2022-01-05 16:49:56.016 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:49:56.018 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=14596 2022-01-05 16:49:56.020 | ++ functions-common:apt_get:1117 : return 0 2022-01-05 16:49:56.023 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-01-05 16:49:56.025 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-01-05 16:49:56.027 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-01-05 16:49:56.032 | ++ tools/install_prereqs.sh:source:89 : date 2022-01-05 16:49:56.036 | + ./stack.sh:main:759 : [[ False != \T\r\u\e ]] 2022-01-05 16:49:56.038 | + ./stack.sh:main:760 : PYPI_ALTERNATIVE_URL= 2022-01-05 16:49:56.041 | + ./stack.sh:main:760 : /home/ubuntu/devstack/tools/install_pip.sh 2022-01-05 16:49:57.417 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-01-05 16:49:57.419 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:49:57.422 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:49:57.425 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2022-01-05 16:49:57.427 | + tools/install_pip.sh:main:43 : GetDistro 2022-01-05 16:49:57.429 | + functions-common:GetDistro:373 : GetOSVersion 2022-01-05 16:49:57.430 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-01-05 16:49:57.432 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-01-05 16:49:57.435 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-01-05 16:49:57.436 | + functions-common:_ensure_lsb_release:328 : return 2022-01-05 16:49:57.439 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-01-05 16:49:57.504 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-01-05 16:49:57.506 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-01-05 16:49:57.570 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-01-05 16:49:57.572 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-01-05 16:49:57.636 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-01-05 16:49:57.638 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-01-05 16:49:57.639 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-01-05 16:49:57.642 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-01-05 16:49:57.644 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-01-05 16:49:57.646 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-01-05 16:49:57.647 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-01-05 16:49:57.649 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-01-05 16:49:57.651 | + functions-common:GetDistro:378 : DISTRO=focal 2022-01-05 16:49:57.653 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2022-01-05 16:49:57.655 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-01-05 16:49:57.655 | Distro: focal 2022-01-05 16:49:57.657 | + tools/install_pip.sh:main:127 : get_versions 2022-01-05 16:49:57.659 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-01-05 16:49:57.662 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-01-05 16:49:57.664 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-01-05 16:49:57.667 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-01-05 16:49:57.667 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-01-05 16:49:58.231 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-01-05 16:49:58.233 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-01-05 16:49:58.233 | pip: 21.3.1 2022-01-05 16:49:58.235 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2022-01-05 16:49:58.756 | pip 21.3.1 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2022-01-05 16:49:58.796 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2022-01-05 16:49:58.798 | + tools/install_pip.sh:main:134 : [[ focal == focal ]] 2022-01-05 16:49:58.800 | + tools/install_pip.sh:main:135 : exit 0 2022-01-05 16:49:58.803 | + ./stack.sh:main:764 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-01-05 16:49:58.806 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:49:58.809 | + ./stack.sh:main:765 : fixup_all 2022-01-05 16:49:58.811 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2022-01-05 16:49:58.814 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-01-05 16:49:58.816 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:49:58.821 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:49:58.822 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-01-05 16:49:58.822 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-01-05 16:49:58.829 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-01-05 16:49:58.831 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-01-05 16:49:58.833 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-01-05 16:49:58.841 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-01-05 16:49:58.844 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2022-01-05 16:49:58.846 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2022-01-05 16:49:58.848 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2022-01-05 16:49:58.850 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2022-01-05 16:49:58.852 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2022-01-05 16:49:58.854 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:49:58.856 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:49:58.858 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:49:58.861 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:49:58.863 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:49:58.865 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:49:58.867 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:49:58.869 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:49:58.870 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:49:58.873 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2022-01-05 16:49:58.875 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2022-01-05 16:49:58.877 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2022-01-05 16:49:58.880 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:49:58.882 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:49:58.884 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:49:58.886 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:49:58.888 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:49:58.890 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:49:58.892 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2022-01-05 16:49:58.894 | + ./stack.sh:main:768 : pip_install -U os-testr 2022-01-05 16:49:58.914 | Using python 3.8 to install os-testr 2022-01-05 16:49:58.917 | + 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:49:59.635 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:49:59.635 | from cryptography.utils import int_from_bytes 2022-01-05 16:49:59.635 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:49:59.635 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:00.631 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:00.662 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.0) 2022-01-05 16:50:00.729 | 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:50:00.730 | 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:50:00.731 | 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:50:00.732 | 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:50:00.746 | 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:50:00.773 | 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:50:00.775 | 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:50:00.776 | 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:50:00.777 | 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:50:00.778 | 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:50:00.795 | 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:50:00.796 | 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:50:00.797 | 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:50:00.798 | 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:50:00.811 | 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:50:00.813 | 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:50:00.814 | 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:50:00.815 | 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:50:00.879 | Collecting argparse 2022-01-05 16:50:00.886 | 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:50:00.905 | 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:50:00.964 | 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:50:00.965 | 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:50:00.965 | 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:50:00.966 | 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:50:02.262 | Installing collected packages: argparse 2022-01-05 16:50:02.366 | Successfully installed argparse-1.4.0 2022-01-05 16:50:02.366 | 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:50:02.484 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:02.486 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:02.488 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:02.490 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:02.492 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:02.494 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:02.496 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:02.498 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:02.500 | + functions-common:time_stop:2311 : start_time=1641401398909 2022-01-05 16:50:02.502 | + functions-common:time_stop:2313 : [[ -z 1641401398909 ]] 2022-01-05 16:50:02.505 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:02.509 | + functions-common:time_stop:2316 : end_time=1641401402507 2022-01-05 16:50:02.511 | + functions-common:time_stop:2317 : elapsed_time=3598 2022-01-05 16:50:02.513 | + functions-common:time_stop:2318 : total=0 2022-01-05 16:50:02.515 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:02.518 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3598 2022-01-05 16:50:02.520 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:02.522 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-01-05 16:50:02.573 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2022-01-05 16:50:02.675 | + ./stack.sh:main:779 : install_infra 2022-01-05 16:50:02.677 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:50:02.680 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-01-05 16:50:02.683 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-01-05 16:50:05.878 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:50:05.880 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-01-05 16:50:05.902 | + 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:50:07.845 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:07.853 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:08.062 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:08.242 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:08.297 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:08.355 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:08.526 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:08.652 | Collecting pbr===5.5.1 2022-01-05 16:50:08.659 | 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:50:08.698 | Installing collected packages: pbr 2022-01-05 16:50:08.842 | Successfully installed pbr-5.5.1 2022-01-05 16:50:08.906 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:08.908 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:08.910 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:08.912 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:08.914 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:08.916 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:08.918 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:08.920 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:08.923 | + functions-common:time_stop:2311 : start_time=1641401405895 2022-01-05 16:50:08.925 | + functions-common:time_stop:2313 : [[ -z 1641401405895 ]] 2022-01-05 16:50:08.928 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:08.932 | + functions-common:time_stop:2316 : end_time=1641401408929 2022-01-05 16:50:08.934 | + functions-common:time_stop:2317 : elapsed_time=3034 2022-01-05 16:50:08.936 | + functions-common:time_stop:2318 : total=3598 2022-01-05 16:50:08.938 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:08.940 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=6632 2022-01-05 16:50:08.942 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:08.945 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:50:08.947 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-01-05 16:50:08.969 | + 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:50:10.950 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:10.958 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.172 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.356 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.412 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.472 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.634 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:11.636 | Processing /opt/stack/requirements 2022-01-05 16:50:12.951 | Collecting fixtures===3.0.0 2022-01-05 16:50:12.958 | 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:50:13.173 | Collecting PyYAML===5.4.1 2022-01-05 16:50:13.180 | 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:50:13.351 | Collecting requests===2.25.1 2022-01-05 16:50:13.357 | 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:50:13.445 | Collecting packaging===20.9 2022-01-05 16:50:13.451 | 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:50:13.515 | Collecting testtools===2.4.0 2022-01-05 16:50:13.522 | 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:50:13.609 | Collecting idna===2.10 2022-01-05 16:50:13.615 | 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:50:13.760 | Collecting pyparsing===2.4.7 2022-01-05 16:50:13.766 | 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:50:13.815 | Collecting six===1.15.0 2022-01-05 16:50:13.821 | 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:50:13.848 | Collecting Parsley>=1.2 2022-01-05 16:50:13.853 | 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:50:13.898 | Collecting beagle>=0.2.1 2022-01-05 16:50:13.904 | 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:50:13.930 | 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:50:13.989 | Collecting certifi===2021.10.8 2022-01-05 16:50:13.995 | 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:50:14.037 | Collecting chardet===4.0.0 2022-01-05 16:50:14.043 | 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:50:14.143 | Collecting urllib3===1.26.3 2022-01-05 16:50:14.149 | 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:50:14.223 | Collecting unittest2===1.1.0 2022-01-05 16:50:14.229 | 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:50:14.273 | Collecting extras===1.0.0 2022-01-05 16:50:14.279 | 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:50:14.312 | Collecting python-mimeparse===1.6.0 2022-01-05 16:50:14.318 | 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:50:14.348 | Collecting traceback2===1.4.0 2022-01-05 16:50:14.354 | 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:50:14.437 | Collecting cliff===3.7.0 2022-01-05 16:50:14.443 | 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:50:14.507 | Collecting argparse 2022-01-05 16:50:14.513 | 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:50:14.539 | Collecting linecache2===1.0.0 2022-01-05 16:50:14.545 | 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:50:14.589 | Collecting prettytable===0.7.2 2022-01-05 16:50:14.595 | 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:50:14.736 | Collecting cmd2===1.5.0 2022-01-05 16:50:14.742 | 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:50:14.888 | Collecting stevedore===3.3.0 2022-01-05 16:50:14.894 | 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:50:14.956 | Collecting pyperclip===1.8.2 2022-01-05 16:50:14.962 | 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:50:15.005 | Collecting wcwidth===0.2.5 2022-01-05 16:50:15.015 | 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:50:15.076 | Collecting attrs===20.3.0 2022-01-05 16:50:15.082 | 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:50:15.189 | Collecting colorama===0.4.4 2022-01-05 16:50:15.195 | 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:50:15.209 | Building wheels for collected packages: openstack-requirements 2022-01-05 16:50:15.210 | Building wheel for openstack-requirements (setup.py): started 2022-01-05 16:50:15.977 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-01-05 16:50:15.977 | ERROR: Command errored out with exit status 1: 2022-01-05 16:50:15.977 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-j6xhtdcr/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-j6xhtdcr/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-vq08jbll 2022-01-05 16:50:15.977 | cwd: /tmp/pip-req-build-j6xhtdcr/ 2022-01-05 16:50:15.977 | Complete output (6 lines): 2022-01-05 16:50:15.977 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-01-05 16:50:15.977 | or: setup.py --help [cmd1 cmd2 ...] 2022-01-05 16:50:15.977 | or: setup.py --help-commands 2022-01-05 16:50:15.977 | or: setup.py cmd --help 2022-01-05 16:50:15.977 | 2022-01-05 16:50:15.977 | error: invalid command 'bdist_wheel' 2022-01-05 16:50:15.977 | ---------------------------------------- 2022-01-05 16:50:15.977 | ERROR: Failed building wheel for openstack-requirements 2022-01-05 16:50:15.978 | Running setup.py clean for openstack-requirements 2022-01-05 16:50:16.760 | Failed to build openstack-requirements 2022-01-05 16:50:17.002 | Installing collected packages: chardet, certifi, attrs, linecache2, traceback2, argparse, six, unittest2, extras, python-mimeparse, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, pyperclip, colorama, cmd2, stevedore, cliff, packaging, Parsley, beagle, openstack-requirements 2022-01-05 16:50:19.240 | Running setup.py install for openstack-requirements: started 2022-01-05 16:50:21.465 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-01-05 16:50:21.503 | 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:50:21.639 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:21.641 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:21.643 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:21.645 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:21.647 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:21.649 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:21.651 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:21.653 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:21.656 | + functions-common:time_stop:2311 : start_time=1641401408961 2022-01-05 16:50:21.658 | + functions-common:time_stop:2313 : [[ -z 1641401408961 ]] 2022-01-05 16:50:21.661 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:21.665 | + functions-common:time_stop:2316 : end_time=1641401421662 2022-01-05 16:50:21.666 | + functions-common:time_stop:2317 : elapsed_time=12701 2022-01-05 16:50:21.669 | + functions-common:time_stop:2318 : total=6632 2022-01-05 16:50:21.671 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:21.673 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=19333 2022-01-05 16:50:21.675 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:21.678 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-01-05 16:50:21.680 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-01-05 16:50:21.682 | + inc/python:use_library_from_git:250 : local name=pbr 2022-01-05 16:50:21.685 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:21.687 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:21.689 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-01-05 16:50:21.691 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:21.694 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-01-05 16:50:21.713 | Using python 3.8 to install pbr 2022-01-05 16:50:21.715 | + 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:50:22.439 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:22.439 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:22.439 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:22.440 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:23.437 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:23.471 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.5.1) 2022-01-05 16:50:25.001 | 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:50:25.113 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:25.115 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:25.117 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:25.119 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:25.122 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:25.124 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:25.126 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:25.128 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:25.130 | + functions-common:time_stop:2311 : start_time=1641401421708 2022-01-05 16:50:25.132 | + functions-common:time_stop:2313 : [[ -z 1641401421708 ]] 2022-01-05 16:50:25.134 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:25.138 | + functions-common:time_stop:2316 : end_time=1641401425136 2022-01-05 16:50:25.141 | + functions-common:time_stop:2317 : elapsed_time=3428 2022-01-05 16:50:25.143 | + functions-common:time_stop:2318 : total=19333 2022-01-05 16:50:25.145 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:25.147 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=22761 2022-01-05 16:50:25.149 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:25.151 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2022-01-05 16:50:27.452 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep 2022-01-05 16:50:29.409 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:29.410 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.10.1) 2022-01-05 16:50:29.426 | 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:50:29.428 | Requirement already satisfied: distro in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.6.0) 2022-01-05 16:50:29.430 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-01-05 16:50:29.433 | 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:50:29.439 | 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:50:29.511 | + ./stack.sh:main:785 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 16:50:29.515 | + ./stack.sh:main:785 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 16:50:29.518 | ++ ./stack.sh:main:788 : _get_plugin_bindep_packages 2022-01-05 16:50:29.534 | + ./stack.sh:main:788 : pkgs= 2022-01-05 16:50:29.537 | + ./stack.sh:main:789 : [[ -n '' ]] 2022-01-05 16:50:29.539 | + ./stack.sh:main:796 : run_phase stack pre-install 2022-01-05 16:50:29.541 | + functions-common:run_phase:1732 : local mode=stack 2022-01-05 16:50:29.543 | + functions-common:run_phase:1733 : local phase=pre-install 2022-01-05 16:50:29.546 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:50:29.548 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:50:29.550 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:50:29.553 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:50:29.555 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:50:29.557 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:50:29.561 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:50:29.563 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:50:29.565 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:50:29.568 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-01-05 16:50:29.570 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:50:29.584 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:29.587 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 16:50:29.589 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:29.591 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-01-05 16:50:29.593 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:29.596 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-01-05 16:50:29.598 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:29.600 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-01-05 16:50:29.602 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:29.604 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-01-05 16:50:29.606 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:29.609 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-01-05 16:50:29.611 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-01-05 16:50:29.613 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-01-05 16:50:29.615 | + functions-common:run_phase:1753 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 16:50:29.617 | + 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:50:29.619 | + functions-common:run_phase:1759 : run_plugins stack pre-install 2022-01-05 16:50:29.621 | + functions-common:run_plugins:1718 : local mode=stack 2022-01-05 16:50:29.624 | + functions-common:run_plugins:1719 : local phase=pre-install 2022-01-05 16:50:29.626 | + functions-common:run_plugins:1721 : local plugins= 2022-01-05 16:50:29.628 | + functions-common:run_plugins:1722 : local plugin 2022-01-05 16:50:29.631 | + ./stack.sh:main:799 : set_systemd_override DefaultLimitNOFILE 2048 2022-01-05 16:50:29.633 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-01-05 16:50:29.635 | + functions:set_systemd_override:821 : local value=2048 2022-01-05 16:50:29.638 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-01-05 16:50:29.641 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-01-05 16:50:29.691 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-01-05 16:50:29.691 | Set systemd system override for DefaultLimitNOFILE=2048 2022-01-05 16:50:29.693 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-01-05 16:50:30.061 | + ./stack.sh:main:801 : install_rpc_backend 2022-01-05 16:50:30.063 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-01-05 16:50:30.079 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:30.082 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-01-05 16:50:30.084 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:30.086 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:30.088 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:30.090 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:30.093 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:30.095 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:30.098 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:30.100 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:30.102 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:30.104 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:30.106 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:30.109 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:30.111 | + functions-common:install_package:1343 : real_install_package rabbitmq-server 2022-01-05 16:50:30.114 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:30.116 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:30.118 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:30.120 | + functions-common:real_install_package:1329 : apt_get install rabbitmq-server 2022-01-05 16:50:30.141 | + 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:50:30.250 | Reading package lists... 2022-01-05 16:50:30.482 | Building dependency tree... 2022-01-05 16:50:30.484 | Reading state information... 2022-01-05 16:50:30.722 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-01-05 16:50:30.722 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:30.723 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:30.724 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:30.724 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:30.724 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:30.724 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:30.724 | python3-zope.interface 2022-01-05 16:50:30.724 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:30.836 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:30.840 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:30.843 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:30.845 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:30.848 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:30.850 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:30.852 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:30.854 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:30.856 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:30.859 | + functions-common:time_stop:2311 : start_time=1641401430139 2022-01-05 16:50:30.861 | + functions-common:time_stop:2313 : [[ -z 1641401430139 ]] 2022-01-05 16:50:30.864 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:30.868 | + functions-common:time_stop:2316 : end_time=1641401430865 2022-01-05 16:50:30.870 | + functions-common:time_stop:2317 : elapsed_time=726 2022-01-05 16:50:30.872 | + functions-common:time_stop:2318 : total=14596 2022-01-05 16:50:30.874 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:30.876 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=15322 2022-01-05 16:50:30.878 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:30.881 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-01-05 16:50:30.883 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:50:30.885 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:50:30.887 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:50:30.890 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:50:30.892 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:50:30.894 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:50:30.896 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-01-05 16:50:30.899 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:50:30.901 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:50:30.903 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:50:30.906 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:50:30.908 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:50:30.910 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:50:30.912 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:50:30.914 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:30.917 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:50:30.919 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-01-05 16:50:30.921 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:50:30.923 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:50:30.926 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:50:30.928 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:50:30.930 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:50:30.932 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:50:30.934 | + ./stack.sh:main:802 : restart_rpc_backend 2022-01-05 16:50:30.937 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-01-05 16:50:30.953 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:30.955 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-01-05 16:50:30.957 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:50:30.959 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2022-01-05 16:50:30.962 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-01-05 16:50:30.964 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-01-05 16:50:30.969 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-01-05 16:50:30.971 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-01-05 16:50:30.973 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-01-05 16:50:30.975 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-01-05 16:50:30.977 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-01-05 16:50:30.980 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-01-05 16:50:30.982 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-01-05 16:50:31.663 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-01-05 16:50:31.663 | user tags 2022-01-05 16:50:31.663 | stackrabbit []' 2022-01-05 16:50:31.666 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-01-05 16:50:31.666 | user tags 2022-01-05 16:50:31.666 | stackrabbit []' 2022-01-05 16:50:31.666 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-01-05 16:50:31.673 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-01-05 16:50:31.676 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-01-05 16:50:31.678 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-01-05 16:50:32.354 | Changing password for user "stackrabbit" ... 2022-01-05 16:50:32.381 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-01-05 16:50:33.137 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-01-05 16:50:33.161 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-01-05 16:50:33.164 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-01-05 16:50:33.817 | Changing password for user "stackrabbit" ... 2022-01-05 16:50:33.838 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-01-05 16:50:33.840 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-01-05 16:50:33.843 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-01-05 16:50:34.507 | Deleting user "guest" ... 2022-01-05 16:50:34.522 | Error: 2022-01-05 16:50:34.522 | {:no_such_user, "guest"} 2022-01-05 16:50:34.534 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-01-05 16:50:34.536 | + ./stack.sh:main:804 : is_service_enabled mysql postgresql 2022-01-05 16:50:34.553 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:34.555 | + ./stack.sh:main:805 : install_database 2022-01-05 16:50:34.557 | + lib/database:install_database:116 : install_database_mysql 2022-01-05 16:50:34.560 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-01-05 16:50:34.562 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:34.565 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:34.567 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-01-05 16:50:34.784 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-01-05 16:50:34.787 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-01-05 16:50:34.789 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.791 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:34.794 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-01-05 16:50:34.796 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.798 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:50:34.801 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:50:34.803 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:50:34.805 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:50:34.807 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:50:34.810 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:50:34.812 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:34.814 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:50:34.816 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-01-05 16:50:34.819 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:50:34.821 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.823 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:50:34.825 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:50:34.828 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.830 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:50:34.833 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-01-05 16:50:34.835 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:34.837 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:34.839 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-01-05 16:50:34.842 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:34.844 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:34.847 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:34.849 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:34.851 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:34.853 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:34.855 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:34.858 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:34.860 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:34.863 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:34.865 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:34.867 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:34.869 | + functions-common:install_package:1343 : real_install_package mysql-server 2022-01-05 16:50:34.871 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:34.874 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:34.876 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:34.879 | + functions-common:real_install_package:1329 : apt_get install mysql-server 2022-01-05 16:50:34.899 | + 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:50:35.007 | Reading package lists... 2022-01-05 16:50:35.243 | Building dependency tree... 2022-01-05 16:50:35.245 | Reading state information... 2022-01-05 16:50:35.484 | mysql-server is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 16:50:35.484 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:35.485 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:35.485 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:35.485 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:35.485 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:35.485 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:35.485 | python3-zope.interface 2022-01-05 16:50:35.485 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:35.598 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:35.602 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:35.604 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:35.606 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:35.609 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:35.611 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:35.613 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:35.615 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:35.617 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:35.619 | + functions-common:time_stop:2311 : start_time=1641401434896 2022-01-05 16:50:35.621 | + functions-common:time_stop:2313 : [[ -z 1641401434896 ]] 2022-01-05 16:50:35.624 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:35.628 | + functions-common:time_stop:2316 : end_time=1641401435626 2022-01-05 16:50:35.630 | + functions-common:time_stop:2317 : elapsed_time=730 2022-01-05 16:50:35.632 | + functions-common:time_stop:2318 : total=15322 2022-01-05 16:50:35.634 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:35.636 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=16052 2022-01-05 16:50:35.639 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:35.642 | + ./stack.sh:main:807 : '[' -n mysql ']' 2022-01-05 16:50:35.644 | + ./stack.sh:main:808 : install_database_python 2022-01-05 16:50:35.646 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-01-05 16:50:35.648 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-01-05 16:50:35.651 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-01-05 16:50:35.653 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:50:35.656 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-01-05 16:50:35.659 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-01-05 16:50:35.661 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:50:35.664 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:50:35.665 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:50:35.670 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-01-05 16:50:35.673 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-01-05 16:50:35.675 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-01-05 16:50:35.677 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-01-05 16:50:35.680 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-01-05 16:50:35.700 | Using python 3.8 to install PyMySQL 2022-01-05 16:50:35.703 | + 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:50:36.424 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:36.424 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:36.424 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:36.424 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:37.421 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:37.453 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-01-05 16:50:38.853 | 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:50:38.957 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:38.960 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:38.962 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:38.964 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:38.967 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:38.969 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:38.971 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:38.973 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:38.976 | + functions-common:time_stop:2311 : start_time=1641401435695 2022-01-05 16:50:38.978 | + functions-common:time_stop:2313 : [[ -z 1641401435695 ]] 2022-01-05 16:50:38.981 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:38.986 | + functions-common:time_stop:2316 : end_time=1641401438983 2022-01-05 16:50:38.988 | + functions-common:time_stop:2317 : elapsed_time=3288 2022-01-05 16:50:38.990 | + functions-common:time_stop:2318 : total=22761 2022-01-05 16:50:38.992 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:38.994 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=26049 2022-01-05 16:50:38.997 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:38.999 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-01-05 16:50:39.001 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 16:50:39.004 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-01-05 16:50:39.006 | + ./stack.sh:main:811 : is_service_enabled neutron 2022-01-05 16:50:39.022 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:39.024 | + ./stack.sh:main:812 : install_neutron_agent_packages 2022-01-05 16:50:39.026 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-01-05 16:50:39.030 | ++ 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:50:39.030 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-01-05 16:50:39.035 | + 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:50:39.037 | + 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:50:39.040 | + 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:50:39.042 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-01-05 16:50:39.046 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-01-05 16:50:39.048 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-01-05 16:50:39.063 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:39.065 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-01-05 16:50:39.068 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:39.070 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:39.072 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:39.074 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:39.077 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:39.079 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:39.081 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:39.083 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:39.086 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:39.088 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:39.090 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:39.093 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:39.095 | + functions-common:install_package:1343 : real_install_package radvd 2022-01-05 16:50:39.097 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:39.100 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:39.102 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:39.104 | + functions-common:real_install_package:1329 : apt_get install radvd 2022-01-05 16:50:39.125 | + 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:50:39.234 | Reading package lists... 2022-01-05 16:50:39.465 | Building dependency tree... 2022-01-05 16:50:39.466 | Reading state information... 2022-01-05 16:50:39.702 | radvd is already the newest version (1:2.17-2). 2022-01-05 16:50:39.702 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:39.703 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:39.703 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:39.703 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:39.703 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:39.703 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:39.703 | python3-zope.interface 2022-01-05 16:50:39.703 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:39.814 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:39.818 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:39.820 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:39.822 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:39.825 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:39.827 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:39.830 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:39.832 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:39.834 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:39.836 | + functions-common:time_stop:2311 : start_time=1641401439122 2022-01-05 16:50:39.838 | + functions-common:time_stop:2313 : [[ -z 1641401439122 ]] 2022-01-05 16:50:39.841 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:39.845 | + functions-common:time_stop:2316 : end_time=1641401439843 2022-01-05 16:50:39.847 | + functions-common:time_stop:2317 : elapsed_time=721 2022-01-05 16:50:39.849 | + functions-common:time_stop:2318 : total=16052 2022-01-05 16:50:39.852 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:39.854 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=16773 2022-01-05 16:50:39.856 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:39.859 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-01-05 16:50:39.875 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:39.878 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-01-05 16:50:39.880 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-01-05 16:50:39.883 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-01-05 16:50:39.901 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-01-05 16:50:39.904 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:39.906 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:39.908 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:39.911 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:39.913 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:39.915 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:39.917 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:39.920 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:39.923 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:39.925 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:39.927 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:39.929 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:39.931 | + functions-common:install_package:1343 : real_install_package fakeroot make openvswitch-switch 2022-01-05 16:50:39.933 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:39.936 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:39.938 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:39.941 | + functions-common:real_install_package:1329 : apt_get install fakeroot make openvswitch-switch 2022-01-05 16:50:39.960 | + 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:50:40.068 | Reading package lists... 2022-01-05 16:50:40.298 | Building dependency tree... 2022-01-05 16:50:40.299 | Reading state information... 2022-01-05 16:50:40.534 | fakeroot is already the newest version (1.24-1). 2022-01-05 16:50:40.534 | make is already the newest version (4.2.1-1.2). 2022-01-05 16:50:40.534 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-01-05 16:50:40.534 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:40.535 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:40.535 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:40.535 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:40.535 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:40.535 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:40.535 | python3-zope.interface 2022-01-05 16:50:40.535 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:40.646 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:40.650 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:40.653 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:40.655 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:40.658 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:40.660 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:40.662 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:40.664 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:40.666 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:40.668 | + functions-common:time_stop:2311 : start_time=1641401439958 2022-01-05 16:50:40.671 | + functions-common:time_stop:2313 : [[ -z 1641401439958 ]] 2022-01-05 16:50:40.674 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:40.678 | + functions-common:time_stop:2316 : end_time=1641401440676 2022-01-05 16:50:40.680 | + functions-common:time_stop:2317 : elapsed_time=718 2022-01-05 16:50:40.682 | + functions-common:time_stop:2318 : total=16773 2022-01-05 16:50:40.684 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:40.686 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=17491 2022-01-05 16:50:40.689 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:40.691 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-01-05 16:50:40.693 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:40.695 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:40.698 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-01-05 16:50:40.700 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-01-05 16:50:40.703 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-01-05 16:50:40.707 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-01-05 16:50:40.709 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-01-05 16:50:40.713 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-01-05 16:50:40.713 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-01-05 16:50:40.718 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-01-05 16:50:40.720 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-01-05 16:50:40.723 | + functions:vercmp:628 : local v1=5.4 2022-01-05 16:50:40.725 | + functions:vercmp:629 : local 'op=<' 2022-01-05 16:50:40.727 | + functions:vercmp:630 : local v2=3.13 2022-01-05 16:50:40.729 | + functions:vercmp:631 : local result 2022-01-05 16:50:40.733 | ++ functions:vercmp:635 : sort -V 2022-01-05 16:50:40.733 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-01-05 16:50:40.733 | ++ functions:vercmp:635 : head -1 2022-01-05 16:50:40.738 | + functions:vercmp:635 : result=3.13 2022-01-05 16:50:40.740 | + functions:vercmp:637 : case $op in 2022-01-05 16:50:40.742 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-01-05 16:50:40.744 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-01-05 16:50:40.746 | + functions:vercmp:648 : return 2022-01-05 16:50:40.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-01-05 16:50:40.751 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2022-01-05 16:50:40.753 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart openvswitch-switch 2022-01-05 16:50:41.229 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-01-05 16:50:41.231 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-01-05 16:50:41.234 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.237 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.240 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-01-05 16:50:41.244 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.246 | + ./stack.sh:main:815 : is_service_enabled etcd3 2022-01-05 16:50:41.264 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:41.267 | + ./stack.sh:main:816 : install_etcd3 2022-01-05 16:50:41.270 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-01-05 16:50:41.270 | Installing etcd 2022-01-05 16:50:41.272 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-01-05 16:50:41.285 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-01-05 16:50:41.297 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:41.299 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-01-05 16:50:41.317 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-01-05 16:50:41.320 | ++ 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:50:41.323 | ++ 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:50:41.327 | +++ 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:50:41.331 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:41.333 | ++ 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:50:41.336 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-01-05 16:50:41.338 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:41.340 | ++ functions:get_extra_file:74 : return 2022-01-05 16:50:41.343 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:41.345 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-01-05 16:50:41.348 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-01-05 16:50:41.350 | + ./stack.sh:main:825 : is_service_enabled tls-proxy 2022-01-05 16:50:41.367 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:50:41.369 | + ./stack.sh:main:835 : install_dstat 2022-01-05 16:50:41.372 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-01-05 16:50:41.388 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:50:41.391 | + ./stack.sh:main:841 : echo_summary 'Installing OpenStack project source' 2022-01-05 16:50:41.393 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:50:41.395 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2022-01-05 16:50:41.398 | + ./stack.sh:main:844 : install_libs 2022-01-05 16:50:41.400 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2022-01-05 16:50:41.402 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2022-01-05 16:50:41.405 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2022-01-05 16:50:41.407 | + inc/python:use_library_from_git:250 : local name=automaton 2022-01-05 16:50:41.409 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.411 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.413 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-01-05 16:50:41.415 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.418 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2022-01-05 16:50:41.421 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2022-01-05 16:50:41.423 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2022-01-05 16:50:41.426 | + inc/python:use_library_from_git:250 : local name=castellan 2022-01-05 16:50:41.428 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.430 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.432 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-01-05 16:50:41.434 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.437 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2022-01-05 16:50:41.439 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2022-01-05 16:50:41.442 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2022-01-05 16:50:41.444 | + inc/python:use_library_from_git:250 : local name=cliff 2022-01-05 16:50:41.446 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.448 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.451 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-01-05 16:50:41.453 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.455 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2022-01-05 16:50:41.457 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2022-01-05 16:50:41.460 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2022-01-05 16:50:41.462 | + inc/python:use_library_from_git:250 : local name=cursive 2022-01-05 16:50:41.464 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.466 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.468 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-01-05 16:50:41.471 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.473 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2022-01-05 16:50:41.475 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2022-01-05 16:50:41.477 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2022-01-05 16:50:41.480 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-01-05 16:50:41.482 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.485 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.487 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-01-05 16:50:41.489 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.491 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2022-01-05 16:50:41.493 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2022-01-05 16:50:41.496 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2022-01-05 16:50:41.499 | + inc/python:use_library_from_git:250 : local name=futurist 2022-01-05 16:50:41.501 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.503 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.505 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-01-05 16:50:41.507 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.510 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2022-01-05 16:50:41.512 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2022-01-05 16:50:41.515 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2022-01-05 16:50:41.517 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-01-05 16:50:41.519 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.521 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.523 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-01-05 16:50:41.526 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.528 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2022-01-05 16:50:41.530 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2022-01-05 16:50:41.533 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2022-01-05 16:50:41.535 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-01-05 16:50:41.537 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.539 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.541 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-01-05 16:50:41.544 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.547 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2022-01-05 16:50:41.549 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2022-01-05 16:50:41.551 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2022-01-05 16:50:41.554 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-01-05 16:50:41.556 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.558 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.561 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-01-05 16:50:41.563 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.566 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2022-01-05 16:50:41.568 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2022-01-05 16:50:41.570 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2022-01-05 16:50:41.572 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-01-05 16:50:41.575 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.577 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.579 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-01-05 16:50:41.582 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.584 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2022-01-05 16:50:41.586 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2022-01-05 16:50:41.588 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2022-01-05 16:50:41.591 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-01-05 16:50:41.593 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.595 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.598 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-01-05 16:50:41.600 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.602 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2022-01-05 16:50:41.604 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2022-01-05 16:50:41.607 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2022-01-05 16:50:41.609 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-01-05 16:50:41.611 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.614 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.616 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-01-05 16:50:41.618 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.620 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2022-01-05 16:50:41.623 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2022-01-05 16:50:41.626 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2022-01-05 16:50:41.628 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-01-05 16:50:41.630 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.632 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.635 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-01-05 16:50:41.637 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.639 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2022-01-05 16:50:41.642 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2022-01-05 16:50:41.644 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2022-01-05 16:50:41.646 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-01-05 16:50:41.648 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.650 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.653 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-01-05 16:50:41.655 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.657 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2022-01-05 16:50:41.659 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2022-01-05 16:50:41.662 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2022-01-05 16:50:41.664 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-01-05 16:50:41.666 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.669 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.671 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-01-05 16:50:41.674 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.676 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2022-01-05 16:50:41.678 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2022-01-05 16:50:41.680 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2022-01-05 16:50:41.683 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-01-05 16:50:41.685 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.688 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.690 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-01-05 16:50:41.692 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.694 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2022-01-05 16:50:41.697 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2022-01-05 16:50:41.699 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2022-01-05 16:50:41.701 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-01-05 16:50:41.703 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.705 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.708 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-01-05 16:50:41.710 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.712 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2022-01-05 16:50:41.714 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2022-01-05 16:50:41.717 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2022-01-05 16:50:41.720 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-01-05 16:50:41.722 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.724 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.726 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-01-05 16:50:41.729 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.731 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2022-01-05 16:50:41.733 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2022-01-05 16:50:41.736 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2022-01-05 16:50:41.738 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-01-05 16:50:41.740 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.742 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.745 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-01-05 16:50:41.747 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.750 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2022-01-05 16:50:41.752 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2022-01-05 16:50:41.754 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2022-01-05 16:50:41.757 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-01-05 16:50:41.759 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.761 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.764 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-01-05 16:50:41.766 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.769 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2022-01-05 16:50:41.771 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2022-01-05 16:50:41.773 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2022-01-05 16:50:41.775 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-01-05 16:50:41.778 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.780 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.782 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-01-05 16:50:41.784 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.787 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2022-01-05 16:50:41.789 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2022-01-05 16:50:41.791 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2022-01-05 16:50:41.794 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-01-05 16:50:41.796 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.798 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.800 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-01-05 16:50:41.803 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.805 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2022-01-05 16:50:41.807 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2022-01-05 16:50:41.810 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2022-01-05 16:50:41.812 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-01-05 16:50:41.815 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.817 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.819 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-01-05 16:50:41.821 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.824 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2022-01-05 16:50:41.827 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2022-01-05 16:50:41.829 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2022-01-05 16:50:41.831 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-01-05 16:50:41.833 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.836 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.838 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-01-05 16:50:41.840 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.842 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2022-01-05 16:50:41.845 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2022-01-05 16:50:41.847 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2022-01-05 16:50:41.849 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-01-05 16:50:41.852 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.854 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.856 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-01-05 16:50:41.858 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.861 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2022-01-05 16:50:41.863 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2022-01-05 16:50:41.865 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2022-01-05 16:50:41.868 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-01-05 16:50:41.870 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.873 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.875 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-01-05 16:50:41.877 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.880 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2022-01-05 16:50:41.882 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2022-01-05 16:50:41.884 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2022-01-05 16:50:41.887 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-01-05 16:50:41.890 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.892 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.894 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-01-05 16:50:41.897 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.899 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2022-01-05 16:50:41.901 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2022-01-05 16:50:41.904 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2022-01-05 16:50:41.906 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-01-05 16:50:41.909 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.911 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.913 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-01-05 16:50:41.915 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.918 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2022-01-05 16:50:41.921 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2022-01-05 16:50:41.923 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2022-01-05 16:50:41.925 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-01-05 16:50:41.928 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.930 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.932 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-01-05 16:50:41.935 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.937 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2022-01-05 16:50:41.939 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2022-01-05 16:50:41.942 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2022-01-05 16:50:41.944 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-01-05 16:50:41.946 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.948 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.951 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-01-05 16:50:41.953 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.955 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2022-01-05 16:50:41.958 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2022-01-05 16:50:41.960 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2022-01-05 16:50:41.962 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-01-05 16:50:41.964 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.967 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.970 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-01-05 16:50:41.972 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.974 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2022-01-05 16:50:41.977 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2022-01-05 16:50:41.979 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2022-01-05 16:50:41.981 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-01-05 16:50:41.984 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:41.986 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:41.988 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-01-05 16:50:41.991 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:41.993 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2022-01-05 16:50:41.995 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2022-01-05 16:50:41.998 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2022-01-05 16:50:42.000 | + inc/python:use_library_from_git:250 : local name=tooz 2022-01-05 16:50:42.002 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:42.004 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:42.007 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-01-05 16:50:42.009 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:42.011 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2022-01-05 16:50:42.014 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2022-01-05 16:50:42.016 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2022-01-05 16:50:42.018 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-01-05 16:50:42.021 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:42.023 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:42.025 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-01-05 16:50:42.028 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:42.030 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2022-01-05 16:50:42.033 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2022-01-05 16:50:42.035 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2022-01-05 16:50:42.037 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-01-05 16:50:42.039 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:42.042 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:42.045 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-01-05 16:50:42.047 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:42.049 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2022-01-05 16:50:42.052 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2022-01-05 16:50:42.054 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2022-01-05 16:50:42.056 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-01-05 16:50:42.059 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:42.061 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:42.064 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-01-05 16:50:42.067 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:42.069 | + lib/libraries:install_libs:135 : pip_install etcd3 2022-01-05 16:50:42.092 | Using python 3.8 to install etcd3 2022-01-05 16:50:42.094 | + 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:50:42.821 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:42.821 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:42.821 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:42.821 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:43.822 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:43.853 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-01-05 16:50:43.861 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.36.1) 2022-01-05 16:50:43.862 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.15.6) 2022-01-05 16:50:43.863 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-01-05 16:50:43.865 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.15.0) 2022-01-05 16:50:45.287 | 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:50:45.393 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:45.396 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:45.398 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:45.400 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:45.402 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:45.405 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:45.407 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:45.409 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:45.411 | + functions-common:time_stop:2311 : start_time=1641401442086 2022-01-05 16:50:45.413 | + functions-common:time_stop:2313 : [[ -z 1641401442086 ]] 2022-01-05 16:50:45.416 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:45.420 | + functions-common:time_stop:2316 : end_time=1641401445417 2022-01-05 16:50:45.422 | + functions-common:time_stop:2317 : elapsed_time=3331 2022-01-05 16:50:45.424 | + functions-common:time_stop:2318 : total=26049 2022-01-05 16:50:45.426 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:45.429 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=29380 2022-01-05 16:50:45.431 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:45.433 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2022-01-05 16:50:45.454 | Using python 3.8 to install etcd3gw 2022-01-05 16:50:45.457 | + 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:50:46.174 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:46.174 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:46.174 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:46.174 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:47.152 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:47.183 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (0.2.5) 2022-01-05 16:50:47.193 | Requirement already satisfied: urllib3>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.26.3) 2022-01-05 16:50:47.194 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.15.0) 2022-01-05 16:50:47.195 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.5.1) 2022-01-05 16:50:47.196 | 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:50:47.197 | 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:50:47.222 | 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:50:47.223 | 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:50:47.224 | 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:50:48.604 | 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:50:48.708 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:48.711 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:48.713 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:48.715 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:48.718 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:48.720 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:48.722 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:48.724 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:48.726 | + functions-common:time_stop:2311 : start_time=1641401445448 2022-01-05 16:50:48.728 | + functions-common:time_stop:2313 : [[ -z 1641401445448 ]] 2022-01-05 16:50:48.731 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:48.736 | + functions-common:time_stop:2316 : end_time=1641401448734 2022-01-05 16:50:48.739 | + functions-common:time_stop:2317 : elapsed_time=3286 2022-01-05 16:50:48.741 | + functions-common:time_stop:2318 : total=29380 2022-01-05 16:50:48.743 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:48.745 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=32666 2022-01-05 16:50:48.747 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:48.750 | + ./stack.sh:main:847 : install_apache_uwsgi 2022-01-05 16:50:48.752 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-01-05 16:50:48.754 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-01-05 16:50:48.757 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:50:48.759 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:50:48.761 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:50:48.764 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:50:48.766 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:50:48.768 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:50:48.771 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:50:48.773 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:48.775 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:50:48.778 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-01-05 16:50:48.780 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-01-05 16:50:48.783 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:48.785 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:48.787 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-01-05 16:50:48.790 | + lib/apache:install_apache_uwsgi:96 : [[ focal == \b\i\o\n\i\c ]] 2022-01-05 16:50:48.792 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:50:48.795 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:48.797 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:48.799 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:48.801 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:48.804 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:48.806 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:48.808 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:48.811 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:48.814 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:48.816 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:48.818 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:48.821 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:48.823 | + functions-common:install_package:1343 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:50:48.826 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:48.828 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:48.830 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:48.834 | + functions-common:real_install_package:1329 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:50:48.858 | + 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:50:48.965 | Reading package lists... 2022-01-05 16:50:49.198 | Building dependency tree... 2022-01-05 16:50:49.200 | Reading state information... 2022-01-05 16:50:49.440 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-01-05 16:50:49.440 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-01-05 16:50:49.440 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:50:49.440 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:49.441 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:49.441 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:49.441 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:49.441 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:49.441 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:49.441 | python3-zope.interface 2022-01-05 16:50:49.441 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:49.557 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:49.562 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:49.565 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:49.567 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:49.569 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:49.571 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:49.573 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:49.576 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:49.578 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:49.580 | + functions-common:time_stop:2311 : start_time=1641401448854 2022-01-05 16:50:49.582 | + functions-common:time_stop:2313 : [[ -z 1641401448854 ]] 2022-01-05 16:50:49.585 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:49.589 | + functions-common:time_stop:2316 : end_time=1641401449587 2022-01-05 16:50:49.591 | + functions-common:time_stop:2317 : elapsed_time=733 2022-01-05 16:50:49.593 | + functions-common:time_stop:2318 : total=17491 2022-01-05 16:50:49.595 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:49.598 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=18224 2022-01-05 16:50:49.600 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:49.602 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2022-01-05 16:50:49.604 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:49.607 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:49.610 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2022-01-05 16:50:49.671 | Module proxy already enabled 2022-01-05 16:50:49.675 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2022-01-05 16:50:49.742 | Considering dependency proxy for proxy_uwsgi: 2022-01-05 16:50:49.742 | Module proxy already enabled 2022-01-05 16:50:49.742 | Module proxy_uwsgi already enabled 2022-01-05 16:50:49.746 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2022-01-05 16:50:49.749 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-01-05 16:50:49.751 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2022-01-05 16:50:49.753 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2022-01-05 16:50:49.887 | + ./stack.sh:main:850 : install_keystoneauth 2022-01-05 16:50:49.890 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2022-01-05 16:50:49.892 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-01-05 16:50:49.894 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:49.897 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:49.899 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-01-05 16:50:49.902 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:49.905 | + ./stack.sh:main:851 : install_keystoneclient 2022-01-05 16:50:49.907 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2022-01-05 16:50:49.909 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-01-05 16:50:49.912 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:49.914 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:49.916 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-01-05 16:50:49.920 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:49.922 | + ./stack.sh:main:852 : install_glanceclient 2022-01-05 16:50:49.924 | + lib/glance:install_glanceclient:429 : use_library_from_git python-glanceclient 2022-01-05 16:50:49.927 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-01-05 16:50:49.929 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:49.931 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:49.934 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-01-05 16:50:49.937 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:49.939 | + ./stack.sh:main:853 : install_cinderclient 2022-01-05 16:50:49.941 | + lib/cinder:install_cinderclient:467 : use_library_from_git python-brick-cinderclient-ext 2022-01-05 16:50:49.944 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-01-05 16:50:49.946 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:49.948 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:49.950 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-01-05 16:50:49.953 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:49.955 | + lib/cinder:install_cinderclient:472 : use_library_from_git python-cinderclient 2022-01-05 16:50:49.957 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-01-05 16:50:49.960 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:49.962 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:49.964 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-01-05 16:50:49.967 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:49.969 | + ./stack.sh:main:854 : install_novaclient 2022-01-05 16:50:49.972 | + lib/nova:install_novaclient:812 : use_library_from_git python-novaclient 2022-01-05 16:50:49.974 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-01-05 16:50:49.976 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:49.979 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:49.981 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-01-05 16:50:49.984 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:49.986 | + ./stack.sh:main:855 : is_service_enabled swift glance horizon 2022-01-05 16:50:50.003 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:50.006 | + ./stack.sh:main:856 : install_swiftclient 2022-01-05 16:50:50.008 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-01-05 16:50:50.010 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-01-05 16:50:50.013 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:50.019 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:50.022 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-01-05 16:50:50.025 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:50.027 | + ./stack.sh:main:858 : is_service_enabled neutron nova horizon 2022-01-05 16:50:50.044 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:50.047 | + ./stack.sh:main:859 : install_neutronclient 2022-01-05 16:50:50.049 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-01-05 16:50:50.051 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-01-05 16:50:50.053 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:50.056 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:50.058 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-01-05 16:50:50.061 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:50.064 | + ./stack.sh:main:863 : install_keystonemiddleware 2022-01-05 16:50:50.066 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2022-01-05 16:50:50.068 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-01-05 16:50:50.071 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:50.073 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:50.076 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-01-05 16:50:50.078 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:50.081 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2022-01-05 16:50:50.083 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-01-05 16:50:50.085 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:50:50.088 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-01-05 16:50:50.091 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-01-05 16:50:50.094 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:50:50.097 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:50:50.098 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:50:50.103 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-01-05 16:50:50.105 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-01-05 16:50:50.108 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-01-05 16:50:50.111 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-01-05 16:50:50.113 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-01-05 16:50:50.133 | Using python 3.8 to install keystonemiddleware 2022-01-05 16:50:50.136 | + 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:50:50.884 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:50.884 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:50.884 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:50.884 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:51.884 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:51.916 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.2.0) 2022-01-05 16:50:51.970 | 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:50:51.971 | 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:50:51.972 | 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:50:51.973 | 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:50:51.974 | 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:50:51.975 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.25.1) 2022-01-05 16:50:51.976 | 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:50:51.977 | 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:50:51.978 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.1) 2022-01-05 16:50:51.979 | 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:50:51.980 | 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:50:51.982 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.15.0) 2022-01-05 16:50:51.983 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-01-05 16:50:51.984 | 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:50:52.042 | 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:50:52.043 | 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:50:52.045 | 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:50:52.082 | 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:50:52.122 | 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:50:52.124 | 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:50:52.125 | 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:50:52.126 | 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:50:52.175 | 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:50:52.179 | 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:50:52.189 | 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:50:52.190 | 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:50:52.204 | 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:50:52.206 | 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:50:52.208 | 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:50:52.264 | 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:50:52.265 | 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:50:52.266 | 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:50:52.267 | 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:50:52.315 | 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:50:52.329 | 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:50:53.672 | 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:50:53.781 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:53.783 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:53.785 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:53.788 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:53.790 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:53.792 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:53.795 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:53.797 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:53.799 | + functions-common:time_stop:2311 : start_time=1641401450128 2022-01-05 16:50:53.801 | + functions-common:time_stop:2313 : [[ -z 1641401450128 ]] 2022-01-05 16:50:53.804 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:53.808 | + functions-common:time_stop:2316 : end_time=1641401453806 2022-01-05 16:50:53.811 | + functions-common:time_stop:2317 : elapsed_time=3678 2022-01-05 16:50:53.813 | + functions-common:time_stop:2318 : total=32666 2022-01-05 16:50:53.815 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:53.817 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=36344 2022-01-05 16:50:53.819 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:53.822 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2022-01-05 16:50:53.824 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-01-05 16:50:53.826 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:50:53.829 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-01-05 16:50:53.832 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-01-05 16:50:53.834 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:50:53.837 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:50:53.838 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:50:53.843 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-01-05 16:50:53.845 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-01-05 16:50:53.848 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-01-05 16:50:53.850 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-01-05 16:50:53.852 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-01-05 16:50:53.873 | Using python 3.8 to install python-memcached 2022-01-05 16:50:53.876 | + 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:50:54.600 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:54.600 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:54.600 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:54.600 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:55.603 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:55.636 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-01-05 16:50:55.640 | 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:50:57.062 | 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:50:57.169 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:57.171 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:57.174 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:57.176 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:57.178 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:57.180 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:57.182 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:57.185 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:57.187 | + functions-common:time_stop:2311 : start_time=1641401453868 2022-01-05 16:50:57.190 | + functions-common:time_stop:2313 : [[ -z 1641401453868 ]] 2022-01-05 16:50:57.192 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:57.196 | + functions-common:time_stop:2316 : end_time=1641401457194 2022-01-05 16:50:57.199 | + functions-common:time_stop:2317 : elapsed_time=3326 2022-01-05 16:50:57.201 | + functions-common:time_stop:2318 : total=36344 2022-01-05 16:50:57.203 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:57.205 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=39670 2022-01-05 16:50:57.207 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:57.210 | + ./stack.sh:main:865 : is_service_enabled keystone 2022-01-05 16:50:57.226 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:57.228 | + ./stack.sh:main:866 : '[' 10.222.0.46 == 10.222.0.46 ']' 2022-01-05 16:50:57.230 | + ./stack.sh:main:867 : stack_install_service keystone 2022-01-05 16:50:57.234 | + lib/stack:stack_install_service:20 : local service=keystone 2022-01-05 16:50:57.236 | + lib/stack:stack_install_service:21 : type install_keystone 2022-01-05 16:50:57.238 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 16:50:57.241 | + lib/stack:stack_install_service:32 : install_keystone 2022-01-05 16:50:57.243 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2022-01-05 16:50:57.259 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:50:57.261 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/wallaby 2022-01-05 16:50:57.263 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2022-01-05 16:50:57.265 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2022-01-05 16:50:57.267 | + functions-common:git_clone:525 : local git_ref=stable/wallaby 2022-01-05 16:50:57.269 | + functions-common:git_clone:526 : local orig_dir 2022-01-05 16:50:57.272 | ++ functions-common:git_clone:527 : pwd 2022-01-05 16:50:57.274 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-01-05 16:50:57.276 | + functions-common:git_clone:528 : local git_clone_flags= 2022-01-05 16:50:57.279 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-01-05 16:50:57.294 | + functions-common:git_clone:530 : RECLONE=False 2022-01-05 16:50:57.297 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-01-05 16:50:57.299 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:57.301 | + functions-common:git_clone:544 : echo stable/wallaby 2022-01-05 16:50:57.301 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-01-05 16:50:57.306 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2022-01-05 16:50:57.308 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:57.311 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2022-01-05 16:50:57.314 | + functions-common:git_clone:593 : git show --oneline 2022-01-05 16:50:57.324 | + functions-common:git_clone:593 : head -1 2022-01-05 16:50:57.326 | ddd97302e Merge "Update local_id limit to 255 characters" into stable/wallaby 2022-01-05 16:50:57.328 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-01-05 16:50:57.331 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2022-01-05 16:50:57.333 | + inc/python:setup_develop:338 : local bindep 2022-01-05 16:50:57.335 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:50:57.337 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-01-05 16:50:57.340 | + inc/python:setup_develop:344 : local extras= 2022-01-05 16:50:57.343 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-01-05 16:50:57.345 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 16:50:57.347 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:50:57.350 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-01-05 16:50:57.352 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 16:50:57.354 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-01-05 16:50:57.358 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-01-05 16:50:57.361 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 16:50:57.363 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-01-05 16:50:57.366 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 16:50:57.368 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-01-05 16:50:57.371 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-01-05 16:50:57.377 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2022-01-05 16:50:57.380 | + 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:50:57.997 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2022-01-05 16:50:58.000 | + inc/python:setup_package:417 : local bindep=0 2022-01-05 16:50:58.002 | + inc/python:setup_package:418 : local bindep_flag= 2022-01-05 16:50:58.004 | + inc/python:setup_package:419 : local bindep_profiles= 2022-01-05 16:50:58.006 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:50:58.008 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2022-01-05 16:50:58.010 | + inc/python:setup_package:426 : local flags=-e 2022-01-05 16:50:58.013 | + inc/python:setup_package:427 : local extras= 2022-01-05 16:50:58.015 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-01-05 16:50:58.017 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-01-05 16:50:58.019 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-01-05 16:50:58.022 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-01-05 16:50:58.024 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-01-05 16:50:58.026 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2022-01-05 16:50:58.048 | Using python 3.8 to install /opt/stack/keystone 2022-01-05 16:50:58.050 | + 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:50:58.776 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:58.776 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:58.776 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:58.776 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:59.769 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:59.769 | 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:50:59.769 | ERROR: Editable requirements are not allowed as constraints 2022-01-05 16:50:59.862 | + inc/python:pip_install:1 : exit_trap 2022-01-05 16:50:59.864 | + ./stack.sh:exit_trap:507 : local r=1 2022-01-05 16:50:59.867 | ++ ./stack.sh:exit_trap:508 : jobs -p 2022-01-05 16:50:59.869 | + ./stack.sh:exit_trap:508 : jobs= 2022-01-05 16:50:59.872 | + ./stack.sh:exit_trap:511 : [[ -n '' ]] 2022-01-05 16:50:59.874 | + ./stack.sh:exit_trap:517 : '[' -f '' ']' 2022-01-05 16:50:59.876 | + ./stack.sh:exit_trap:522 : kill_spinner 2022-01-05 16:50:59.878 | + ./stack.sh:kill_spinner:417 : '[' '!' -z '' ']' 2022-01-05 16:50:59.880 | + ./stack.sh:exit_trap:524 : [[ 1 -ne 0 ]] 2022-01-05 16:50:59.882 | + ./stack.sh:exit_trap:525 : echo 'Error on exit' 2022-01-05 16:50:59.882 | Error on exit 2022-01-05 16:50:59.884 | + ./stack.sh:exit_trap:527 : type -p generate-subunit 2022-01-05 16:50:59.886 | + ./stack.sh:exit_trap:528 : generate-subunit 1641401374 85 fail 2022-01-05 16:51:00.372 | + ./stack.sh:exit_trap:530 : [[ -z /opt/stack/logs ]] 2022-01-05 16:51:00.374 | + ./stack.sh:exit_trap:533 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-01-05 16:51:00.821 | + ./stack.sh:exit_trap:542 : exit 1