2022-05-27 07:39:28.527 | + ./stack.sh:main:482 : exec 2022-05-27 07:39:28.527 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-05-27-073928' 2022-05-27 07:39:28.527 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-05-27-073928.summary.2022-05-27-073928 2022-05-27 07:39:28.527 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-05-27 07:39:28.527 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-05-27-073928 2022-05-27 07:39:28.527 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-05-27-073928 /opt/stack/logs/stack.sh.log 2022-05-27 07:39:28.527 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-05-27-073928.summary.2022-05-27-073928 /opt/stack/logs/stack.sh.log.summary 2022-05-27 07:39:28.527 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-05-27 07:39:28.527 | + functions:check_path_perm_sanity:596 : local real_path 2022-05-27 07:39:28.527 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-05-27 07:39:28.527 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-05-27 07:39:28.527 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-05-27 07:39:28.528 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-05-27 07:39:28.528 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-05-27 07:39:28.528 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-05-27 07:39:28.528 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-05-27 07:39:28.528 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-05-27 07:39:28.528 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-05-27 07:39:28.528 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-05-27 07:39:28.528 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-05-27 07:39:28.528 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-05-27 07:39:28.529 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-05-27 07:39:28.531 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-05-27 07:39:28.533 | + ./stack.sh:main:555 : trap err_trap ERR 2022-05-27 07:39:28.536 | + ./stack.sh:main:568 : set -o errexit 2022-05-27 07:39:28.538 | + ./stack.sh:main:571 : uname -a 2022-05-27 07:39:28.541 | Linux dv-neutron-luci-test-1-hyperv 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-05-27 07:39:28.543 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-05-27 07:39:28.545 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-05-27 07:39:28.548 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-05-27 07:39:28.583 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-05-27 07:39:28.599 | + ./stack.sh:main:585 : fetch_plugins 2022-05-27 07:39:28.602 | + functions-common:fetch_plugins:1772 : local plugins= 2022-05-27 07:39:28.604 | + functions-common:fetch_plugins:1773 : local plugin 2022-05-27 07:39:28.606 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-05-27 07:39:28.607 | + functions-common:fetch_plugins:1777 : return 2022-05-27 07:39:28.609 | + ./stack.sh:main:589 : run_phase override_defaults 2022-05-27 07:39:28.611 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-05-27 07:39:28.613 | + functions-common:run_phase:1855 : local phase= 2022-05-27 07:39:28.615 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-27 07:39:28.616 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-05-27 07:39:28.618 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-27 07:39:28.620 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-05-27 07:39:28.622 | + functions-common:run_phase:1864 : local extra 2022-05-27 07:39:28.624 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-27 07:39:28.627 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-05-27 07:39:28.629 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-27 07:39:28.630 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-27 07:39:28.632 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-05-27 07:39:28.634 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-27 07:39:28.647 | ++ functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:39:28.649 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-05-27 07:39:28.651 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-27 07:39:28.652 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-27 07:39:28.654 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-27 07:39:28.656 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-27 07:39:28.658 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-27 07:39:28.659 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-05-27 07:39:28.661 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-05-27 07:39:28.664 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-05-27 07:39:28.666 | + functions-common:run_phase:1878 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-27 07:39:28.668 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-05-27 07:39:28.670 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-05-27 07:39:28.671 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-05-27 07:39:28.673 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-05-27 07:39:28.675 | + functions-common:plugin_override_defaults:1818 : return 2022-05-27 07:39:28.677 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-05-27 07:39:28.694 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-05-27 07:39:28.696 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-05-27 07:39:28.709 | ++ functions-common:is_service_enabled:2082 : return 1 2022-05-27 07:39:28.712 | +++ lib/tls:source:43 : hostname -f 2022-05-27 07:39:28.715 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-05-27 07:39:28.717 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-05-27 07:39:28.719 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-05-27 07:39:28.721 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-05-27 07:39:28.723 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-05-27 07:39:28.724 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-05-27 07:39:28.727 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-05-27 07:39:28.729 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-05-27 07:39:28.731 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-05-27 07:39:28.732 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-05-27 07:39:28.737 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-05-27 07:39:28.749 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-05-27 07:39:28.765 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-05-27 07:39:28.778 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-05-27 07:39:28.790 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-05-27 07:39:28.827 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-05-27 07:39:28.886 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-05-27 07:39:28.974 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-05-27 07:39:28.997 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-05-27 07:39:29.047 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-05-27 07:39:29.100 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-05-27 07:39:29.248 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-05-27 07:39:29.261 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-05-27 07:39:29.275 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-05-27 07:39:29.287 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-05-27 07:39:29.373 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-05-27 07:39:29.375 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-05-27 07:39:29.378 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-05-27 07:39:29.380 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-05-27 07:39:29.383 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-05-27 07:39:29.386 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-05-27 07:39:29.388 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-05-27 07:39:29.388 | False' 2022-05-27 07:39:29.391 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-05-27 07:39:29.406 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-05-27 07:39:29.408 | + ./stack.sh:main:619 : run_phase source 2022-05-27 07:39:29.411 | + functions-common:run_phase:1854 : local mode=source 2022-05-27 07:39:29.413 | + functions-common:run_phase:1855 : local phase= 2022-05-27 07:39:29.416 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-27 07:39:29.418 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-05-27 07:39:29.420 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-27 07:39:29.422 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-05-27 07:39:29.424 | + functions-common:run_phase:1864 : local extra 2022-05-27 07:39:29.426 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-27 07:39:29.431 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-05-27 07:39:29.433 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-27 07:39:29.435 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-27 07:39:29.437 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-05-27 07:39:29.439 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-27 07:39:29.453 | ++ functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:39:29.455 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-05-27 07:39:29.457 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-05-27 07:39:29.496 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-05-27 07:39:29.498 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-05-27 07:39:29.501 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-05-27 07:39:29.503 | + functions-common:run_phase:1876 : load_plugin_settings 2022-05-27 07:39:29.505 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-05-27 07:39:29.507 | + functions-common:load_plugin_settings:1791 : local plugin 2022-05-27 07:39:29.509 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-05-27 07:39:29.511 | + functions-common:load_plugin_settings:1795 : return 2022-05-27 07:39:29.513 | + functions-common:run_phase:1877 : verify_disabled_services 2022-05-27 07:39:29.515 | + functions-common:verify_disabled_services:2137 : local service 2022-05-27 07:39:29.517 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.519 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-05-27 07:39:29.522 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.525 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-05-27 07:39:29.527 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.529 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-05-27 07:39:29.531 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.534 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-05-27 07:39:29.536 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.539 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-05-27 07:39:29.541 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.544 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-05-27 07:39:29.546 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.548 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-05-27 07:39:29.550 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.553 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-05-27 07:39:29.555 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.557 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-05-27 07:39:29.560 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.562 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-05-27 07:39:29.564 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.566 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-05-27 07:39:29.569 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.571 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-05-27 07:39:29.574 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.576 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-05-27 07:39:29.578 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.580 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-05-27 07:39:29.583 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.585 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-05-27 07:39:29.588 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.590 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-05-27 07:39:29.592 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.595 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-05-27 07:39:29.597 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.599 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-05-27 07:39:29.602 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.604 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-05-27 07:39:29.606 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.608 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-05-27 07:39:29.610 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.613 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-05-27 07:39:29.615 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.617 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-05-27 07:39:29.619 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.622 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-05-27 07:39:29.624 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.626 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-05-27 07:39:29.628 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.631 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-05-27 07:39:29.634 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.636 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-05-27 07:39:29.638 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.641 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-05-27 07:39:29.643 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.645 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-05-27 07:39:29.648 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.650 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-05-27 07:39:29.653 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.655 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-05-27 07:39:29.657 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.659 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-05-27 07:39:29.662 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.664 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-05-27 07:39:29.666 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.668 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-05-27 07:39:29.671 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.673 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-05-27 07:39:29.675 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.678 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-05-27 07:39:29.680 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.682 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-05-27 07:39:29.684 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.687 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-05-27 07:39:29.689 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.691 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-05-27 07:39:29.693 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.696 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-05-27 07:39:29.698 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.701 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-05-27 07:39:29.703 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.705 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-05-27 07:39:29.707 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.710 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-05-27 07:39:29.712 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.715 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-05-27 07:39:29.717 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.719 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-05-27 07:39:29.722 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.724 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-05-27 07:39:29.726 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.728 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-05-27 07:39:29.731 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-05-27 07:39:29.733 | + functions-common:verify_disabled_services:2139 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-05-27 07:39:29.736 | + ./stack.sh:main:690 : initialize_database_backends 2022-05-27 07:39:29.738 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-05-27 07:39:29.740 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-05-27 07:39:29.755 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:39:29.757 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-05-27 07:39:29.759 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-05-27 07:39:29.762 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-05-27 07:39:29.777 | + functions-common:is_service_enabled:2082 : return 1 2022-05-27 07:39:29.780 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-05-27 07:39:29.782 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-05-27 07:39:29.784 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-05-27 07:39:29.787 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-05-27 07:39:29.789 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-05-27 07:39:29.791 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-05-27 07:39:29.794 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-05-27 07:39:29.796 | + lib/database:initialize_database_backends:92 : return 0 2022-05-27 07:39:29.798 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-05-27 07:39:29.798 | Using mysql database backend 2022-05-27 07:39:29.800 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-05-27 07:39:29.816 | + ./stack.sh:main:696 : define_database_baseurl 2022-05-27 07:39:29.819 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-05-27 07:39:29.822 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-05-27 07:39:29.825 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-05-27 07:39:29.827 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-27 07:39:29.830 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-05-27 07:39:29.846 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:39:29.848 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-05-27 07:39:29.864 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-05-27 07:39:29.880 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:39:29.882 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-05-27 07:39:29.898 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-05-27 07:39:29.915 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-05-27 07:39:29.931 | + functions-common:is_service_enabled:2082 : return 1 2022-05-27 07:39:29.933 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-05-27 07:39:29.949 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:39:29.952 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-05-27 07:39:29.968 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-05-27 07:39:29.970 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-05-27 07:39:29.973 | + ./stack.sh:main:752 : save_stackenv 752 2022-05-27 07:39:29.975 | + functions-common:save_stackenv:60 : local tag=752 2022-05-27 07:39:29.978 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-05-27 07:39:29.982 | + functions-common:save_stackenv:62 : time_stamp=2022-05-27-073929 2022-05-27 07:39:29.985 | + functions-common:save_stackenv:63 : echo '# 2022-05-27-073929 752' 2022-05-27 07:39:29.987 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:29.990 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-27 07:39:29.992 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:29.995 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-05-27 07:39:29.997 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.000 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-05-27 07:39:30.002 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.004 | + 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-05-27 07:39:30.007 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.009 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.21 2022-05-27 07:39:30.011 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.014 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.21/identity 2022-05-27 07:39:30.016 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.019 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-05-27-073928 2022-05-27 07:39:30.021 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.024 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-05-27 07:39:30.026 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.029 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.21 2022-05-27 07:39:30.031 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.033 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-05-27 07:39:30.036 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.039 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-05-27 07:39:30.041 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.043 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-05-27 07:39:30.046 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-27 07:39:30.048 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-05-27 07:39:30.051 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-05-27 07:39:30.053 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-05-27 07:39:30.056 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-05-27 07:39:30.058 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-05-27 07:39:30.060 | + functions-common:git_clone:599 : local git_ref=master 2022-05-27 07:39:30.062 | + functions-common:git_clone:600 : local orig_dir 2022-05-27 07:39:30.065 | ++ functions-common:git_clone:601 : pwd 2022-05-27 07:39:30.067 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-05-27 07:39:30.069 | + functions-common:git_clone:602 : local git_clone_flags= 2022-05-27 07:39:30.072 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-05-27 07:39:30.087 | + functions-common:git_clone:604 : RECLONE=False 2022-05-27 07:39:30.089 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-05-27 07:39:30.091 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-05-27 07:39:30.094 | + functions-common:git_clone:618 : echo master 2022-05-27 07:39:30.094 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-05-27 07:39:30.099 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-05-27 07:39:30.101 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-05-27 07:39:30.103 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-05-27 07:39:30.116 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-05-27 07:39:30.119 | + functions-common:git_clone:679 : git show --oneline 2022-05-27 07:39:30.119 | + functions-common:git_clone:679 : head -1 2022-05-27 07:39:30.122 | 6baaf5c4 Merge "Add Jammy wheel build jobs" 2022-05-27 07:39:30.124 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-05-27 07:39:30.127 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-05-27 07:39:30.130 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-05-27 07:39:30.133 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-05-27 07:39:30.135 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-05-27 07:39:30.138 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-05-27 07:39:30.140 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-05-27 07:39:30.143 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-05-27 07:39:30.145 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-05-27 07:39:30.148 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-05-27 07:39:30.150 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-05-27 07:39:30.153 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-05-27 07:39:30.157 | ++ tools/install_prereqs.sh:source:47 : NOW=1653637170 2022-05-27 07:39:30.161 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-05-27 07:39:30.165 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1653636964 2022-05-27 07:39:30.168 | ++ tools/install_prereqs.sh:source:49 : DELTA=206 2022-05-27 07:39:30.170 | ++ tools/install_prereqs.sh:source:50 : [[ 206 -lt 7200 ]] 2022-05-27 07:39:30.172 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-05-27 07:39:30.175 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-05-27 07:39:30.177 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-05-27 07:39:30.180 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-05-27 07:39:30.183 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-05-27 07:39:30.185 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-05-27 07:39:30.187 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-05-27 07:39:30.190 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-05-27 07:39:30.193 | +++ 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-05-27 07:39:30.239 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-05-27 07:39:30.239 | apache2-dev 2022-05-27 07:39:30.239 | bc 2022-05-27 07:39:30.239 | bsdmainutils 2022-05-27 07:39:30.239 | curl 2022-05-27 07:39:30.239 | g++ 2022-05-27 07:39:30.239 | gawk 2022-05-27 07:39:30.239 | gcc 2022-05-27 07:39:30.239 | gettext 2022-05-27 07:39:30.239 | git 2022-05-27 07:39:30.239 | graphviz 2022-05-27 07:39:30.239 | iputils-ping 2022-05-27 07:39:30.239 | libapache2-mod-proxy-uwsgi 2022-05-27 07:39:30.239 | libffi-dev 2022-05-27 07:39:30.239 | libjpeg-dev 2022-05-27 07:39:30.239 | libpcre3-dev 2022-05-27 07:39:30.239 | libpq-dev 2022-05-27 07:39:30.239 | libssl-dev 2022-05-27 07:39:30.239 | libsystemd-dev 2022-05-27 07:39:30.239 | libxml2-dev 2022-05-27 07:39:30.239 | libxslt1-dev 2022-05-27 07:39:30.239 | libyaml-dev 2022-05-27 07:39:30.239 | lsof 2022-05-27 07:39:30.239 | openssh-server 2022-05-27 07:39:30.239 | openssl 2022-05-27 07:39:30.239 | pkg-config 2022-05-27 07:39:30.239 | psmisc 2022-05-27 07:39:30.239 | python3-dev 2022-05-27 07:39:30.239 | python3-pip 2022-05-27 07:39:30.239 | python3-systemd 2022-05-27 07:39:30.239 | python3-venv 2022-05-27 07:39:30.239 | tar 2022-05-27 07:39:30.239 | tcpdump 2022-05-27 07:39:30.240 | unzip 2022-05-27 07:39:30.240 | uuid-runtime 2022-05-27 07:39:30.240 | wget 2022-05-27 07:39:30.240 | wget 2022-05-27 07:39:30.240 | zlib1g-dev 2022-05-27 07:39:30.240 | libkrb5-dev 2022-05-27 07:39:30.240 | libldap2-dev 2022-05-27 07:39:30.240 | libsasl2-dev 2022-05-27 07:39:30.240 | memcached 2022-05-27 07:39:30.240 | python3-mysqldb 2022-05-27 07:39:30.240 | sqlite3 2022-05-27 07:39:30.240 | conntrack 2022-05-27 07:39:30.240 | curl 2022-05-27 07:39:30.240 | dnsmasq-base 2022-05-27 07:39:30.240 | dnsmasq-utils 2022-05-27 07:39:30.240 | ebtables 2022-05-27 07:39:30.240 | genisoimage 2022-05-27 07:39:30.240 | iptables 2022-05-27 07:39:30.240 | iputils-arping 2022-05-27 07:39:30.240 | kpartx 2022-05-27 07:39:30.240 | libjs-jquery-tablesorter 2022-05-27 07:39:30.240 | parted 2022-05-27 07:39:30.240 | pm-utils 2022-05-27 07:39:30.240 | python3-mysqldb 2022-05-27 07:39:30.240 | socat 2022-05-27 07:39:30.240 | sqlite3 2022-05-27 07:39:30.240 | sudo 2022-05-27 07:39:30.240 | vlan 2022-05-27 07:39:30.240 | lsscsi 2022-05-27 07:39:30.240 | open-iscsi 2022-05-27 07:39:30.240 | lvm2 2022-05-27 07:39:30.240 | qemu-utils 2022-05-27 07:39:30.240 | thin-provisioning-tools 2022-05-27 07:39:30.240 | acl 2022-05-27 07:39:30.240 | dnsmasq-base 2022-05-27 07:39:30.240 | dnsmasq-utils 2022-05-27 07:39:30.240 | ebtables 2022-05-27 07:39:30.240 | haproxy 2022-05-27 07:39:30.241 | iptables 2022-05-27 07:39:30.241 | iputils-arping 2022-05-27 07:39:30.241 | iputils-ping 2022-05-27 07:39:30.241 | postgresql-server-dev-all 2022-05-27 07:39:30.241 | python3-mysqldb 2022-05-27 07:39:30.241 | sqlite3 2022-05-27 07:39:30.241 | sudo 2022-05-27 07:39:30.241 | vlan 2022-05-27 07:39:30.241 | pcp 2022-05-27 07:39:30.241 | ipset 2022-05-27 07:39:30.241 | conntrack 2022-05-27 07:39:30.241 | conntrackd 2022-05-27 07:39:30.241 | keepalived 2022-05-27 07:39:30.241 | lvm2 2022-05-27 07:39:30.241 | qemu-utils 2022-05-27 07:39:30.241 | thin-provisioning-tools 2022-05-27 07:39:30.241 | curl 2022-05-27 07:39:30.241 | liberasurecode-dev 2022-05-27 07:39:30.241 | make 2022-05-27 07:39:30.241 | memcached 2022-05-27 07:39:30.241 | rsync 2022-05-27 07:39:30.241 | sqlite3 2022-05-27 07:39:30.241 | xfsprogs' 2022-05-27 07:39:30.243 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-05-27 07:39:30.261 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-05-27 07:39:30.261 | apache2-dev 2022-05-27 07:39:30.261 | bc 2022-05-27 07:39:30.261 | bsdmainutils 2022-05-27 07:39:30.261 | curl 2022-05-27 07:39:30.261 | g++ 2022-05-27 07:39:30.261 | gawk 2022-05-27 07:39:30.261 | gcc 2022-05-27 07:39:30.261 | gettext 2022-05-27 07:39:30.262 | git 2022-05-27 07:39:30.262 | graphviz 2022-05-27 07:39:30.262 | iputils-ping 2022-05-27 07:39:30.262 | libapache2-mod-proxy-uwsgi 2022-05-27 07:39:30.262 | libffi-dev 2022-05-27 07:39:30.262 | libjpeg-dev 2022-05-27 07:39:30.262 | libpcre3-dev 2022-05-27 07:39:30.262 | libpq-dev 2022-05-27 07:39:30.262 | libssl-dev 2022-05-27 07:39:30.262 | libsystemd-dev 2022-05-27 07:39:30.262 | libxml2-dev 2022-05-27 07:39:30.262 | libxslt1-dev 2022-05-27 07:39:30.262 | libyaml-dev 2022-05-27 07:39:30.262 | lsof 2022-05-27 07:39:30.262 | openssh-server 2022-05-27 07:39:30.262 | openssl 2022-05-27 07:39:30.262 | pkg-config 2022-05-27 07:39:30.262 | psmisc 2022-05-27 07:39:30.262 | python3-dev 2022-05-27 07:39:30.262 | python3-pip 2022-05-27 07:39:30.262 | python3-systemd 2022-05-27 07:39:30.262 | python3-venv 2022-05-27 07:39:30.262 | tar 2022-05-27 07:39:30.262 | tcpdump 2022-05-27 07:39:30.262 | unzip 2022-05-27 07:39:30.262 | uuid-runtime 2022-05-27 07:39:30.262 | wget 2022-05-27 07:39:30.262 | wget 2022-05-27 07:39:30.262 | zlib1g-dev 2022-05-27 07:39:30.262 | libkrb5-dev 2022-05-27 07:39:30.262 | libldap2-dev 2022-05-27 07:39:30.262 | libsasl2-dev 2022-05-27 07:39:30.262 | memcached 2022-05-27 07:39:30.262 | python3-mysqldb 2022-05-27 07:39:30.262 | sqlite3 2022-05-27 07:39:30.262 | conntrack 2022-05-27 07:39:30.262 | curl 2022-05-27 07:39:30.262 | dnsmasq-base 2022-05-27 07:39:30.262 | dnsmasq-utils 2022-05-27 07:39:30.263 | ebtables 2022-05-27 07:39:30.263 | genisoimage 2022-05-27 07:39:30.263 | iptables 2022-05-27 07:39:30.263 | iputils-arping 2022-05-27 07:39:30.263 | kpartx 2022-05-27 07:39:30.263 | libjs-jquery-tablesorter 2022-05-27 07:39:30.263 | parted 2022-05-27 07:39:30.263 | pm-utils 2022-05-27 07:39:30.263 | python3-mysqldb 2022-05-27 07:39:30.263 | socat 2022-05-27 07:39:30.263 | sqlite3 2022-05-27 07:39:30.263 | sudo 2022-05-27 07:39:30.263 | vlan 2022-05-27 07:39:30.263 | lsscsi 2022-05-27 07:39:30.263 | open-iscsi 2022-05-27 07:39:30.263 | lvm2 2022-05-27 07:39:30.263 | qemu-utils 2022-05-27 07:39:30.263 | thin-provisioning-tools 2022-05-27 07:39:30.263 | acl 2022-05-27 07:39:30.263 | dnsmasq-base 2022-05-27 07:39:30.263 | dnsmasq-utils 2022-05-27 07:39:30.263 | ebtables 2022-05-27 07:39:30.263 | haproxy 2022-05-27 07:39:30.263 | iptables 2022-05-27 07:39:30.263 | iputils-arping 2022-05-27 07:39:30.263 | iputils-ping 2022-05-27 07:39:30.263 | postgresql-server-dev-all 2022-05-27 07:39:30.263 | python3-mysqldb 2022-05-27 07:39:30.263 | sqlite3 2022-05-27 07:39:30.263 | sudo 2022-05-27 07:39:30.263 | vlan 2022-05-27 07:39:30.263 | pcp 2022-05-27 07:39:30.263 | ipset 2022-05-27 07:39:30.263 | conntrack 2022-05-27 07:39:30.263 | conntrackd 2022-05-27 07:39:30.263 | keepalived 2022-05-27 07:39:30.263 | lvm2 2022-05-27 07:39:30.263 | qemu-utils 2022-05-27 07:39:30.264 | thin-provisioning-tools 2022-05-27 07:39:30.264 | curl 2022-05-27 07:39:30.264 | liberasurecode-dev 2022-05-27 07:39:30.264 | make 2022-05-27 07:39:30.264 | memcached 2022-05-27 07:39:30.264 | rsync 2022-05-27 07:39:30.264 | sqlite3 2022-05-27 07:39:30.264 | xfsprogs ' 2022-05-27 07:39:30.266 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-05-27 07:39:30.268 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:39:30.270 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:39:30.274 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-05-27 07:39:30.274 | ++ 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 dnsmasq-base dnsmasq-utils 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-05-27 07:39:30.278 | ++ 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 dnsmasq-base dnsmasq-utils 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-05-27 07:39:30.281 | ++ functions-common:install_package:1464 : update_package_repo 2022-05-27 07:39:30.283 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-05-27 07:39:30.285 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-05-27 07:39:30.287 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-05-27 07:39:30.290 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-05-27 07:39:30.292 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-05-27 07:39:30.294 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:39:30.296 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:39:30.298 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-05-27 07:39:30.300 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-05-27 07:39:30.302 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-05-27 07:39:30.305 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-05-27 07:39:30.308 | +++ functions-common:apt_get_update:1198 : id -u 2022-05-27 07:39:30.312 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-05-27 07:39:30.314 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-05-27 07:39:30.316 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-05-27 07:39:30.318 | ++ functions-common:time_start:2413 : local start_time= 2022-05-27 07:39:30.320 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-05-27 07:39:30.322 | +++ functions-common:time_start:2417 : date +%s%3N 2022-05-27 07:39:30.326 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1653637170324 2022-05-27 07:39:30.328 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-05-27 07:39:30.330 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-05-27 07:39:30.332 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-05-27 07:39:30.680 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-05-27 07:39:30.777 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-05-27 07:39:30.781 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-05-27 07:39:30.892 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-05-27 07:39:32.944 | Reading package lists... 2022-05-27 07:39:32.975 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-05-27 07:39:32.978 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-05-27 07:39:32.980 | ++ functions-common:time_stop:2426 : local name 2022-05-27 07:39:32.982 | ++ functions-common:time_stop:2427 : local end_time 2022-05-27 07:39:32.985 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:39:32.987 | ++ functions-common:time_stop:2429 : local total 2022-05-27 07:39:32.989 | ++ functions-common:time_stop:2430 : local start_time 2022-05-27 07:39:32.991 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-05-27 07:39:32.993 | ++ functions-common:time_stop:2433 : start_time=1653637170324 2022-05-27 07:39:32.995 | ++ functions-common:time_stop:2435 : [[ -z 1653637170324 ]] 2022-05-27 07:39:32.998 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:39:33.002 | ++ functions-common:time_stop:2438 : end_time=1653637172999 2022-05-27 07:39:33.004 | ++ functions-common:time_stop:2439 : elapsed_time=2675 2022-05-27 07:39:33.006 | ++ functions-common:time_stop:2440 : total=0 2022-05-27 07:39:33.008 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:39:33.010 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2675 2022-05-27 07:39:33.013 | ++ functions-common:install_package:1465 : 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 dnsmasq-base dnsmasq-utils 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-05-27 07:39:33.015 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-05-27 07:39:33.017 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:39:33.019 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:39:33.022 | ++ functions-common:real_install_package:1451 : 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 dnsmasq-base dnsmasq-utils 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-05-27 07:39:33.043 | ++ functions-common:apt_get:1231 : 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 dnsmasq-base dnsmasq-utils 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-05-27 07:39:33.151 | Reading package lists... 2022-05-27 07:39:33.394 | Building dependency tree... 2022-05-27 07:39:33.395 | Reading state information... 2022-05-27 07:39:33.430 | acl is already the newest version (2.2.53-6). 2022-05-27 07:39:33.430 | bc is already the newest version (1.07.1-2build1). 2022-05-27 07:39:33.430 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-05-27 07:39:33.430 | conntrack is already the newest version (1:1.4.5-2). 2022-05-27 07:39:33.430 | ebtables is already the newest version (2.0.11-3build1). 2022-05-27 07:39:33.430 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-05-27 07:39:33.430 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-05-27 07:39:33.430 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-05-27 07:39:33.430 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-05-27 07:39:33.430 | gettext is already the newest version (0.19.8.1-10build1). 2022-05-27 07:39:33.430 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-05-27 07:39:33.430 | iputils-arping is already the newest version (3:20190709-3). 2022-05-27 07:39:33.430 | iputils-ping is already the newest version (3:20190709-3). 2022-05-27 07:39:33.430 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-05-27 07:39:33.430 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-05-27 07:39:33.430 | libffi-dev is already the newest version (3.3-4). 2022-05-27 07:39:33.430 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-05-27 07:39:33.430 | libxslt1-dev is already the newest version (1.1.34-4). 2022-05-27 07:39:33.430 | libyaml-dev is already the newest version (0.2.2-1). 2022-05-27 07:39:33.430 | lsscsi is already the newest version (0.30-0.1). 2022-05-27 07:39:33.430 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-05-27 07:39:33.430 | make is already the newest version (4.2.1-1.2). 2022-05-27 07:39:33.430 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-05-27 07:39:33.430 | psmisc is already the newest version (23.3-1). 2022-05-27 07:39:33.430 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-05-27 07:39:33.430 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-05-27 07:39:33.430 | python3-systemd is already the newest version (234-3build2). 2022-05-27 07:39:33.430 | socat is already the newest version (1.7.3.3-2). 2022-05-27 07:39:33.430 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-05-27 07:39:33.431 | unzip is already the newest version (6.0-25ubuntu1). 2022-05-27 07:39:33.431 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-05-27 07:39:33.431 | conntrackd is already the newest version (1:1.4.5-2). 2022-05-27 07:39:33.431 | graphviz is already the newest version (2.42.2-3build2). 2022-05-27 07:39:33.431 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-05-27 07:39:33.431 | pcp is already the newest version (5.0.3-1). 2022-05-27 07:39:33.431 | pm-utils is already the newest version (1.4.1-19). 2022-05-27 07:39:33.431 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-05-27 07:39:33.431 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-05-27 07:39:33.431 | apache2-dev is already the newest version (2.4.41-4ubuntu3.10). 2022-05-27 07:39:33.431 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-05-27 07:39:33.431 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-05-27 07:39:33.431 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-05-27 07:39:33.431 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-05-27 07:39:33.431 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-05-27 07:39:33.431 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-05-27 07:39:33.431 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-05-27 07:39:33.431 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-05-27 07:39:33.431 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-05-27 07:39:33.431 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-05-27 07:39:33.431 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-05-27 07:39:33.431 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-05-27 07:39:33.431 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-05-27 07:39:33.431 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-05-27 07:39:33.431 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-05-27 07:39:33.431 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-05-27 07:39:33.431 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-05-27 07:39:33.431 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-05-27 07:39:33.431 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-05-27 07:39:33.431 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-05-27 07:39:33.431 | openssl set to manually installed. 2022-05-27 07:39:33.431 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-05-27 07:39:33.431 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-05-27 07:39:33.431 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-05-27 07:39:33.431 | rsync set to manually installed. 2022-05-27 07:39:33.431 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-05-27 07:39:33.432 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-05-27 07:39:33.432 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-05-27 07:39:33.432 | tar set to manually installed. 2022-05-27 07:39:33.432 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-05-27 07:39:33.432 | tcpdump set to manually installed. 2022-05-27 07:39:33.432 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-05-27 07:39:33.657 | uuid-runtime set to manually installed. 2022-05-27 07:39:33.657 | wget is already the newest version (1.20.3-1ubuntu2). 2022-05-27 07:39:33.657 | wget set to manually installed. 2022-05-27 07:39:33.657 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-05-27 07:39:33.657 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-05-27 07:39:33.657 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-05-27 07:39:33.657 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-05-27 07:39:33.657 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-05-27 07:39:33.657 | The following packages were automatically installed and are no longer required: 2022-05-27 07:39:33.658 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-27 07:39:33.658 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-27 07:39:33.658 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-27 07:39:33.658 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-27 07:39:33.658 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-27 07:39:33.658 | python3-zope.interface 2022-05-27 07:39:33.659 | Use 'sudo apt autoremove' to remove them. 2022-05-27 07:39:33.791 | 0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded. 2022-05-27 07:39:33.795 | ++ functions-common:apt_get:1235 : result=0 2022-05-27 07:39:33.797 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-05-27 07:39:33.799 | ++ functions-common:time_stop:2426 : local name 2022-05-27 07:39:33.802 | ++ functions-common:time_stop:2427 : local end_time 2022-05-27 07:39:33.804 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:39:33.806 | ++ functions-common:time_stop:2429 : local total 2022-05-27 07:39:33.808 | ++ functions-common:time_stop:2430 : local start_time 2022-05-27 07:39:33.810 | ++ functions-common:time_stop:2432 : name=apt-get 2022-05-27 07:39:33.812 | ++ functions-common:time_stop:2433 : start_time=1653637173041 2022-05-27 07:39:33.815 | ++ functions-common:time_stop:2435 : [[ -z 1653637173041 ]] 2022-05-27 07:39:33.817 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:39:33.821 | ++ functions-common:time_stop:2438 : end_time=1653637173819 2022-05-27 07:39:33.824 | ++ functions-common:time_stop:2439 : elapsed_time=778 2022-05-27 07:39:33.826 | ++ functions-common:time_stop:2440 : total=744 2022-05-27 07:39:33.828 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:39:33.830 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1522 2022-05-27 07:39:33.832 | ++ functions-common:apt_get:1239 : return 0 2022-05-27 07:39:33.835 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-05-27 07:39:33.838 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-05-27 07:39:33.840 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-05-27 07:39:33.845 | ++ tools/install_prereqs.sh:source:89 : date 2022-05-27 07:39:33.849 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-05-27 07:39:33.852 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-05-27 07:39:33.855 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-05-27 07:39:35.253 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-05-27 07:39:35.255 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-05-27 07:39:35.258 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-05-27 07:39:35.260 | + tools/install_pip.sh:main:43 : GetDistro 2022-05-27 07:39:35.261 | + functions-common:GetDistro:446 : GetOSVersion 2022-05-27 07:39:35.263 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-05-27 07:39:35.265 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-05-27 07:39:35.267 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-05-27 07:39:35.268 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-05-27 07:39:35.270 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-05-27 07:39:35.272 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-05-27 07:39:35.274 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-05-27 07:39:35.275 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-05-27 07:39:35.277 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-05-27 07:39:35.279 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-05-27 07:39:35.280 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-05-27 07:39:35.282 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-05-27 07:39:35.284 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-05-27 07:39:35.286 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-05-27 07:39:35.288 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-05-27 07:39:35.290 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-05-27 07:39:35.292 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-05-27 07:39:35.294 | + functions-common:_ensure_lsb_release:394 : return 2022-05-27 07:39:35.296 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-05-27 07:39:35.363 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-05-27 07:39:35.365 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-05-27 07:39:35.433 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-05-27 07:39:35.435 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-05-27 07:39:35.503 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-05-27 07:39:35.505 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-05-27 07:39:35.507 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-05-27 07:39:35.509 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-05-27 07:39:35.511 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-05-27 07:39:35.513 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-05-27 07:39:35.515 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-05-27 07:39:35.517 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-05-27 07:39:35.519 | + functions-common:GetDistro:451 : DISTRO=focal 2022-05-27 07:39:35.521 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-05-27 07:39:35.523 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-05-27 07:39:35.523 | Distro: focal 2022-05-27 07:39:35.526 | + tools/install_pip.sh:main:124 : get_versions 2022-05-27 07:39:35.528 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-05-27 07:39:35.532 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-05-27 07:39:35.534 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-05-27 07:39:35.538 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-05-27 07:39:35.538 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-05-27 07:39:36.124 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-05-27 07:39:36.126 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-05-27 07:39:36.126 | pip: 21.3.1 2022-05-27 07:39:36.128 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-05-27 07:39:36.130 | + tools/install_pip.sh:main:130 : is_fedora 2022-05-27 07:39:36.132 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-05-27 07:39:36.134 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-05-27 07:39:36.136 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-05-27 07:39:36.138 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-27 07:39:36.140 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-27 07:39:36.142 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-05-27 07:39:36.143 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-05-27 07:39:36.145 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-05-27 07:39:36.147 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-05-27 07:39:36.148 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-05-27 07:39:36.150 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-05-27 07:39:36.152 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:39:36.154 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:39:36.155 | + tools/install_pip.sh:main:142 : : 2022-05-27 07:39:36.157 | + tools/install_pip.sh:main:147 : set -x 2022-05-27 07:39:36.159 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-05-27 07:39:36.161 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-05-27 07:39:36.163 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-27 07:39:36.165 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-05-27 07:39:36.167 | ++ inc/python:get_from_global_requirements:221 : local package=setuptools 2022-05-27 07:39:36.169 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-05-27 07:39:36.171 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-05-27 07:39:36.171 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-05-27 07:39:36.175 | ++ inc/python:get_from_global_requirements:223 : required_pkg='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 ' 2022-05-27 07:39:36.177 | ++ inc/python:get_from_global_requirements:224 : [[ setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 == '' ]] 2022-05-27 07:39:36.179 | ++ inc/python:get_from_global_requirements:227 : echo 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-27 07:39:36.182 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-27 07:39:36.183 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-27 07:39:36.200 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-05-27 07:39:36.202 | + 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 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-27 07:39:36.926 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:39:36.927 | from cryptography.utils import int_from_bytes 2022-05-27 07:39:36.927 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:39:36.927 | from cryptography.utils import int_from_bytes 2022-05-27 07:39:38.160 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-27 07:39:39.709 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-05-27 07:39:39.720 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/553/4570b9980fc65/setuptools-62.2.0-py3-none-any.whl (1.1 MB) 2022-05-27 07:39:41.462 | Installing collected packages: setuptools 2022-05-27 07:39:42.341 | Successfully installed setuptools-62.2.0 2022-05-27 07:39:42.341 | 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-05-27 07:39:42.488 | WARNING: You are using pip version 21.3.1; however, version 22.1.1 is available. 2022-05-27 07:39:42.488 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-27 07:39:42.603 | + inc/python:pip_install:196 : result=0 2022-05-27 07:39:42.605 | + inc/python:pip_install:198 : time_stop pip_install 2022-05-27 07:39:42.607 | + functions-common:time_stop:2426 : local name 2022-05-27 07:39:42.609 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:39:42.610 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:39:42.612 | + functions-common:time_stop:2429 : local total 2022-05-27 07:39:42.614 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:39:42.615 | + functions-common:time_stop:2432 : name=pip_install 2022-05-27 07:39:42.618 | + functions-common:time_stop:2433 : start_time=1653637176195 2022-05-27 07:39:42.619 | + functions-common:time_stop:2435 : [[ -z 1653637176195 ]] 2022-05-27 07:39:42.622 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:39:42.625 | + functions-common:time_stop:2438 : end_time=1653637182623 2022-05-27 07:39:42.627 | + functions-common:time_stop:2439 : elapsed_time=6428 2022-05-27 07:39:42.628 | + functions-common:time_stop:2440 : total=0 2022-05-27 07:39:42.630 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:39:42.632 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=6428 2022-05-27 07:39:42.633 | + inc/python:pip_install:199 : return 0 2022-05-27 07:39:42.635 | + tools/install_pip.sh:main:153 : get_versions 2022-05-27 07:39:42.638 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-05-27 07:39:42.641 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-05-27 07:39:42.643 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-05-27 07:39:42.646 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-05-27 07:39:42.646 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-05-27 07:39:43.211 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-05-27 07:39:43.213 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-05-27 07:39:43.213 | pip: 21.3.1 2022-05-27 07:39:43.216 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-05-27 07:39:43.219 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-05-27 07:39:43.222 | + ./stack.sh:main:791 : fixup_all 2022-05-27 07:39:43.225 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-05-27 07:39:43.227 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-05-27 07:39:43.229 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:39:43.232 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:39:43.234 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-05-27 07:39:43.246 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-05-27 07:39:43.257 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-05-27 07:39:43.267 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-05-27 07:39:43.270 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-05-27 07:39:43.272 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-05-27 07:39:43.274 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-05-27 07:39:43.276 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-05-27 07:39:43.278 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-27 07:39:43.280 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-27 07:39:43.282 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-05-27 07:39:43.284 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-05-27 07:39:43.286 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-05-27 07:39:43.289 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-05-27 07:39:43.291 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-05-27 07:39:43.293 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-05-27 07:39:43.295 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-05-27 07:39:43.298 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-05-27 07:39:43.300 | + functions-common:is_suse:537 : is_opensuse 2022-05-27 07:39:43.302 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-05-27 07:39:43.305 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-27 07:39:43.307 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-05-27 07:39:43.309 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-05-27 07:39:43.311 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-27 07:39:43.313 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-05-27 07:39:43.316 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-05-27 07:39:43.336 | Using python 3.8 to install os-testr 2022-05-27 07:39:43.338 | + 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-05-27 07:39:44.074 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:39:44.074 | from cryptography.utils import int_from_bytes 2022-05-27 07:39:44.074 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:39:44.074 | from cryptography.utils import int_from_bytes 2022-05-27 07:39:45.250 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-27 07:39:45.282 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-05-27 07:39:45.351 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-05-27 07:39:45.352 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-05-27 07:39:45.353 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-05-27 07:39:45.367 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-05-27 07:39:45.377 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-05-27 07:39:45.388 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-05-27 07:39:47.032 | 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-05-27 07:39:47.039 | WARNING: You are using pip version 21.3.1; however, version 22.1.1 is available. 2022-05-27 07:39:47.039 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-27 07:39:47.145 | + inc/python:pip_install:196 : result=0 2022-05-27 07:39:47.147 | + inc/python:pip_install:198 : time_stop pip_install 2022-05-27 07:39:47.150 | + functions-common:time_stop:2426 : local name 2022-05-27 07:39:47.152 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:39:47.154 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:39:47.156 | + functions-common:time_stop:2429 : local total 2022-05-27 07:39:47.158 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:39:47.160 | + functions-common:time_stop:2432 : name=pip_install 2022-05-27 07:39:47.162 | + functions-common:time_stop:2433 : start_time=1653637183331 2022-05-27 07:39:47.165 | + functions-common:time_stop:2435 : [[ -z 1653637183331 ]] 2022-05-27 07:39:47.168 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:39:47.172 | + functions-common:time_stop:2438 : end_time=1653637187170 2022-05-27 07:39:47.174 | + functions-common:time_stop:2439 : elapsed_time=3839 2022-05-27 07:39:47.176 | + functions-common:time_stop:2440 : total=0 2022-05-27 07:39:47.178 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:39:47.181 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3839 2022-05-27 07:39:47.183 | + inc/python:pip_install:199 : return 0 2022-05-27 07:39:47.185 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-05-27 07:39:47.237 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-05-27 07:39:47.338 | + ./stack.sh:main:805 : install_infra 2022-05-27 07:39:47.341 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-27 07:39:47.343 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-05-27 07:39:47.346 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-27 07:39:47.349 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-05-27 07:39:47.372 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-05-27 07:39:49.289 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.300 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.317 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.354 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.386 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.393 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.417 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.425 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.447 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.451 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.468 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.478 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.499 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.510 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.548 | Ignoring typing-extensions: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.564 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.580 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.640 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.659 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.677 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.707 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.716 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.729 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.747 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.759 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.772 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.782 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.789 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.822 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.827 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.847 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.856 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.889 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.919 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.925 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.928 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.932 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.959 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:49.975 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.003 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.007 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.020 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.022 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.039 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.055 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.075 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.092 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.109 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.123 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.133 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.143 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.154 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.177 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.204 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.216 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.221 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.235 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.248 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.266 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.273 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.277 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:50.281 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-27 07:39:50.418 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) (5.9.0) 2022-05-27 07:39:50.711 | + inc/python:pip_install:196 : result=0 2022-05-27 07:39:50.713 | + inc/python:pip_install:198 : time_stop pip_install 2022-05-27 07:39:50.716 | + functions-common:time_stop:2426 : local name 2022-05-27 07:39:50.718 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:39:50.720 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:39:50.722 | + functions-common:time_stop:2429 : local total 2022-05-27 07:39:50.724 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:39:50.726 | + functions-common:time_stop:2432 : name=pip_install 2022-05-27 07:39:50.728 | + functions-common:time_stop:2433 : start_time=1653637187364 2022-05-27 07:39:50.730 | + functions-common:time_stop:2435 : [[ -z 1653637187364 ]] 2022-05-27 07:39:50.733 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:39:50.737 | + functions-common:time_stop:2438 : end_time=1653637190734 2022-05-27 07:39:50.739 | + functions-common:time_stop:2439 : elapsed_time=3370 2022-05-27 07:39:50.741 | + functions-common:time_stop:2440 : total=3839 2022-05-27 07:39:50.743 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:39:50.745 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=7209 2022-05-27 07:39:50.747 | + inc/python:pip_install:199 : return 0 2022-05-27 07:39:50.749 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-27 07:39:50.752 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-05-27 07:39:50.775 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-05-27 07:39:52.582 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.594 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.611 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.647 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.679 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.686 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.709 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.717 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.738 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.743 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.759 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.769 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.790 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.800 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.835 | Ignoring typing-extensions: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.852 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.868 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.928 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.947 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.964 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:52.994 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.002 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.015 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.033 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.044 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.057 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.066 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.073 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.106 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.110 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.130 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.138 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.170 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.199 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.205 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.209 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.213 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.239 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.255 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.282 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.286 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.298 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.300 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.317 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.332 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.351 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.369 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.385 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.399 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.409 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.420 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.431 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.452 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.479 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.490 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.495 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.510 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.523 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.541 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.548 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.552 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-05-27 07:39:53.556 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-27 07:39:53.558 | Processing /opt/stack/requirements 2022-05-27 07:39:55.282 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) (3.0.0) 2022-05-27 07:39:55.293 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (6.0) 2022-05-27 07:39:55.295 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) (2.27.1) 2022-05-27 07:39:55.322 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 371)) (21.3) 2022-05-27 07:39:55.327 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) (2.5.0) 2022-05-27 07:39:55.338 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 404)) (3.3) 2022-05-27 07:39:55.341 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 454)) (3.0.9) 2022-05-27 07:39:55.347 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 500)) (1.16.0) 2022-05-27 07:39:55.349 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 623)) (2.0.12) 2022-05-27 07:39:55.372 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5461) (1.3) 2022-05-27 07:39:55.374 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5461) (0.3.0) 2022-05-27 07:39:55.390 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) (5.9.0) 2022-05-27 07:39:55.393 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 242)) (2022.5.18.1) 2022-05-27 07:39:55.396 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) (1.26.9) 2022-05-27 07:39:55.429 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (1.0.0) 2022-05-27 07:39:55.431 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) (3.10.1) 2022-05-27 07:39:55.444 | Requirement already satisfied: autopage===0.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.5.0) 2022-05-27 07:39:55.446 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 479)) (2.4.1) 2022-05-27 07:39:55.495 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (3.3.0) 2022-05-27 07:39:55.505 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 468)) (3.5.0) 2022-05-27 07:39:55.512 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) (1.8.2) 2022-05-27 07:39:55.515 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 152)) (0.2.5) 2022-05-27 07:39:55.520 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 51)) (21.4.0) 2022-05-27 07:39:55.580 | Building wheels for collected packages: openstack-requirements 2022-05-27 07:39:55.581 | Building wheel for openstack-requirements (setup.py): started 2022-05-27 07:39:56.415 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-05-27 07:39:56.416 | ERROR: Command errored out with exit status 1: 2022-05-27 07:39:56.416 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-2f6yu36h/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-2f6yu36h/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-bq14rrcj 2022-05-27 07:39:56.416 | cwd: /tmp/pip-req-build-2f6yu36h/ 2022-05-27 07:39:56.416 | Complete output (6 lines): 2022-05-27 07:39:56.416 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-05-27 07:39:56.416 | or: setup.py --help [cmd1 cmd2 ...] 2022-05-27 07:39:56.416 | or: setup.py --help-commands 2022-05-27 07:39:56.416 | or: setup.py cmd --help 2022-05-27 07:39:56.416 | 2022-05-27 07:39:56.416 | error: invalid command 'bdist_wheel' 2022-05-27 07:39:56.416 | ---------------------------------------- 2022-05-27 07:39:56.416 | ERROR: Failed building wheel for openstack-requirements 2022-05-27 07:39:56.416 | Running setup.py clean for openstack-requirements 2022-05-27 07:39:57.246 | Failed to build openstack-requirements 2022-05-27 07:39:57.262 | Installing collected packages: openstack-requirements 2022-05-27 07:39:57.263 | Attempting uninstall: openstack-requirements 2022-05-27 07:39:57.263 | Found existing installation: openstack-requirements 1.2.1.dev5461 2022-05-27 07:39:57.300 | Uninstalling openstack-requirements-1.2.1.dev5461: 2022-05-27 07:39:57.318 | Successfully uninstalled openstack-requirements-1.2.1.dev5461 2022-05-27 07:39:57.321 | Running setup.py install for openstack-requirements: started 2022-05-27 07:39:59.700 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-05-27 07:39:59.723 | Successfully installed openstack-requirements-1.2.1.dev5461 2022-05-27 07:39:59.849 | + inc/python:pip_install:196 : result=0 2022-05-27 07:39:59.851 | + inc/python:pip_install:198 : time_stop pip_install 2022-05-27 07:39:59.854 | + functions-common:time_stop:2426 : local name 2022-05-27 07:39:59.856 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:39:59.858 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:39:59.860 | + functions-common:time_stop:2429 : local total 2022-05-27 07:39:59.862 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:39:59.864 | + functions-common:time_stop:2432 : name=pip_install 2022-05-27 07:39:59.866 | + functions-common:time_stop:2433 : start_time=1653637190767 2022-05-27 07:39:59.868 | + functions-common:time_stop:2435 : [[ -z 1653637190767 ]] 2022-05-27 07:39:59.871 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:39:59.875 | + functions-common:time_stop:2438 : end_time=1653637199872 2022-05-27 07:39:59.877 | + functions-common:time_stop:2439 : elapsed_time=9105 2022-05-27 07:39:59.879 | + functions-common:time_stop:2440 : total=7209 2022-05-27 07:39:59.881 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:39:59.883 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=16314 2022-05-27 07:39:59.886 | + inc/python:pip_install:199 : return 0 2022-05-27 07:39:59.888 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-05-27 07:39:59.890 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-05-27 07:39:59.893 | + inc/python:use_library_from_git:246 : local name=pbr 2022-05-27 07:39:59.895 | + inc/python:use_library_from_git:247 : local enabled=1 2022-05-27 07:39:59.897 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-05-27 07:39:59.900 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-05-27 07:39:59.903 | + inc/python:use_library_from_git:249 : return 1 2022-05-27 07:39:59.905 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-05-27 07:39:59.925 | Using python 3.8 to install pbr 2022-05-27 07:39:59.927 | + 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 pbr 2022-05-27 07:40:00.647 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:40:00.647 | from cryptography.utils import int_from_bytes 2022-05-27 07:40:00.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:40:00.647 | from cryptography.utils import int_from_bytes 2022-05-27 07:40:01.809 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-27 07:40:01.841 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-05-27 07:40:03.613 | 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-05-27 07:40:03.619 | WARNING: You are using pip version 21.3.1; however, version 22.1.1 is available. 2022-05-27 07:40:03.619 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-27 07:40:03.726 | + inc/python:pip_install:196 : result=0 2022-05-27 07:40:03.728 | + inc/python:pip_install:198 : time_stop pip_install 2022-05-27 07:40:03.730 | + functions-common:time_stop:2426 : local name 2022-05-27 07:40:03.732 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:40:03.734 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:40:03.736 | + functions-common:time_stop:2429 : local total 2022-05-27 07:40:03.738 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:40:03.740 | + functions-common:time_stop:2432 : name=pip_install 2022-05-27 07:40:03.743 | + functions-common:time_stop:2433 : start_time=1653637199920 2022-05-27 07:40:03.745 | + functions-common:time_stop:2435 : [[ -z 1653637199920 ]] 2022-05-27 07:40:03.748 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:40:03.752 | + functions-common:time_stop:2438 : end_time=1653637203749 2022-05-27 07:40:03.754 | + functions-common:time_stop:2439 : elapsed_time=3829 2022-05-27 07:40:03.756 | + functions-common:time_stop:2440 : total=16314 2022-05-27 07:40:03.759 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:40:03.761 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=20143 2022-05-27 07:40:03.763 | + inc/python:pip_install:199 : return 0 2022-05-27 07:40:03.765 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-05-27 07:40:06.022 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-05-27 07:40:07.905 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-27 07:40:07.906 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-05-27 07:40:07.926 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-05-27 07:40:07.929 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-05-27 07:40:07.932 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-05-27 07:40:07.935 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-05-27 07:40:07.940 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.9) 2022-05-27 07:40:08.012 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-05-27 07:40:08.015 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-05-27 07:40:08.018 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-05-27 07:40:08.035 | + ./stack.sh:main:814 : pkgs= 2022-05-27 07:40:08.037 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-05-27 07:40:08.040 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-05-27 07:40:08.043 | + functions-common:run_phase:1854 : local mode=stack 2022-05-27 07:40:08.045 | + functions-common:run_phase:1855 : local phase=pre-install 2022-05-27 07:40:08.047 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-27 07:40:08.049 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-05-27 07:40:08.051 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-27 07:40:08.053 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-05-27 07:40:08.056 | + functions-common:run_phase:1864 : local extra 2022-05-27 07:40:08.059 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-27 07:40:08.063 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-05-27 07:40:08.065 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-27 07:40:08.067 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-27 07:40:08.069 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-05-27 07:40:08.072 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-27 07:40:08.086 | ++ functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:08.088 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-05-27 07:40:08.090 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-05-27 07:40:08.092 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-05-27 07:40:08.095 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-05-27 07:40:08.097 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-05-27 07:40:08.099 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-05-27 07:40:08.101 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-05-27 07:40:08.103 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-05-27 07:40:08.105 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-05-27 07:40:08.108 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-05-27 07:40:08.110 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-05-27 07:40:08.112 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-05-27 07:40:08.114 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-05-27 07:40:08.116 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-05-27 07:40:08.119 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-27 07:40:08.121 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-05-27 07:40:08.123 | + functions-common:run_plugins:1840 : local mode=stack 2022-05-27 07:40:08.125 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-05-27 07:40:08.127 | + functions-common:run_plugins:1843 : local plugins= 2022-05-27 07:40:08.130 | + functions-common:run_plugins:1844 : local plugin 2022-05-27 07:40:08.132 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-05-27 07:40:08.135 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-05-27 07:40:08.138 | + functions:set_systemd_override:821 : local value=2048 2022-05-27 07:40:08.140 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-05-27 07:40:08.142 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-05-27 07:40:08.195 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-05-27 07:40:08.195 | Set systemd system override for DefaultLimitNOFILE=2048 2022-05-27 07:40:08.197 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-05-27 07:40:08.561 | + ./stack.sh:main:827 : install_rpc_backend 2022-05-27 07:40:08.563 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-05-27 07:40:08.579 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:08.581 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-05-27 07:40:08.583 | + functions-common:install_package:1464 : update_package_repo 2022-05-27 07:40:08.586 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-05-27 07:40:08.588 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-05-27 07:40:08.590 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-05-27 07:40:08.593 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-05-27 07:40:08.595 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-05-27 07:40:08.597 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:08.599 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:08.602 | + functions-common:update_package_repo:1445 : apt_get_update 2022-05-27 07:40:08.604 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-05-27 07:40:08.606 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-05-27 07:40:08.609 | + functions-common:apt_get_update:1191 : return 2022-05-27 07:40:08.611 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-05-27 07:40:08.613 | + functions-common:real_install_package:1450 : is_ubuntu 2022-05-27 07:40:08.615 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:08.618 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:08.620 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-05-27 07:40:08.641 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-05-27 07:40:08.749 | Reading package lists... 2022-05-27 07:40:08.995 | Building dependency tree... 2022-05-27 07:40:08.996 | Reading state information... 2022-05-27 07:40:09.247 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-05-27 07:40:09.247 | The following packages were automatically installed and are no longer required: 2022-05-27 07:40:09.248 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-27 07:40:09.248 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-27 07:40:09.248 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-27 07:40:09.248 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-27 07:40:09.249 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-27 07:40:09.249 | python3-zope.interface 2022-05-27 07:40:09.249 | Use 'sudo apt autoremove' to remove them. 2022-05-27 07:40:09.363 | 0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded. 2022-05-27 07:40:09.368 | + functions-common:apt_get:1235 : result=0 2022-05-27 07:40:09.370 | + functions-common:apt_get:1238 : time_stop apt-get 2022-05-27 07:40:09.372 | + functions-common:time_stop:2426 : local name 2022-05-27 07:40:09.374 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:40:09.377 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:40:09.379 | + functions-common:time_stop:2429 : local total 2022-05-27 07:40:09.381 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:40:09.383 | + functions-common:time_stop:2432 : name=apt-get 2022-05-27 07:40:09.385 | + functions-common:time_stop:2433 : start_time=1653637208638 2022-05-27 07:40:09.387 | + functions-common:time_stop:2435 : [[ -z 1653637208638 ]] 2022-05-27 07:40:09.390 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:40:09.394 | + functions-common:time_stop:2438 : end_time=1653637209392 2022-05-27 07:40:09.396 | + functions-common:time_stop:2439 : elapsed_time=754 2022-05-27 07:40:09.399 | + functions-common:time_stop:2440 : total=1522 2022-05-27 07:40:09.401 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:40:09.403 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2276 2022-05-27 07:40:09.406 | + functions-common:apt_get:1239 : return 0 2022-05-27 07:40:09.408 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-05-27 07:40:09.410 | + functions-common:is_suse:537 : is_opensuse 2022-05-27 07:40:09.413 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-05-27 07:40:09.415 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-27 07:40:09.417 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-05-27 07:40:09.420 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-05-27 07:40:09.422 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-27 07:40:09.424 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-05-27 07:40:09.426 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-05-27 07:40:09.429 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-05-27 07:40:09.431 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-05-27 07:40:09.433 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-27 07:40:09.435 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-27 07:40:09.438 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-05-27 07:40:09.440 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-05-27 07:40:09.442 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-05-27 07:40:09.444 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-05-27 07:40:09.447 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-05-27 07:40:09.449 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-05-27 07:40:09.451 | + functions-common:is_suse:537 : is_opensuse 2022-05-27 07:40:09.454 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-05-27 07:40:09.456 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-27 07:40:09.458 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-05-27 07:40:09.461 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-05-27 07:40:09.463 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-27 07:40:09.466 | + ./stack.sh:main:828 : restart_rpc_backend 2022-05-27 07:40:09.468 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-05-27 07:40:09.484 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:09.486 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-05-27 07:40:09.488 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-05-27 07:40:09.491 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-05-27 07:40:09.493 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-05-27 07:40:09.496 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-05-27 07:40:09.500 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-05-27 07:40:09.502 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-05-27 07:40:09.504 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-05-27 07:40:09.506 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-05-27 07:40:09.509 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-05-27 07:40:09.511 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-05-27 07:40:09.514 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-05-27 07:40:10.216 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-05-27 07:40:10.216 | user tags 2022-05-27 07:40:10.216 | stackrabbit []' 2022-05-27 07:40:10.220 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-05-27 07:40:10.220 | user tags 2022-05-27 07:40:10.220 | stackrabbit []' 2022-05-27 07:40:10.220 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-05-27 07:40:10.226 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-05-27 07:40:10.228 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-05-27 07:40:10.230 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-05-27 07:40:10.926 | Changing password for user "stackrabbit" ... 2022-05-27 07:40:10.950 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-05-27 07:40:11.620 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-05-27 07:40:11.642 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-05-27 07:40:11.644 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-05-27 07:40:12.321 | Changing password for user "stackrabbit" ... 2022-05-27 07:40:12.344 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-05-27 07:40:12.346 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-05-27 07:40:12.348 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-05-27 07:40:12.994 | Deleting user "guest" ... 2022-05-27 07:40:13.010 | Error: 2022-05-27 07:40:13.010 | {:no_such_user, "guest"} 2022-05-27 07:40:13.023 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-05-27 07:40:13.026 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-05-27 07:40:13.043 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:13.045 | + ./stack.sh:main:831 : install_database 2022-05-27 07:40:13.048 | + lib/database:install_database:118 : install_database_mysql 2022-05-27 07:40:13.050 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-05-27 07:40:13.052 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:13.055 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:13.058 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-05-27 07:40:13.272 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-05-27 07:40:13.275 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-05-27 07:40:13.278 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-05-27 07:40:13.280 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-05-27 07:40:13.282 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-05-27 07:40:13.285 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-05-27 07:40:13.287 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-05-27 07:40:13.290 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-05-27 07:40:13.292 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-05-27 07:40:13.294 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-27 07:40:13.296 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-27 07:40:13.299 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-05-27 07:40:13.301 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-05-27 07:40:13.303 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-05-27 07:40:13.306 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-05-27 07:40:13.308 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-05-27 07:40:13.310 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-05-27 07:40:13.313 | + functions-common:is_suse:537 : is_opensuse 2022-05-27 07:40:13.315 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-05-27 07:40:13.317 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-27 07:40:13.320 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-05-27 07:40:13.322 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-05-27 07:40:13.325 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-27 07:40:13.327 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-05-27 07:40:13.329 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:13.332 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:13.334 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-05-27 07:40:13.337 | + functions-common:install_package:1464 : update_package_repo 2022-05-27 07:40:13.339 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-05-27 07:40:13.341 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-05-27 07:40:13.344 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-05-27 07:40:13.346 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-05-27 07:40:13.348 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-05-27 07:40:13.350 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:13.352 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:13.355 | + functions-common:update_package_repo:1445 : apt_get_update 2022-05-27 07:40:13.357 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-05-27 07:40:13.359 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-05-27 07:40:13.361 | + functions-common:apt_get_update:1191 : return 2022-05-27 07:40:13.364 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-05-27 07:40:13.366 | + functions-common:real_install_package:1450 : is_ubuntu 2022-05-27 07:40:13.368 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:13.370 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:13.373 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-05-27 07:40:13.394 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-05-27 07:40:13.503 | Reading package lists... 2022-05-27 07:40:13.748 | Building dependency tree... 2022-05-27 07:40:13.749 | Reading state information... 2022-05-27 07:40:14.017 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-05-27 07:40:14.017 | The following packages were automatically installed and are no longer required: 2022-05-27 07:40:14.018 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-27 07:40:14.018 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-27 07:40:14.018 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-27 07:40:14.018 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-27 07:40:14.018 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-27 07:40:14.018 | python3-zope.interface 2022-05-27 07:40:14.018 | Use 'sudo apt autoremove' to remove them. 2022-05-27 07:40:14.133 | 0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded. 2022-05-27 07:40:14.137 | + functions-common:apt_get:1235 : result=0 2022-05-27 07:40:14.139 | + functions-common:apt_get:1238 : time_stop apt-get 2022-05-27 07:40:14.141 | + functions-common:time_stop:2426 : local name 2022-05-27 07:40:14.144 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:40:14.146 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:40:14.149 | + functions-common:time_stop:2429 : local total 2022-05-27 07:40:14.151 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:40:14.154 | + functions-common:time_stop:2432 : name=apt-get 2022-05-27 07:40:14.156 | + functions-common:time_stop:2433 : start_time=1653637213391 2022-05-27 07:40:14.158 | + functions-common:time_stop:2435 : [[ -z 1653637213391 ]] 2022-05-27 07:40:14.161 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:40:14.165 | + functions-common:time_stop:2438 : end_time=1653637214162 2022-05-27 07:40:14.168 | + functions-common:time_stop:2439 : elapsed_time=771 2022-05-27 07:40:14.170 | + functions-common:time_stop:2440 : total=2276 2022-05-27 07:40:14.172 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:40:14.174 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3047 2022-05-27 07:40:14.176 | + functions-common:apt_get:1239 : return 0 2022-05-27 07:40:14.178 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-05-27 07:40:14.181 | + ./stack.sh:main:834 : install_database_python 2022-05-27 07:40:14.183 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-05-27 07:40:14.185 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-05-27 07:40:14.187 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-05-27 07:40:14.190 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-27 07:40:14.193 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-05-27 07:40:14.195 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-05-27 07:40:14.197 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-05-27 07:40:14.201 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-05-27 07:40:14.201 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-05-27 07:40:14.206 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-05-27 07:40:14.208 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-05-27 07:40:14.211 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-05-27 07:40:14.214 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-05-27 07:40:14.216 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-05-27 07:40:14.237 | Using python 3.8 to install PyMySQL 2022-05-27 07:40:14.240 | + 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 PyMySQL 2022-05-27 07:40:14.965 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:40:14.965 | from cryptography.utils import int_from_bytes 2022-05-27 07:40:14.965 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-27 07:40:14.965 | from cryptography.utils import int_from_bytes 2022-05-27 07:40:16.151 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-27 07:40:16.183 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-05-27 07:40:17.926 | 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-05-27 07:40:17.932 | WARNING: You are using pip version 21.3.1; however, version 22.1.1 is available. 2022-05-27 07:40:17.932 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-27 07:40:18.034 | + inc/python:pip_install:196 : result=0 2022-05-27 07:40:18.037 | + inc/python:pip_install:198 : time_stop pip_install 2022-05-27 07:40:18.039 | + functions-common:time_stop:2426 : local name 2022-05-27 07:40:18.041 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:40:18.044 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:40:18.046 | + functions-common:time_stop:2429 : local total 2022-05-27 07:40:18.048 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:40:18.050 | + functions-common:time_stop:2432 : name=pip_install 2022-05-27 07:40:18.053 | + functions-common:time_stop:2433 : start_time=1653637214232 2022-05-27 07:40:18.055 | + functions-common:time_stop:2435 : [[ -z 1653637214232 ]] 2022-05-27 07:40:18.058 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:40:18.063 | + functions-common:time_stop:2438 : end_time=1653637218060 2022-05-27 07:40:18.065 | + functions-common:time_stop:2439 : elapsed_time=3828 2022-05-27 07:40:18.067 | + functions-common:time_stop:2440 : total=20143 2022-05-27 07:40:18.070 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:40:18.072 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23971 2022-05-27 07:40:18.075 | + inc/python:pip_install:199 : return 0 2022-05-27 07:40:18.077 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-05-27 07:40:18.079 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-05-27 07:40:18.082 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-05-27 07:40:18.084 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-05-27 07:40:18.100 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:18.103 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-05-27 07:40:18.105 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-05-27 07:40:18.108 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-27 07:40:18.109 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-27 07:40:18.114 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-27 07:40:18.116 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-27 07:40:18.119 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,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 =~ ,q- ]] 2022-05-27 07:40:18.121 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-27 07:40:18.124 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-05-27 07:40:18.126 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-05-27 07:40:18.142 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:18.144 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-05-27 07:40:18.147 | + functions-common:install_package:1464 : update_package_repo 2022-05-27 07:40:18.149 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-05-27 07:40:18.151 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-05-27 07:40:18.154 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-05-27 07:40:18.156 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-05-27 07:40:18.158 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-05-27 07:40:18.160 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:18.163 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:18.165 | + functions-common:update_package_repo:1445 : apt_get_update 2022-05-27 07:40:18.167 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-05-27 07:40:18.170 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-05-27 07:40:18.172 | + functions-common:apt_get_update:1191 : return 2022-05-27 07:40:18.174 | + functions-common:install_package:1465 : real_install_package radvd 2022-05-27 07:40:18.177 | + functions-common:real_install_package:1450 : is_ubuntu 2022-05-27 07:40:18.179 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:18.182 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:18.184 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-05-27 07:40:18.204 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-05-27 07:40:18.314 | Reading package lists... 2022-05-27 07:40:18.559 | Building dependency tree... 2022-05-27 07:40:18.560 | Reading state information... 2022-05-27 07:40:18.810 | radvd is already the newest version (1:2.17-2). 2022-05-27 07:40:18.810 | The following packages were automatically installed and are no longer required: 2022-05-27 07:40:18.811 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-27 07:40:18.811 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-27 07:40:18.811 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-27 07:40:18.811 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-27 07:40:18.811 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-27 07:40:18.811 | python3-zope.interface 2022-05-27 07:40:18.811 | Use 'sudo apt autoremove' to remove them. 2022-05-27 07:40:18.923 | 0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded. 2022-05-27 07:40:18.927 | + functions-common:apt_get:1235 : result=0 2022-05-27 07:40:18.930 | + functions-common:apt_get:1238 : time_stop apt-get 2022-05-27 07:40:18.933 | + functions-common:time_stop:2426 : local name 2022-05-27 07:40:18.935 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:40:18.937 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:40:18.939 | + functions-common:time_stop:2429 : local total 2022-05-27 07:40:18.941 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:40:18.943 | + functions-common:time_stop:2432 : name=apt-get 2022-05-27 07:40:18.946 | + functions-common:time_stop:2433 : start_time=1653637218202 2022-05-27 07:40:18.949 | + functions-common:time_stop:2435 : [[ -z 1653637218202 ]] 2022-05-27 07:40:18.951 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:40:18.955 | + functions-common:time_stop:2438 : end_time=1653637218953 2022-05-27 07:40:18.958 | + functions-common:time_stop:2439 : elapsed_time=751 2022-05-27 07:40:18.960 | + functions-common:time_stop:2440 : total=3047 2022-05-27 07:40:18.962 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:40:18.964 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3798 2022-05-27 07:40:18.967 | + functions-common:apt_get:1239 : return 0 2022-05-27 07:40:18.969 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-05-27 07:40:18.985 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:18.987 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-05-27 07:40:18.990 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-05-27 07:40:18.992 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-05-27 07:40:18.995 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-05-27 07:40:19.015 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-05-27 07:40:19.017 | + functions-common:install_package:1464 : update_package_repo 2022-05-27 07:40:19.019 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-05-27 07:40:19.022 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-05-27 07:40:19.024 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-05-27 07:40:19.026 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-05-27 07:40:19.028 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-05-27 07:40:19.030 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:19.032 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:19.035 | + functions-common:update_package_repo:1445 : apt_get_update 2022-05-27 07:40:19.037 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-05-27 07:40:19.040 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-05-27 07:40:19.042 | + functions-common:apt_get_update:1191 : return 2022-05-27 07:40:19.044 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-05-27 07:40:19.046 | + functions-common:real_install_package:1450 : is_ubuntu 2022-05-27 07:40:19.048 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:19.051 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:19.053 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-05-27 07:40:19.073 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-05-27 07:40:19.184 | Reading package lists... 2022-05-27 07:40:19.433 | Building dependency tree... 2022-05-27 07:40:19.435 | Reading state information... 2022-05-27 07:40:19.687 | fakeroot is already the newest version (1.24-1). 2022-05-27 07:40:19.687 | make is already the newest version (4.2.1-1.2). 2022-05-27 07:40:19.687 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-05-27 07:40:19.687 | The following packages were automatically installed and are no longer required: 2022-05-27 07:40:19.688 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-27 07:40:19.688 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-27 07:40:19.688 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-27 07:40:19.688 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-27 07:40:19.689 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-27 07:40:19.689 | python3-zope.interface 2022-05-27 07:40:19.689 | Use 'sudo apt autoremove' to remove them. 2022-05-27 07:40:19.802 | 0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded. 2022-05-27 07:40:19.806 | + functions-common:apt_get:1235 : result=0 2022-05-27 07:40:19.808 | + functions-common:apt_get:1238 : time_stop apt-get 2022-05-27 07:40:19.810 | + functions-common:time_stop:2426 : local name 2022-05-27 07:40:19.812 | + functions-common:time_stop:2427 : local end_time 2022-05-27 07:40:19.814 | + functions-common:time_stop:2428 : local elapsed_time 2022-05-27 07:40:19.817 | + functions-common:time_stop:2429 : local total 2022-05-27 07:40:19.819 | + functions-common:time_stop:2430 : local start_time 2022-05-27 07:40:19.821 | + functions-common:time_stop:2432 : name=apt-get 2022-05-27 07:40:19.823 | + functions-common:time_stop:2433 : start_time=1653637219071 2022-05-27 07:40:19.826 | + functions-common:time_stop:2435 : [[ -z 1653637219071 ]] 2022-05-27 07:40:19.828 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-05-27 07:40:19.832 | + functions-common:time_stop:2438 : end_time=1653637219830 2022-05-27 07:40:19.834 | + functions-common:time_stop:2439 : elapsed_time=759 2022-05-27 07:40:19.837 | + functions-common:time_stop:2440 : total=3798 2022-05-27 07:40:19.839 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-05-27 07:40:19.841 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4557 2022-05-27 07:40:19.843 | + functions-common:apt_get:1239 : return 0 2022-05-27 07:40:19.846 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-05-27 07:40:19.848 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-05-27 07:40:19.850 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-05-27 07:40:19.852 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-05-27 07:40:19.855 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-05-27 07:40:19.857 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-05-27 07:40:19.861 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-05-27 07:40:19.864 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-05-27 07:40:19.867 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-05-27 07:40:19.868 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-05-27 07:40:19.872 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-05-27 07:40:19.874 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-05-27 07:40:19.877 | + functions:vercmp:628 : local v1=5.4 2022-05-27 07:40:19.879 | + functions:vercmp:629 : local 'op=<' 2022-05-27 07:40:19.881 | + functions:vercmp:630 : local v2=3.13 2022-05-27 07:40:19.884 | + functions:vercmp:631 : local result 2022-05-27 07:40:19.888 | ++ functions:vercmp:635 : sort -V 2022-05-27 07:40:19.888 | ++ functions:vercmp:635 : head -1 2022-05-27 07:40:19.890 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-05-27 07:40:19.893 | + functions:vercmp:635 : result=3.13 2022-05-27 07:40:19.896 | + functions:vercmp:637 : case $op in 2022-05-27 07:40:19.898 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-05-27 07:40:19.901 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-05-27 07:40:19.903 | + functions:vercmp:648 : return 2022-05-27 07:40:19.905 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-05-27 07:40:19.907 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-05-27 07:40:19.909 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-05-27 07:40:20.376 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-05-27 07:40:20.378 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-05-27 07:40:20.381 | + inc/python:use_library_from_git:247 : local enabled=1 2022-05-27 07:40:20.385 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-05-27 07:40:20.387 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-05-27 07:40:20.390 | + inc/python:use_library_from_git:249 : return 1 2022-05-27 07:40:20.392 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-05-27 07:40:20.409 | + functions-common:is_service_enabled:2082 : return 0 2022-05-27 07:40:20.411 | + ./stack.sh:main:842 : install_etcd3 2022-05-27 07:40:20.414 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-05-27 07:40:20.414 | Installing etcd 2022-05-27 07:40:20.416 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-05-27 07:40:20.428 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-05-27 07:40:20.441 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-05-27 07:40:20.443 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-05-27 07:40:20.458 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-05-27 07:40:20.462 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-27 07:40:20.464 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-27 07:40:20.467 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-27 07:40:20.472 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-05-27 07:40:20.474 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-05-27 07:40:20.477 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-05-27 07:40:20.480 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-27 07:40:20.482 | ++ functions:get_extra_file:74 : return 2022-05-27 07:40:20.485 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-27 07:40:20.487 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-05-27 07:40:20.490 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2022-05-27 07:40:20.492 | + lib/etcd3:install_etcd3:118 : sha256sum -c /home/ubuntu/devstack/files/etcd.sha256sum 2022-05-27 07:40:20.502 | /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: FAILED 2022-05-27 07:40:20.502 | sha256sum: WARNING: 1 computed checksum did NOT match 2022-05-27 07:40:20.505 | + lib/etcd3:install_etcd3:118 : sudo rm -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-27 07:40:20.516 | + lib/etcd3:install_etcd3:118 : exit 1 2022-05-27 07:40:20.519 | + lib/etcd3:install_etcd3:1 : exit_trap 2022-05-27 07:40:20.522 | + ./stack.sh:exit_trap:516 : local r=1 2022-05-27 07:40:20.525 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-05-27 07:40:20.528 | + ./stack.sh:exit_trap:517 : jobs= 2022-05-27 07:40:20.530 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-05-27 07:40:20.532 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-05-27 07:40:20.535 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-05-27 07:40:20.537 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-05-27 07:40:20.540 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-05-27 07:40:20.542 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-05-27 07:40:20.542 | Error on exit 2022-05-27 07:40:20.545 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-05-27 07:40:20.547 | + ./stack.sh:exit_trap:537 : generate-subunit 1653637165 55 fail 2022-05-27 07:40:21.129 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-05-27 07:40:21.131 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-05-27 07:40:22.002 | + ./stack.sh:exit_trap:551 : exit 1