2022-01-05 15:52:12.519 | + ./stack.sh:main:462 : exec 2022-01-05 15:52:12.519 | + ./stack.sh:main:470 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-155212' 2022-01-05 15:52:12.519 | ++ ./stack.sh:main:462 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-01-05-155212.summary.2022-01-05-155212 2022-01-05 15:52:12.519 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-01-05 15:52:12.520 | + ./stack.sh:echo_summary:421 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-155212 2022-01-05 15:52:12.520 | + ./stack.sh:main:472 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-155212 /opt/stack/logs/stack.sh.log 2022-01-05 15:52:12.520 | + ./stack.sh:main:473 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-155212.summary.2022-01-05-155212 /opt/stack/logs/stack.sh.log.summary 2022-01-05 15:52:12.520 | + ./stack.sh:main:488 : check_path_perm_sanity /opt/stack 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:620 : local real_path 2022-01-05 15:52:12.520 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2022-01-05 15:52:12.520 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2022-01-05 15:52:12.520 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2022-01-05 15:52:12.520 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 15:52:12.520 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2022-01-05 15:52:12.521 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2022-01-05 15:52:12.526 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-01-05 15:52:12.528 | + ./stack.sh:main:494 : trap exit_trap EXIT 2022-01-05 15:52:12.530 | + ./stack.sh:main:535 : trap err_trap ERR 2022-01-05 15:52:12.532 | + ./stack.sh:main:548 : set -o errexit 2022-01-05 15:52:12.533 | + ./stack.sh:main:551 : uname -a 2022-01-05 15:52:12.535 | Linux n-d-victoria-1 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-01-05 15:52:12.537 | + ./stack.sh:main:554 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-01-05 15:52:12.539 | + ./stack.sh:main:555 : rm -f /opt/stack/data/ca-bundle.pem 2022-01-05 15:52:12.543 | + ./stack.sh:main:558 : source /home/ubuntu/devstack/lib/database 2022-01-05 15:52:12.572 | + ./stack.sh:main:559 : source /home/ubuntu/devstack/lib/rpc_backend 2022-01-05 15:52:12.587 | + ./stack.sh:main:565 : fetch_plugins 2022-01-05 15:52:12.589 | + functions-common:fetch_plugins:1656 : local plugins= 2022-01-05 15:52:12.591 | + functions-common:fetch_plugins:1657 : local plugin 2022-01-05 15:52:12.593 | + functions-common:fetch_plugins:1660 : [[ -z '' ]] 2022-01-05 15:52:12.595 | + functions-common:fetch_plugins:1661 : return 2022-01-05 15:52:12.597 | + ./stack.sh:main:569 : run_phase override_defaults 2022-01-05 15:52:12.599 | + functions-common:run_phase:1738 : local mode=override_defaults 2022-01-05 15:52:12.601 | + functions-common:run_phase:1739 : local phase= 2022-01-05 15:52:12.603 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 15:52:12.606 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2022-01-05 15:52:12.608 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 15:52:12.610 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2022-01-05 15:52:12.613 | + functions-common:run_phase:1748 : local extra 2022-01-05 15:52:12.615 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 15:52:12.619 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2022-01-05 15:52:12.621 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 15:52:12.623 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 15:52:12.625 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-01-05 15:52:12.627 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 15:52:12.640 | ++ functions-common:is_service_enabled:1966 : return 0 2022-01-05 15:52:12.642 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 15:52:12.643 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 15:52:12.645 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 15:52:12.647 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 15:52:12.649 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 15:52:12.651 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 15:52:12.652 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-01-05 15:52:12.654 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2022-01-05 15:52:12.656 | + functions-common:run_phase:1759 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 15:52:12.658 | + functions-common:run_phase:1762 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-05 15:52:12.660 | + functions-common:run_phase:1763 : plugin_override_defaults 2022-01-05 15:52:12.662 | + functions-common:plugin_override_defaults:1697 : local plugins= 2022-01-05 15:52:12.664 | + functions-common:plugin_override_defaults:1698 : local plugin 2022-01-05 15:52:12.666 | + functions-common:plugin_override_defaults:1701 : [[ -z '' ]] 2022-01-05 15:52:12.668 | + functions-common:plugin_override_defaults:1702 : return 2022-01-05 15:52:12.670 | + ./stack.sh:main:572 : source /home/ubuntu/devstack/lib/apache 2022-01-05 15:52:12.690 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/tls 2022-01-05 15:52:12.693 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-01-05 15:52:12.707 | ++ functions-common:is_service_enabled:1966 : return 1 2022-01-05 15:52:12.709 | +++ lib/tls:source:43 : hostname -f 2022-01-05 15:52:12.712 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-01-05 15:52:12.715 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-01-05 15:52:12.717 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-01-05 15:52:12.719 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-01-05 15:52:12.722 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-01-05 15:52:12.724 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-01-05 15:52:12.726 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-01-05 15:52:12.729 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-01-05 15:52:12.730 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-01-05 15:52:12.732 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-01-05 15:52:12.737 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/infra 2022-01-05 15:52:12.749 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/libraries 2022-01-05 15:52:12.766 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/lvm 2022-01-05 15:52:12.778 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/horizon 2022-01-05 15:52:12.791 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/keystone 2022-01-05 15:52:12.818 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/glance 2022-01-05 15:52:12.861 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/nova 2022-01-05 15:52:12.946 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/placement 2022-01-05 15:52:12.968 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/cinder 2022-01-05 15:52:13.008 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/swift 2022-01-05 15:52:13.062 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/neutron 2022-01-05 15:52:13.197 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/ldap 2022-01-05 15:52:13.211 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/dstat 2022-01-05 15:52:13.224 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/tcpdump 2022-01-05 15:52:13.236 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/etcd3 2022-01-05 15:52:13.322 | + ./stack.sh:main:598 : run_phase source 2022-01-05 15:52:13.325 | + functions-common:run_phase:1738 : local mode=source 2022-01-05 15:52:13.328 | + functions-common:run_phase:1739 : local phase= 2022-01-05 15:52:13.331 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 15:52:13.334 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2022-01-05 15:52:13.337 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 15:52:13.340 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2022-01-05 15:52:13.343 | + functions-common:run_phase:1748 : local extra 2022-01-05 15:52:13.346 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 15:52:13.350 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2022-01-05 15:52:13.354 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 15:52:13.356 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 15:52:13.359 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-01-05 15:52:13.363 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 15:52:13.384 | ++ functions-common:is_service_enabled:1966 : return 0 2022-01-05 15:52:13.387 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 15:52:13.389 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-01-05 15:52:13.429 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2022-01-05 15:52:13.431 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2022-01-05 15:52:13.434 | + functions-common:run_phase:1759 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 15:52:13.437 | + functions-common:run_phase:1760 : load_plugin_settings 2022-01-05 15:52:13.439 | + functions-common:load_plugin_settings:1674 : local plugins= 2022-01-05 15:52:13.442 | + functions-common:load_plugin_settings:1675 : local plugin 2022-01-05 15:52:13.444 | + functions-common:load_plugin_settings:1678 : [[ -z '' ]] 2022-01-05 15:52:13.447 | + functions-common:load_plugin_settings:1679 : return 2022-01-05 15:52:13.449 | + functions-common:run_phase:1761 : verify_disabled_services 2022-01-05 15:52:13.451 | + functions-common:verify_disabled_services:2021 : local service 2022-01-05 15:52:13.454 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.456 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-01-05 15:52:13.458 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.460 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-01-05 15:52:13.463 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.465 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-01-05 15:52:13.468 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.470 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-01-05 15:52:13.472 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.474 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-01-05 15:52:13.477 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.479 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-01-05 15:52:13.481 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.484 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-01-05 15:52:13.486 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.488 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-01-05 15:52:13.490 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.493 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-01-05 15:52:13.495 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.498 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-01-05 15:52:13.500 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.502 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-01-05 15:52:13.504 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.507 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-01-05 15:52:13.509 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.512 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-01-05 15:52:13.514 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.517 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-01-05 15:52:13.519 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.522 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-01-05 15:52:13.525 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.527 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-01-05 15:52:13.529 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.532 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-01-05 15:52:13.534 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.537 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-01-05 15:52:13.539 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.542 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-01-05 15:52:13.544 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.547 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-01-05 15:52:13.549 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.551 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-01-05 15:52:13.553 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.556 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-01-05 15:52:13.559 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.562 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-01-05 15:52:13.564 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.567 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-01-05 15:52:13.569 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.573 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-01-05 15:52:13.576 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.579 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-01-05 15:52:13.581 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.584 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-01-05 15:52:13.587 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.590 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-01-05 15:52:13.593 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.596 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-01-05 15:52:13.599 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.602 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-01-05 15:52:13.605 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.608 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-01-05 15:52:13.610 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.613 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-01-05 15:52:13.615 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.618 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-01-05 15:52:13.620 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.623 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-01-05 15:52:13.625 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.628 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-01-05 15:52:13.630 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.633 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-01-05 15:52:13.635 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.637 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-01-05 15:52:13.640 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.642 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-01-05 15:52:13.644 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.646 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-01-05 15:52:13.649 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.651 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-01-05 15:52:13.653 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.655 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-01-05 15:52:13.657 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 15:52:13.660 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-01-05 15:52:13.662 | + ./stack.sh:main:669 : initialize_database_backends 2022-01-05 15:52:13.665 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 15:52:13.668 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-01-05 15:52:13.684 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 15:52:13.686 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-01-05 15:52:13.689 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 15:52:13.691 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-01-05 15:52:13.706 | + functions-common:is_service_enabled:1966 : return 1 2022-01-05 15:52:13.708 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-01-05 15:52:13.710 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-01-05 15:52:13.712 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-01-05 15:52:13.715 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-01-05 15:52:13.717 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-01-05 15:52:13.719 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-01-05 15:52:13.722 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-01-05 15:52:13.725 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-01-05 15:52:13.728 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 15:52:13.730 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-01-05 15:52:13.733 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 15:52:13.735 | + lib/database:initialize_database_backends:104 : return 0 2022-01-05 15:52:13.737 | + ./stack.sh:main:670 : echo 'Using mysql database backend' 2022-01-05 15:52:13.737 | Using mysql database backend 2022-01-05 15:52:13.740 | + ./stack.sh:main:673 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-01-05 15:52:13.755 | + ./stack.sh:main:685 : is_service_enabled rabbit 2022-01-05 15:52:13.770 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 15:52:13.772 | + ./stack.sh:main:686 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-01-05 15:52:13.788 | + ./stack.sh:main:693 : is_service_enabled keystone 2022-01-05 15:52:13.804 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 15:52:13.806 | + ./stack.sh:main:695 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-01-05 15:52:13.824 | + ./stack.sh:main:697 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-01-05 15:52:13.841 | + ./stack.sh:main:708 : is_service_enabled ldap 2022-01-05 15:52:13.859 | + functions-common:is_service_enabled:1966 : return 1 2022-01-05 15:52:13.861 | + ./stack.sh:main:717 : is_service_enabled nova 2022-01-05 15:52:13.877 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 15:52:13.879 | + ./stack.sh:main:717 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2022-01-05 15:52:13.882 | + ./stack.sh:main:727 : is_service_enabled s-proxy 2022-01-05 15:52:13.898 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 15:52:13.900 | + ./stack.sh:main:731 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-01-05 15:52:13.916 | + ./stack.sh:main:733 : [[ -z '' ]] 2022-01-05 15:52:13.918 | + ./stack.sh:main:733 : [[ False == \T\r\u\e ]] 2022-01-05 15:52:13.921 | + ./stack.sh:main:739 : save_stackenv 739 2022-01-05 15:52:13.923 | + functions-common:save_stackenv:60 : local tag=739 2022-01-05 15:52:13.926 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-01-05 15:52:13.931 | + functions-common:save_stackenv:62 : time_stamp=2022-01-05-155213 2022-01-05 15:52:13.933 | + functions-common:save_stackenv:63 : echo '# 2022-01-05-155213 739' 2022-01-05 15:52:13.936 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.938 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 15:52:13.941 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.945 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-01-05 15:52:13.948 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.950 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-01-05 15:52:13.952 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.955 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-01-05 15:52:13.957 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.960 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.16 2022-01-05 15:52:13.962 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.964 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.16/identity 2022-01-05 15:52:13.967 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.969 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-01-05-155212 2022-01-05 15:52:13.971 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.974 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-01-05 15:52:13.976 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.978 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.16 2022-01-05 15:52:13.981 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.983 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-01-05 15:52:13.985 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.988 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-01-05 15:52:13.990 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:13.992 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-01-05 15:52:13.995 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 15:52:14.002 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-01-05 15:52:14.005 | + ./stack.sh:main:750 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/victoria 2022-01-05 15:52:14.008 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2022-01-05 15:52:14.010 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2022-01-05 15:52:14.012 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-01-05 15:52:14.015 | + functions-common:git_clone:528 : local orig_dir 2022-01-05 15:52:14.018 | ++ functions-common:git_clone:529 : pwd 2022-01-05 15:52:14.022 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-01-05 15:52:14.025 | + functions-common:git_clone:530 : local git_clone_flags= 2022-01-05 15:52:14.028 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-01-05 15:52:14.044 | + functions-common:git_clone:532 : RECLONE=False 2022-01-05 15:52:14.046 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-01-05 15:52:14.049 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-01-05 15:52:14.051 | + functions-common:git_clone:546 : echo stable/victoria 2022-01-05 15:52:14.052 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-01-05 15:52:14.057 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2022-01-05 15:52:14.059 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-01-05 15:52:14.062 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2022-01-05 15:52:14.064 | + functions-common:git_clone:595 : git show --oneline 2022-01-05 15:52:14.065 | + functions-common:git_clone:595 : head -1 2022-01-05 15:52:14.068 | 533601b0 update constraint for oslo.context to new release 3.1.2 2022-01-05 15:52:14.071 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2022-01-05 15:52:14.073 | + ./stack.sh:main:754 : echo_summary 'Installing package prerequisites' 2022-01-05 15:52:14.076 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-01-05 15:52:14.078 | + ./stack.sh:echo_summary:421 : echo -e Installing package prerequisites 2022-01-05 15:52:14.081 | + ./stack.sh:main:755 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-01-05 15:52:14.083 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-01-05 15:52:14.085 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-01-05 15:52:14.088 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 15:52:14.090 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-01-05 15:52:14.093 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-01-05 15:52:14.095 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-01-05 15:52:14.098 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-01-05 15:52:14.102 | ++ tools/install_prereqs.sh:source:47 : NOW=1641397934 2022-01-05 15:52:14.105 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-01-05 15:52:14.110 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1641397722 2022-01-05 15:52:14.112 | ++ tools/install_prereqs.sh:source:49 : DELTA=212 2022-01-05 15:52:14.114 | ++ tools/install_prereqs.sh:source:50 : [[ 212 -lt 7200 ]] 2022-01-05 15:52:14.117 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-01-05 15:52:14.119 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-01-05 15:52:14.121 | ++ functions-common:export_proxy_variables:2128 : isset http_proxy 2022-01-05 15:52:14.124 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-01-05 15:52:14.126 | ++ functions-common:export_proxy_variables:2131 : isset https_proxy 2022-01-05 15:52:14.128 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-01-05 15:52:14.130 | ++ functions-common:export_proxy_variables:2134 : isset no_proxy 2022-01-05 15:52:14.133 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-01-05 15:52:14.136 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-01-05 15:52:14.183 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-01-05 15:52:14.183 | apache2-dev 2022-01-05 15:52:14.183 | bc 2022-01-05 15:52:14.183 | bsdmainutils 2022-01-05 15:52:14.183 | curl 2022-01-05 15:52:14.183 | g++ 2022-01-05 15:52:14.183 | gcc 2022-01-05 15:52:14.183 | gettext 2022-01-05 15:52:14.183 | git 2022-01-05 15:52:14.183 | graphviz 2022-01-05 15:52:14.183 | iputils-ping 2022-01-05 15:52:14.183 | libapache2-mod-proxy-uwsgi 2022-01-05 15:52:14.183 | libffi-dev 2022-01-05 15:52:14.183 | libjpeg-dev 2022-01-05 15:52:14.183 | libmysqlclient-dev 2022-01-05 15:52:14.183 | libpcre3-dev 2022-01-05 15:52:14.183 | libpq-dev 2022-01-05 15:52:14.183 | libssl-dev 2022-01-05 15:52:14.183 | libsystemd-dev 2022-01-05 15:52:14.183 | libxml2-dev 2022-01-05 15:52:14.183 | libxslt1-dev 2022-01-05 15:52:14.183 | libyaml-dev 2022-01-05 15:52:14.183 | lsof 2022-01-05 15:52:14.183 | openssh-server 2022-01-05 15:52:14.183 | openssl 2022-01-05 15:52:14.183 | pkg-config 2022-01-05 15:52:14.183 | psmisc 2022-01-05 15:52:14.183 | python3-dev 2022-01-05 15:52:14.183 | python3-pip 2022-01-05 15:52:14.183 | python3-venv 2022-01-05 15:52:14.183 | tar 2022-01-05 15:52:14.183 | tcpdump 2022-01-05 15:52:14.183 | unzip 2022-01-05 15:52:14.183 | uuid-runtime 2022-01-05 15:52:14.183 | wget 2022-01-05 15:52:14.183 | wget 2022-01-05 15:52:14.183 | zlib1g-dev 2022-01-05 15:52:14.184 | libkrb5-dev 2022-01-05 15:52:14.184 | libldap2-dev 2022-01-05 15:52:14.184 | libsasl2-dev 2022-01-05 15:52:14.184 | memcached 2022-01-05 15:52:14.184 | python3-mysqldb 2022-01-05 15:52:14.184 | sqlite3 2022-01-05 15:52:14.184 | conntrack 2022-01-05 15:52:14.184 | curl 2022-01-05 15:52:14.184 | dnsmasq-base 2022-01-05 15:52:14.184 | dnsmasq-utils 2022-01-05 15:52:14.184 | ebtables 2022-01-05 15:52:14.184 | gawk 2022-01-05 15:52:14.184 | genisoimage 2022-01-05 15:52:14.184 | iptables 2022-01-05 15:52:14.184 | iputils-arping 2022-01-05 15:52:14.184 | kpartx 2022-01-05 15:52:14.184 | libjs-jquery-tablesorter 2022-01-05 15:52:14.184 | libmysqlclient-dev 2022-01-05 15:52:14.184 | parted 2022-01-05 15:52:14.184 | pm-utils 2022-01-05 15:52:14.184 | python3-mysqldb 2022-01-05 15:52:14.184 | socat 2022-01-05 15:52:14.184 | sqlite3 2022-01-05 15:52:14.184 | sudo 2022-01-05 15:52:14.184 | vlan 2022-01-05 15:52:14.184 | lsscsi 2022-01-05 15:52:14.184 | open-iscsi 2022-01-05 15:52:14.184 | lvm2 2022-01-05 15:52:14.184 | qemu-utils 2022-01-05 15:52:14.184 | thin-provisioning-tools 2022-01-05 15:52:14.184 | acl 2022-01-05 15:52:14.184 | dnsmasq-base 2022-01-05 15:52:14.184 | dnsmasq-utils 2022-01-05 15:52:14.184 | ebtables 2022-01-05 15:52:14.184 | haproxy 2022-01-05 15:52:14.184 | iptables 2022-01-05 15:52:14.184 | iputils-arping 2022-01-05 15:52:14.184 | iputils-ping 2022-01-05 15:52:14.185 | libmysqlclient-dev 2022-01-05 15:52:14.185 | postgresql-server-dev-all 2022-01-05 15:52:14.185 | python3-mysqldb 2022-01-05 15:52:14.185 | sqlite3 2022-01-05 15:52:14.185 | sudo 2022-01-05 15:52:14.185 | vlan 2022-01-05 15:52:14.185 | ipset 2022-01-05 15:52:14.185 | conntrack 2022-01-05 15:52:14.185 | conntrackd 2022-01-05 15:52:14.185 | keepalived 2022-01-05 15:52:14.185 | dstat 2022-01-05 15:52:14.185 | lvm2 2022-01-05 15:52:14.185 | qemu-utils 2022-01-05 15:52:14.185 | thin-provisioning-tools 2022-01-05 15:52:14.185 | curl 2022-01-05 15:52:14.185 | liberasurecode-dev 2022-01-05 15:52:14.185 | make 2022-01-05 15:52:14.185 | memcached 2022-01-05 15:52:14.185 | sqlite3 2022-01-05 15:52:14.185 | xfsprogs' 2022-01-05 15:52:14.187 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-01-05 15:52:14.205 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-01-05 15:52:14.205 | apache2-dev 2022-01-05 15:52:14.205 | bc 2022-01-05 15:52:14.205 | bsdmainutils 2022-01-05 15:52:14.205 | curl 2022-01-05 15:52:14.205 | g++ 2022-01-05 15:52:14.205 | gcc 2022-01-05 15:52:14.205 | gettext 2022-01-05 15:52:14.205 | git 2022-01-05 15:52:14.205 | graphviz 2022-01-05 15:52:14.205 | iputils-ping 2022-01-05 15:52:14.205 | libapache2-mod-proxy-uwsgi 2022-01-05 15:52:14.205 | libffi-dev 2022-01-05 15:52:14.205 | libjpeg-dev 2022-01-05 15:52:14.205 | libmysqlclient-dev 2022-01-05 15:52:14.205 | libpcre3-dev 2022-01-05 15:52:14.205 | libpq-dev 2022-01-05 15:52:14.205 | libssl-dev 2022-01-05 15:52:14.206 | libsystemd-dev 2022-01-05 15:52:14.206 | libxml2-dev 2022-01-05 15:52:14.206 | libxslt1-dev 2022-01-05 15:52:14.206 | libyaml-dev 2022-01-05 15:52:14.206 | lsof 2022-01-05 15:52:14.206 | openssh-server 2022-01-05 15:52:14.206 | openssl 2022-01-05 15:52:14.206 | pkg-config 2022-01-05 15:52:14.206 | psmisc 2022-01-05 15:52:14.206 | python3-dev 2022-01-05 15:52:14.206 | python3-pip 2022-01-05 15:52:14.206 | python3-venv 2022-01-05 15:52:14.206 | tar 2022-01-05 15:52:14.206 | tcpdump 2022-01-05 15:52:14.206 | unzip 2022-01-05 15:52:14.206 | uuid-runtime 2022-01-05 15:52:14.206 | wget 2022-01-05 15:52:14.206 | wget 2022-01-05 15:52:14.206 | zlib1g-dev 2022-01-05 15:52:14.206 | libkrb5-dev 2022-01-05 15:52:14.206 | libldap2-dev 2022-01-05 15:52:14.206 | libsasl2-dev 2022-01-05 15:52:14.206 | memcached 2022-01-05 15:52:14.206 | python3-mysqldb 2022-01-05 15:52:14.206 | sqlite3 2022-01-05 15:52:14.206 | conntrack 2022-01-05 15:52:14.206 | curl 2022-01-05 15:52:14.206 | dnsmasq-base 2022-01-05 15:52:14.206 | dnsmasq-utils 2022-01-05 15:52:14.206 | ebtables 2022-01-05 15:52:14.206 | gawk 2022-01-05 15:52:14.206 | genisoimage 2022-01-05 15:52:14.206 | iptables 2022-01-05 15:52:14.206 | iputils-arping 2022-01-05 15:52:14.206 | kpartx 2022-01-05 15:52:14.206 | libjs-jquery-tablesorter 2022-01-05 15:52:14.206 | libmysqlclient-dev 2022-01-05 15:52:14.206 | parted 2022-01-05 15:52:14.206 | pm-utils 2022-01-05 15:52:14.206 | python3-mysqldb 2022-01-05 15:52:14.207 | socat 2022-01-05 15:52:14.207 | sqlite3 2022-01-05 15:52:14.207 | sudo 2022-01-05 15:52:14.207 | vlan 2022-01-05 15:52:14.207 | lsscsi 2022-01-05 15:52:14.207 | open-iscsi 2022-01-05 15:52:14.207 | lvm2 2022-01-05 15:52:14.207 | qemu-utils 2022-01-05 15:52:14.207 | thin-provisioning-tools 2022-01-05 15:52:14.207 | acl 2022-01-05 15:52:14.207 | dnsmasq-base 2022-01-05 15:52:14.207 | dnsmasq-utils 2022-01-05 15:52:14.207 | ebtables 2022-01-05 15:52:14.207 | haproxy 2022-01-05 15:52:14.207 | iptables 2022-01-05 15:52:14.207 | iputils-arping 2022-01-05 15:52:14.207 | iputils-ping 2022-01-05 15:52:14.207 | libmysqlclient-dev 2022-01-05 15:52:14.207 | postgresql-server-dev-all 2022-01-05 15:52:14.207 | python3-mysqldb 2022-01-05 15:52:14.207 | sqlite3 2022-01-05 15:52:14.207 | sudo 2022-01-05 15:52:14.207 | vlan 2022-01-05 15:52:14.207 | ipset 2022-01-05 15:52:14.207 | conntrack 2022-01-05 15:52:14.207 | conntrackd 2022-01-05 15:52:14.207 | keepalived 2022-01-05 15:52:14.207 | dstat 2022-01-05 15:52:14.207 | lvm2 2022-01-05 15:52:14.207 | qemu-utils 2022-01-05 15:52:14.207 | thin-provisioning-tools 2022-01-05 15:52:14.207 | curl 2022-01-05 15:52:14.207 | liberasurecode-dev 2022-01-05 15:52:14.207 | make 2022-01-05 15:52:14.207 | memcached 2022-01-05 15:52:14.207 | sqlite3 2022-01-05 15:52:14.207 | xfsprogs ' 2022-01-05 15:52:14.207 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-01-05 15:52:14.210 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-01-05 15:52:14.212 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-01-05 15:52:14.216 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-01-05 15:52:14.216 | ++ 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-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 15:52:14.221 | ++ 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-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 15:52:14.224 | ++ functions-common:install_package:1344 : update_package_repo 2022-01-05 15:52:14.226 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2022-01-05 15:52:14.229 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2022-01-05 15:52:14.231 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2022-01-05 15:52:14.233 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2022-01-05 15:52:14.235 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2022-01-05 15:52:14.237 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-01-05 15:52:14.240 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-01-05 15:52:14.242 | ++ functions-common:update_package_repo:1325 : apt_get_update 2022-01-05 15:52:14.244 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2022-01-05 15:52:14.246 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2022-01-05 15:52:14.248 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2022-01-05 15:52:14.251 | +++ functions-common:apt_get_update:1078 : id -u 2022-01-05 15:52:14.255 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2022-01-05 15:52:14.257 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2022-01-05 15:52:14.259 | ++ functions-common:time_start:2296 : local name=apt-get-update 2022-01-05 15:52:14.261 | ++ functions-common:time_start:2297 : local start_time= 2022-01-05 15:52:14.263 | ++ functions-common:time_start:2298 : [[ -n '' ]] 2022-01-05 15:52:14.265 | +++ functions-common:time_start:2301 : date +%s%3N 2022-01-05 15:52:14.269 | ++ functions-common:time_start:2301 : _TIME_START[$name]=1641397934267 2022-01-05 15:52:14.271 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-01-05 15:52:14.273 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-01-05 15:52:14.275 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-01-05 15:52:14.502 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-01-05 15:52:14.617 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-01-05 15:52:14.726 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-01-05 15:52:14.836 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-05 15:52:16.791 | Reading package lists... 2022-01-05 15:52:16.826 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2022-01-05 15:52:16.829 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2022-01-05 15:52:16.832 | ++ functions-common:time_stop:2310 : local name 2022-01-05 15:52:16.836 | ++ functions-common:time_stop:2311 : local end_time 2022-01-05 15:52:16.839 | ++ functions-common:time_stop:2312 : local elapsed_time 2022-01-05 15:52:16.841 | ++ functions-common:time_stop:2313 : local total 2022-01-05 15:52:16.843 | ++ functions-common:time_stop:2314 : local start_time 2022-01-05 15:52:16.846 | ++ functions-common:time_stop:2316 : name=apt-get-update 2022-01-05 15:52:16.848 | ++ functions-common:time_stop:2317 : start_time=1641397934267 2022-01-05 15:52:16.850 | ++ functions-common:time_stop:2319 : [[ -z 1641397934267 ]] 2022-01-05 15:52:16.852 | +++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 15:52:16.857 | ++ functions-common:time_stop:2322 : end_time=1641397936854 2022-01-05 15:52:16.859 | ++ functions-common:time_stop:2323 : elapsed_time=2587 2022-01-05 15:52:16.861 | ++ functions-common:time_stop:2324 : total=0 2022-01-05 15:52:16.863 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 15:52:16.865 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=2587 2022-01-05 15:52:16.867 | ++ functions-common:install_package:1345 : 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-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 15:52:16.870 | ++ functions-common:real_install_package:1330 : is_ubuntu 2022-01-05 15:52:16.872 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-01-05 15:52:16.874 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-01-05 15:52:16.876 | ++ functions-common:real_install_package:1331 : 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-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 15:52:16.900 | ++ functions-common:apt_get:1111 : 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-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 15:52:17.008 | Reading package lists... 2022-01-05 15:52:17.244 | Building dependency tree... 2022-01-05 15:52:17.245 | Reading state information... 2022-01-05 15:52:17.277 | acl is already the newest version (2.2.53-6). 2022-01-05 15:52:17.277 | bc is already the newest version (1.07.1-2build1). 2022-01-05 15:52:17.277 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-01-05 15:52:17.277 | conntrack is already the newest version (1:1.4.5-2). 2022-01-05 15:52:17.277 | ebtables is already the newest version (2.0.11-3build1). 2022-01-05 15:52:17.277 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 15:52:17.277 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-01-05 15:52:17.277 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 15:52:17.277 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-01-05 15:52:17.277 | gettext is already the newest version (0.19.8.1-10build1). 2022-01-05 15:52:17.277 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-01-05 15:52:17.277 | iputils-arping is already the newest version (3:20190709-3). 2022-01-05 15:52:17.277 | iputils-ping is already the newest version (3:20190709-3). 2022-01-05 15:52:17.277 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-01-05 15:52:17.277 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-01-05 15:52:17.277 | libffi-dev is already the newest version (3.3-4). 2022-01-05 15:52:17.277 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-01-05 15:52:17.277 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-01-05 15:52:17.277 | libsasl2-dev is already the newest version (2.1.27+dfsg-2). 2022-01-05 15:52:17.277 | libxslt1-dev is already the newest version (1.1.34-4). 2022-01-05 15:52:17.277 | libyaml-dev is already the newest version (0.2.2-1). 2022-01-05 15:52:17.277 | lsscsi is already the newest version (0.30-0.1). 2022-01-05 15:52:17.277 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-01-05 15:52:17.277 | make is already the newest version (4.2.1-1.2). 2022-01-05 15:52:17.278 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-01-05 15:52:17.278 | psmisc is already the newest version (23.3-1). 2022-01-05 15:52:17.278 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-01-05 15:52:17.278 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-01-05 15:52:17.278 | socat is already the newest version (1.7.3.3-2). 2022-01-05 15:52:17.278 | tcpdump is already the newest version (4.9.3-4). 2022-01-05 15:52:17.278 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-01-05 15:52:17.278 | unzip is already the newest version (6.0-25ubuntu1). 2022-01-05 15:52:17.278 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-01-05 15:52:17.278 | conntrackd is already the newest version (1:1.4.5-2). 2022-01-05 15:52:17.278 | dstat is already the newest version (0.7.4-6). 2022-01-05 15:52:17.278 | graphviz is already the newest version (2.42.2-3build2). 2022-01-05 15:52:17.278 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-01-05 15:52:17.278 | pm-utils is already the newest version (1.4.1-19). 2022-01-05 15:52:17.278 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-01-05 15:52:17.278 | apache2 is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 15:52:17.278 | apache2-dev is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 15:52:17.278 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-01-05 15:52:17.278 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 15:52:17.278 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 15:52:17.278 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-01-05 15:52:17.278 | haproxy is already the newest version (2.0.13-2ubuntu0.3). 2022-01-05 15:52:17.278 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-01-05 15:52:17.278 | keepalived is already the newest version (1:2.0.19-2ubuntu0.1). 2022-01-05 15:52:17.278 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-01-05 15:52:17.278 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-01-05 15:52:17.278 | libmysqlclient-dev is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 15:52:17.278 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-01-05 15:52:17.278 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 15:52:17.278 | libsystemd-dev is already the newest version (245.4-4ubuntu3.14). 2022-01-05 15:52:17.278 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2022-01-05 15:52:17.278 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-01-05 15:52:17.278 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-01-05 15:52:17.278 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-01-05 15:52:17.278 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.3). 2022-01-05 15:52:17.278 | openssl is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 15:52:17.279 | openssl set to manually installed. 2022-01-05 15:52:17.279 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-01-05 15:52:17.279 | qemu-utils is already the newest version (1:4.2-3ubuntu6.19). 2022-01-05 15:52:17.279 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-01-05 15:52:17.279 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-01-05 15:52:17.279 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-01-05 15:52:17.279 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-01-05 15:52:17.279 | wget is already the newest version (1.20.3-1ubuntu2). 2022-01-05 15:52:17.279 | wget set to manually installed. 2022-01-05 15:52:17.279 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-01-05 15:52:17.479 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 15:52:17.479 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-01-05 15:52:17.479 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-01-05 15:52:17.479 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-01-05 15:52:17.479 | The following packages were automatically installed and are no longer required: 2022-01-05 15:52:17.481 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 15:52:17.481 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 15:52:17.481 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 15:52:17.481 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 15:52:17.481 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-01-05 15:52:17.481 | python3-zope.interface 2022-01-05 15:52:17.481 | Use 'sudo apt autoremove' to remove them. 2022-01-05 15:52:17.635 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 15:52:17.640 | ++ functions-common:apt_get:1115 : result=0 2022-01-05 15:52:17.642 | ++ functions-common:apt_get:1118 : time_stop apt-get 2022-01-05 15:52:17.645 | ++ functions-common:time_stop:2310 : local name 2022-01-05 15:52:17.647 | ++ functions-common:time_stop:2311 : local end_time 2022-01-05 15:52:17.649 | ++ functions-common:time_stop:2312 : local elapsed_time 2022-01-05 15:52:17.652 | ++ functions-common:time_stop:2313 : local total 2022-01-05 15:52:17.654 | ++ functions-common:time_stop:2314 : local start_time 2022-01-05 15:52:17.656 | ++ functions-common:time_stop:2316 : name=apt-get 2022-01-05 15:52:17.658 | ++ functions-common:time_stop:2317 : start_time=1641397936897 2022-01-05 15:52:17.660 | ++ functions-common:time_stop:2319 : [[ -z 1641397936897 ]] 2022-01-05 15:52:17.663 | +++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 15:52:17.668 | ++ functions-common:time_stop:2322 : end_time=1641397937665 2022-01-05 15:52:17.670 | ++ functions-common:time_stop:2323 : elapsed_time=768 2022-01-05 15:52:17.672 | ++ functions-common:time_stop:2324 : total=775 2022-01-05 15:52:17.674 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 15:52:17.677 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=1543 2022-01-05 15:52:17.679 | ++ functions-common:apt_get:1119 : return 0 2022-01-05 15:52:17.682 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-01-05 15:52:17.684 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-01-05 15:52:17.686 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-01-05 15:52:17.691 | ++ tools/install_prereqs.sh:source:89 : date 2022-01-05 15:52:17.695 | + ./stack.sh:main:758 : [[ False != \T\r\u\e ]] 2022-01-05 15:52:17.697 | + ./stack.sh:main:759 : PYPI_ALTERNATIVE_URL= 2022-01-05 15:52:17.700 | + ./stack.sh:main:759 : /home/ubuntu/devstack/tools/install_pip.sh 2022-01-05 15:52:19.398 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-01-05 15:52:19.400 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-01-05 15:52:19.403 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2022-01-05 15:52:19.406 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2022-01-05 15:52:19.408 | + tools/install_pip.sh:main:43 : GetDistro 2022-01-05 15:52:19.410 | + functions-common:GetDistro:373 : GetOSVersion 2022-01-05 15:52:19.412 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-01-05 15:52:19.414 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-01-05 15:52:19.417 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-01-05 15:52:19.419 | + functions-common:_ensure_lsb_release:328 : return 2022-01-05 15:52:19.421 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-01-05 15:52:19.492 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-01-05 15:52:19.495 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-01-05 15:52:19.562 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-01-05 15:52:19.565 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-01-05 15:52:19.634 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-01-05 15:52:19.637 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-01-05 15:52:19.640 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-01-05 15:52:19.643 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-01-05 15:52:19.647 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-01-05 15:52:19.650 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-01-05 15:52:19.653 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-01-05 15:52:19.656 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-01-05 15:52:19.660 | + functions-common:GetDistro:378 : DISTRO=focal 2022-01-05 15:52:19.663 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2022-01-05 15:52:19.666 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-01-05 15:52:19.667 | Distro: focal 2022-01-05 15:52:19.669 | + tools/install_pip.sh:main:127 : get_versions 2022-01-05 15:52:19.671 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-01-05 15:52:19.675 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-01-05 15:52:19.678 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-01-05 15:52:19.681 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-01-05 15:52:19.681 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-01-05 15:52:20.258 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-01-05 15:52:20.260 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-01-05 15:52:20.260 | pip: 21.3.1 2022-01-05 15:52:20.263 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2022-01-05 15:52:20.799 | pip 21.3.1 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2022-01-05 15:52:20.842 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2022-01-05 15:52:20.845 | + tools/install_pip.sh:main:134 : [[ focal == focal ]] 2022-01-05 15:52:20.848 | + tools/install_pip.sh:main:135 : exit 0 2022-01-05 15:52:20.852 | + ./stack.sh:main:763 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-01-05 15:52:20.856 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 15:52:20.859 | + ./stack.sh:main:764 : fixup_all 2022-01-05 15:52:20.862 | + tools/fixup_stuff.sh:fixup_all:195 : fixup_keystone 2022-01-05 15:52:20.864 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-01-05 15:52:20.866 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 15:52:20.872 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 15:52:20.872 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-01-05 15:52:20.872 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-01-05 15:52:20.881 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-01-05 15:52:20.884 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-01-05 15:52:20.887 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-01-05 15:52:20.895 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-01-05 15:52:20.898 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_ubuntu 2022-01-05 15:52:20.900 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2022-01-05 15:52:20.903 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2022-01-05 15:52:20.905 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_fedora 2022-01-05 15:52:20.907 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2022-01-05 15:52:20.909 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-01-05 15:52:20.911 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-01-05 15:52:20.913 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 15:52:20.916 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 15:52:20.918 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 15:52:20.920 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-01-05 15:52:20.922 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-01-05 15:52:20.924 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 15:52:20.926 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2022-01-05 15:52:20.928 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_suse 2022-01-05 15:52:20.931 | + tools/fixup_stuff.sh:fixup_suse:156 : is_suse 2022-01-05 15:52:20.933 | + functions-common:is_suse:464 : is_opensuse 2022-01-05 15:52:20.935 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-01-05 15:52:20.937 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 15:52:20.939 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-01-05 15:52:20.941 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-01-05 15:52:20.943 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 15:52:20.945 | + tools/fixup_stuff.sh:fixup_suse:157 : return 2022-01-05 15:52:20.948 | + ./stack.sh:main:767 : pip_install -U os-testr 2022-01-05 15:52:20.969 | Using python 3.8 to install os-testr 2022-01-05 15:52:20.972 | + 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 15:52:22.663 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 15:52:22.663 | 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 15:52:22.664 | ERROR: Editable requirements are not allowed as constraints 2022-01-05 15:52:22.750 | + inc/python:pip_install:1 : exit_trap 2022-01-05 15:52:22.754 | + ./stack.sh:exit_trap:496 : local r=1 2022-01-05 15:52:22.758 | ++ ./stack.sh:exit_trap:497 : jobs -p 2022-01-05 15:52:22.762 | + ./stack.sh:exit_trap:497 : jobs= 2022-01-05 15:52:22.765 | + ./stack.sh:exit_trap:500 : [[ -n '' ]] 2022-01-05 15:52:22.768 | + ./stack.sh:exit_trap:506 : '[' -f '' ']' 2022-01-05 15:52:22.772 | + ./stack.sh:exit_trap:511 : kill_spinner 2022-01-05 15:52:22.776 | + ./stack.sh:kill_spinner:406 : '[' '!' -z '' ']' 2022-01-05 15:52:22.777 | + ./stack.sh:exit_trap:513 : [[ 1 -ne 0 ]] 2022-01-05 15:52:22.780 | + ./stack.sh:exit_trap:514 : echo 'Error on exit' 2022-01-05 15:52:22.780 | Error on exit 2022-01-05 15:52:22.782 | + ./stack.sh:exit_trap:516 : type -p generate-subunit 2022-01-05 15:52:22.784 | + ./stack.sh:exit_trap:517 : generate-subunit 1641397928 14 fail 2022-01-05 15:52:23.321 | + ./stack.sh:exit_trap:519 : [[ -z /opt/stack/logs ]] 2022-01-05 15:52:23.324 | + ./stack.sh:exit_trap:522 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-01-05 15:52:23.900 | ebtables v1.8.4 (nf_tables): table `broute' is incompatible, use 'nft' tool. 2022-01-05 15:52:23.900 | 2022-01-05 15:52:24.187 | + ./stack.sh:exit_trap:531 : exit 1