2022-10-06 14:10:30.381 | + ./stack.sh:main:482 : exec 2022-10-06 14:10:30.382 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-10-06-141030' 2022-10-06 14:10:30.382 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-10-06-141030.summary.2022-10-06-141030 2022-10-06 14:10:30.382 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-10-06 14:10:30.382 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-10-06-141030 2022-10-06 14:10:30.382 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-10-06-141030 /opt/stack/logs/stack.sh.log 2022-10-06 14:10:30.382 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-10-06-141030.summary.2022-10-06-141030 /opt/stack/logs/stack.sh.log.summary 2022-10-06 14:10:30.382 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-10-06 14:10:30.382 | + functions:check_path_perm_sanity:596 : local real_path 2022-10-06 14:10:30.382 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-10-06 14:10:30.382 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-10-06 14:10:30.382 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-10-06 14:10:30.382 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-10-06 14:10:30.382 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-10-06 14:10:30.382 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-10-06 14:10:30.382 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-10-06 14:10:30.382 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-10-06 14:10:30.382 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-10-06 14:10:30.382 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-10-06 14:10:30.384 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-10-06 14:10:30.386 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-10-06 14:10:30.390 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-10-06 14:10:30.392 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-10-06 14:10:30.395 | + ./stack.sh:main:555 : trap err_trap ERR 2022-10-06 14:10:30.397 | + ./stack.sh:main:568 : set -o errexit 2022-10-06 14:10:30.399 | + ./stack.sh:main:571 : uname -a 2022-10-06 14:10:30.400 | Linux n-d-849131-4 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-10-06 14:10:30.402 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-10-06 14:10:30.404 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-10-06 14:10:30.408 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-10-06 14:10:30.447 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-10-06 14:10:30.464 | + ./stack.sh:main:585 : fetch_plugins 2022-10-06 14:10:30.466 | + functions-common:fetch_plugins:1785 : local plugins= 2022-10-06 14:10:30.468 | + functions-common:fetch_plugins:1786 : local plugin 2022-10-06 14:10:30.471 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-10-06 14:10:30.473 | + functions-common:fetch_plugins:1790 : return 2022-10-06 14:10:30.475 | + ./stack.sh:main:589 : run_phase override_defaults 2022-10-06 14:10:30.478 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-10-06 14:10:30.482 | + functions-common:run_phase:1868 : local phase= 2022-10-06 14:10:30.484 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-10-06 14:10:30.486 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-10-06 14:10:30.491 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-10-06 14:10:30.493 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-10-06 14:10:30.496 | + functions-common:run_phase:1877 : local extra 2022-10-06 14:10:30.499 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-10-06 14:10:30.503 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-10-06 14:10:30.504 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-10-06 14:10:30.506 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-10-06 14:10:30.508 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-10-06 14:10:30.511 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-10-06 14:10:30.524 | ++ functions-common:is_service_enabled:2095 : return 0 2022-10-06 14:10:30.526 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-10-06 14:10:30.528 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-10-06 14:10:30.530 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-10-06 14:10:30.532 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-10-06 14:10:30.534 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-10-06 14:10:30.536 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-10-06 14:10:30.538 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-10-06 14:10:30.540 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-10-06 14:10:30.541 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-10-06 14:10:30.543 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-10-06 14:10:30.545 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-10-06 14:10:30.549 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-10-06 14:10:30.551 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-10-06 14:10:30.553 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-10-06 14:10:30.554 | + functions-common:plugin_override_defaults:1831 : return 2022-10-06 14:10:30.556 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-10-06 14:10:30.576 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-10-06 14:10:30.578 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-10-06 14:10:30.591 | ++ functions-common:is_service_enabled:2095 : return 1 2022-10-06 14:10:30.593 | +++ lib/tls:source:43 : hostname -f 2022-10-06 14:10:30.597 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-10-06 14:10:30.599 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-10-06 14:10:30.601 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-10-06 14:10:30.603 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-10-06 14:10:30.605 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-10-06 14:10:30.609 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-10-06 14:10:30.611 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-10-06 14:10:30.613 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-10-06 14:10:30.615 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-10-06 14:10:30.617 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-10-06 14:10:30.623 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-10-06 14:10:30.636 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-10-06 14:10:30.655 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-10-06 14:10:30.667 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-10-06 14:10:30.680 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-10-06 14:10:30.715 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-10-06 14:10:30.777 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-10-06 14:10:30.862 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-10-06 14:10:30.886 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-10-06 14:10:30.937 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-10-06 14:10:30.991 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-10-06 14:10:31.142 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-10-06 14:10:31.159 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-10-06 14:10:31.174 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-10-06 14:10:31.194 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-10-06 14:10:31.290 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-10-06 14:10:31.295 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-10-06 14:10:31.298 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-10-06 14:10:31.300 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-10-06 14:10:31.302 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-10-06 14:10:31.304 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-10-06 14:10:31.307 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-10-06 14:10:31.307 | False' 2022-10-06 14:10:31.310 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-10-06 14:10:31.327 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-10-06 14:10:31.329 | + ./stack.sh:main:619 : run_phase source 2022-10-06 14:10:31.331 | + functions-common:run_phase:1867 : local mode=source 2022-10-06 14:10:31.333 | + functions-common:run_phase:1868 : local phase= 2022-10-06 14:10:31.336 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-10-06 14:10:31.338 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-10-06 14:10:31.340 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-10-06 14:10:31.344 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-10-06 14:10:31.346 | + functions-common:run_phase:1877 : local extra 2022-10-06 14:10:31.350 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-10-06 14:10:31.354 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-10-06 14:10:31.358 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-10-06 14:10:31.360 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-10-06 14:10:31.362 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-10-06 14:10:31.364 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-10-06 14:10:31.380 | ++ functions-common:is_service_enabled:2095 : return 0 2022-10-06 14:10:31.382 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-10-06 14:10:31.384 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-10-06 14:10:31.425 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-10-06 14:10:31.427 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-10-06 14:10:31.429 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-10-06 14:10:31.432 | + functions-common:run_phase:1889 : load_plugin_settings 2022-10-06 14:10:31.434 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-10-06 14:10:31.436 | + functions-common:load_plugin_settings:1804 : local plugin 2022-10-06 14:10:31.438 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-10-06 14:10:31.440 | + functions-common:load_plugin_settings:1808 : return 2022-10-06 14:10:31.442 | + functions-common:run_phase:1890 : verify_disabled_services 2022-10-06 14:10:31.444 | + functions-common:verify_disabled_services:2150 : local service 2022-10-06 14:10:31.447 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.450 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-10-06 14:10:31.453 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.455 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-10-06 14:10:31.457 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.460 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-10-06 14:10:31.462 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.464 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-10-06 14:10:31.467 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.469 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-10-06 14:10:31.472 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.474 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-10-06 14:10:31.476 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.478 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-10-06 14:10:31.481 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.483 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-10-06 14:10:31.486 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.488 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-10-06 14:10:31.490 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.493 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-10-06 14:10:31.495 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.497 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-10-06 14:10:31.499 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.502 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-10-06 14:10:31.504 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.506 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-10-06 14:10:31.508 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.511 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-10-06 14:10:31.514 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.516 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-10-06 14:10:31.518 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.521 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-10-06 14:10:31.523 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.525 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-10-06 14:10:31.531 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.536 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-10-06 14:10:31.538 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.540 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-10-06 14:10:31.543 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.545 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-10-06 14:10:31.547 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.550 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-10-06 14:10:31.553 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.557 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-10-06 14:10:31.559 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.562 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-10-06 14:10:31.564 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.566 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-10-06 14:10:31.569 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.571 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-10-06 14:10:31.574 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.576 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-10-06 14:10:31.579 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.581 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-10-06 14:10:31.583 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.586 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-10-06 14:10:31.588 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.591 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-10-06 14:10:31.593 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.595 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-10-06 14:10:31.598 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.600 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-10-06 14:10:31.602 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.604 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-10-06 14:10:31.607 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.609 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-10-06 14:10:31.611 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.613 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-10-06 14:10:31.616 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.618 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-10-06 14:10:31.620 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.623 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-10-06 14:10:31.625 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.627 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-10-06 14:10:31.629 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.632 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-10-06 14:10:31.634 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.636 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-10-06 14:10:31.639 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.641 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-10-06 14:10:31.644 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.646 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-10-06 14:10:31.648 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.650 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-10-06 14:10:31.653 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.656 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-10-06 14:10:31.658 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.660 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-10-06 14:10:31.663 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.665 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-10-06 14:10:31.667 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.669 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-10-06 14:10:31.672 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-10-06 14:10:31.674 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-10-06 14:10:31.677 | + ./stack.sh:main:690 : initialize_database_backends 2022-10-06 14:10:31.680 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-10-06 14:10:31.682 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-10-06 14:10:31.696 | + functions-common:is_service_enabled:2095 : return 0 2022-10-06 14:10:31.699 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-10-06 14:10:31.701 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-10-06 14:10:31.704 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-10-06 14:10:31.719 | + functions-common:is_service_enabled:2095 : return 1 2022-10-06 14:10:31.721 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-10-06 14:10:31.724 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-10-06 14:10:31.726 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-10-06 14:10:31.728 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-10-06 14:10:31.730 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-10-06 14:10:31.733 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-10-06 14:10:31.735 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-10-06 14:10:31.737 | + lib/database:initialize_database_backends:92 : return 0 2022-10-06 14:10:31.739 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-10-06 14:10:31.739 | Using mysql database backend 2022-10-06 14:10:31.743 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-10-06 14:10:31.760 | + ./stack.sh:main:696 : define_database_baseurl 2022-10-06 14:10:31.764 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-10-06 14:10:31.767 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-10-06 14:10:31.769 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-10-06 14:10:31.772 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-10-06 14:10:31.774 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-10-06 14:10:31.791 | + functions-common:is_service_enabled:2095 : return 0 2022-10-06 14:10:31.794 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-10-06 14:10:31.811 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-10-06 14:10:31.828 | + functions-common:is_service_enabled:2095 : return 0 2022-10-06 14:10:31.830 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-10-06 14:10:31.846 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-10-06 14:10:31.863 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-10-06 14:10:31.880 | + functions-common:is_service_enabled:2095 : return 1 2022-10-06 14:10:31.882 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-10-06 14:10:31.899 | + functions-common:is_service_enabled:2095 : return 0 2022-10-06 14:10:31.902 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-10-06 14:10:31.918 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-10-06 14:10:31.920 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-10-06 14:10:31.922 | + ./stack.sh:main:752 : save_stackenv 752 2022-10-06 14:10:31.925 | + functions-common:save_stackenv:60 : local tag=752 2022-10-06 14:10:31.928 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-10-06 14:10:31.932 | + functions-common:save_stackenv:62 : time_stamp=2022-10-06-141031 2022-10-06 14:10:31.935 | + functions-common:save_stackenv:63 : echo '# 2022-10-06-141031 752' 2022-10-06 14:10:31.937 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.940 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-10-06 14:10:31.942 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.944 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-10-06 14:10:31.947 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.949 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-10-06 14:10:31.952 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.954 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-10-06 14:10:31.957 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.959 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.33 2022-10-06 14:10:31.961 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.964 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.33/identity 2022-10-06 14:10:31.966 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.968 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-10-06-141030 2022-10-06 14:10:31.971 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.973 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-10-06 14:10:31.976 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.978 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.33 2022-10-06 14:10:31.980 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.983 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-10-06 14:10:31.985 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.987 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-10-06 14:10:31.990 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.992 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-10-06 14:10:31.994 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:31.997 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-10-06 14:10:31.999 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:32.002 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.33 2022-10-06 14:10:32.005 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-10-06 14:10:32.007 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-10-06 14:10:32.009 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-10-06 14:10:32.013 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-10-06 14:10:32.015 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-10-06 14:10:32.017 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-10-06 14:10:32.019 | + functions-common:git_clone:598 : local git_ref=master 2022-10-06 14:10:32.021 | + functions-common:git_clone:599 : local orig_dir 2022-10-06 14:10:32.024 | ++ functions-common:git_clone:600 : pwd 2022-10-06 14:10:32.026 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-10-06 14:10:32.028 | + functions-common:git_clone:601 : local git_clone_flags= 2022-10-06 14:10:32.031 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-10-06 14:10:32.046 | + functions-common:git_clone:603 : RECLONE=False 2022-10-06 14:10:32.048 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-10-06 14:10:32.050 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-10-06 14:10:32.053 | + functions-common:git_clone:617 : echo master 2022-10-06 14:10:32.053 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-10-06 14:10:32.058 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-10-06 14:10:32.061 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-10-06 14:10:32.063 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-10-06 14:10:32.076 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-10-06 14:10:32.079 | + functions-common:git_clone:678 : git show --oneline 2022-10-06 14:10:32.079 | + functions-common:git_clone:678 : head -1 2022-10-06 14:10:32.082 | 759b34c0 [CVE-2022-40023] Bump Mako version to 1.2.2 2022-10-06 14:10:32.084 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-10-06 14:10:32.087 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-10-06 14:10:32.090 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-10-06 14:10:32.092 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-10-06 14:10:32.095 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-10-06 14:10:32.097 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-10-06 14:10:32.100 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-10-06 14:10:32.102 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-10-06 14:10:32.105 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-10-06 14:10:32.108 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-10-06 14:10:32.111 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-10-06 14:10:32.114 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-10-06 14:10:32.118 | ++ tools/install_prereqs.sh:source:47 : NOW=1665065432 2022-10-06 14:10:32.121 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-10-06 14:10:32.126 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1665065307 2022-10-06 14:10:32.129 | ++ tools/install_prereqs.sh:source:49 : DELTA=125 2022-10-06 14:10:32.131 | ++ tools/install_prereqs.sh:source:50 : [[ 125 -lt 7200 ]] 2022-10-06 14:10:32.133 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-10-06 14:10:32.136 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-10-06 14:10:32.138 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-10-06 14:10:32.141 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-10-06 14:10:32.143 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-10-06 14:10:32.145 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-10-06 14:10:32.148 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-10-06 14:10:32.150 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-10-06 14:10:32.153 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-10-06 14:10:32.201 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-10-06 14:10:32.201 | apache2-dev 2022-10-06 14:10:32.201 | bc 2022-10-06 14:10:32.201 | bsdmainutils 2022-10-06 14:10:32.201 | curl 2022-10-06 14:10:32.201 | g++ 2022-10-06 14:10:32.201 | gawk 2022-10-06 14:10:32.201 | gcc 2022-10-06 14:10:32.201 | gettext 2022-10-06 14:10:32.201 | git 2022-10-06 14:10:32.201 | graphviz 2022-10-06 14:10:32.201 | iputils-ping 2022-10-06 14:10:32.201 | libapache2-mod-proxy-uwsgi 2022-10-06 14:10:32.201 | libffi-dev 2022-10-06 14:10:32.201 | libjpeg-dev 2022-10-06 14:10:32.202 | libpcre3-dev 2022-10-06 14:10:32.202 | libpq-dev 2022-10-06 14:10:32.202 | libssl-dev 2022-10-06 14:10:32.202 | libsystemd-dev 2022-10-06 14:10:32.202 | libxml2-dev 2022-10-06 14:10:32.202 | libxslt1-dev 2022-10-06 14:10:32.202 | libyaml-dev 2022-10-06 14:10:32.202 | lsof 2022-10-06 14:10:32.202 | openssh-server 2022-10-06 14:10:32.202 | openssl 2022-10-06 14:10:32.202 | pkg-config 2022-10-06 14:10:32.202 | psmisc 2022-10-06 14:10:32.202 | python3-dev 2022-10-06 14:10:32.202 | python3-pip 2022-10-06 14:10:32.202 | python3-systemd 2022-10-06 14:10:32.202 | python3-venv 2022-10-06 14:10:32.202 | tar 2022-10-06 14:10:32.202 | tcpdump 2022-10-06 14:10:32.202 | unzip 2022-10-06 14:10:32.202 | uuid-runtime 2022-10-06 14:10:32.202 | wget 2022-10-06 14:10:32.202 | wget 2022-10-06 14:10:32.202 | zlib1g-dev 2022-10-06 14:10:32.202 | libkrb5-dev 2022-10-06 14:10:32.202 | libldap2-dev 2022-10-06 14:10:32.202 | libsasl2-dev 2022-10-06 14:10:32.202 | memcached 2022-10-06 14:10:32.202 | python3-mysqldb 2022-10-06 14:10:32.202 | sqlite3 2022-10-06 14:10:32.202 | conntrack 2022-10-06 14:10:32.202 | curl 2022-10-06 14:10:32.202 | ebtables 2022-10-06 14:10:32.202 | genisoimage 2022-10-06 14:10:32.202 | iptables 2022-10-06 14:10:32.202 | iputils-arping 2022-10-06 14:10:32.202 | kpartx 2022-10-06 14:10:32.202 | libjs-jquery-tablesorter 2022-10-06 14:10:32.203 | parted 2022-10-06 14:10:32.203 | pm-utils 2022-10-06 14:10:32.203 | python3-mysqldb 2022-10-06 14:10:32.203 | socat 2022-10-06 14:10:32.203 | sqlite3 2022-10-06 14:10:32.203 | sudo 2022-10-06 14:10:32.203 | vlan 2022-10-06 14:10:32.203 | lsscsi 2022-10-06 14:10:32.203 | open-iscsi 2022-10-06 14:10:32.203 | lvm2 2022-10-06 14:10:32.203 | qemu-utils 2022-10-06 14:10:32.203 | thin-provisioning-tools 2022-10-06 14:10:32.203 | acl 2022-10-06 14:10:32.203 | dnsmasq-base 2022-10-06 14:10:32.203 | dnsmasq-utils 2022-10-06 14:10:32.203 | ebtables 2022-10-06 14:10:32.203 | haproxy 2022-10-06 14:10:32.203 | iptables 2022-10-06 14:10:32.203 | iputils-arping 2022-10-06 14:10:32.203 | iputils-ping 2022-10-06 14:10:32.203 | postgresql-server-dev-all 2022-10-06 14:10:32.203 | python3-mysqldb 2022-10-06 14:10:32.203 | sqlite3 2022-10-06 14:10:32.203 | sudo 2022-10-06 14:10:32.203 | vlan 2022-10-06 14:10:32.203 | pcp 2022-10-06 14:10:32.203 | ipset 2022-10-06 14:10:32.203 | conntrack 2022-10-06 14:10:32.203 | conntrackd 2022-10-06 14:10:32.203 | keepalived 2022-10-06 14:10:32.203 | lvm2 2022-10-06 14:10:32.203 | qemu-utils 2022-10-06 14:10:32.203 | thin-provisioning-tools 2022-10-06 14:10:32.203 | curl 2022-10-06 14:10:32.203 | liberasurecode-dev 2022-10-06 14:10:32.203 | make 2022-10-06 14:10:32.203 | memcached 2022-10-06 14:10:32.203 | rsync 2022-10-06 14:10:32.203 | sqlite3 2022-10-06 14:10:32.203 | xfsprogs' 2022-10-06 14:10:32.204 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-10-06 14:10:32.222 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-10-06 14:10:32.222 | apache2-dev 2022-10-06 14:10:32.222 | bc 2022-10-06 14:10:32.222 | bsdmainutils 2022-10-06 14:10:32.222 | curl 2022-10-06 14:10:32.222 | g++ 2022-10-06 14:10:32.222 | gawk 2022-10-06 14:10:32.222 | gcc 2022-10-06 14:10:32.223 | gettext 2022-10-06 14:10:32.223 | git 2022-10-06 14:10:32.223 | graphviz 2022-10-06 14:10:32.223 | iputils-ping 2022-10-06 14:10:32.223 | libapache2-mod-proxy-uwsgi 2022-10-06 14:10:32.223 | libffi-dev 2022-10-06 14:10:32.223 | libjpeg-dev 2022-10-06 14:10:32.223 | libpcre3-dev 2022-10-06 14:10:32.223 | libpq-dev 2022-10-06 14:10:32.223 | libssl-dev 2022-10-06 14:10:32.223 | libsystemd-dev 2022-10-06 14:10:32.223 | libxml2-dev 2022-10-06 14:10:32.223 | libxslt1-dev 2022-10-06 14:10:32.223 | libyaml-dev 2022-10-06 14:10:32.223 | lsof 2022-10-06 14:10:32.223 | openssh-server 2022-10-06 14:10:32.223 | openssl 2022-10-06 14:10:32.223 | pkg-config 2022-10-06 14:10:32.223 | psmisc 2022-10-06 14:10:32.223 | python3-dev 2022-10-06 14:10:32.223 | python3-pip 2022-10-06 14:10:32.223 | python3-systemd 2022-10-06 14:10:32.223 | python3-venv 2022-10-06 14:10:32.223 | tar 2022-10-06 14:10:32.223 | tcpdump 2022-10-06 14:10:32.223 | unzip 2022-10-06 14:10:32.223 | uuid-runtime 2022-10-06 14:10:32.223 | wget 2022-10-06 14:10:32.223 | wget 2022-10-06 14:10:32.223 | zlib1g-dev 2022-10-06 14:10:32.223 | libkrb5-dev 2022-10-06 14:10:32.223 | libldap2-dev 2022-10-06 14:10:32.223 | libsasl2-dev 2022-10-06 14:10:32.223 | memcached 2022-10-06 14:10:32.223 | python3-mysqldb 2022-10-06 14:10:32.223 | sqlite3 2022-10-06 14:10:32.223 | conntrack 2022-10-06 14:10:32.223 | curl 2022-10-06 14:10:32.223 | ebtables 2022-10-06 14:10:32.224 | genisoimage 2022-10-06 14:10:32.224 | iptables 2022-10-06 14:10:32.224 | iputils-arping 2022-10-06 14:10:32.224 | kpartx 2022-10-06 14:10:32.224 | libjs-jquery-tablesorter 2022-10-06 14:10:32.224 | parted 2022-10-06 14:10:32.224 | pm-utils 2022-10-06 14:10:32.224 | python3-mysqldb 2022-10-06 14:10:32.224 | socat 2022-10-06 14:10:32.224 | sqlite3 2022-10-06 14:10:32.224 | sudo 2022-10-06 14:10:32.224 | vlan 2022-10-06 14:10:32.224 | lsscsi 2022-10-06 14:10:32.224 | open-iscsi 2022-10-06 14:10:32.224 | lvm2 2022-10-06 14:10:32.224 | qemu-utils 2022-10-06 14:10:32.224 | thin-provisioning-tools 2022-10-06 14:10:32.224 | acl 2022-10-06 14:10:32.224 | dnsmasq-base 2022-10-06 14:10:32.224 | dnsmasq-utils 2022-10-06 14:10:32.224 | ebtables 2022-10-06 14:10:32.224 | haproxy 2022-10-06 14:10:32.224 | iptables 2022-10-06 14:10:32.224 | iputils-arping 2022-10-06 14:10:32.224 | iputils-ping 2022-10-06 14:10:32.224 | postgresql-server-dev-all 2022-10-06 14:10:32.224 | python3-mysqldb 2022-10-06 14:10:32.224 | sqlite3 2022-10-06 14:10:32.224 | sudo 2022-10-06 14:10:32.224 | vlan 2022-10-06 14:10:32.224 | pcp 2022-10-06 14:10:32.224 | ipset 2022-10-06 14:10:32.224 | conntrack 2022-10-06 14:10:32.224 | conntrackd 2022-10-06 14:10:32.224 | keepalived 2022-10-06 14:10:32.224 | lvm2 2022-10-06 14:10:32.224 | qemu-utils 2022-10-06 14:10:32.224 | thin-provisioning-tools 2022-10-06 14:10:32.224 | curl 2022-10-06 14:10:32.225 | liberasurecode-dev 2022-10-06 14:10:32.225 | make 2022-10-06 14:10:32.225 | memcached 2022-10-06 14:10:32.225 | rsync 2022-10-06 14:10:32.225 | sqlite3 2022-10-06 14:10:32.225 | xfsprogs ' 2022-10-06 14:10:32.226 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-10-06 14:10:32.229 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-10-06 14:10:32.232 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-10-06 14:10:32.235 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-10-06 14:10:32.243 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-10-06 14:10:32.248 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-10-06 14:10:32.250 | ++ functions-common:install_package:1463 : update_package_repo 2022-10-06 14:10:32.252 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-10-06 14:10:32.254 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-10-06 14:10:32.257 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-10-06 14:10:32.259 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-10-06 14:10:32.261 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-10-06 14:10:32.264 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-10-06 14:10:32.266 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-10-06 14:10:32.268 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-10-06 14:10:32.270 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-10-06 14:10:32.272 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-10-06 14:10:32.275 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-10-06 14:10:32.277 | +++ functions-common:apt_get_update:1197 : id -u 2022-10-06 14:10:32.281 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-10-06 14:10:32.283 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-10-06 14:10:32.286 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-10-06 14:10:32.288 | ++ functions-common:time_start:2426 : local start_time= 2022-10-06 14:10:32.290 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-10-06 14:10:32.292 | +++ functions-common:time_start:2430 : date +%s%3N 2022-10-06 14:10:32.297 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1665065432294 2022-10-06 14:10:32.299 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-10-06 14:10:32.301 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-10-06 14:10:32.303 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-10-06 14:10:32.536 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-10-06 14:10:32.581 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-10-06 14:10:32.705 | Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-10-06 14:10:32.808 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-10-06 14:10:33.028 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,126 kB] 2022-10-06 14:10:33.363 | Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [964 kB] 2022-10-06 14:10:34.251 | Fetched 3,313 kB in 2s (1,992 kB/s) 2022-10-06 14:10:35.906 | Reading package lists... 2022-10-06 14:10:35.939 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-10-06 14:10:35.943 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-10-06 14:10:35.945 | ++ functions-common:time_stop:2439 : local name 2022-10-06 14:10:35.947 | ++ functions-common:time_stop:2440 : local end_time 2022-10-06 14:10:35.949 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-10-06 14:10:35.952 | ++ functions-common:time_stop:2442 : local total 2022-10-06 14:10:35.954 | ++ functions-common:time_stop:2443 : local start_time 2022-10-06 14:10:35.956 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-10-06 14:10:35.958 | ++ functions-common:time_stop:2446 : start_time=1665065432294 2022-10-06 14:10:35.960 | ++ functions-common:time_stop:2448 : [[ -z 1665065432294 ]] 2022-10-06 14:10:35.966 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-10-06 14:10:35.970 | ++ functions-common:time_stop:2451 : end_time=1665065435968 2022-10-06 14:10:35.972 | ++ functions-common:time_stop:2452 : elapsed_time=3674 2022-10-06 14:10:35.975 | ++ functions-common:time_stop:2453 : total=0 2022-10-06 14:10:35.977 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-10-06 14:10:35.979 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3674 2022-10-06 14:10:35.982 | ++ functions-common:install_package:1464 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-10-06 14:10:35.985 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-10-06 14:10:35.987 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-10-06 14:10:35.989 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-10-06 14:10:35.991 | ++ functions-common:real_install_package:1450 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-10-06 14:10:36.013 | ++ functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-10-06 14:10:36.122 | Reading package lists... 2022-10-06 14:10:36.384 | Building dependency tree... 2022-10-06 14:10:36.385 | Reading state information... 2022-10-06 14:10:36.424 | acl is already the newest version (2.2.53-6). 2022-10-06 14:10:36.424 | bc is already the newest version (1.07.1-2build1). 2022-10-06 14:10:36.424 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-10-06 14:10:36.424 | conntrack is already the newest version (1:1.4.5-2). 2022-10-06 14:10:36.424 | ebtables is already the newest version (2.0.11-3build1). 2022-10-06 14:10:36.424 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-10-06 14:10:36.424 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-10-06 14:10:36.424 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-10-06 14:10:36.424 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-10-06 14:10:36.424 | gettext is already the newest version (0.19.8.1-10build1). 2022-10-06 14:10:36.424 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-10-06 14:10:36.424 | iputils-arping is already the newest version (3:20190709-3). 2022-10-06 14:10:36.424 | iputils-ping is already the newest version (3:20190709-3). 2022-10-06 14:10:36.424 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-10-06 14:10:36.424 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-10-06 14:10:36.424 | libffi-dev is already the newest version (3.3-4). 2022-10-06 14:10:36.424 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-10-06 14:10:36.425 | libyaml-dev is already the newest version (0.2.2-1). 2022-10-06 14:10:36.425 | lsscsi is already the newest version (0.30-0.1). 2022-10-06 14:10:36.425 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-10-06 14:10:36.425 | make is already the newest version (4.2.1-1.2). 2022-10-06 14:10:36.425 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-10-06 14:10:36.425 | psmisc is already the newest version (23.3-1). 2022-10-06 14:10:36.425 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-10-06 14:10:36.425 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-10-06 14:10:36.425 | python3-systemd is already the newest version (234-3build2). 2022-10-06 14:10:36.425 | socat is already the newest version (1.7.3.3-2). 2022-10-06 14:10:36.425 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-10-06 14:10:36.425 | unzip is already the newest version (6.0-25ubuntu1). 2022-10-06 14:10:36.425 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-10-06 14:10:36.425 | conntrackd is already the newest version (1:1.4.5-2). 2022-10-06 14:10:36.425 | graphviz is already the newest version (2.42.2-3build2). 2022-10-06 14:10:36.425 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-10-06 14:10:36.425 | pcp is already the newest version (5.0.3-1). 2022-10-06 14:10:36.425 | pm-utils is already the newest version (1.4.1-19). 2022-10-06 14:10:36.425 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-10-06 14:10:36.425 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-10-06 14:10:36.425 | apache2-dev is already the newest version (2.4.41-4ubuntu3.12). 2022-10-06 14:10:36.425 | curl is already the newest version (7.68.0-1ubuntu2.13). 2022-10-06 14:10:36.425 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-10-06 14:10:36.425 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-10-06 14:10:36.425 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-10-06 14:10:36.425 | haproxy is already the newest version (2.0.29-0ubuntu1). 2022-10-06 14:10:36.425 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-10-06 14:10:36.426 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-10-06 14:10:36.426 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-10-06 14:10:36.426 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-10-06 14:10:36.426 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-10-06 14:10:36.426 | libpq-dev is already the newest version (12.12-0ubuntu0.20.04.1). 2022-10-06 14:10:36.426 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-10-06 14:10:36.426 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.16). 2022-10-06 14:10:36.426 | libsystemd-dev is already the newest version (245.4-4ubuntu3.18). 2022-10-06 14:10:36.426 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.4). 2022-10-06 14:10:36.426 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.20.04.1). 2022-10-06 14:10:36.426 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-10-06 14:10:36.426 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-10-06 14:10:36.426 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-10-06 14:10:36.426 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-10-06 14:10:36.426 | openssl is already the newest version (1.1.1f-1ubuntu2.16). 2022-10-06 14:10:36.426 | openssl set to manually installed. 2022-10-06 14:10:36.426 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-10-06 14:10:36.426 | qemu-utils is already the newest version (1:4.2-3ubuntu6.23). 2022-10-06 14:10:36.426 | rsync is already the newest version (3.1.3-8ubuntu0.4). 2022-10-06 14:10:36.426 | rsync set to manually installed. 2022-10-06 14:10:36.426 | sqlite3 is already the newest version (3.31.1-4ubuntu0.4). 2022-10-06 14:10:36.426 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-10-06 14:10:36.426 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-10-06 14:10:36.427 | tar set to manually installed. 2022-10-06 14:10:36.427 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-10-06 14:10:36.427 | tcpdump set to manually installed. 2022-10-06 14:10:36.657 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-10-06 14:10:36.657 | uuid-runtime set to manually installed. 2022-10-06 14:10:36.657 | wget is already the newest version (1.20.3-1ubuntu2). 2022-10-06 14:10:36.657 | wget set to manually installed. 2022-10-06 14:10:36.657 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.4). 2022-10-06 14:10:36.658 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-10-06 14:10:36.658 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-10-06 14:10:36.658 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-10-06 14:10:36.658 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-10-06 14:10:36.658 | The following packages were automatically installed and are no longer required: 2022-10-06 14:10:36.658 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-10-06 14:10:36.658 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-10-06 14:10:36.658 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-10-06 14:10:36.658 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-10-06 14:10:36.658 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-10-06 14:10:36.659 | python3-zope.interface 2022-10-06 14:10:36.659 | Use 'sudo apt autoremove' to remove them. 2022-10-06 14:10:36.792 | 0 upgraded, 0 newly installed, 0 to remove and 161 not upgraded. 2022-10-06 14:10:36.797 | ++ functions-common:apt_get:1234 : result=0 2022-10-06 14:10:36.799 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-10-06 14:10:36.801 | ++ functions-common:time_stop:2439 : local name 2022-10-06 14:10:36.803 | ++ functions-common:time_stop:2440 : local end_time 2022-10-06 14:10:36.806 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-10-06 14:10:36.808 | ++ functions-common:time_stop:2442 : local total 2022-10-06 14:10:36.810 | ++ functions-common:time_stop:2443 : local start_time 2022-10-06 14:10:36.812 | ++ functions-common:time_stop:2445 : name=apt-get 2022-10-06 14:10:36.814 | ++ functions-common:time_stop:2446 : start_time=1665065436010 2022-10-06 14:10:36.816 | ++ functions-common:time_stop:2448 : [[ -z 1665065436010 ]] 2022-10-06 14:10:36.821 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-10-06 14:10:36.826 | ++ functions-common:time_stop:2451 : end_time=1665065436823 2022-10-06 14:10:36.828 | ++ functions-common:time_stop:2452 : elapsed_time=813 2022-10-06 14:10:36.830 | ++ functions-common:time_stop:2453 : total=793 2022-10-06 14:10:36.833 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-10-06 14:10:36.835 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1606 2022-10-06 14:10:36.837 | ++ functions-common:apt_get:1238 : return 0 2022-10-06 14:10:36.840 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-10-06 14:10:36.842 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-10-06 14:10:36.845 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-10-06 14:10:36.849 | ++ tools/install_prereqs.sh:source:89 : date 2022-10-06 14:10:36.853 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-10-06 14:10:36.856 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-10-06 14:10:36.858 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-10-06 14:10:38.226 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-10-06 14:10:38.228 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-10-06 14:10:38.229 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-10-06 14:10:38.231 | + tools/install_pip.sh:main:43 : GetDistro 2022-10-06 14:10:38.233 | + functions-common:GetDistro:446 : GetOSVersion 2022-10-06 14:10:38.235 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-10-06 14:10:38.237 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-10-06 14:10:38.239 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-10-06 14:10:38.241 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-10-06 14:10:38.242 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-10-06 14:10:38.244 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-10-06 14:10:38.246 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-10-06 14:10:38.248 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-10-06 14:10:38.250 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-10-06 14:10:38.253 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-10-06 14:10:38.255 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-10-06 14:10:38.258 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-10-06 14:10:38.261 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-10-06 14:10:38.263 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-10-06 14:10:38.265 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-10-06 14:10:38.267 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-10-06 14:10:38.269 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-10-06 14:10:38.271 | + functions-common:_ensure_lsb_release:394 : return 2022-10-06 14:10:38.273 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-10-06 14:10:38.337 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-10-06 14:10:38.340 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-10-06 14:10:38.404 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-10-06 14:10:38.406 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-10-06 14:10:38.470 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-10-06 14:10:38.472 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2022-10-06 14:10:38.473 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-10-06 14:10:38.475 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-10-06 14:10:38.477 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-10-06 14:10:38.479 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-10-06 14:10:38.481 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-10-06 14:10:38.483 | + functions-common:GetDistro:447 : [[ Ubuntu =~ (Ubuntu) ]] 2022-10-06 14:10:38.486 | + functions-common:GetDistro:450 : DISTRO=focal 2022-10-06 14:10:38.488 | + functions-common:GetDistro:495 : typeset -xr DISTRO 2022-10-06 14:10:38.490 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-10-06 14:10:38.490 | Distro: focal 2022-10-06 14:10:38.492 | + tools/install_pip.sh:main:124 : get_versions 2022-10-06 14:10:38.495 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-10-06 14:10:38.499 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-10-06 14:10:38.500 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-10-06 14:10:38.503 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-10-06 14:10:38.503 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-10-06 14:10:39.875 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-10-06 14:10:39.876 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-10-06 14:10:39.876 | pip: 20.0.2 2022-10-06 14:10:39.878 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-10-06 14:10:39.880 | + tools/install_pip.sh:main:130 : is_fedora 2022-10-06 14:10:39.882 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-10-06 14:10:39.884 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-10-06 14:10:39.885 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-10-06 14:10:39.887 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-10-06 14:10:39.889 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-10-06 14:10:39.890 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-10-06 14:10:39.892 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-10-06 14:10:39.894 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-10-06 14:10:39.895 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-10-06 14:10:39.897 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-10-06 14:10:39.899 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-10-06 14:10:39.901 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-10-06 14:10:39.902 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-10-06 14:10:39.904 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-10-06 14:10:39.908 | + tools/install_pip.sh:main:153 : set -x 2022-10-06 14:10:39.910 | + tools/install_pip.sh:main:156 : get_versions 2022-10-06 14:10:39.912 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-10-06 14:10:39.916 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-10-06 14:10:39.918 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-10-06 14:10:39.921 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-10-06 14:10:39.921 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-10-06 14:10:41.269 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-10-06 14:10:41.271 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-10-06 14:10:41.271 | pip: 20.0.2 2022-10-06 14:10:41.274 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-10-06 14:10:41.277 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-10-06 14:10:41.281 | + ./stack.sh:main:791 : fixup_all 2022-10-06 14:10:41.283 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-10-06 14:10:41.285 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-10-06 14:10:41.287 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-10-06 14:10:41.289 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-10-06 14:10:41.292 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-10-06 14:10:41.303 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-10-06 14:10:41.314 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-10-06 14:10:41.325 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-10-06 14:10:41.328 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-10-06 14:10:41.330 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-10-06 14:10:41.332 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-10-06 14:10:41.334 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-10-06 14:10:41.336 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-10-06 14:10:41.339 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-10-06 14:10:41.341 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-10-06 14:10:41.343 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-10-06 14:10:41.345 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-10-06 14:10:41.347 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-10-06 14:10:41.350 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-10-06 14:10:41.352 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-10-06 14:10:41.354 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-10-06 14:10:41.357 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-10-06 14:10:41.359 | + functions-common:is_suse:536 : is_opensuse 2022-10-06 14:10:41.361 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-10-06 14:10:41.364 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-10-06 14:10:41.366 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-10-06 14:10:41.369 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-10-06 14:10:41.371 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-10-06 14:10:41.373 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-10-06 14:10:41.377 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-10-06 14:10:41.398 | Using python 3.8 to install os-testr 2022-10-06 14:10:41.401 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-10-06 14:10:43.381 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-10-06 14:10:43.381 | from cryptography.utils import int_from_bytes 2022-10-06 14:10:43.381 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-10-06 14:10:43.381 | from cryptography.utils import int_from_bytes 2022-10-06 14:10:44.393 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-10-06 14:10:59.483 | WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to 10.100.0.9 timed out. (connect timeout=15)')': /cloudbase/CI/+simple/os-testr/ 2022-10-06 14:11:14.995 | WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to 10.100.0.9 timed out. (connect timeout=15)')': /cloudbase/CI/+simple/os-testr/ 2022-10-06 14:11:31.004 | WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to 10.100.0.9 timed out. (connect timeout=15)')': /cloudbase/CI/+simple/os-testr/ 2022-10-06 14:11:48.022 | WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to 10.100.0.9 timed out. (connect timeout=15)')': /cloudbase/CI/+simple/os-testr/ 2022-10-06 14:12:07.042 | WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(, 'Connection to 10.100.0.9 timed out. (connect timeout=15)')': /cloudbase/CI/+simple/os-testr/ 2022-10-06 14:12:22.061 | ERROR: Could not find a version that satisfies the requirement os-testr===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) (from versions: none) 2022-10-06 14:12:22.061 | ERROR: No matching distribution found for os-testr===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) 2022-10-06 14:12:22.141 | + inc/python:pip_install:1 : exit_trap 2022-10-06 14:12:22.143 | + ./stack.sh:exit_trap:516 : local r=1 2022-10-06 14:12:22.146 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-10-06 14:12:22.148 | + ./stack.sh:exit_trap:517 : jobs= 2022-10-06 14:12:22.151 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-10-06 14:12:22.153 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-10-06 14:12:22.155 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-10-06 14:12:22.158 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-10-06 14:12:22.160 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-10-06 14:12:22.162 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-10-06 14:12:22.162 | Error on exit 2022-10-06 14:12:22.164 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-10-06 14:12:22.166 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-10-06 14:12:22.169 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-10-06 14:12:22.601 | + ./stack.sh:exit_trap:551 : exit 1