2022-01-05 16:04:37.646 | + ./stack.sh:main:462 : exec 2022-01-05 16:04:37.646 | + ./stack.sh:main:470 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-160437' 2022-01-05 16:04:37.646 | ++ ./stack.sh:main:462 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-01-05-160437.summary.2022-01-05-160437 2022-01-05 16:04:37.646 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-01-05 16:04:37.646 | + ./stack.sh:echo_summary:421 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-160437 2022-01-05 16:04:37.646 | + ./stack.sh:main:472 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-160437 /opt/stack/logs/stack.sh.log 2022-01-05 16:04:37.646 | + ./stack.sh:main:473 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-160437.summary.2022-01-05-160437 /opt/stack/logs/stack.sh.log.summary 2022-01-05 16:04:37.646 | + ./stack.sh:main:488 : check_path_perm_sanity /opt/stack 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:620 : local real_path 2022-01-05 16:04:37.646 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2022-01-05 16:04:37.646 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2022-01-05 16:04:37.646 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2022-01-05 16:04:37.646 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:04:37.646 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2022-01-05 16:04:37.646 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2022-01-05 16:04:37.650 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2022-01-05 16:04:37.651 | + ./stack.sh:main:494 : trap exit_trap EXIT 2022-01-05 16:04:37.654 | + ./stack.sh:main:535 : trap err_trap ERR 2022-01-05 16:04:37.655 | + ./stack.sh:main:548 : set -o errexit 2022-01-05 16:04:37.657 | + ./stack.sh:main:551 : uname -a 2022-01-05 16:04:37.659 | 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 16:04:37.661 | + ./stack.sh:main:554 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-01-05 16:04:37.663 | + ./stack.sh:main:555 : rm -f /opt/stack/data/ca-bundle.pem 2022-01-05 16:04:37.666 | + ./stack.sh:main:558 : source /home/ubuntu/devstack/lib/database 2022-01-05 16:04:37.693 | + ./stack.sh:main:559 : source /home/ubuntu/devstack/lib/rpc_backend 2022-01-05 16:04:37.709 | + ./stack.sh:main:565 : fetch_plugins 2022-01-05 16:04:37.711 | + functions-common:fetch_plugins:1656 : local plugins= 2022-01-05 16:04:37.713 | + functions-common:fetch_plugins:1657 : local plugin 2022-01-05 16:04:37.715 | + functions-common:fetch_plugins:1660 : [[ -z '' ]] 2022-01-05 16:04:37.716 | + functions-common:fetch_plugins:1661 : return 2022-01-05 16:04:37.718 | + ./stack.sh:main:569 : run_phase override_defaults 2022-01-05 16:04:37.720 | + functions-common:run_phase:1738 : local mode=override_defaults 2022-01-05 16:04:37.722 | + functions-common:run_phase:1739 : local phase= 2022-01-05 16:04:37.724 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:04:37.726 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2022-01-05 16:04:37.727 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:04:37.729 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2022-01-05 16:04:37.731 | + functions-common:run_phase:1748 : local extra 2022-01-05 16:04:37.733 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:04:37.736 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2022-01-05 16:04:37.738 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:04:37.740 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:04:37.742 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-01-05 16:04:37.744 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:04:37.760 | ++ functions-common:is_service_enabled:1966 : return 0 2022-01-05 16:04:37.762 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:04:37.764 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:04:37.766 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:04:37.768 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:04:37.771 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:04:37.773 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:04:37.775 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-01-05 16:04:37.776 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2022-01-05 16:04:37.778 | + functions-common:run_phase:1759 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:04:37.780 | + 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 16:04:37.782 | + functions-common:run_phase:1763 : plugin_override_defaults 2022-01-05 16:04:37.784 | + functions-common:plugin_override_defaults:1697 : local plugins= 2022-01-05 16:04:37.786 | + functions-common:plugin_override_defaults:1698 : local plugin 2022-01-05 16:04:37.787 | + functions-common:plugin_override_defaults:1701 : [[ -z '' ]] 2022-01-05 16:04:37.789 | + functions-common:plugin_override_defaults:1702 : return 2022-01-05 16:04:37.791 | + ./stack.sh:main:572 : source /home/ubuntu/devstack/lib/apache 2022-01-05 16:04:37.811 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/tls 2022-01-05 16:04:37.815 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-01-05 16:04:37.834 | ++ functions-common:is_service_enabled:1966 : return 1 2022-01-05 16:04:37.837 | +++ lib/tls:source:43 : hostname -f 2022-01-05 16:04:37.840 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-01-05 16:04:37.842 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-01-05 16:04:37.844 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-01-05 16:04:37.846 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-01-05 16:04:37.848 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-01-05 16:04:37.851 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-01-05 16:04:37.853 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-01-05 16:04:37.854 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-01-05 16:04:37.857 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-01-05 16:04:37.859 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-01-05 16:04:37.863 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/infra 2022-01-05 16:04:37.875 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/libraries 2022-01-05 16:04:37.895 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/lvm 2022-01-05 16:04:37.907 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/horizon 2022-01-05 16:04:37.925 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/keystone 2022-01-05 16:04:37.953 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/glance 2022-01-05 16:04:37.994 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/nova 2022-01-05 16:04:38.078 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/placement 2022-01-05 16:04:38.100 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/cinder 2022-01-05 16:04:38.140 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/swift 2022-01-05 16:04:38.204 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/neutron 2022-01-05 16:04:38.342 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/ldap 2022-01-05 16:04:38.356 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/dstat 2022-01-05 16:04:38.368 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/tcpdump 2022-01-05 16:04:38.381 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/etcd3 2022-01-05 16:04:38.467 | + ./stack.sh:main:598 : run_phase source 2022-01-05 16:04:38.470 | + functions-common:run_phase:1738 : local mode=source 2022-01-05 16:04:38.474 | + functions-common:run_phase:1739 : local phase= 2022-01-05 16:04:38.477 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:04:38.480 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2022-01-05 16:04:38.482 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:04:38.485 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2022-01-05 16:04:38.487 | + functions-common:run_phase:1748 : local extra 2022-01-05 16:04:38.491 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:04:38.495 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2022-01-05 16:04:38.497 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:04:38.500 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:04:38.502 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-01-05 16:04:38.504 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:04:38.518 | ++ functions-common:is_service_enabled:1966 : return 0 2022-01-05 16:04:38.520 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:04:38.522 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-01-05 16:04:38.569 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2022-01-05 16:04:38.571 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2022-01-05 16:04:38.573 | + functions-common:run_phase:1759 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:04:38.576 | + functions-common:run_phase:1760 : load_plugin_settings 2022-01-05 16:04:38.578 | + functions-common:load_plugin_settings:1674 : local plugins= 2022-01-05 16:04:38.580 | + functions-common:load_plugin_settings:1675 : local plugin 2022-01-05 16:04:38.582 | + functions-common:load_plugin_settings:1678 : [[ -z '' ]] 2022-01-05 16:04:38.585 | + functions-common:load_plugin_settings:1679 : return 2022-01-05 16:04:38.587 | + functions-common:run_phase:1761 : verify_disabled_services 2022-01-05 16:04:38.590 | + functions-common:verify_disabled_services:2021 : local service 2022-01-05 16:04:38.592 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.594 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-01-05 16:04:38.597 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.599 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-01-05 16:04:38.601 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.604 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-01-05 16:04:38.606 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.609 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-01-05 16:04:38.611 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.613 | + 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 16:04:38.616 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.618 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-01-05 16:04:38.621 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.623 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-01-05 16:04:38.625 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.628 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-01-05 16:04:38.630 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.632 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-01-05 16:04:38.635 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.637 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-01-05 16:04:38.640 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.642 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-01-05 16:04:38.645 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.648 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-01-05 16:04:38.650 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.652 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-01-05 16:04:38.655 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.657 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-01-05 16:04:38.659 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.662 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-01-05 16:04:38.664 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.666 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-01-05 16:04:38.668 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.671 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-01-05 16:04:38.673 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.675 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-01-05 16:04:38.677 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.680 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-01-05 16:04:38.682 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.684 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-01-05 16:04:38.686 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.688 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-01-05 16:04:38.691 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.693 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-01-05 16:04:38.695 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.697 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-01-05 16:04:38.700 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.702 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-01-05 16:04:38.704 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.706 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-01-05 16:04:38.708 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.711 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-01-05 16:04:38.713 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.715 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-01-05 16:04:38.717 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.719 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-01-05 16:04:38.722 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.724 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-01-05 16:04:38.726 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.728 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-01-05 16:04:38.731 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.733 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-01-05 16:04:38.735 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.737 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-01-05 16:04:38.739 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.742 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-01-05 16:04:38.744 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.746 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-01-05 16:04:38.748 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.750 | + 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 16:04:38.753 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.755 | + 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 16:04:38.758 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.760 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-01-05 16:04:38.763 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.765 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-01-05 16:04:38.768 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.770 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-01-05 16:04:38.773 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.775 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-01-05 16:04:38.777 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.779 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-01-05 16:04:38.782 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:04:38.784 | + functions-common:verify_disabled_services:2023 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-01-05 16:04:38.787 | + ./stack.sh:main:669 : initialize_database_backends 2022-01-05 16:04:38.789 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:04:38.792 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-01-05 16:04:38.807 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 16:04:38.809 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-01-05 16:04:38.811 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:04:38.813 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-01-05 16:04:38.828 | + functions-common:is_service_enabled:1966 : return 1 2022-01-05 16:04:38.830 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-01-05 16:04:38.832 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-01-05 16:04:38.834 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-01-05 16:04:38.838 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-01-05 16:04:38.840 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-01-05 16:04:38.842 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-01-05 16:04:38.845 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-01-05 16:04:38.848 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-01-05 16:04:38.851 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 16:04:38.854 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-01-05 16:04:38.858 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:04:38.862 | + lib/database:initialize_database_backends:104 : return 0 2022-01-05 16:04:38.864 | + ./stack.sh:main:670 : echo 'Using mysql database backend' 2022-01-05 16:04:38.864 | Using mysql database backend 2022-01-05 16:04:38.867 | + ./stack.sh:main:673 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-01-05 16:04:38.883 | + ./stack.sh:main:685 : is_service_enabled rabbit 2022-01-05 16:04:38.899 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 16:04:38.902 | + ./stack.sh:main:686 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-01-05 16:04:38.919 | + ./stack.sh:main:693 : is_service_enabled keystone 2022-01-05 16:04:38.934 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 16:04:38.936 | + ./stack.sh:main:695 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-01-05 16:04:38.952 | + ./stack.sh:main:697 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-01-05 16:04:38.969 | + ./stack.sh:main:708 : is_service_enabled ldap 2022-01-05 16:04:38.984 | + functions-common:is_service_enabled:1966 : return 1 2022-01-05 16:04:38.986 | + ./stack.sh:main:717 : is_service_enabled nova 2022-01-05 16:04:39.002 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 16:04:39.005 | + ./stack.sh:main:717 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2022-01-05 16:04:39.007 | + ./stack.sh:main:727 : is_service_enabled s-proxy 2022-01-05 16:04:39.023 | + functions-common:is_service_enabled:1966 : return 0 2022-01-05 16:04:39.026 | + ./stack.sh:main:731 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-01-05 16:04:39.041 | + ./stack.sh:main:733 : [[ -z '' ]] 2022-01-05 16:04:39.044 | + ./stack.sh:main:733 : [[ False == \T\r\u\e ]] 2022-01-05 16:04:39.046 | + ./stack.sh:main:739 : save_stackenv 739 2022-01-05 16:04:39.048 | + functions-common:save_stackenv:60 : local tag=739 2022-01-05 16:04:39.051 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-01-05 16:04:39.056 | + functions-common:save_stackenv:62 : time_stamp=2022-01-05-160439 2022-01-05 16:04:39.058 | + functions-common:save_stackenv:63 : echo '# 2022-01-05-160439 739' 2022-01-05 16:04:39.061 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.063 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:04:39.065 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.068 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-01-05 16:04:39.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.073 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-01-05 16:04:39.075 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.077 | + 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 16:04:39.080 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.082 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.16 2022-01-05 16:04:39.084 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.087 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.16/identity 2022-01-05 16:04:39.089 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.091 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-01-05-160437 2022-01-05 16:04:39.094 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.096 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-01-05 16:04:39.099 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.101 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.16 2022-01-05 16:04:39.103 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.106 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-01-05 16:04:39.108 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.110 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-01-05 16:04:39.113 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.115 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-01-05 16:04:39.117 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:04:39.120 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-01-05 16:04:39.122 | + ./stack.sh:main:750 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/victoria 2022-01-05 16:04:39.124 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2022-01-05 16:04:39.127 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2022-01-05 16:04:39.129 | + functions-common:git_clone:527 : local git_ref=stable/victoria 2022-01-05 16:04:39.131 | + functions-common:git_clone:528 : local orig_dir 2022-01-05 16:04:39.133 | ++ functions-common:git_clone:529 : pwd 2022-01-05 16:04:39.136 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2022-01-05 16:04:39.138 | + functions-common:git_clone:530 : local git_clone_flags= 2022-01-05 16:04:39.141 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2022-01-05 16:04:39.156 | + functions-common:git_clone:532 : RECLONE=False 2022-01-05 16:04:39.158 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2022-01-05 16:04:39.161 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2022-01-05 16:04:39.164 | + functions-common:git_clone:546 : echo stable/victoria 2022-01-05 16:04:39.164 | + functions-common:git_clone:546 : egrep -q '^refs' 2022-01-05 16:04:39.169 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2022-01-05 16:04:39.171 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2022-01-05 16:04:39.174 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2022-01-05 16:04:39.176 | + functions-common:git_clone:595 : git show --oneline 2022-01-05 16:04:39.177 | + functions-common:git_clone:595 : head -1 2022-01-05 16:04:39.181 | 533601b0 update constraint for oslo.context to new release 3.1.2 2022-01-05 16:04:39.183 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2022-01-05 16:04:39.186 | + ./stack.sh:main:754 : echo_summary 'Installing package prerequisites' 2022-01-05 16:04:39.188 | + ./stack.sh:echo_summary:415 : [[ -t 3 ]] 2022-01-05 16:04:39.190 | + ./stack.sh:echo_summary:421 : echo -e Installing package prerequisites 2022-01-05 16:04:39.193 | + ./stack.sh:main:755 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-01-05 16:04:39.196 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-01-05 16:04:39.198 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-01-05 16:04:39.201 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:04:39.203 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-01-05 16:04:39.205 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-01-05 16:04:39.208 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-01-05 16:04:39.211 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-01-05 16:04:39.216 | ++ tools/install_prereqs.sh:source:47 : NOW=1641398679 2022-01-05 16:04:39.219 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-01-05 16:04:39.223 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1641398422 2022-01-05 16:04:39.227 | ++ tools/install_prereqs.sh:source:49 : DELTA=257 2022-01-05 16:04:39.230 | ++ tools/install_prereqs.sh:source:50 : [[ 257 -lt 7200 ]] 2022-01-05 16:04:39.233 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-01-05 16:04:39.235 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-01-05 16:04:39.238 | ++ functions-common:export_proxy_variables:2128 : isset http_proxy 2022-01-05 16:04:39.240 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-01-05 16:04:39.243 | ++ functions-common:export_proxy_variables:2131 : isset https_proxy 2022-01-05 16:04:39.245 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-01-05 16:04:39.248 | ++ functions-common:export_proxy_variables:2134 : isset no_proxy 2022-01-05 16:04:39.250 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-01-05 16:04:39.253 | +++ 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 16:04:39.299 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-01-05 16:04:39.299 | apache2-dev 2022-01-05 16:04:39.299 | bc 2022-01-05 16:04:39.299 | bsdmainutils 2022-01-05 16:04:39.299 | curl 2022-01-05 16:04:39.299 | g++ 2022-01-05 16:04:39.299 | gcc 2022-01-05 16:04:39.299 | gettext 2022-01-05 16:04:39.299 | git 2022-01-05 16:04:39.299 | graphviz 2022-01-05 16:04:39.299 | iputils-ping 2022-01-05 16:04:39.300 | libapache2-mod-proxy-uwsgi 2022-01-05 16:04:39.300 | libffi-dev 2022-01-05 16:04:39.300 | libjpeg-dev 2022-01-05 16:04:39.300 | libmysqlclient-dev 2022-01-05 16:04:39.300 | libpcre3-dev 2022-01-05 16:04:39.300 | libpq-dev 2022-01-05 16:04:39.300 | libssl-dev 2022-01-05 16:04:39.300 | libsystemd-dev 2022-01-05 16:04:39.300 | libxml2-dev 2022-01-05 16:04:39.300 | libxslt1-dev 2022-01-05 16:04:39.300 | libyaml-dev 2022-01-05 16:04:39.300 | lsof 2022-01-05 16:04:39.300 | openssh-server 2022-01-05 16:04:39.300 | openssl 2022-01-05 16:04:39.300 | pkg-config 2022-01-05 16:04:39.300 | psmisc 2022-01-05 16:04:39.300 | python3-dev 2022-01-05 16:04:39.300 | python3-pip 2022-01-05 16:04:39.300 | python3-venv 2022-01-05 16:04:39.300 | tar 2022-01-05 16:04:39.300 | tcpdump 2022-01-05 16:04:39.300 | unzip 2022-01-05 16:04:39.300 | uuid-runtime 2022-01-05 16:04:39.300 | wget 2022-01-05 16:04:39.300 | wget 2022-01-05 16:04:39.300 | zlib1g-dev 2022-01-05 16:04:39.300 | libkrb5-dev 2022-01-05 16:04:39.300 | libldap2-dev 2022-01-05 16:04:39.300 | libsasl2-dev 2022-01-05 16:04:39.300 | memcached 2022-01-05 16:04:39.300 | python3-mysqldb 2022-01-05 16:04:39.300 | sqlite3 2022-01-05 16:04:39.300 | conntrack 2022-01-05 16:04:39.300 | curl 2022-01-05 16:04:39.300 | dnsmasq-base 2022-01-05 16:04:39.300 | dnsmasq-utils 2022-01-05 16:04:39.300 | ebtables 2022-01-05 16:04:39.300 | gawk 2022-01-05 16:04:39.300 | genisoimage 2022-01-05 16:04:39.301 | iptables 2022-01-05 16:04:39.301 | iputils-arping 2022-01-05 16:04:39.301 | kpartx 2022-01-05 16:04:39.301 | libjs-jquery-tablesorter 2022-01-05 16:04:39.301 | libmysqlclient-dev 2022-01-05 16:04:39.301 | parted 2022-01-05 16:04:39.301 | pm-utils 2022-01-05 16:04:39.301 | python3-mysqldb 2022-01-05 16:04:39.301 | socat 2022-01-05 16:04:39.301 | sqlite3 2022-01-05 16:04:39.301 | sudo 2022-01-05 16:04:39.301 | vlan 2022-01-05 16:04:39.301 | lsscsi 2022-01-05 16:04:39.301 | open-iscsi 2022-01-05 16:04:39.301 | lvm2 2022-01-05 16:04:39.301 | qemu-utils 2022-01-05 16:04:39.301 | thin-provisioning-tools 2022-01-05 16:04:39.301 | acl 2022-01-05 16:04:39.301 | dnsmasq-base 2022-01-05 16:04:39.301 | dnsmasq-utils 2022-01-05 16:04:39.301 | ebtables 2022-01-05 16:04:39.301 | haproxy 2022-01-05 16:04:39.301 | iptables 2022-01-05 16:04:39.301 | iputils-arping 2022-01-05 16:04:39.301 | iputils-ping 2022-01-05 16:04:39.301 | libmysqlclient-dev 2022-01-05 16:04:39.301 | postgresql-server-dev-all 2022-01-05 16:04:39.301 | python3-mysqldb 2022-01-05 16:04:39.301 | sqlite3 2022-01-05 16:04:39.301 | sudo 2022-01-05 16:04:39.301 | vlan 2022-01-05 16:04:39.301 | ipset 2022-01-05 16:04:39.301 | conntrack 2022-01-05 16:04:39.301 | conntrackd 2022-01-05 16:04:39.301 | keepalived 2022-01-05 16:04:39.301 | dstat 2022-01-05 16:04:39.301 | lvm2 2022-01-05 16:04:39.302 | qemu-utils 2022-01-05 16:04:39.302 | thin-provisioning-tools 2022-01-05 16:04:39.302 | curl 2022-01-05 16:04:39.302 | liberasurecode-dev 2022-01-05 16:04:39.302 | make 2022-01-05 16:04:39.302 | memcached 2022-01-05 16:04:39.302 | sqlite3 2022-01-05 16:04:39.302 | xfsprogs' 2022-01-05 16:04:39.303 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-01-05 16:04:39.320 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-01-05 16:04:39.320 | apache2-dev 2022-01-05 16:04:39.320 | bc 2022-01-05 16:04:39.320 | bsdmainutils 2022-01-05 16:04:39.320 | curl 2022-01-05 16:04:39.320 | g++ 2022-01-05 16:04:39.320 | gcc 2022-01-05 16:04:39.320 | gettext 2022-01-05 16:04:39.320 | git 2022-01-05 16:04:39.320 | graphviz 2022-01-05 16:04:39.321 | iputils-ping 2022-01-05 16:04:39.321 | libapache2-mod-proxy-uwsgi 2022-01-05 16:04:39.321 | libffi-dev 2022-01-05 16:04:39.321 | libjpeg-dev 2022-01-05 16:04:39.321 | libmysqlclient-dev 2022-01-05 16:04:39.321 | libpcre3-dev 2022-01-05 16:04:39.321 | libpq-dev 2022-01-05 16:04:39.321 | libssl-dev 2022-01-05 16:04:39.321 | libsystemd-dev 2022-01-05 16:04:39.321 | libxml2-dev 2022-01-05 16:04:39.321 | libxslt1-dev 2022-01-05 16:04:39.321 | libyaml-dev 2022-01-05 16:04:39.321 | lsof 2022-01-05 16:04:39.321 | openssh-server 2022-01-05 16:04:39.321 | openssl 2022-01-05 16:04:39.321 | pkg-config 2022-01-05 16:04:39.321 | psmisc 2022-01-05 16:04:39.321 | python3-dev 2022-01-05 16:04:39.321 | python3-pip 2022-01-05 16:04:39.321 | python3-venv 2022-01-05 16:04:39.321 | tar 2022-01-05 16:04:39.321 | tcpdump 2022-01-05 16:04:39.321 | unzip 2022-01-05 16:04:39.321 | uuid-runtime 2022-01-05 16:04:39.321 | wget 2022-01-05 16:04:39.321 | wget 2022-01-05 16:04:39.321 | zlib1g-dev 2022-01-05 16:04:39.321 | libkrb5-dev 2022-01-05 16:04:39.321 | libldap2-dev 2022-01-05 16:04:39.321 | libsasl2-dev 2022-01-05 16:04:39.321 | memcached 2022-01-05 16:04:39.321 | python3-mysqldb 2022-01-05 16:04:39.321 | sqlite3 2022-01-05 16:04:39.321 | conntrack 2022-01-05 16:04:39.321 | curl 2022-01-05 16:04:39.322 | dnsmasq-base 2022-01-05 16:04:39.322 | dnsmasq-utils 2022-01-05 16:04:39.322 | ebtables 2022-01-05 16:04:39.322 | gawk 2022-01-05 16:04:39.322 | genisoimage 2022-01-05 16:04:39.322 | iptables 2022-01-05 16:04:39.322 | iputils-arping 2022-01-05 16:04:39.322 | kpartx 2022-01-05 16:04:39.322 | libjs-jquery-tablesorter 2022-01-05 16:04:39.322 | libmysqlclient-dev 2022-01-05 16:04:39.322 | parted 2022-01-05 16:04:39.322 | pm-utils 2022-01-05 16:04:39.322 | python3-mysqldb 2022-01-05 16:04:39.322 | socat 2022-01-05 16:04:39.322 | sqlite3 2022-01-05 16:04:39.322 | sudo 2022-01-05 16:04:39.322 | vlan 2022-01-05 16:04:39.322 | lsscsi 2022-01-05 16:04:39.322 | open-iscsi 2022-01-05 16:04:39.322 | lvm2 2022-01-05 16:04:39.322 | qemu-utils 2022-01-05 16:04:39.322 | thin-provisioning-tools 2022-01-05 16:04:39.322 | acl 2022-01-05 16:04:39.322 | dnsmasq-base 2022-01-05 16:04:39.322 | dnsmasq-utils 2022-01-05 16:04:39.322 | ebtables 2022-01-05 16:04:39.322 | haproxy 2022-01-05 16:04:39.322 | iptables 2022-01-05 16:04:39.322 | iputils-arping 2022-01-05 16:04:39.322 | iputils-ping 2022-01-05 16:04:39.322 | libmysqlclient-dev 2022-01-05 16:04:39.322 | postgresql-server-dev-all 2022-01-05 16:04:39.322 | python3-mysqldb 2022-01-05 16:04:39.322 | sqlite3 2022-01-05 16:04:39.322 | sudo 2022-01-05 16:04:39.322 | vlan 2022-01-05 16:04:39.322 | ipset 2022-01-05 16:04:39.322 | conntrack 2022-01-05 16:04:39.322 | conntrackd 2022-01-05 16:04:39.323 | keepalived 2022-01-05 16:04:39.323 | dstat 2022-01-05 16:04:39.323 | lvm2 2022-01-05 16:04:39.323 | qemu-utils 2022-01-05 16:04:39.323 | thin-provisioning-tools 2022-01-05 16:04:39.323 | curl 2022-01-05 16:04:39.323 | liberasurecode-dev 2022-01-05 16:04:39.323 | make 2022-01-05 16:04:39.323 | memcached 2022-01-05 16:04:39.323 | sqlite3 2022-01-05 16:04:39.323 | xfsprogs ' 2022-01-05 16:04:39.325 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-01-05 16:04:39.327 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-01-05 16:04:39.330 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-01-05 16:04:39.333 | ++ 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 16:04:39.333 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-01-05 16:04:39.338 | ++ 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 16:04:39.340 | ++ functions-common:install_package:1344 : update_package_repo 2022-01-05 16:04:39.342 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2022-01-05 16:04:39.345 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2022-01-05 16:04:39.347 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2022-01-05 16:04:39.349 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2022-01-05 16:04:39.351 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2022-01-05 16:04:39.353 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-01-05 16:04:39.355 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-01-05 16:04:39.357 | ++ functions-common:update_package_repo:1325 : apt_get_update 2022-01-05 16:04:39.360 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2022-01-05 16:04:39.362 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2022-01-05 16:04:39.364 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2022-01-05 16:04:39.366 | +++ functions-common:apt_get_update:1078 : id -u 2022-01-05 16:04:39.371 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2022-01-05 16:04:39.373 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2022-01-05 16:04:39.375 | ++ functions-common:time_start:2296 : local name=apt-get-update 2022-01-05 16:04:39.377 | ++ functions-common:time_start:2297 : local start_time= 2022-01-05 16:04:39.379 | ++ functions-common:time_start:2298 : [[ -n '' ]] 2022-01-05 16:04:39.381 | +++ functions-common:time_start:2301 : date +%s%3N 2022-01-05 16:04:39.385 | ++ functions-common:time_start:2301 : _TIME_START[$name]=1641398679382 2022-01-05 16:04:39.387 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-01-05 16:04:39.389 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-01-05 16:04:39.391 | ++ 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 16:04:39.745 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-01-05 16:04:39.763 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-01-05 16:04:39.839 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-01-05 16:04:39.948 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-05 16:04:42.017 | Reading package lists... 2022-01-05 16:04:42.052 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2022-01-05 16:04:42.056 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2022-01-05 16:04:42.059 | ++ functions-common:time_stop:2310 : local name 2022-01-05 16:04:42.063 | ++ functions-common:time_stop:2311 : local end_time 2022-01-05 16:04:42.065 | ++ functions-common:time_stop:2312 : local elapsed_time 2022-01-05 16:04:42.069 | ++ functions-common:time_stop:2313 : local total 2022-01-05 16:04:42.071 | ++ functions-common:time_stop:2314 : local start_time 2022-01-05 16:04:42.073 | ++ functions-common:time_stop:2316 : name=apt-get-update 2022-01-05 16:04:42.075 | ++ functions-common:time_stop:2317 : start_time=1641398679382 2022-01-05 16:04:42.078 | ++ functions-common:time_stop:2319 : [[ -z 1641398679382 ]] 2022-01-05 16:04:42.080 | +++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 16:04:42.084 | ++ functions-common:time_stop:2322 : end_time=1641398682082 2022-01-05 16:04:42.087 | ++ functions-common:time_stop:2323 : elapsed_time=2700 2022-01-05 16:04:42.089 | ++ functions-common:time_stop:2324 : total=0 2022-01-05 16:04:42.091 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 16:04:42.093 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=2700 2022-01-05 16:04:42.095 | ++ 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 16:04:42.097 | ++ functions-common:real_install_package:1330 : is_ubuntu 2022-01-05 16:04:42.100 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2022-01-05 16:04:42.103 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2022-01-05 16:04:42.105 | ++ 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 16:04:42.127 | ++ 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 16:04:42.238 | Reading package lists... 2022-01-05 16:04:42.483 | Building dependency tree... 2022-01-05 16:04:42.484 | Reading state information... 2022-01-05 16:04:42.518 | acl is already the newest version (2.2.53-6). 2022-01-05 16:04:42.518 | bc is already the newest version (1.07.1-2build1). 2022-01-05 16:04:42.518 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-01-05 16:04:42.518 | conntrack is already the newest version (1:1.4.5-2). 2022-01-05 16:04:42.518 | ebtables is already the newest version (2.0.11-3build1). 2022-01-05 16:04:42.518 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:04:42.518 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-01-05 16:04:42.518 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:04:42.518 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-01-05 16:04:42.518 | gettext is already the newest version (0.19.8.1-10build1). 2022-01-05 16:04:42.518 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-01-05 16:04:42.518 | iputils-arping is already the newest version (3:20190709-3). 2022-01-05 16:04:42.518 | iputils-ping is already the newest version (3:20190709-3). 2022-01-05 16:04:42.518 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-01-05 16:04:42.518 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-01-05 16:04:42.518 | libffi-dev is already the newest version (3.3-4). 2022-01-05 16:04:42.518 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-01-05 16:04:42.518 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-01-05 16:04:42.518 | libsasl2-dev is already the newest version (2.1.27+dfsg-2). 2022-01-05 16:04:42.518 | libxslt1-dev is already the newest version (1.1.34-4). 2022-01-05 16:04:42.518 | libyaml-dev is already the newest version (0.2.2-1). 2022-01-05 16:04:42.518 | lsscsi is already the newest version (0.30-0.1). 2022-01-05 16:04:42.518 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-01-05 16:04:42.519 | make is already the newest version (4.2.1-1.2). 2022-01-05 16:04:42.519 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-01-05 16:04:42.519 | psmisc is already the newest version (23.3-1). 2022-01-05 16:04:42.519 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:04:42.519 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-01-05 16:04:42.519 | socat is already the newest version (1.7.3.3-2). 2022-01-05 16:04:42.519 | tcpdump is already the newest version (4.9.3-4). 2022-01-05 16:04:42.519 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-01-05 16:04:42.519 | unzip is already the newest version (6.0-25ubuntu1). 2022-01-05 16:04:42.519 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-01-05 16:04:42.519 | conntrackd is already the newest version (1:1.4.5-2). 2022-01-05 16:04:42.519 | dstat is already the newest version (0.7.4-6). 2022-01-05 16:04:42.519 | graphviz is already the newest version (2.42.2-3build2). 2022-01-05 16:04:42.519 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-01-05 16:04:42.519 | pm-utils is already the newest version (1.4.1-19). 2022-01-05 16:04:42.519 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:04:42.519 | apache2 is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:04:42.519 | apache2-dev is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:04:42.519 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-01-05 16:04:42.519 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:04:42.519 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:04:42.519 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-01-05 16:04:42.519 | haproxy is already the newest version (2.0.13-2ubuntu0.3). 2022-01-05 16:04:42.519 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-01-05 16:04:42.519 | keepalived is already the newest version (1:2.0.19-2ubuntu0.1). 2022-01-05 16:04:42.519 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-01-05 16:04:42.519 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-01-05 16:04:42.519 | libmysqlclient-dev is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 16:04:42.519 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-01-05 16:04:42.519 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:04:42.519 | libsystemd-dev is already the newest version (245.4-4ubuntu3.14). 2022-01-05 16:04:42.519 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2022-01-05 16:04:42.519 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-01-05 16:04:42.519 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-01-05 16:04:42.519 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-01-05 16:04:42.520 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.3). 2022-01-05 16:04:42.520 | openssl is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:04:42.520 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-01-05 16:04:42.520 | qemu-utils is already the newest version (1:4.2-3ubuntu6.19). 2022-01-05 16:04:42.520 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-01-05 16:04:42.520 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-01-05 16:04:42.520 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-01-05 16:04:42.520 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-01-05 16:04:42.520 | wget is already the newest version (1.20.3-1ubuntu2). 2022-01-05 16:04:42.520 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-01-05 16:04:42.520 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:04:42.732 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-01-05 16:04:42.733 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-01-05 16:04:42.733 | The following packages were automatically installed and are no longer required: 2022-01-05 16:04:42.734 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:04:42.734 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:04:42.734 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:04:42.734 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:04:42.734 | python3-secretstorage python3-systemd python3-twisted-bin python3-wadllib 2022-01-05 16:04:42.734 | python3-zope.interface 2022-01-05 16:04:42.734 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:04:42.735 | The following additional packages will be installed: 2022-01-05 16:04:42.735 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 python3-yaml 2022-01-05 16:04:42.812 | The following NEW packages will be installed: 2022-01-05 16:04:42.812 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 postgresql-server-dev-all 2022-01-05 16:04:42.812 | python3-yaml 2022-01-05 16:04:43.420 | 0 upgraded, 5 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:04:43.420 | Need to get 0 B/27.4 MB of archives. 2022-01-05 16:04:43.420 | After this operation, 211 MB of additional disk space will be used. 2022-01-05 16:04:43.461 | Selecting previously unselected package python3-yaml. 2022-01-05 16:04:43.513 | (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:04:43.516 | Preparing to unpack .../python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-01-05 16:04:43.521 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:04:43.584 | Selecting previously unselected package llvm-10-tools. 2022-01-05 16:04:43.593 | Preparing to unpack .../llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:04:43.598 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:04:43.777 | Selecting previously unselected package llvm-10-dev. 2022-01-05 16:04:43.787 | Preparing to unpack .../llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:04:43.796 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:04:48.277 | Selecting previously unselected package postgresql-server-dev-12. 2022-01-05 16:04:48.287 | Preparing to unpack .../postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 16:04:48.292 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:04:48.608 | Selecting previously unselected package postgresql-server-dev-all. 2022-01-05 16:04:48.622 | Preparing to unpack .../postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-01-05 16:04:48.626 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:04:48.700 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:04:49.024 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:04:49.033 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:04:49.043 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:04:49.053 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:04:49.061 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 16:04:49.440 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-05 16:04:56.913 | ++ functions-common:apt_get:1115 : result=0 2022-01-05 16:04:56.916 | ++ functions-common:apt_get:1118 : time_stop apt-get 2022-01-05 16:04:56.919 | ++ functions-common:time_stop:2310 : local name 2022-01-05 16:04:56.921 | ++ functions-common:time_stop:2311 : local end_time 2022-01-05 16:04:56.923 | ++ functions-common:time_stop:2312 : local elapsed_time 2022-01-05 16:04:56.926 | ++ functions-common:time_stop:2313 : local total 2022-01-05 16:04:56.928 | ++ functions-common:time_stop:2314 : local start_time 2022-01-05 16:04:56.930 | ++ functions-common:time_stop:2316 : name=apt-get 2022-01-05 16:04:56.933 | ++ functions-common:time_stop:2317 : start_time=1641398682124 2022-01-05 16:04:56.935 | ++ functions-common:time_stop:2319 : [[ -z 1641398682124 ]] 2022-01-05 16:04:56.938 | +++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 16:04:56.942 | ++ functions-common:time_stop:2322 : end_time=1641398696939 2022-01-05 16:04:56.945 | ++ functions-common:time_stop:2323 : elapsed_time=14815 2022-01-05 16:04:56.947 | ++ functions-common:time_stop:2324 : total=784 2022-01-05 16:04:56.949 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 16:04:56.951 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=15599 2022-01-05 16:04:56.953 | ++ functions-common:apt_get:1119 : return 0 2022-01-05 16:04:56.956 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-01-05 16:04:56.958 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-01-05 16:04:56.961 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-01-05 16:04:56.965 | ++ tools/install_prereqs.sh:source:89 : date 2022-01-05 16:04:56.969 | + ./stack.sh:main:758 : [[ False != \T\r\u\e ]] 2022-01-05 16:04:56.972 | + ./stack.sh:main:759 : PYPI_ALTERNATIVE_URL= 2022-01-05 16:04:56.975 | + ./stack.sh:main:759 : /home/ubuntu/devstack/tools/install_pip.sh 2022-01-05 16:04:58.680 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-01-05 16:04:58.684 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:04:58.688 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:04:58.692 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2022-01-05 16:04:58.695 | + tools/install_pip.sh:main:43 : GetDistro 2022-01-05 16:04:58.697 | + functions-common:GetDistro:373 : GetOSVersion 2022-01-05 16:04:58.699 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-01-05 16:04:58.701 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-01-05 16:04:58.704 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-01-05 16:04:58.705 | + functions-common:_ensure_lsb_release:328 : return 2022-01-05 16:04:58.708 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-01-05 16:04:58.774 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-01-05 16:04:58.778 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-01-05 16:04:58.843 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-01-05 16:04:58.847 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-01-05 16:04:58.921 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-01-05 16:04:58.924 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-01-05 16:04:58.927 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-01-05 16:04:58.929 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-01-05 16:04:58.932 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-01-05 16:04:58.934 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-01-05 16:04:58.936 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-01-05 16:04:58.938 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-01-05 16:04:58.940 | + functions-common:GetDistro:378 : DISTRO=focal 2022-01-05 16:04:58.942 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2022-01-05 16:04:58.944 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-01-05 16:04:58.944 | Distro: focal 2022-01-05 16:04:58.946 | + tools/install_pip.sh:main:127 : get_versions 2022-01-05 16:04:58.949 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-01-05 16:04:58.953 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-01-05 16:04:58.955 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-01-05 16:04:58.957 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-01-05 16:04:58.958 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-01-05 16:04:59.520 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-01-05 16:04:59.523 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-01-05 16:04:59.524 | pip: 21.3.1 2022-01-05 16:04:59.527 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2022-01-05 16:05:00.057 | pip 21.3.1 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2022-01-05 16:05:00.100 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2022-01-05 16:05:00.103 | + tools/install_pip.sh:main:134 : [[ focal == focal ]] 2022-01-05 16:05:00.105 | + tools/install_pip.sh:main:135 : exit 0 2022-01-05 16:05:00.110 | + ./stack.sh:main:763 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-01-05 16:05:00.113 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:05:00.118 | + ./stack.sh:main:764 : fixup_all 2022-01-05 16:05:00.121 | + tools/fixup_stuff.sh:fixup_all:195 : fixup_keystone 2022-01-05 16:05:00.124 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-01-05 16:05:00.127 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:05:00.134 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:05:00.134 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-01-05 16:05:00.134 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-01-05 16:05:00.140 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-01-05 16:05:00.142 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-01-05 16:05:00.144 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-01-05 16:05:00.153 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-01-05 16:05:00.156 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_ubuntu 2022-01-05 16:05:00.158 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2022-01-05 16:05:00.161 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2022-01-05 16:05:00.163 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_fedora 2022-01-05 16:05:00.166 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2022-01-05 16:05:00.168 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2022-01-05 16:05:00.170 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2022-01-05 16:05:00.172 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:05:00.174 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:05:00.176 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:05:00.178 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2022-01-05 16:05:00.180 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:05:00.182 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:05:00.184 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2022-01-05 16:05:00.187 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_suse 2022-01-05 16:05:00.189 | + tools/fixup_stuff.sh:fixup_suse:156 : is_suse 2022-01-05 16:05:00.191 | + functions-common:is_suse:464 : is_opensuse 2022-01-05 16:05:00.193 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2022-01-05 16:05:00.195 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:05:00.197 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2022-01-05 16:05:00.201 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2022-01-05 16:05:00.204 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:05:00.207 | + tools/fixup_stuff.sh:fixup_suse:157 : return 2022-01-05 16:05:00.210 | + ./stack.sh:main:767 : pip_install -U os-testr 2022-01-05 16:05:00.234 | Using python 3.8 to install os-testr 2022-01-05 16:05:00.237 | + 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:05:01.940 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:05:01.972 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.0) 2022-01-05 16:05:02.044 | 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:05:02.045 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.5.0) 2022-01-05 16:05:02.046 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.0.1) 2022-01-05 16:05:02.047 | 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:05:02.060 | 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:05:02.087 | 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:05:02.089 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.11.7) 2022-01-05 16:05:02.090 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.4.0) 2022-01-05 16:05:02.091 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.3.1) 2022-01-05 16:05:02.091 | 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:05:02.110 | 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:05:02.111 | 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:05:02.112 | 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:05:02.113 | 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:05:02.126 | Requirement already satisfied: cmd2!=0.8.3,>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.3.8) 2022-01-05 16:05:02.128 | Requirement already satisfied: PrettyTable<0.8,>=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:05:02.129 | 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:05:02.131 | 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.2.2) 2022-01-05 16:05:02.196 | Collecting argparse 2022-01-05 16:05:02.203 | 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:05:02.227 | 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:05:02.280 | Requirement already satisfied: colorama>=0.3.7 in /usr/lib/python3/dist-packages (from cmd2!=0.8.3,>=0.8.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.3) 2022-01-05 16:05:02.281 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2!=0.8.3,>=0.8.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (20.1.0) 2022-01-05 16:05:02.282 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2!=0.8.3,>=0.8.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-01-05 16:05:02.283 | Requirement already satisfied: setuptools>=34.4 in /usr/local/lib/python3.8/dist-packages (from cmd2!=0.8.3,>=0.8.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (60.2.0) 2022-01-05 16:05:02.285 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2!=0.8.3,>=0.8.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.0) 2022-01-05 16:05:03.538 | Installing collected packages: argparse 2022-01-05 16:05:03.641 | Successfully installed argparse-1.4.0 2022-01-05 16:05:03.641 | 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:05:03.755 | + inc/python:pip_install:200 : result=0 2022-01-05 16:05:03.759 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:05:03.762 | + functions-common:time_stop:2310 : local name 2022-01-05 16:05:03.766 | + functions-common:time_stop:2311 : local end_time 2022-01-05 16:05:03.769 | + functions-common:time_stop:2312 : local elapsed_time 2022-01-05 16:05:03.773 | + functions-common:time_stop:2313 : local total 2022-01-05 16:05:03.777 | + functions-common:time_stop:2314 : local start_time 2022-01-05 16:05:03.780 | + functions-common:time_stop:2316 : name=pip_install 2022-01-05 16:05:03.784 | + functions-common:time_stop:2317 : start_time=1641398700228 2022-01-05 16:05:03.787 | + functions-common:time_stop:2319 : [[ -z 1641398700228 ]] 2022-01-05 16:05:03.791 | ++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 16:05:03.796 | + functions-common:time_stop:2322 : end_time=1641398703793 2022-01-05 16:05:03.798 | + functions-common:time_stop:2323 : elapsed_time=3565 2022-01-05 16:05:03.801 | + functions-common:time_stop:2324 : total=0 2022-01-05 16:05:03.804 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 16:05:03.806 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=3565 2022-01-05 16:05:03.809 | + inc/python:pip_install:203 : return 0 2022-01-05 16:05:03.812 | + ./stack.sh:main:769 : pip_install_gr systemd-python 2022-01-05 16:05:03.815 | + inc/python:pip_install_gr:76 : local name=systemd-python 2022-01-05 16:05:03.818 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:05:03.822 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2022-01-05 16:05:03.824 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2022-01-05 16:05:03.826 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:05:03.830 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:05:03.830 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:05:03.835 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2022-01-05 16:05:03.838 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2022-01-05 16:05:03.840 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2022-01-05 16:05:03.843 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2022-01-05 16:05:03.845 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2022-01-05 16:05:03.865 | Using python 3.8 to install systemd-python 2022-01-05 16:05:03.868 | + 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 systemd-python 2022-01-05 16:05:05.591 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:05:05.623 | Requirement already satisfied: systemd-python in /usr/lib/python3/dist-packages (234) 2022-01-05 16:05:07.037 | 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:05:07.144 | + inc/python:pip_install:200 : result=0 2022-01-05 16:05:07.148 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:05:07.151 | + functions-common:time_stop:2310 : local name 2022-01-05 16:05:07.153 | + functions-common:time_stop:2311 : local end_time 2022-01-05 16:05:07.155 | + functions-common:time_stop:2312 : local elapsed_time 2022-01-05 16:05:07.157 | + functions-common:time_stop:2313 : local total 2022-01-05 16:05:07.160 | + functions-common:time_stop:2314 : local start_time 2022-01-05 16:05:07.162 | + functions-common:time_stop:2316 : name=pip_install 2022-01-05 16:05:07.165 | + functions-common:time_stop:2317 : start_time=1641398703860 2022-01-05 16:05:07.167 | + functions-common:time_stop:2319 : [[ -z 1641398703860 ]] 2022-01-05 16:05:07.170 | ++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 16:05:07.175 | + functions-common:time_stop:2322 : end_time=1641398707171 2022-01-05 16:05:07.177 | + functions-common:time_stop:2323 : elapsed_time=3311 2022-01-05 16:05:07.180 | + functions-common:time_stop:2324 : total=3565 2022-01-05 16:05:07.182 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 16:05:07.184 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=6876 2022-01-05 16:05:07.186 | + inc/python:pip_install:203 : return 0 2022-01-05 16:05:07.188 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-01-05 16:05:07.249 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2022-01-05 16:05:07.351 | + ./stack.sh:main:779 : install_infra 2022-01-05 16:05:07.354 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:05:07.356 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-01-05 16:05:07.359 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-01-05 16:05:10.535 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:05:10.538 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-01-05 16:05:10.564 | + 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:05:12.503 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:12.736 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:12.739 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-01-05 16:05:12.947 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:13.004 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:13.064 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:13.066 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-01-05 16:05:13.115 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-01-05 16:05:13.171 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:05:13.311 | Collecting pbr===5.5.0 2022-01-05 16:05:13.319 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5ad/c0f9fc64319d8/pbr-5.5.0-py2.py3-none-any.whl (106 kB) 2022-01-05 16:05:13.357 | Installing collected packages: pbr 2022-01-05 16:05:13.497 | Successfully installed pbr-5.5.0 2022-01-05 16:05:13.560 | + inc/python:pip_install:200 : result=0 2022-01-05 16:05:13.563 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:05:13.567 | + functions-common:time_stop:2310 : local name 2022-01-05 16:05:13.570 | + functions-common:time_stop:2311 : local end_time 2022-01-05 16:05:13.572 | + functions-common:time_stop:2312 : local elapsed_time 2022-01-05 16:05:13.574 | + functions-common:time_stop:2313 : local total 2022-01-05 16:05:13.577 | + functions-common:time_stop:2314 : local start_time 2022-01-05 16:05:13.579 | + functions-common:time_stop:2316 : name=pip_install 2022-01-05 16:05:13.581 | + functions-common:time_stop:2317 : start_time=1641398710555 2022-01-05 16:05:13.584 | + functions-common:time_stop:2319 : [[ -z 1641398710555 ]] 2022-01-05 16:05:13.587 | ++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 16:05:13.592 | + functions-common:time_stop:2322 : end_time=1641398713589 2022-01-05 16:05:13.595 | + functions-common:time_stop:2323 : elapsed_time=3034 2022-01-05 16:05:13.597 | + functions-common:time_stop:2324 : total=6876 2022-01-05 16:05:13.600 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 16:05:13.602 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=9910 2022-01-05 16:05:13.604 | + inc/python:pip_install:203 : return 0 2022-01-05 16:05:13.607 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:05:13.610 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-01-05 16:05:13.635 | + 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:05:15.589 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:15.819 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:15.822 | Ignoring importlib-metadata: markers 'python_version == "3.7"' don't match your environment 2022-01-05 16:05:16.022 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:16.084 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:16.143 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:05:16.145 | Ignoring importlib-resources: markers 'python_version == "3.7"' don't match your environment 2022-01-05 16:05:16.194 | Ignoring futures: markers 'python_version == "2.7"' don't match your environment 2022-01-05 16:05:16.240 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:05:16.243 | Processing /opt/stack/requirements 2022-01-05 16:05:17.604 | Collecting fixtures===3.0.0 2022-01-05 16:05:17.612 | 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:05:17.831 | Collecting PyYAML===5.3.1 2022-01-05 16:05:17.840 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b8e/ac752c5e14d3e/PyYAML-5.3.1.tar.gz (269 kB) 2022-01-05 16:05:18.576 | Collecting requests===2.23.0 2022-01-05 16:05:18.584 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/439/99036bfa82904/requests-2.23.0-py2.py3-none-any.whl (58 kB) 2022-01-05 16:05:18.675 | Collecting packaging===20.4 2022-01-05 16:05:18.682 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/998/416ba6962ae7f/packaging-20.4-py2.py3-none-any.whl (37 kB) 2022-01-05 16:05:18.742 | Collecting testtools===2.4.0 2022-01-05 16:05:18.749 | 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:05:18.841 | Collecting idna===2.10 2022-01-05 16:05:18.848 | 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:05:18.984 | Collecting pyparsing===2.4.7 2022-01-05 16:05:18.991 | 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:05:19.041 | Collecting six===1.15.0 2022-01-05 16:05:19.048 | 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:05:19.075 | Collecting Parsley>=1.2 2022-01-05 16:05:19.082 | 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:05:19.128 | Collecting beagle>=0.2.1 2022-01-05 16:05:19.135 | 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:05:19.160 | Requirement already satisfied: pbr===5.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 44)) (5.5.0) 2022-01-05 16:05:19.214 | Collecting certifi===2021.10.8 2022-01-05 16:05:19.221 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-01-05 16:05:19.264 | Collecting chardet===3.0.4 2022-01-05 16:05:19.271 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/fc3/23ffcaeaed0e0/chardet-3.0.4-py2.py3-none-any.whl (133 kB) 2022-01-05 16:05:19.367 | Collecting urllib3===1.25.10 2022-01-05 16:05:19.375 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e79/83572181f5e15/urllib3-1.25.10-py2.py3-none-any.whl (127 kB) 2022-01-05 16:05:19.440 | Collecting traceback2===1.4.0 2022-01-05 16:05:19.447 | 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:05:19.487 | Collecting unittest2===1.1.0 2022-01-05 16:05:19.493 | 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:05:19.544 | Collecting python-mimeparse===1.6.0 2022-01-05 16:05:19.550 | 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:05:19.576 | Collecting extras===1.0.0 2022-01-05 16:05:19.583 | 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:05:19.664 | Collecting cliff===3.4.0 2022-01-05 16:05:19.670 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/85c/e3782db66b682/cliff-3.4.0-py3-none-any.whl (76 kB) 2022-01-05 16:05:19.722 | Collecting linecache2===1.0.0 2022-01-05 16:05:19.728 | 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:05:19.769 | Collecting argparse 2022-01-05 16:05:19.776 | 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:05:19.857 | Collecting stevedore===3.2.2 2022-01-05 16:05:19.864 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/5e1/ab03eaae06ef6/stevedore-3.2.2-py3-none-any.whl (42 kB) 2022-01-05 16:05:20.025 | Collecting cmd2===1.3.8 2022-01-05 16:05:20.031 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a0a/8705dfd7443cc/cmd2-1.3.8-py3-none-any.whl (130 kB) 2022-01-05 16:05:20.136 | Collecting prettytable===0.7.2 2022-01-05 16:05:20.141 | 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:05:20.177 | Collecting wcwidth===0.2.5 2022-01-05 16:05:20.183 | 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:05:20.233 | Collecting pyperclip===1.8.0 2022-01-05 16:05:20.241 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/34b/99903f37fef16/pyperclip-1.8.0-py3-none-any.whl (8.7 kB) 2022-01-05 16:05:20.289 | Collecting attrs===20.1.0 2022-01-05 16:05:20.296 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/286/7b7b9f8326499/attrs-20.1.0-py2.py3-none-any.whl (49 kB) 2022-01-05 16:05:20.346 | Requirement already satisfied: setuptools>=34.4 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from cmd2===1.3.8->-c /opt/stack/requirements/upper-constraints.txt (line 418)) (44.0.0) 2022-01-05 16:05:20.399 | Collecting colorama===0.4.3 2022-01-05 16:05:20.406 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/7d7/3d2a99753107a/colorama-0.4.3-py2.py3-none-any.whl (15 kB) 2022-01-05 16:05:20.420 | Building wheels for collected packages: PyYAML, openstack-requirements 2022-01-05 16:05:20.421 | Building wheel for PyYAML (setup.py): started 2022-01-05 16:05:20.673 | Building wheel for PyYAML (setup.py): finished with status 'error' 2022-01-05 16:05:20.674 | ERROR: Command errored out with exit status 1: 2022-01-05 16:05:20.674 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cn3ex9ad/PyYAML/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cn3ex9ad/PyYAML/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-cn8zmz19 2022-01-05 16:05:20.674 | cwd: /tmp/pip-install-cn3ex9ad/PyYAML/ 2022-01-05 16:05:20.674 | Complete output (6 lines): 2022-01-05 16:05:20.674 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-01-05 16:05:20.674 | or: setup.py --help [cmd1 cmd2 ...] 2022-01-05 16:05:20.674 | or: setup.py --help-commands 2022-01-05 16:05:20.674 | or: setup.py cmd --help 2022-01-05 16:05:20.674 | 2022-01-05 16:05:20.674 | error: invalid command 'bdist_wheel' 2022-01-05 16:05:20.674 | ---------------------------------------- 2022-01-05 16:05:20.674 | ERROR: Failed building wheel for PyYAML 2022-01-05 16:05:20.674 | Running setup.py clean for PyYAML 2022-01-05 16:05:20.928 | Building wheel for openstack-requirements (setup.py): started 2022-01-05 16:05:21.696 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-01-05 16:05:21.697 | ERROR: Command errored out with exit status 1: 2022-01-05 16:05:21.697 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-kfeysboa/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-kfeysboa/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-p1jvz9us 2022-01-05 16:05:21.697 | cwd: /tmp/pip-req-build-kfeysboa/ 2022-01-05 16:05:21.697 | Complete output (6 lines): 2022-01-05 16:05:21.697 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-01-05 16:05:21.697 | or: setup.py --help [cmd1 cmd2 ...] 2022-01-05 16:05:21.697 | or: setup.py --help-commands 2022-01-05 16:05:21.697 | or: setup.py cmd --help 2022-01-05 16:05:21.697 | 2022-01-05 16:05:21.697 | error: invalid command 'bdist_wheel' 2022-01-05 16:05:21.697 | ---------------------------------------- 2022-01-05 16:05:21.697 | ERROR: Failed building wheel for openstack-requirements 2022-01-05 16:05:21.698 | Running setup.py clean for openstack-requirements 2022-01-05 16:05:22.445 | Failed to build PyYAML openstack-requirements 2022-01-05 16:05:22.659 | Installing collected packages: chardet, certifi, attrs, six, linecache2, traceback2, argparse, unittest2, python-mimeparse, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, stevedore, pyperclip, colorama, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2022-01-05 16:05:23.860 | Running setup.py install for PyYAML: started 2022-01-05 16:05:38.518 | Running setup.py install for PyYAML: finished with status 'done' 2022-01-05 16:05:39.427 | Running setup.py install for openstack-requirements: started 2022-01-05 16:05:41.572 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-01-05 16:05:41.615 | Successfully installed Parsley-1.3 PyYAML-5.3.1 argparse-1.4.0 attrs-20.1.0 beagle-0.3.0 certifi-2021.10.8 chardet-3.0.4 cliff-3.4.0 cmd2-1.3.8 colorama-0.4.3 extras-1.0.0 fixtures-3.0.0 idna-2.10 linecache2-1.0.0 openstack-requirements-1.2.1.dev4168 packaging-20.4 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.0 python-mimeparse-1.6.0 requests-2.23.0 six-1.15.0 stevedore-3.2.2 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.25.10 wcwidth-0.2.5 2022-01-05 16:05:41.770 | + inc/python:pip_install:200 : result=0 2022-01-05 16:05:41.773 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:05:41.776 | + functions-common:time_stop:2310 : local name 2022-01-05 16:05:41.779 | + functions-common:time_stop:2311 : local end_time 2022-01-05 16:05:41.782 | + functions-common:time_stop:2312 : local elapsed_time 2022-01-05 16:05:41.785 | + functions-common:time_stop:2313 : local total 2022-01-05 16:05:41.788 | + functions-common:time_stop:2314 : local start_time 2022-01-05 16:05:41.790 | + functions-common:time_stop:2316 : name=pip_install 2022-01-05 16:05:41.793 | + functions-common:time_stop:2317 : start_time=1641398713627 2022-01-05 16:05:41.795 | + functions-common:time_stop:2319 : [[ -z 1641398713627 ]] 2022-01-05 16:05:41.798 | ++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 16:05:41.802 | + functions-common:time_stop:2322 : end_time=1641398741800 2022-01-05 16:05:41.805 | + functions-common:time_stop:2323 : elapsed_time=28173 2022-01-05 16:05:41.807 | + functions-common:time_stop:2324 : total=9910 2022-01-05 16:05:41.810 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 16:05:41.812 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=38083 2022-01-05 16:05:41.814 | + inc/python:pip_install:203 : return 0 2022-01-05 16:05:41.816 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-01-05 16:05:41.819 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-01-05 16:05:41.822 | + inc/python:use_library_from_git:250 : local name=pbr 2022-01-05 16:05:41.825 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:05:41.827 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:05:41.830 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-01-05 16:05:41.833 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:05:41.835 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-01-05 16:05:41.857 | Using python 3.8 to install pbr 2022-01-05 16:05:41.859 | + 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:05:43.566 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:05:43.598 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.5.0) 2022-01-05 16:05:45.082 | 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:05:45.194 | + inc/python:pip_install:200 : result=0 2022-01-05 16:05:45.198 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:05:45.201 | + functions-common:time_stop:2310 : local name 2022-01-05 16:05:45.204 | + functions-common:time_stop:2311 : local end_time 2022-01-05 16:05:45.208 | + functions-common:time_stop:2312 : local elapsed_time 2022-01-05 16:05:45.211 | + functions-common:time_stop:2313 : local total 2022-01-05 16:05:45.214 | + functions-common:time_stop:2314 : local start_time 2022-01-05 16:05:45.216 | + functions-common:time_stop:2316 : name=pip_install 2022-01-05 16:05:45.219 | + functions-common:time_stop:2317 : start_time=1641398741852 2022-01-05 16:05:45.222 | + functions-common:time_stop:2319 : [[ -z 1641398741852 ]] 2022-01-05 16:05:45.226 | ++ functions-common:time_stop:2322 : date +%s%3N 2022-01-05 16:05:45.230 | + functions-common:time_stop:2322 : end_time=1641398745227 2022-01-05 16:05:45.232 | + functions-common:time_stop:2323 : elapsed_time=3375 2022-01-05 16:05:45.235 | + functions-common:time_stop:2324 : total=38083 2022-01-05 16:05:45.238 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2022-01-05 16:05:45.241 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=41458 2022-01-05 16:05:45.243 | + inc/python:pip_install:203 : return 0 2022-01-05 16:05:45.246 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2022-01-05 16:05:47.557 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep