2022-03-09 12:38:12.605 | + ./stack.sh:main:487 : exec 2022-03-09 12:38:12.605 | + ./stack.sh:main:495 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-03-09-123812' 2022-03-09 12:38:12.605 | ++ ./stack.sh:main:487 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-03-09-123812.summary.2022-03-09-123812 2022-03-09 12:38:12.605 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:38:12.605 | + ./stack.sh:echo_summary:446 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-03-09-123812 2022-03-09 12:38:12.605 | + ./stack.sh:main:497 : ln -sf /opt/stack/logs/stack.sh.log.2022-03-09-123812 /opt/stack/logs/stack.sh.log 2022-03-09 12:38:12.605 | + ./stack.sh:main:498 : ln -sf /opt/stack/logs/stack.sh.log.2022-03-09-123812.summary.2022-03-09-123812 /opt/stack/logs/stack.sh.log.summary 2022-03-09 12:38:12.605 | + ./stack.sh:main:513 : check_path_perm_sanity /opt/stack 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:596 : local real_path 2022-03-09 12:38:12.605 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-03-09 12:38:12.605 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-03-09 12:38:12.605 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-03-09 12:38:12.605 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-03-09 12:38:12.605 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-03-09 12:38:12.605 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-03-09 12:38:12.606 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-03-09 12:38:12.606 | + ./stack.sh:main:519 : trap exit_trap EXIT 2022-03-09 12:38:12.606 | + ./stack.sh:main:560 : trap err_trap ERR 2022-03-09 12:38:12.606 | + ./stack.sh:main:573 : set -o errexit 2022-03-09 12:38:12.606 | + ./stack.sh:main:576 : uname -a 2022-03-09 12:38:12.607 | Linux dv-neutron-832783-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-03-09 12:38:12.609 | + ./stack.sh:main:579 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-03-09 12:38:12.611 | + ./stack.sh:main:580 : rm -f /opt/stack/data/ca-bundle.pem 2022-03-09 12:38:12.615 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/database 2022-03-09 12:38:12.651 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/rpc_backend 2022-03-09 12:38:12.666 | + ./stack.sh:main:590 : fetch_plugins 2022-03-09 12:38:12.668 | + functions-common:fetch_plugins:1771 : local plugins= 2022-03-09 12:38:12.670 | + functions-common:fetch_plugins:1772 : local plugin 2022-03-09 12:38:12.672 | + functions-common:fetch_plugins:1775 : [[ -z '' ]] 2022-03-09 12:38:12.673 | + functions-common:fetch_plugins:1776 : return 2022-03-09 12:38:12.676 | + ./stack.sh:main:594 : run_phase override_defaults 2022-03-09 12:38:12.678 | + functions-common:run_phase:1853 : local mode=override_defaults 2022-03-09 12:38:12.679 | + functions-common:run_phase:1854 : local phase= 2022-03-09 12:38:12.681 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 12:38:12.683 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 12:38:12.685 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 12:38:12.686 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 12:38:12.688 | + functions-common:run_phase:1863 : local extra 2022-03-09 12:38:12.691 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 12:38:12.694 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 12:38:12.696 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 12:38:12.698 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 12:38:12.699 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-03-09 12:38:12.701 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 12:38:12.714 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:12.716 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-03-09 12:38:12.717 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 12:38:12.719 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 12:38:12.721 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 12:38:12.723 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 12:38:12.724 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 12:38:12.726 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-03-09 12:38:12.728 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-03-09 12:38:12.730 | + functions-common:run_phase:1874 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-03-09 12:38:12.732 | + functions-common:run_phase:1877 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-03-09 12:38:12.733 | + functions-common:run_phase:1878 : plugin_override_defaults 2022-03-09 12:38:12.735 | + functions-common:plugin_override_defaults:1812 : local plugins= 2022-03-09 12:38:12.738 | + functions-common:plugin_override_defaults:1813 : local plugin 2022-03-09 12:38:12.739 | + functions-common:plugin_override_defaults:1816 : [[ -z '' ]] 2022-03-09 12:38:12.741 | + functions-common:plugin_override_defaults:1817 : return 2022-03-09 12:38:12.743 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/apache 2022-03-09 12:38:12.760 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/tls 2022-03-09 12:38:12.762 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-03-09 12:38:12.774 | ++ functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:38:12.777 | +++ lib/tls:source:43 : hostname -f 2022-03-09 12:38:12.780 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-03-09 12:38:12.782 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-03-09 12:38:12.784 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-03-09 12:38:12.786 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-03-09 12:38:12.787 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-03-09 12:38:12.789 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-03-09 12:38:12.791 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-03-09 12:38:12.793 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-03-09 12:38:12.795 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-03-09 12:38:12.797 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-03-09 12:38:12.801 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/infra 2022-03-09 12:38:12.813 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/libraries 2022-03-09 12:38:12.830 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/lvm 2022-03-09 12:38:12.842 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/horizon 2022-03-09 12:38:12.853 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/keystone 2022-03-09 12:38:12.889 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/glance 2022-03-09 12:38:12.947 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/nova 2022-03-09 12:38:13.035 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/placement 2022-03-09 12:38:13.056 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/cinder 2022-03-09 12:38:13.106 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/swift 2022-03-09 12:38:13.158 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/neutron 2022-03-09 12:38:13.304 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/ldap 2022-03-09 12:38:13.318 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/dstat 2022-03-09 12:38:13.330 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/tcpdump 2022-03-09 12:38:13.343 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/etcd3 2022-03-09 12:38:13.438 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/os-vif 2022-03-09 12:38:13.440 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-03-09 12:38:13.443 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-03-09 12:38:13.445 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-03-09 12:38:13.447 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-03-09 12:38:13.449 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-03-09 12:38:13.451 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-03-09 12:38:13.452 | False' 2022-03-09 12:38:13.454 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-03-09 12:38:13.469 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-03-09 12:38:13.472 | + ./stack.sh:main:624 : run_phase source 2022-03-09 12:38:13.474 | + functions-common:run_phase:1853 : local mode=source 2022-03-09 12:38:13.476 | + functions-common:run_phase:1854 : local phase= 2022-03-09 12:38:13.478 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 12:38:13.480 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 12:38:13.482 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 12:38:13.484 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 12:38:13.486 | + functions-common:run_phase:1863 : local extra 2022-03-09 12:38:13.489 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 12:38:13.492 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 12:38:13.494 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 12:38:13.497 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 12:38:13.499 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-03-09 12:38:13.501 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 12:38:13.515 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:13.517 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-03-09 12:38:13.519 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-03-09 12:38:13.558 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-03-09 12:38:13.560 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-03-09 12:38:13.562 | + functions-common:run_phase:1874 : [[ source == \s\o\u\r\c\e ]] 2022-03-09 12:38:13.565 | + functions-common:run_phase:1875 : load_plugin_settings 2022-03-09 12:38:13.567 | + functions-common:load_plugin_settings:1789 : local plugins= 2022-03-09 12:38:13.569 | + functions-common:load_plugin_settings:1790 : local plugin 2022-03-09 12:38:13.571 | + functions-common:load_plugin_settings:1793 : [[ -z '' ]] 2022-03-09 12:38:13.573 | + functions-common:load_plugin_settings:1794 : return 2022-03-09 12:38:13.575 | + functions-common:run_phase:1876 : verify_disabled_services 2022-03-09 12:38:13.577 | + functions-common:verify_disabled_services:2136 : local service 2022-03-09 12:38:13.579 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.582 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-03-09 12:38:13.584 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.587 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-03-09 12:38:13.589 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.591 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-03-09 12:38:13.593 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.596 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-03-09 12:38:13.598 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.601 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-03-09 12:38:13.603 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.605 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-03-09 12:38:13.607 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.610 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-03-09 12:38:13.612 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.614 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-03-09 12:38:13.616 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.619 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-03-09 12:38:13.621 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.623 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-03-09 12:38:13.625 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.628 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-03-09 12:38:13.630 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.632 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-03-09 12:38:13.634 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.637 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-03-09 12:38:13.639 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.641 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-03-09 12:38:13.644 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.646 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-03-09 12:38:13.648 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.651 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-03-09 12:38:13.653 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.655 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-03-09 12:38:13.657 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.660 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-03-09 12:38:13.662 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.664 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-03-09 12:38:13.667 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.669 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-03-09 12:38:13.671 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.673 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-03-09 12:38:13.675 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.678 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-03-09 12:38:13.680 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.682 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-03-09 12:38:13.684 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.686 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-03-09 12:38:13.689 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.691 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-03-09 12:38:13.693 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.696 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-03-09 12:38:13.698 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.700 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-03-09 12:38:13.702 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.705 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-03-09 12:38:13.707 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.710 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-03-09 12:38:13.712 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.714 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-03-09 12:38:13.717 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.719 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-03-09 12:38:13.721 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.723 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-03-09 12:38:13.725 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.728 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-03-09 12:38:13.730 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.732 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-03-09 12:38:13.734 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.736 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-03-09 12:38:13.739 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.741 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-03-09 12:38:13.743 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.745 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-03-09 12:38:13.748 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.750 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-03-09 12:38:13.752 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.755 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-03-09 12:38:13.757 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.759 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-03-09 12:38:13.761 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.763 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-03-09 12:38:13.766 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.768 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-03-09 12:38:13.771 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.773 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-03-09 12:38:13.775 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.777 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-03-09 12:38:13.780 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.782 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-03-09 12:38:13.784 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.786 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-03-09 12:38:13.788 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 12:38:13.791 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-03-09 12:38:13.793 | + ./stack.sh:main:695 : initialize_database_backends 2022-03-09 12:38:13.796 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-03-09 12:38:13.798 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-03-09 12:38:13.812 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:13.815 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-03-09 12:38:13.817 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-03-09 12:38:13.819 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-03-09 12:38:13.835 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:38:13.837 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-03-09 12:38:13.840 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-03-09 12:38:13.842 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-03-09 12:38:13.844 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-03-09 12:38:13.846 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-03-09 12:38:13.849 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-03-09 12:38:13.851 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-03-09 12:38:13.853 | + lib/database:initialize_database_backends:92 : return 0 2022-03-09 12:38:13.856 | + ./stack.sh:main:696 : echo 'Using mysql database backend' 2022-03-09 12:38:13.856 | Using mysql database backend 2022-03-09 12:38:13.858 | + ./stack.sh:main:699 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-03-09 12:38:13.873 | + ./stack.sh:main:701 : define_database_baseurl 2022-03-09 12:38:13.876 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-03-09 12:38:13.879 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-03-09 12:38:13.882 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-03-09 12:38:13.885 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-03-09 12:38:13.887 | + ./stack.sh:main:713 : is_service_enabled rabbit 2022-03-09 12:38:13.903 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:13.905 | + ./stack.sh:main:714 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-03-09 12:38:13.921 | + ./stack.sh:main:721 : is_service_enabled keystone 2022-03-09 12:38:13.937 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:13.939 | + ./stack.sh:main:723 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-03-09 12:38:13.956 | + ./stack.sh:main:725 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-03-09 12:38:13.972 | + ./stack.sh:main:736 : is_service_enabled ldap 2022-03-09 12:38:13.988 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:38:13.990 | + ./stack.sh:main:745 : is_service_enabled s-proxy 2022-03-09 12:38:14.007 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:14.009 | + ./stack.sh:main:749 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-03-09 12:38:14.026 | + ./stack.sh:main:751 : [[ -z '' ]] 2022-03-09 12:38:14.028 | + ./stack.sh:main:751 : [[ False == \T\r\u\e ]] 2022-03-09 12:38:14.030 | + ./stack.sh:main:757 : save_stackenv 757 2022-03-09 12:38:14.033 | + functions-common:save_stackenv:60 : local tag=757 2022-03-09 12:38:14.037 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-03-09 12:38:14.043 | + functions-common:save_stackenv:62 : time_stamp=2022-03-09-123814 2022-03-09 12:38:14.045 | + functions-common:save_stackenv:63 : echo '# 2022-03-09-123814 757' 2022-03-09 12:38:14.048 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.051 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-03-09 12:38:14.053 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.055 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-03-09 12:38:14.058 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.060 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-03-09 12:38:14.063 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.066 | + 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-03-09 12:38:14.068 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.070 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.30 2022-03-09 12:38:14.073 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.075 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.30/identity 2022-03-09 12:38:14.078 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.080 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-03-09-123812 2022-03-09 12:38:14.082 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.085 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-03-09 12:38:14.087 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.090 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.30 2022-03-09 12:38:14.092 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.094 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-03-09 12:38:14.097 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.099 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-03-09 12:38:14.102 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.104 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-03-09 12:38:14.106 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:38:14.109 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-03-09 12:38:14.111 | + ./stack.sh:main:770 : GIT_DEPTH=0 2022-03-09 12:38:14.114 | + ./stack.sh:main:770 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-03-09 12:38:14.116 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-03-09 12:38:14.119 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-03-09 12:38:14.121 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:38:14.123 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:38:14.125 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:38:14.128 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:38:14.130 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:38:14.133 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:38:14.148 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:38:14.150 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:38:14.152 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:38:14.155 | + functions-common:git_clone:629 : echo master 2022-03-09 12:38:14.155 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:38:14.160 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-03-09 12:38:14.162 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:38:14.164 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-03-09 12:38:14.167 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:38:14.167 | + functions-common:git_clone:678 : head -1 2022-03-09 12:38:14.171 | 32ae8273 Merge "update constraint for ceilometer to new release 18.0.0.0rc1" 2022-03-09 12:38:14.173 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:38:14.176 | + ./stack.sh:main:774 : echo_summary 'Installing package prerequisites' 2022-03-09 12:38:14.179 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:38:14.181 | + ./stack.sh:echo_summary:446 : echo -e Installing package prerequisites 2022-03-09 12:38:14.184 | + ./stack.sh:main:775 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-03-09 12:38:14.186 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-03-09 12:38:14.189 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-03-09 12:38:14.192 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-03-09 12:38:14.194 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-03-09 12:38:14.196 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-03-09 12:38:14.199 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-03-09 12:38:14.202 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-03-09 12:38:14.206 | ++ tools/install_prereqs.sh:source:47 : NOW=1646829494 2022-03-09 12:38:14.209 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-03-09 12:38:14.214 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1646828635 2022-03-09 12:38:14.216 | ++ tools/install_prereqs.sh:source:49 : DELTA=859 2022-03-09 12:38:14.219 | ++ tools/install_prereqs.sh:source:50 : [[ 859 -lt 7200 ]] 2022-03-09 12:38:14.221 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-03-09 12:38:14.224 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-03-09 12:38:14.226 | ++ functions-common:export_proxy_variables:2243 : isset http_proxy 2022-03-09 12:38:14.228 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-03-09 12:38:14.231 | ++ functions-common:export_proxy_variables:2246 : isset https_proxy 2022-03-09 12:38:14.233 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-03-09 12:38:14.235 | ++ functions-common:export_proxy_variables:2249 : isset no_proxy 2022-03-09 12:38:14.238 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-03-09 12:38:14.242 | +++ 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-03-09 12:38:14.288 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-03-09 12:38:14.288 | apache2-dev 2022-03-09 12:38:14.288 | bc 2022-03-09 12:38:14.288 | bsdmainutils 2022-03-09 12:38:14.288 | curl 2022-03-09 12:38:14.288 | g++ 2022-03-09 12:38:14.288 | gawk 2022-03-09 12:38:14.288 | gcc 2022-03-09 12:38:14.288 | gettext 2022-03-09 12:38:14.288 | git 2022-03-09 12:38:14.288 | graphviz 2022-03-09 12:38:14.288 | iputils-ping 2022-03-09 12:38:14.288 | libapache2-mod-proxy-uwsgi 2022-03-09 12:38:14.288 | libffi-dev 2022-03-09 12:38:14.289 | libjpeg-dev 2022-03-09 12:38:14.289 | libpcre3-dev 2022-03-09 12:38:14.289 | libpq-dev 2022-03-09 12:38:14.289 | libssl-dev 2022-03-09 12:38:14.289 | libsystemd-dev 2022-03-09 12:38:14.289 | libxml2-dev 2022-03-09 12:38:14.289 | libxslt1-dev 2022-03-09 12:38:14.289 | libyaml-dev 2022-03-09 12:38:14.289 | lsof 2022-03-09 12:38:14.289 | openssh-server 2022-03-09 12:38:14.289 | openssl 2022-03-09 12:38:14.289 | pkg-config 2022-03-09 12:38:14.289 | psmisc 2022-03-09 12:38:14.289 | python3-dev 2022-03-09 12:38:14.289 | python3-pip 2022-03-09 12:38:14.289 | python3-systemd 2022-03-09 12:38:14.289 | python3-venv 2022-03-09 12:38:14.289 | tar 2022-03-09 12:38:14.289 | tcpdump 2022-03-09 12:38:14.289 | unzip 2022-03-09 12:38:14.289 | uuid-runtime 2022-03-09 12:38:14.289 | wget 2022-03-09 12:38:14.289 | wget 2022-03-09 12:38:14.289 | zlib1g-dev 2022-03-09 12:38:14.289 | libkrb5-dev 2022-03-09 12:38:14.289 | libldap2-dev 2022-03-09 12:38:14.289 | libsasl2-dev 2022-03-09 12:38:14.289 | memcached 2022-03-09 12:38:14.289 | python3-mysqldb 2022-03-09 12:38:14.289 | sqlite3 2022-03-09 12:38:14.289 | conntrack 2022-03-09 12:38:14.289 | curl 2022-03-09 12:38:14.289 | dnsmasq-base 2022-03-09 12:38:14.289 | dnsmasq-utils 2022-03-09 12:38:14.289 | ebtables 2022-03-09 12:38:14.289 | genisoimage 2022-03-09 12:38:14.289 | iptables 2022-03-09 12:38:14.290 | iputils-arping 2022-03-09 12:38:14.290 | kpartx 2022-03-09 12:38:14.290 | libjs-jquery-tablesorter 2022-03-09 12:38:14.290 | parted 2022-03-09 12:38:14.290 | pm-utils 2022-03-09 12:38:14.290 | python3-mysqldb 2022-03-09 12:38:14.290 | socat 2022-03-09 12:38:14.290 | sqlite3 2022-03-09 12:38:14.290 | sudo 2022-03-09 12:38:14.290 | vlan 2022-03-09 12:38:14.290 | lsscsi 2022-03-09 12:38:14.290 | open-iscsi 2022-03-09 12:38:14.290 | lvm2 2022-03-09 12:38:14.290 | qemu-utils 2022-03-09 12:38:14.290 | thin-provisioning-tools 2022-03-09 12:38:14.290 | acl 2022-03-09 12:38:14.290 | dnsmasq-base 2022-03-09 12:38:14.290 | dnsmasq-utils 2022-03-09 12:38:14.290 | ebtables 2022-03-09 12:38:14.290 | haproxy 2022-03-09 12:38:14.290 | iptables 2022-03-09 12:38:14.290 | iputils-arping 2022-03-09 12:38:14.290 | iputils-ping 2022-03-09 12:38:14.290 | postgresql-server-dev-all 2022-03-09 12:38:14.290 | python3-mysqldb 2022-03-09 12:38:14.290 | sqlite3 2022-03-09 12:38:14.290 | sudo 2022-03-09 12:38:14.290 | vlan 2022-03-09 12:38:14.290 | pcp 2022-03-09 12:38:14.290 | ipset 2022-03-09 12:38:14.290 | conntrack 2022-03-09 12:38:14.290 | conntrackd 2022-03-09 12:38:14.290 | keepalived 2022-03-09 12:38:14.290 | lvm2 2022-03-09 12:38:14.290 | qemu-utils 2022-03-09 12:38:14.290 | thin-provisioning-tools 2022-03-09 12:38:14.290 | curl 2022-03-09 12:38:14.291 | liberasurecode-dev 2022-03-09 12:38:14.291 | make 2022-03-09 12:38:14.291 | memcached 2022-03-09 12:38:14.291 | rsync 2022-03-09 12:38:14.291 | sqlite3 2022-03-09 12:38:14.291 | xfsprogs' 2022-03-09 12:38:14.292 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-03-09 12:38:14.310 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-03-09 12:38:14.310 | apache2-dev 2022-03-09 12:38:14.310 | bc 2022-03-09 12:38:14.310 | bsdmainutils 2022-03-09 12:38:14.310 | curl 2022-03-09 12:38:14.310 | g++ 2022-03-09 12:38:14.310 | gawk 2022-03-09 12:38:14.310 | gcc 2022-03-09 12:38:14.310 | gettext 2022-03-09 12:38:14.310 | git 2022-03-09 12:38:14.310 | graphviz 2022-03-09 12:38:14.310 | iputils-ping 2022-03-09 12:38:14.310 | libapache2-mod-proxy-uwsgi 2022-03-09 12:38:14.310 | libffi-dev 2022-03-09 12:38:14.311 | libjpeg-dev 2022-03-09 12:38:14.311 | libpcre3-dev 2022-03-09 12:38:14.311 | libpq-dev 2022-03-09 12:38:14.311 | libssl-dev 2022-03-09 12:38:14.311 | libsystemd-dev 2022-03-09 12:38:14.311 | libxml2-dev 2022-03-09 12:38:14.311 | libxslt1-dev 2022-03-09 12:38:14.311 | libyaml-dev 2022-03-09 12:38:14.311 | lsof 2022-03-09 12:38:14.311 | openssh-server 2022-03-09 12:38:14.311 | openssl 2022-03-09 12:38:14.311 | pkg-config 2022-03-09 12:38:14.311 | psmisc 2022-03-09 12:38:14.311 | python3-dev 2022-03-09 12:38:14.311 | python3-pip 2022-03-09 12:38:14.311 | python3-systemd 2022-03-09 12:38:14.311 | python3-venv 2022-03-09 12:38:14.311 | tar 2022-03-09 12:38:14.311 | tcpdump 2022-03-09 12:38:14.311 | unzip 2022-03-09 12:38:14.311 | uuid-runtime 2022-03-09 12:38:14.311 | wget 2022-03-09 12:38:14.311 | wget 2022-03-09 12:38:14.311 | zlib1g-dev 2022-03-09 12:38:14.311 | libkrb5-dev 2022-03-09 12:38:14.311 | libldap2-dev 2022-03-09 12:38:14.311 | libsasl2-dev 2022-03-09 12:38:14.311 | memcached 2022-03-09 12:38:14.311 | python3-mysqldb 2022-03-09 12:38:14.311 | sqlite3 2022-03-09 12:38:14.311 | conntrack 2022-03-09 12:38:14.311 | curl 2022-03-09 12:38:14.311 | dnsmasq-base 2022-03-09 12:38:14.311 | dnsmasq-utils 2022-03-09 12:38:14.311 | ebtables 2022-03-09 12:38:14.311 | genisoimage 2022-03-09 12:38:14.312 | iptables 2022-03-09 12:38:14.312 | iputils-arping 2022-03-09 12:38:14.312 | kpartx 2022-03-09 12:38:14.312 | libjs-jquery-tablesorter 2022-03-09 12:38:14.312 | parted 2022-03-09 12:38:14.312 | pm-utils 2022-03-09 12:38:14.312 | python3-mysqldb 2022-03-09 12:38:14.312 | socat 2022-03-09 12:38:14.312 | sqlite3 2022-03-09 12:38:14.312 | sudo 2022-03-09 12:38:14.312 | vlan 2022-03-09 12:38:14.312 | lsscsi 2022-03-09 12:38:14.312 | open-iscsi 2022-03-09 12:38:14.312 | lvm2 2022-03-09 12:38:14.312 | qemu-utils 2022-03-09 12:38:14.312 | thin-provisioning-tools 2022-03-09 12:38:14.312 | acl 2022-03-09 12:38:14.312 | dnsmasq-base 2022-03-09 12:38:14.312 | dnsmasq-utils 2022-03-09 12:38:14.312 | ebtables 2022-03-09 12:38:14.312 | haproxy 2022-03-09 12:38:14.312 | iptables 2022-03-09 12:38:14.312 | iputils-arping 2022-03-09 12:38:14.312 | iputils-ping 2022-03-09 12:38:14.312 | postgresql-server-dev-all 2022-03-09 12:38:14.312 | python3-mysqldb 2022-03-09 12:38:14.312 | sqlite3 2022-03-09 12:38:14.312 | sudo 2022-03-09 12:38:14.312 | vlan 2022-03-09 12:38:14.312 | pcp 2022-03-09 12:38:14.312 | ipset 2022-03-09 12:38:14.312 | conntrack 2022-03-09 12:38:14.312 | conntrackd 2022-03-09 12:38:14.312 | keepalived 2022-03-09 12:38:14.312 | lvm2 2022-03-09 12:38:14.312 | qemu-utils 2022-03-09 12:38:14.313 | thin-provisioning-tools 2022-03-09 12:38:14.313 | curl 2022-03-09 12:38:14.313 | liberasurecode-dev 2022-03-09 12:38:14.313 | make 2022-03-09 12:38:14.313 | memcached 2022-03-09 12:38:14.313 | rsync 2022-03-09 12:38:14.313 | sqlite3 2022-03-09 12:38:14.313 | xfsprogs ' 2022-03-09 12:38:14.313 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-03-09 12:38:14.316 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:38:14.318 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:38:14.321 | ++ 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-03-09 12:38:14.321 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-03-09 12:38:14.326 | ++ 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-03-09 12:38:14.328 | ++ functions-common:install_package:1463 : update_package_repo 2022-03-09 12:38:14.330 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:38:14.332 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-03-09 12:38:14.334 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:38:14.336 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:38:14.339 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:38:14.341 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:38:14.343 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:38:14.345 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:38:14.347 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-03-09 12:38:14.349 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-03-09 12:38:14.351 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-03-09 12:38:14.353 | +++ functions-common:apt_get_update:1197 : id -u 2022-03-09 12:38:14.358 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-03-09 12:38:14.360 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-03-09 12:38:14.362 | ++ functions-common:time_start:2411 : local name=apt-get-update 2022-03-09 12:38:14.364 | ++ functions-common:time_start:2412 : local start_time= 2022-03-09 12:38:14.366 | ++ functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 12:38:14.369 | +++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 12:38:14.373 | ++ functions-common:time_start:2416 : _TIME_START[$name]=1646829494370 2022-03-09 12:38:14.375 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-03-09 12:38:14.377 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-03-09 12:38:14.379 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-03-09 12:38:14.603 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-09 12:38:14.714 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-03-09 12:38:14.825 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-09 12:38:14.937 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-09 12:38:16.827 | Reading package lists... 2022-03-09 12:38:16.858 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-03-09 12:38:16.860 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-03-09 12:38:16.863 | ++ functions-common:time_stop:2425 : local name 2022-03-09 12:38:16.865 | ++ functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:16.867 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:16.869 | ++ functions-common:time_stop:2428 : local total 2022-03-09 12:38:16.871 | ++ functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:16.873 | ++ functions-common:time_stop:2431 : name=apt-get-update 2022-03-09 12:38:16.876 | ++ functions-common:time_stop:2432 : start_time=1646829494370 2022-03-09 12:38:16.878 | ++ functions-common:time_stop:2434 : [[ -z 1646829494370 ]] 2022-03-09 12:38:16.880 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:16.884 | ++ functions-common:time_stop:2437 : end_time=1646829496882 2022-03-09 12:38:16.886 | ++ functions-common:time_stop:2438 : elapsed_time=2512 2022-03-09 12:38:16.888 | ++ functions-common:time_stop:2439 : total=0 2022-03-09 12:38:16.890 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:16.892 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2512 2022-03-09 12:38:16.895 | ++ functions-common:install_package:1464 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl 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-03-09 12:38:16.897 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:38:16.899 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:38:16.901 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:38:16.904 | ++ functions-common:real_install_package:1450 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl 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-03-09 12:38:16.926 | ++ functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl 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-03-09 12:38:17.035 | Reading package lists... 2022-03-09 12:38:17.268 | Building dependency tree... 2022-03-09 12:38:17.270 | Reading state information... 2022-03-09 12:38:17.303 | acl is already the newest version (2.2.53-6). 2022-03-09 12:38:17.303 | bc is already the newest version (1.07.1-2build1). 2022-03-09 12:38:17.303 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-03-09 12:38:17.303 | conntrack is already the newest version (1:1.4.5-2). 2022-03-09 12:38:17.303 | ebtables is already the newest version (2.0.11-3build1). 2022-03-09 12:38:17.303 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-03-09 12:38:17.303 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-03-09 12:38:17.303 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-03-09 12:38:17.303 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-03-09 12:38:17.303 | gettext is already the newest version (0.19.8.1-10build1). 2022-03-09 12:38:17.303 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-03-09 12:38:17.303 | iputils-arping is already the newest version (3:20190709-3). 2022-03-09 12:38:17.303 | iputils-ping is already the newest version (3:20190709-3). 2022-03-09 12:38:17.303 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-03-09 12:38:17.303 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-03-09 12:38:17.303 | libffi-dev is already the newest version (3.3-4). 2022-03-09 12:38:17.303 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-03-09 12:38:17.303 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-03-09 12:38:17.303 | libxslt1-dev is already the newest version (1.1.34-4). 2022-03-09 12:38:17.303 | libyaml-dev is already the newest version (0.2.2-1). 2022-03-09 12:38:17.303 | lsscsi is already the newest version (0.30-0.1). 2022-03-09 12:38:17.303 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-03-09 12:38:17.304 | make is already the newest version (4.2.1-1.2). 2022-03-09 12:38:17.304 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-03-09 12:38:17.304 | psmisc is already the newest version (23.3-1). 2022-03-09 12:38:17.304 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-03-09 12:38:17.304 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-03-09 12:38:17.304 | python3-systemd is already the newest version (234-3build2). 2022-03-09 12:38:17.304 | socat is already the newest version (1.7.3.3-2). 2022-03-09 12:38:17.304 | tcpdump is already the newest version (4.9.3-4). 2022-03-09 12:38:17.304 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-03-09 12:38:17.304 | unzip is already the newest version (6.0-25ubuntu1). 2022-03-09 12:38:17.304 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-03-09 12:38:17.304 | conntrackd is already the newest version (1:1.4.5-2). 2022-03-09 12:38:17.304 | graphviz is already the newest version (2.42.2-3build2). 2022-03-09 12:38:17.304 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-03-09 12:38:17.304 | pcp is already the newest version (5.0.3-1). 2022-03-09 12:38:17.304 | pm-utils is already the newest version (1.4.1-19). 2022-03-09 12:38:17.304 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-03-09 12:38:17.304 | apache2 is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 12:38:17.304 | apache2-dev is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 12:38:17.304 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-03-09 12:38:17.304 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-03-09 12:38:17.304 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-03-09 12:38:17.304 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-03-09 12:38:17.304 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-03-09 12:38:17.304 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-03-09 12:38:17.304 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-03-09 12:38:17.304 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-03-09 12:38:17.304 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-03-09 12:38:17.304 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-03-09 12:38:17.304 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-03-09 12:38:17.304 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.11). 2022-03-09 12:38:17.304 | libsystemd-dev is already the newest version (245.4-4ubuntu3.15). 2022-03-09 12:38:17.304 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2022-03-09 12:38:17.305 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-03-09 12:38:17.305 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-03-09 12:38:17.305 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-03-09 12:38:17.305 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.4). 2022-03-09 12:38:17.305 | openssl is already the newest version (1.1.1f-1ubuntu2.11). 2022-03-09 12:38:17.305 | openssl set to manually installed. 2022-03-09 12:38:17.305 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-03-09 12:38:17.305 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-03-09 12:38:17.305 | rsync is already the newest version (3.1.3-8ubuntu0.2). 2022-03-09 12:38:17.305 | rsync set to manually installed. 2022-03-09 12:38:17.305 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-03-09 12:38:17.305 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-03-09 12:38:17.305 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-03-09 12:38:17.305 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-03-09 12:38:17.305 | uuid-runtime set to manually installed. 2022-03-09 12:38:17.522 | wget is already the newest version (1.20.3-1ubuntu2). 2022-03-09 12:38:17.523 | wget set to manually installed. 2022-03-09 12:38:17.523 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-03-09 12:38:17.523 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 12:38:17.523 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-03-09 12:38:17.523 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-03-09 12:38:17.523 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-03-09 12:38:17.523 | The following packages were automatically installed and are no longer required: 2022-03-09 12:38:17.524 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:38:17.524 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:38:17.524 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:38:17.524 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:38:17.524 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:38:17.524 | python3-zope.interface 2022-03-09 12:38:17.524 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:38:17.658 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:38:17.663 | ++ functions-common:apt_get:1234 : result=0 2022-03-09 12:38:17.665 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:38:17.667 | ++ functions-common:time_stop:2425 : local name 2022-03-09 12:38:17.669 | ++ functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:17.672 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:17.674 | ++ functions-common:time_stop:2428 : local total 2022-03-09 12:38:17.676 | ++ functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:17.678 | ++ functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:38:17.680 | ++ functions-common:time_stop:2432 : start_time=1646829496922 2022-03-09 12:38:17.682 | ++ functions-common:time_stop:2434 : [[ -z 1646829496922 ]] 2022-03-09 12:38:17.685 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:17.689 | ++ functions-common:time_stop:2437 : end_time=1646829497687 2022-03-09 12:38:17.692 | ++ functions-common:time_stop:2438 : elapsed_time=765 2022-03-09 12:38:17.694 | ++ functions-common:time_stop:2439 : total=741 2022-03-09 12:38:17.696 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:17.698 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1506 2022-03-09 12:38:17.701 | ++ functions-common:apt_get:1238 : return 0 2022-03-09 12:38:17.703 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-03-09 12:38:17.707 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-03-09 12:38:17.709 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-03-09 12:38:17.714 | ++ tools/install_prereqs.sh:source:89 : date 2022-03-09 12:38:17.718 | + ./stack.sh:main:790 : [[ False != \T\r\u\e ]] 2022-03-09 12:38:17.720 | + ./stack.sh:main:791 : PYPI_ALTERNATIVE_URL= 2022-03-09 12:38:17.723 | + ./stack.sh:main:791 : /home/ubuntu/devstack/tools/install_pip.sh 2022-03-09 12:38:19.109 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-03-09 12:38:19.111 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-03-09 12:38:19.113 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-03-09 12:38:19.115 | + tools/install_pip.sh:main:43 : GetDistro 2022-03-09 12:38:19.117 | + functions-common:GetDistro:446 : GetOSVersion 2022-03-09 12:38:19.118 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-03-09 12:38:19.120 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-03-09 12:38:19.122 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-03-09 12:38:19.124 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-03-09 12:38:19.125 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-03-09 12:38:19.127 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-03-09 12:38:19.129 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-03-09 12:38:19.130 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-03-09 12:38:19.132 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-03-09 12:38:19.134 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-03-09 12:38:19.135 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-03-09 12:38:19.137 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-03-09 12:38:19.139 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-03-09 12:38:19.140 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-03-09 12:38:19.142 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-03-09 12:38:19.144 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-03-09 12:38:19.147 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-03-09 12:38:19.148 | + functions-common:_ensure_lsb_release:394 : return 2022-03-09 12:38:19.151 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-03-09 12:38:19.226 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-03-09 12:38:19.229 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-03-09 12:38:19.304 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-03-09 12:38:19.307 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-03-09 12:38:19.381 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-03-09 12:38:19.383 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-03-09 12:38:19.385 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-03-09 12:38:19.387 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-03-09 12:38:19.388 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-03-09 12:38:19.390 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-03-09 12:38:19.392 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-03-09 12:38:19.394 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-03-09 12:38:19.396 | + functions-common:GetDistro:451 : DISTRO=focal 2022-03-09 12:38:19.398 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-03-09 12:38:19.400 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-03-09 12:38:19.400 | Distro: focal 2022-03-09 12:38:19.402 | + tools/install_pip.sh:main:124 : get_versions 2022-03-09 12:38:19.404 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-03-09 12:38:19.408 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-03-09 12:38:19.409 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-03-09 12:38:19.412 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-03-09 12:38:19.412 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-03-09 12:38:20.107 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-03-09 12:38:20.109 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-03-09 12:38:20.109 | pip: 21.3.1 2022-03-09 12:38:20.110 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-03-09 12:38:20.112 | + tools/install_pip.sh:main:130 : is_fedora 2022-03-09 12:38:20.114 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:38:20.116 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:38:20.117 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:38:20.119 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:38:20.121 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:38:20.122 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:38:20.124 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:38:20.126 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:38:20.128 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:38:20.129 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:38:20.131 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:38:20.133 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-03-09 12:38:20.134 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:38:20.136 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:38:20.138 | + tools/install_pip.sh:main:142 : : 2022-03-09 12:38:20.140 | + tools/install_pip.sh:main:147 : set -x 2022-03-09 12:38:20.141 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-03-09 12:38:20.144 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-03-09 12:38:20.145 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 12:38:20.148 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-03-09 12:38:20.150 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-03-09 12:38:20.151 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 12:38:20.154 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-03-09 12:38:20.154 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 12:38:20.158 | ++ inc/python:get_from_global_requirements:227 : 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-03-09 12:38:20.160 | ++ inc/python:get_from_global_requirements:228 : [[ 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-03-09 12:38:20.162 | ++ inc/python:get_from_global_requirements:231 : 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-03-09 12:38:20.164 | + 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-03-09 12:38:20.166 | + 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-03-09 12:38:20.182 | 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-03-09 12:38:20.184 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt '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-03-09 12:38:21.066 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:38:21.066 | from cryptography.utils import int_from_bytes 2022-03-09 12:38:21.066 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:38:21.066 | from cryptography.utils import int_from_bytes 2022-03-09 12:38:22.302 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:38:23.863 | 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-03-09 12:38:23.874 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e4f/30b9f84e5ab3d/setuptools-60.9.3-py3-none-any.whl (1.1 MB) 2022-03-09 12:38:26.411 | Installing collected packages: setuptools 2022-03-09 12:38:27.312 | Successfully installed setuptools-60.9.3 2022-03-09 12:38:27.312 | 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-03-09 12:38:27.484 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:38:27.484 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:38:27.625 | + inc/python:pip_install:200 : result=0 2022-03-09 12:38:27.626 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:38:27.628 | + functions-common:time_stop:2425 : local name 2022-03-09 12:38:27.630 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:27.632 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:27.633 | + functions-common:time_stop:2428 : local total 2022-03-09 12:38:27.635 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:27.637 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:38:27.638 | + functions-common:time_stop:2432 : start_time=1646829500177 2022-03-09 12:38:27.640 | + functions-common:time_stop:2434 : [[ -z 1646829500177 ]] 2022-03-09 12:38:27.642 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:27.646 | + functions-common:time_stop:2437 : end_time=1646829507644 2022-03-09 12:38:27.647 | + functions-common:time_stop:2438 : elapsed_time=7467 2022-03-09 12:38:27.649 | + functions-common:time_stop:2439 : total=0 2022-03-09 12:38:27.651 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:27.653 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=7467 2022-03-09 12:38:27.654 | + inc/python:pip_install:203 : return 0 2022-03-09 12:38:27.656 | + tools/install_pip.sh:main:153 : get_versions 2022-03-09 12:38:27.659 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-03-09 12:38:27.663 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-03-09 12:38:27.665 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-03-09 12:38:27.667 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-03-09 12:38:27.667 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-03-09 12:38:28.359 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-03-09 12:38:28.360 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-03-09 12:38:28.361 | pip: 21.3.1 2022-03-09 12:38:28.364 | + ./stack.sh:main:795 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-03-09 12:38:28.367 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-03-09 12:38:28.370 | + ./stack.sh:main:796 : fixup_all 2022-03-09 12:38:28.372 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-03-09 12:38:28.375 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-03-09 12:38:28.377 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:38:28.380 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:38:28.382 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-03-09 12:38:28.394 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-03-09 12:38:28.405 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-03-09 12:38:28.416 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-03-09 12:38:28.418 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-03-09 12:38:28.420 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:38:28.422 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:38:28.425 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:38:28.427 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:38:28.429 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:38:28.431 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:38:28.433 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:38:28.435 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:38:28.437 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:38:28.440 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:38:28.442 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:38:28.444 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-03-09 12:38:28.446 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-03-09 12:38:28.449 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-03-09 12:38:28.451 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:38:28.453 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:38:28.455 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:38:28.457 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:38:28.459 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:38:28.462 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:38:28.464 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-03-09 12:38:28.466 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-03-09 12:38:28.468 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-03-09 12:38:28.471 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-03-09 12:38:28.473 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-03-09 12:38:28.475 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-03-09 12:38:28.477 | + ./stack.sh:main:799 : pip_install -U os-testr 2022-03-09 12:38:28.498 | Using python 3.8 to install os-testr 2022-03-09 12:38:28.500 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-03-09 12:38:29.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:38:29.366 | from cryptography.utils import int_from_bytes 2022-03-09 12:38:29.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:38:29.366 | from cryptography.utils import int_from_bytes 2022-03-09 12:38:30.488 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:38:30.514 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.1) 2022-03-09 12:38:30.589 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-03-09 12:38:30.590 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-03-09 12:38:30.591 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.8.1) 2022-03-09 12:38:30.592 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.2.1) 2022-03-09 12:38:30.605 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-03-09 12:38:30.631 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-03-09 12:38:30.632 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.10.1) 2022-03-09 12:38:30.633 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.18.2) 2022-03-09 12:38:30.634 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0) 2022-03-09 12:38:30.635 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2) 2022-03-09 12:38:30.659 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0) 2022-03-09 12:38:30.660 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.1.1) 2022-03-09 12:38:30.662 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.7) 2022-03-09 12:38:30.663 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.5.0) 2022-03-09 12:38:30.664 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.0) 2022-03-09 12:38:30.676 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-03-09 12:38:30.740 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-03-09 12:38:30.741 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.4.0) 2022-03-09 12:38:30.742 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-03-09 12:38:33.145 | 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-03-09 12:38:33.152 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:38:33.152 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:38:33.272 | + inc/python:pip_install:200 : result=0 2022-03-09 12:38:33.274 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:38:33.276 | + functions-common:time_stop:2425 : local name 2022-03-09 12:38:33.279 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:33.281 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:33.283 | + functions-common:time_stop:2428 : local total 2022-03-09 12:38:33.285 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:33.288 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:38:33.290 | + functions-common:time_stop:2432 : start_time=1646829508493 2022-03-09 12:38:33.292 | + functions-common:time_stop:2434 : [[ -z 1646829508493 ]] 2022-03-09 12:38:33.294 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:33.299 | + functions-common:time_stop:2437 : end_time=1646829513296 2022-03-09 12:38:33.301 | + functions-common:time_stop:2438 : elapsed_time=4803 2022-03-09 12:38:33.303 | + functions-common:time_stop:2439 : total=0 2022-03-09 12:38:33.305 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:33.307 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=4803 2022-03-09 12:38:33.309 | + inc/python:pip_install:203 : return 0 2022-03-09 12:38:33.312 | + ./stack.sh:main:803 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-03-09 12:38:33.363 | + ./stack.sh:main:804 : sudo systemctl restart systemd-journald 2022-03-09 12:38:33.597 | + ./stack.sh:main:810 : install_infra 2022-03-09 12:38:33.600 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-03-09 12:38:33.602 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-03-09 12:38:33.605 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-03-09 12:38:33.609 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-03-09 12:38:33.631 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-03-09 12:38:35.563 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.574 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.581 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.585 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.687 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.708 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.713 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.716 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.731 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.739 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.741 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.773 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.782 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.787 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.805 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.843 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.850 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.856 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.903 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.916 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.920 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.941 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.947 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:35.995 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.014 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.017 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.110 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.117 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.172 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.293 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.318 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.322 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.333 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.339 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.358 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.365 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.382 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.438 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.451 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.467 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.511 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.515 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:36.522 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:38:36.656 | Requirement already up-to-date: pbr===5.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (5.8.1) 2022-03-09 12:38:36.934 | + inc/python:pip_install:200 : result=0 2022-03-09 12:38:36.936 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:38:36.938 | + functions-common:time_stop:2425 : local name 2022-03-09 12:38:36.941 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:36.945 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:36.947 | + functions-common:time_stop:2428 : local total 2022-03-09 12:38:36.949 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:36.951 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:38:36.953 | + functions-common:time_stop:2432 : start_time=1646829513624 2022-03-09 12:38:36.956 | + functions-common:time_stop:2434 : [[ -z 1646829513624 ]] 2022-03-09 12:38:36.958 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:36.963 | + functions-common:time_stop:2437 : end_time=1646829516960 2022-03-09 12:38:36.965 | + functions-common:time_stop:2438 : elapsed_time=3336 2022-03-09 12:38:36.967 | + functions-common:time_stop:2439 : total=4803 2022-03-09 12:38:36.969 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:36.971 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=8139 2022-03-09 12:38:36.973 | + inc/python:pip_install:203 : return 0 2022-03-09 12:38:36.976 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-03-09 12:38:36.978 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-03-09 12:38:37.000 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-03-09 12:38:38.820 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.830 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.837 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.841 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.943 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.963 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.967 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.970 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.985 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.993 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:38.995 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.027 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.036 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.041 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.059 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.097 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.104 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.110 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.158 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.171 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.176 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.195 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.201 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.250 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.268 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.271 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.363 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.370 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.425 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.546 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.570 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.575 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.586 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.591 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.611 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.618 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.635 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.697 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.710 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.731 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.777 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.781 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-03-09 12:38:39.788 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:38:39.790 | Processing /opt/stack/requirements 2022-03-09 12:38:41.527 | 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 26)) (6.0) 2022-03-09 12:38:41.530 | 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 184)) (3.0.0) 2022-03-09 12:38:41.541 | 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 353)) (21.3) 2022-03-09 12:38:41.546 | Requirement already satisfied: pbr===5.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) (5.8.1) 2022-03-09 12:38:41.549 | Requirement already satisfied: pyparsing===3.0.7 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 395)) (3.0.7) 2022-03-09 12:38:41.554 | 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 481)) (2.27.1) 2022-03-09 12:38:41.582 | 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 523)) (1.16.0) 2022-03-09 12:38:41.603 | 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 579)) (2.5.0) 2022-03-09 12:38:41.613 | Requirement already satisfied: urllib3===1.26.8 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 610)) (1.26.8) 2022-03-09 12:38:41.633 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5330) (1.3) 2022-03-09 12:38:41.635 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5330) (0.3.0) 2022-03-09 12:38:41.651 | 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 123)) (2.0.12) 2022-03-09 12:38:41.656 | 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 218)) (3.3) 2022-03-09 12:38:41.659 | 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 481)) (2021.10.8) 2022-03-09 12:38:41.662 | 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 179)) (1.0.0) 2022-03-09 12:38:41.664 | 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 125)) (3.10.1) 2022-03-09 12:38:41.676 | 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 100)) (0.5.0) 2022-03-09 12:38:41.679 | 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 559)) (3.5.0) 2022-03-09 12:38:41.685 | Requirement already satisfied: cmd2===2.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (2.4.0) 2022-03-09 12:38:41.734 | Requirement already satisfied: prettytable===3.1.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) (3.1.1) 2022-03-09 12:38:41.745 | 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 620)) (0.2.5) 2022-03-09 12:38:41.750 | 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 96)) (21.4.0) 2022-03-09 12:38:41.810 | 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 396)) (1.8.2) 2022-03-09 12:38:41.812 | Building wheels for collected packages: openstack-requirements 2022-03-09 12:38:41.813 | Building wheel for openstack-requirements (setup.py): started 2022-03-09 12:38:42.642 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-03-09 12:38:42.642 | ERROR: Command errored out with exit status 1: 2022-03-09 12:38:42.642 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-7akccvrl/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-7akccvrl/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-xnr94xgu 2022-03-09 12:38:42.642 | cwd: /tmp/pip-req-build-7akccvrl/ 2022-03-09 12:38:42.642 | Complete output (6 lines): 2022-03-09 12:38:42.642 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-03-09 12:38:42.643 | or: setup.py --help [cmd1 cmd2 ...] 2022-03-09 12:38:42.643 | or: setup.py --help-commands 2022-03-09 12:38:42.643 | or: setup.py cmd --help 2022-03-09 12:38:42.643 | 2022-03-09 12:38:42.643 | error: invalid command 'bdist_wheel' 2022-03-09 12:38:42.643 | ---------------------------------------- 2022-03-09 12:38:42.643 | ERROR: Failed building wheel for openstack-requirements 2022-03-09 12:38:42.643 | Running setup.py clean for openstack-requirements 2022-03-09 12:38:43.464 | Failed to build openstack-requirements 2022-03-09 12:38:43.480 | Installing collected packages: openstack-requirements 2022-03-09 12:38:43.480 | Attempting uninstall: openstack-requirements 2022-03-09 12:38:43.481 | Found existing installation: openstack-requirements 1.2.1.dev5330 2022-03-09 12:38:43.516 | Uninstalling openstack-requirements-1.2.1.dev5330: 2022-03-09 12:38:43.535 | Successfully uninstalled openstack-requirements-1.2.1.dev5330 2022-03-09 12:38:43.538 | Running setup.py install for openstack-requirements: started 2022-03-09 12:38:45.873 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-03-09 12:38:45.896 | Successfully installed openstack-requirements-1.2.1.dev5330 2022-03-09 12:38:46.021 | + inc/python:pip_install:200 : result=0 2022-03-09 12:38:46.023 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:38:46.025 | + functions-common:time_stop:2425 : local name 2022-03-09 12:38:46.027 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:46.029 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:46.031 | + functions-common:time_stop:2428 : local total 2022-03-09 12:38:46.034 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:46.036 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:38:46.038 | + functions-common:time_stop:2432 : start_time=1646829516993 2022-03-09 12:38:46.040 | + functions-common:time_stop:2434 : [[ -z 1646829516993 ]] 2022-03-09 12:38:46.043 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:46.046 | + functions-common:time_stop:2437 : end_time=1646829526044 2022-03-09 12:38:46.048 | + functions-common:time_stop:2438 : elapsed_time=9051 2022-03-09 12:38:46.051 | + functions-common:time_stop:2439 : total=8139 2022-03-09 12:38:46.053 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:46.055 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=17190 2022-03-09 12:38:46.057 | + inc/python:pip_install:203 : return 0 2022-03-09 12:38:46.060 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-03-09 12:38:46.062 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-03-09 12:38:46.065 | + inc/python:use_library_from_git:250 : local name=pbr 2022-03-09 12:38:46.067 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:38:46.069 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:38:46.072 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-03-09 12:38:46.074 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:38:46.076 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-03-09 12:38:46.097 | Using python 3.8 to install pbr 2022-03-09 12:38:46.099 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-03-09 12:38:46.993 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:38:46.993 | from cryptography.utils import int_from_bytes 2022-03-09 12:38:46.993 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:38:46.993 | from cryptography.utils import int_from_bytes 2022-03-09 12:38:48.129 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:38:48.156 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.8.1) 2022-03-09 12:38:50.787 | 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-03-09 12:38:50.794 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:38:50.794 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:38:50.917 | + inc/python:pip_install:200 : result=0 2022-03-09 12:38:50.920 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:38:50.922 | + functions-common:time_stop:2425 : local name 2022-03-09 12:38:50.925 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:50.929 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:50.932 | + functions-common:time_stop:2428 : local total 2022-03-09 12:38:50.934 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:50.937 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:38:50.939 | + functions-common:time_stop:2432 : start_time=1646829526091 2022-03-09 12:38:50.941 | + functions-common:time_stop:2434 : [[ -z 1646829526091 ]] 2022-03-09 12:38:50.943 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:50.947 | + functions-common:time_stop:2437 : end_time=1646829530945 2022-03-09 12:38:50.949 | + functions-common:time_stop:2438 : elapsed_time=4854 2022-03-09 12:38:50.952 | + functions-common:time_stop:2439 : total=17190 2022-03-09 12:38:50.954 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:50.956 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=22044 2022-03-09 12:38:50.958 | + inc/python:pip_install:203 : return 0 2022-03-09 12:38:50.961 | + ./stack.sh:main:813 : python3 -m venv /opt/stack/bindep-venv 2022-03-09 12:38:53.299 | + ./stack.sh:main:815 : /opt/stack/bindep-venv/bin/pip install bindep 2022-03-09 12:38:55.241 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:38:55.242 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.10.2) 2022-03-09 12:38:55.257 | Requirement already satisfied: distro in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-03-09 12:38:55.259 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-03-09 12:38:55.262 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-03-09 12:38:55.267 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.8.1) 2022-03-09 12:38:55.270 | 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.7) 2022-03-09 12:38:55.342 | + ./stack.sh:main:816 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-03-09 12:38:55.344 | + ./stack.sh:main:816 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-03-09 12:38:55.347 | ++ ./stack.sh:main:819 : _get_plugin_bindep_packages 2022-03-09 12:38:55.364 | + ./stack.sh:main:819 : pkgs= 2022-03-09 12:38:55.367 | + ./stack.sh:main:820 : [[ -n '' ]] 2022-03-09 12:38:55.369 | + ./stack.sh:main:827 : run_phase stack pre-install 2022-03-09 12:38:55.371 | + functions-common:run_phase:1853 : local mode=stack 2022-03-09 12:38:55.374 | + functions-common:run_phase:1854 : local phase=pre-install 2022-03-09 12:38:55.376 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 12:38:55.379 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 12:38:55.381 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 12:38:55.383 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 12:38:55.385 | + functions-common:run_phase:1863 : local extra 2022-03-09 12:38:55.388 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 12:38:55.392 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 12:38:55.394 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 12:38:55.397 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 12:38:55.399 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-03-09 12:38:55.401 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 12:38:55.415 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:55.417 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 12:38:55.420 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-03-09 12:38:55.422 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-03-09 12:38:55.424 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-03-09 12:38:55.426 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-03-09 12:38:55.428 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-03-09 12:38:55.431 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-03-09 12:38:55.433 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-03-09 12:38:55.435 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-03-09 12:38:55.437 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-03-09 12:38:55.440 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-03-09 12:38:55.442 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-03-09 12:38:55.444 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-03-09 12:38:55.446 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 12:38:55.448 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-03-09 12:38:55.450 | + functions-common:run_phase:1880 : run_plugins stack pre-install 2022-03-09 12:38:55.452 | + functions-common:run_plugins:1839 : local mode=stack 2022-03-09 12:38:55.455 | + functions-common:run_plugins:1840 : local phase=pre-install 2022-03-09 12:38:55.457 | + functions-common:run_plugins:1842 : local plugins= 2022-03-09 12:38:55.459 | + functions-common:run_plugins:1843 : local plugin 2022-03-09 12:38:55.462 | + ./stack.sh:main:830 : set_systemd_override DefaultLimitNOFILE 2048 2022-03-09 12:38:55.464 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-03-09 12:38:55.466 | + functions:set_systemd_override:821 : local value=2048 2022-03-09 12:38:55.469 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-03-09 12:38:55.471 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-03-09 12:38:55.522 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-03-09 12:38:55.522 | Set systemd system override for DefaultLimitNOFILE=2048 2022-03-09 12:38:55.524 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-03-09 12:38:55.910 | + ./stack.sh:main:832 : install_rpc_backend 2022-03-09 12:38:55.912 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-03-09 12:38:55.928 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:55.930 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-03-09 12:38:55.932 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:38:55.935 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:38:55.937 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:38:55.940 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:38:55.942 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:38:55.944 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:38:55.946 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:38:55.949 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:38:55.951 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:38:55.953 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:38:55.956 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:38:55.958 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:38:55.961 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-03-09 12:38:55.963 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:38:55.965 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:38:55.967 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:38:55.970 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-03-09 12:38:55.991 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-03-09 12:38:56.099 | Reading package lists... 2022-03-09 12:38:56.338 | Building dependency tree... 2022-03-09 12:38:56.340 | Reading state information... 2022-03-09 12:38:56.590 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-03-09 12:38:56.590 | The following packages were automatically installed and are no longer required: 2022-03-09 12:38:56.591 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:38:56.591 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:38:56.591 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:38:56.591 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:38:56.591 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:38:56.591 | python3-zope.interface 2022-03-09 12:38:56.591 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:38:56.705 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:38:56.709 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:38:56.712 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:38:56.714 | + functions-common:time_stop:2425 : local name 2022-03-09 12:38:56.716 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:38:56.719 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:38:56.721 | + functions-common:time_stop:2428 : local total 2022-03-09 12:38:56.723 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:38:56.726 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:38:56.728 | + functions-common:time_stop:2432 : start_time=1646829535988 2022-03-09 12:38:56.730 | + functions-common:time_stop:2434 : [[ -z 1646829535988 ]] 2022-03-09 12:38:56.733 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:38:56.737 | + functions-common:time_stop:2437 : end_time=1646829536734 2022-03-09 12:38:56.740 | + functions-common:time_stop:2438 : elapsed_time=746 2022-03-09 12:38:56.742 | + functions-common:time_stop:2439 : total=1506 2022-03-09 12:38:56.744 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:38:56.746 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2252 2022-03-09 12:38:56.749 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:38:56.751 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-03-09 12:38:56.753 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:38:56.756 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:38:56.758 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:38:56.760 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:38:56.763 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:38:56.765 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:38:56.768 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-03-09 12:38:56.770 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:38:56.772 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:38:56.774 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:38:56.777 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:38:56.779 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:38:56.781 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:38:56.784 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:38:56.786 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:38:56.789 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:38:56.791 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:38:56.793 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:38:56.796 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-03-09 12:38:56.798 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:38:56.800 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:38:56.802 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:38:56.805 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:38:56.807 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:38:56.809 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:38:56.812 | + ./stack.sh:main:833 : restart_rpc_backend 2022-03-09 12:38:56.814 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-03-09 12:38:56.830 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:38:56.832 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-03-09 12:38:56.835 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:38:56.837 | + ./stack.sh:echo_summary:446 : echo -e Starting RabbitMQ 2022-03-09 12:38:56.839 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-03-09 12:38:56.842 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-03-09 12:38:56.847 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-03-09 12:38:56.849 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-03-09 12:38:56.851 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-03-09 12:38:56.853 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-03-09 12:38:56.856 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-03-09 12:38:56.858 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-03-09 12:38:56.861 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-03-09 12:38:57.589 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-03-09 12:38:57.589 | user tags 2022-03-09 12:38:57.590 | stackrabbit []' 2022-03-09 12:38:57.593 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-03-09 12:38:57.593 | user tags 2022-03-09 12:38:57.593 | stackrabbit []' 2022-03-09 12:38:57.593 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-03-09 12:38:57.599 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-03-09 12:38:57.601 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-03-09 12:38:57.604 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-03-09 12:38:58.293 | Changing password for user "stackrabbit" ... 2022-03-09 12:38:58.363 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-03-09 12:38:59.049 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-03-09 12:38:59.122 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-03-09 12:38:59.124 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-03-09 12:38:59.771 | Changing password for user "stackrabbit" ... 2022-03-09 12:38:59.830 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-03-09 12:38:59.832 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-03-09 12:38:59.835 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-03-09 12:39:00.489 | Deleting user "guest" ... 2022-03-09 12:39:00.504 | Error: 2022-03-09 12:39:00.504 | {:no_such_user, "guest"} 2022-03-09 12:39:00.516 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-03-09 12:39:00.519 | + ./stack.sh:main:835 : is_service_enabled mysql postgresql 2022-03-09 12:39:00.535 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:00.537 | + ./stack.sh:main:836 : install_database 2022-03-09 12:39:00.540 | + lib/database:install_database:118 : install_database_mysql 2022-03-09 12:39:00.542 | + lib/databases/mysql:install_database_mysql:153 : is_ubuntu 2022-03-09 12:39:00.544 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:00.547 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:00.550 | + lib/databases/mysql:install_database_mysql:156 : sudo debconf-set-selections 2022-03-09 12:39:00.920 | + lib/databases/mysql:install_database_mysql:166 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-03-09 12:39:00.924 | + lib/databases/mysql:install_database_mysql:179 : [[ True == \T\r\u\e ]] 2022-03-09 12:39:00.926 | + lib/databases/mysql:install_database_mysql:180 : is_oraclelinux 2022-03-09 12:39:00.928 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-03-09 12:39:00.931 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:39:00.933 | + lib/databases/mysql:install_database_mysql:182 : is_fedora 2022-03-09 12:39:00.935 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:39:00.938 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:39:00.940 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:39:00.942 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:39:00.944 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:39:00.947 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:39:00.949 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:39:00.951 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:39:00.954 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:39:00.956 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:39:00.958 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:39:00.961 | + lib/databases/mysql:install_database_mysql:185 : is_suse 2022-03-09 12:39:00.963 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:39:00.966 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:39:00.968 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:39:00.971 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:39:00.973 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:39:00.975 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:39:00.978 | + lib/databases/mysql:install_database_mysql:188 : is_ubuntu 2022-03-09 12:39:00.980 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:00.982 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:00.984 | + lib/databases/mysql:install_database_mysql:189 : install_package mysql-server 2022-03-09 12:39:00.987 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:39:00.990 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:39:00.992 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:39:00.994 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:39:00.996 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:00.999 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:39:01.001 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:01.003 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:01.005 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:39:01.008 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:39:01.010 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:39:01.012 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:39:01.014 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-03-09 12:39:01.017 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:39:01.019 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:01.021 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:01.024 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-03-09 12:39:01.045 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-03-09 12:39:01.155 | Reading package lists... 2022-03-09 12:39:01.392 | Building dependency tree... 2022-03-09 12:39:01.393 | Reading state information... 2022-03-09 12:39:01.641 | mysql-server is already the newest version (8.0.28-0ubuntu0.20.04.3). 2022-03-09 12:39:01.641 | The following packages were automatically installed and are no longer required: 2022-03-09 12:39:01.643 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:39:01.643 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:39:01.643 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:39:01.643 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:39:01.643 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:39:01.643 | python3-zope.interface 2022-03-09 12:39:01.643 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:39:01.755 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:39:01.760 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:39:01.762 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:39:01.764 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:01.766 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:01.769 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:01.771 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:01.773 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:01.775 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:39:01.777 | + functions-common:time_stop:2432 : start_time=1646829541043 2022-03-09 12:39:01.779 | + functions-common:time_stop:2434 : [[ -z 1646829541043 ]] 2022-03-09 12:39:01.782 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:01.786 | + functions-common:time_stop:2437 : end_time=1646829541784 2022-03-09 12:39:01.788 | + functions-common:time_stop:2438 : elapsed_time=741 2022-03-09 12:39:01.790 | + functions-common:time_stop:2439 : total=2252 2022-03-09 12:39:01.792 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:01.795 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2993 2022-03-09 12:39:01.797 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:39:01.799 | + ./stack.sh:main:838 : '[' -n mysql ']' 2022-03-09 12:39:01.801 | + ./stack.sh:main:839 : install_database_python 2022-03-09 12:39:01.804 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-03-09 12:39:01.806 | + lib/databases/mysql:install_database_python_mysql:198 : pip_install_gr PyMySQL 2022-03-09 12:39:01.808 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-03-09 12:39:01.810 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 12:39:01.813 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-03-09 12:39:01.816 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-03-09 12:39:01.818 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 12:39:01.822 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-03-09 12:39:01.822 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 12:39:01.827 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-03-09 12:39:01.830 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-03-09 12:39:01.832 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-03-09 12:39:01.835 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-03-09 12:39:01.838 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-03-09 12:39:01.859 | Using python 3.8 to install PyMySQL 2022-03-09 12:39:01.861 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-03-09 12:39:02.742 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:02.742 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:02.742 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:02.742 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:03.874 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:39:03.901 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-03-09 12:39:06.413 | 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-03-09 12:39:06.420 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:39:06.420 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:39:06.539 | + inc/python:pip_install:200 : result=0 2022-03-09 12:39:06.542 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:39:06.544 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:06.546 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:06.549 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:06.551 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:06.553 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:06.555 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:39:06.558 | + functions-common:time_stop:2432 : start_time=1646829541853 2022-03-09 12:39:06.560 | + functions-common:time_stop:2434 : [[ -z 1646829541853 ]] 2022-03-09 12:39:06.563 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:06.567 | + functions-common:time_stop:2437 : end_time=1646829546565 2022-03-09 12:39:06.570 | + functions-common:time_stop:2438 : elapsed_time=4712 2022-03-09 12:39:06.572 | + functions-common:time_stop:2439 : total=22044 2022-03-09 12:39:06.574 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:06.576 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=26756 2022-03-09 12:39:06.579 | + inc/python:pip_install:203 : return 0 2022-03-09 12:39:06.582 | + lib/databases/mysql:install_database_python_mysql:199 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-03-09 12:39:06.584 | + lib/databases/mysql:install_database_python_mysql:201 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-03-09 12:39:06.586 | + lib/databases/mysql:install_database_python_mysql:202 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-03-09 12:39:06.589 | + ./stack.sh:main:842 : is_service_enabled neutron 2022-03-09 12:39:06.605 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:06.608 | + ./stack.sh:main:843 : install_neutron_agent_packages 2022-03-09 12:39:06.610 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-03-09 12:39:06.613 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:39:06.614 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 12:39:06.619 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:39:06.621 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 12:39:06.624 | + 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-03-09 12:39:06.626 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 12:39:06.628 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-03-09 12:39:06.631 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-03-09 12:39:06.646 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:06.649 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-03-09 12:39:06.651 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:39:06.653 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:39:06.656 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:39:06.659 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:39:06.661 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:06.663 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:39:06.666 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:06.668 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:06.670 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:39:06.672 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:39:06.675 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:39:06.677 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:39:06.679 | + functions-common:install_package:1464 : real_install_package radvd 2022-03-09 12:39:06.682 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:39:06.684 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:06.686 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:06.689 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-03-09 12:39:06.709 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-03-09 12:39:06.818 | Reading package lists... 2022-03-09 12:39:07.054 | Building dependency tree... 2022-03-09 12:39:07.055 | Reading state information... 2022-03-09 12:39:07.306 | radvd is already the newest version (1:2.17-2). 2022-03-09 12:39:07.306 | The following packages were automatically installed and are no longer required: 2022-03-09 12:39:07.307 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:39:07.307 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:39:07.307 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:39:07.307 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:39:07.307 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:39:07.307 | python3-zope.interface 2022-03-09 12:39:07.307 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:39:07.419 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:39:07.424 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:39:07.426 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:39:07.428 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:07.430 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:07.433 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:07.435 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:07.437 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:07.439 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:39:07.442 | + functions-common:time_stop:2432 : start_time=1646829546706 2022-03-09 12:39:07.444 | + functions-common:time_stop:2434 : [[ -z 1646829546706 ]] 2022-03-09 12:39:07.446 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:07.450 | + functions-common:time_stop:2437 : end_time=1646829547448 2022-03-09 12:39:07.453 | + functions-common:time_stop:2438 : elapsed_time=742 2022-03-09 12:39:07.455 | + functions-common:time_stop:2439 : total=2993 2022-03-09 12:39:07.457 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:07.460 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=3735 2022-03-09 12:39:07.462 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:39:07.464 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-03-09 12:39:07.480 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:07.482 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-03-09 12:39:07.485 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-03-09 12:39:07.487 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-03-09 12:39:07.490 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-03-09 12:39:07.510 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-03-09 12:39:07.512 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:39:07.514 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:39:07.516 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:39:07.519 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:39:07.521 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:07.523 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:39:07.525 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:07.527 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:07.530 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:39:07.532 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:39:07.540 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:39:07.542 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:39:07.544 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-03-09 12:39:07.546 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:39:07.549 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:07.551 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:07.553 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-03-09 12:39:07.574 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-03-09 12:39:07.682 | Reading package lists... 2022-03-09 12:39:07.932 | Building dependency tree... 2022-03-09 12:39:07.934 | Reading state information... 2022-03-09 12:39:08.182 | fakeroot is already the newest version (1.24-1). 2022-03-09 12:39:08.182 | make is already the newest version (4.2.1-1.2). 2022-03-09 12:39:08.182 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-03-09 12:39:08.182 | The following packages were automatically installed and are no longer required: 2022-03-09 12:39:08.183 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:39:08.183 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:39:08.184 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:39:08.184 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:39:08.184 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:39:08.184 | python3-zope.interface 2022-03-09 12:39:08.184 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:39:08.304 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:39:08.308 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:39:08.310 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:39:08.314 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:08.316 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:08.318 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:08.320 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:08.322 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:08.324 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:39:08.326 | + functions-common:time_stop:2432 : start_time=1646829547571 2022-03-09 12:39:08.328 | + functions-common:time_stop:2434 : [[ -z 1646829547571 ]] 2022-03-09 12:39:08.332 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:08.336 | + functions-common:time_stop:2437 : end_time=1646829548333 2022-03-09 12:39:08.338 | + functions-common:time_stop:2438 : elapsed_time=762 2022-03-09 12:39:08.340 | + functions-common:time_stop:2439 : total=3735 2022-03-09 12:39:08.342 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:08.344 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=4497 2022-03-09 12:39:08.347 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:39:08.350 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-03-09 12:39:08.352 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:08.354 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:08.356 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-03-09 12:39:08.359 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-03-09 12:39:08.361 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-03-09 12:39:08.365 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-03-09 12:39:08.368 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-03-09 12:39:08.371 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-03-09 12:39:08.371 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-03-09 12:39:08.376 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-03-09 12:39:08.378 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-03-09 12:39:08.381 | + functions:vercmp:628 : local v1=5.4 2022-03-09 12:39:08.383 | + functions:vercmp:629 : local 'op=<' 2022-03-09 12:39:08.385 | + functions:vercmp:630 : local v2=3.13 2022-03-09 12:39:08.387 | + functions:vercmp:631 : local result 2022-03-09 12:39:08.390 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-03-09 12:39:08.391 | ++ functions:vercmp:635 : sort -V 2022-03-09 12:39:08.391 | ++ functions:vercmp:635 : head -1 2022-03-09 12:39:08.396 | + functions:vercmp:635 : result=3.13 2022-03-09 12:39:08.399 | + functions:vercmp:637 : case $op in 2022-03-09 12:39:08.401 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-03-09 12:39:08.403 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-03-09 12:39:08.405 | + functions:vercmp:648 : return 2022-03-09 12:39:08.407 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-03-09 12:39:08.410 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:39:08.412 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart openvswitch-switch 2022-03-09 12:39:08.882 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-03-09 12:39:08.888 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-03-09 12:39:08.888 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:08.891 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:08.893 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-03-09 12:39:08.896 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:08.898 | + ./stack.sh:main:846 : is_service_enabled etcd3 2022-03-09 12:39:08.916 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:08.918 | + ./stack.sh:main:847 : install_etcd3 2022-03-09 12:39:08.925 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-03-09 12:39:08.925 | Installing etcd 2022-03-09 12:39:08.928 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-03-09 12:39:08.946 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-03-09 12:39:08.957 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-03-09 12:39:08.960 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-03-09 12:39:08.977 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-03-09 12:39:08.980 | ++ 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-03-09 12:39:08.982 | ++ 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-03-09 12:39:08.986 | +++ 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-03-09 12:39:08.990 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-03-09 12:39:08.992 | ++ 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-03-09 12:39:08.995 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-03-09 12:39:08.997 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-03-09 12:39:08.999 | ++ functions:get_extra_file:74 : return 2022-03-09 12:39:09.003 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-03-09 12:39:09.005 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-03-09 12:39:09.007 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-03-09 12:39:09.010 | + ./stack.sh:main:856 : is_service_enabled tls-proxy 2022-03-09 12:39:09.026 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:39:09.028 | + ./stack.sh:main:866 : install_dstat 2022-03-09 12:39:09.030 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-03-09 12:39:09.046 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:39:09.049 | + ./stack.sh:main:872 : echo_summary 'Installing OpenStack project source' 2022-03-09 12:39:09.051 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:39:09.054 | + ./stack.sh:echo_summary:446 : echo -e Installing OpenStack project source 2022-03-09 12:39:09.056 | + ./stack.sh:main:875 : install_libs 2022-03-09 12:39:09.058 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-03-09 12:39:09.061 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-03-09 12:39:09.063 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-03-09 12:39:09.066 | + inc/python:use_library_from_git:250 : local name=automaton 2022-03-09 12:39:09.068 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.070 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.072 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-03-09 12:39:09.075 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.077 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-03-09 12:39:09.079 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-03-09 12:39:09.081 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-03-09 12:39:09.084 | + inc/python:use_library_from_git:250 : local name=castellan 2022-03-09 12:39:09.086 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.088 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.090 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-03-09 12:39:09.093 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.095 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-03-09 12:39:09.097 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-03-09 12:39:09.099 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-03-09 12:39:09.102 | + inc/python:use_library_from_git:250 : local name=cliff 2022-03-09 12:39:09.104 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.106 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.108 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-03-09 12:39:09.111 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.113 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-03-09 12:39:09.116 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-03-09 12:39:09.118 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-03-09 12:39:09.120 | + inc/python:use_library_from_git:250 : local name=cursive 2022-03-09 12:39:09.122 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.124 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.127 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-03-09 12:39:09.129 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.132 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-03-09 12:39:09.134 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-03-09 12:39:09.136 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-03-09 12:39:09.139 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-03-09 12:39:09.141 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.143 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.145 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-03-09 12:39:09.148 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.150 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-03-09 12:39:09.152 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-03-09 12:39:09.154 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-03-09 12:39:09.157 | + inc/python:use_library_from_git:250 : local name=futurist 2022-03-09 12:39:09.160 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.162 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.164 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-03-09 12:39:09.166 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.169 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-03-09 12:39:09.171 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-03-09 12:39:09.174 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-03-09 12:39:09.176 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-03-09 12:39:09.178 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.181 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.183 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-03-09 12:39:09.185 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.188 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-03-09 12:39:09.190 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-03-09 12:39:09.192 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-03-09 12:39:09.194 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-03-09 12:39:09.197 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.199 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.201 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-03-09 12:39:09.203 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.211 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-03-09 12:39:09.214 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-03-09 12:39:09.217 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-03-09 12:39:09.219 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-03-09 12:39:09.222 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.224 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.227 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-03-09 12:39:09.229 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.235 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-03-09 12:39:09.238 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-03-09 12:39:09.240 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-03-09 12:39:09.243 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-03-09 12:39:09.246 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.248 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.251 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-03-09 12:39:09.253 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.255 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-03-09 12:39:09.258 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-03-09 12:39:09.260 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-03-09 12:39:09.262 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-03-09 12:39:09.264 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.267 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.269 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-03-09 12:39:09.272 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.274 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-03-09 12:39:09.276 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-03-09 12:39:09.278 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-03-09 12:39:09.281 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-03-09 12:39:09.284 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.286 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.288 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-03-09 12:39:09.291 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.293 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-03-09 12:39:09.295 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-03-09 12:39:09.298 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-03-09 12:39:09.301 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-03-09 12:39:09.303 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.305 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.307 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-03-09 12:39:09.310 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.312 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-03-09 12:39:09.315 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-03-09 12:39:09.317 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-03-09 12:39:09.320 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-03-09 12:39:09.322 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.324 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.327 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-03-09 12:39:09.329 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.331 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-03-09 12:39:09.334 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-03-09 12:39:09.336 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-03-09 12:39:09.338 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-03-09 12:39:09.341 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.343 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.346 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-03-09 12:39:09.348 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.351 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-03-09 12:39:09.353 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-03-09 12:39:09.355 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-03-09 12:39:09.358 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-03-09 12:39:09.360 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.363 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.365 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-03-09 12:39:09.367 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.370 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-03-09 12:39:09.372 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-03-09 12:39:09.375 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-03-09 12:39:09.377 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-03-09 12:39:09.379 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.381 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.384 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-03-09 12:39:09.386 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.388 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-03-09 12:39:09.391 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-03-09 12:39:09.393 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-03-09 12:39:09.396 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-03-09 12:39:09.398 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.400 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.402 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-03-09 12:39:09.405 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.408 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-03-09 12:39:09.410 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-03-09 12:39:09.412 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-03-09 12:39:09.415 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-03-09 12:39:09.417 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.419 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.422 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-03-09 12:39:09.425 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.427 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-03-09 12:39:09.429 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-03-09 12:39:09.432 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-03-09 12:39:09.434 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-03-09 12:39:09.437 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.439 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.441 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-03-09 12:39:09.444 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.446 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-03-09 12:39:09.448 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-03-09 12:39:09.451 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-03-09 12:39:09.453 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-03-09 12:39:09.455 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.458 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.460 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-03-09 12:39:09.463 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.465 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-03-09 12:39:09.467 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-03-09 12:39:09.470 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-03-09 12:39:09.473 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-03-09 12:39:09.475 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.477 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.479 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-03-09 12:39:09.482 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.484 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-03-09 12:39:09.487 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-03-09 12:39:09.489 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-03-09 12:39:09.492 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-03-09 12:39:09.494 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.496 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.498 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-03-09 12:39:09.501 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.503 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-03-09 12:39:09.505 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-03-09 12:39:09.508 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-03-09 12:39:09.510 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-03-09 12:39:09.512 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.515 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.517 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-03-09 12:39:09.520 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.522 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-03-09 12:39:09.524 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-03-09 12:39:09.527 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-03-09 12:39:09.529 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-03-09 12:39:09.531 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.534 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.537 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-03-09 12:39:09.539 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.541 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-03-09 12:39:09.543 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-03-09 12:39:09.546 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-03-09 12:39:09.548 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-03-09 12:39:09.550 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.553 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.555 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-03-09 12:39:09.557 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.559 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-03-09 12:39:09.562 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-03-09 12:39:09.564 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-03-09 12:39:09.566 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-03-09 12:39:09.569 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.571 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.573 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-03-09 12:39:09.576 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.578 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-03-09 12:39:09.581 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-03-09 12:39:09.583 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-03-09 12:39:09.586 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-03-09 12:39:09.588 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.590 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.593 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-03-09 12:39:09.595 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.598 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-03-09 12:39:09.600 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-03-09 12:39:09.602 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-03-09 12:39:09.605 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-03-09 12:39:09.607 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.609 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.612 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-03-09 12:39:09.614 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.616 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-03-09 12:39:09.618 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-03-09 12:39:09.621 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-03-09 12:39:09.623 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-03-09 12:39:09.625 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.628 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.630 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-03-09 12:39:09.632 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.635 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-03-09 12:39:09.637 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-03-09 12:39:09.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-03-09 12:39:09.642 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-03-09 12:39:09.644 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.647 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.649 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-03-09 12:39:09.651 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.654 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-03-09 12:39:09.656 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-03-09 12:39:09.659 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-03-09 12:39:09.661 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-03-09 12:39:09.664 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.666 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.668 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-03-09 12:39:09.671 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.673 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-03-09 12:39:09.675 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-03-09 12:39:09.677 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-03-09 12:39:09.680 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-03-09 12:39:09.682 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.684 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.687 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-03-09 12:39:09.689 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.691 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-03-09 12:39:09.694 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-03-09 12:39:09.696 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-03-09 12:39:09.698 | + inc/python:use_library_from_git:250 : local name=tooz 2022-03-09 12:39:09.700 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.703 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.705 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-03-09 12:39:09.708 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.710 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-03-09 12:39:09.713 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-03-09 12:39:09.715 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-03-09 12:39:09.717 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-03-09 12:39:09.720 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.722 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.725 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-03-09 12:39:09.727 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.729 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-03-09 12:39:09.732 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-03-09 12:39:09.734 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-03-09 12:39:09.736 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-03-09 12:39:09.739 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.741 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.743 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-03-09 12:39:09.746 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.748 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-03-09 12:39:09.750 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-03-09 12:39:09.753 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-03-09 12:39:09.755 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-03-09 12:39:09.757 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.760 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.762 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-03-09 12:39:09.764 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.767 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-03-09 12:39:09.769 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-03-09 12:39:09.772 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-03-09 12:39:09.774 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-03-09 12:39:09.776 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:09.778 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:09.781 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-03-09 12:39:09.784 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:09.786 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-03-09 12:39:09.807 | Using python 3.8 to install etcd3 2022-03-09 12:39:09.809 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-03-09 12:39:10.676 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:10.676 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:10.676 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:10.676 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:11.795 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:39:11.822 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-03-09 12:39:11.829 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-03-09 12:39:11.830 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-03-09 12:39:11.831 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.44.0) 2022-03-09 12:39:11.832 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.19.4) 2022-03-09 12:39:14.354 | 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-03-09 12:39:14.361 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:39:14.361 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:39:14.478 | + inc/python:pip_install:200 : result=0 2022-03-09 12:39:14.480 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:39:14.482 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:14.485 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:14.487 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:14.489 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:14.491 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:14.493 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:39:14.495 | + functions-common:time_stop:2432 : start_time=1646829549801 2022-03-09 12:39:14.497 | + functions-common:time_stop:2434 : [[ -z 1646829549801 ]] 2022-03-09 12:39:14.500 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:14.505 | + functions-common:time_stop:2437 : end_time=1646829554502 2022-03-09 12:39:14.507 | + functions-common:time_stop:2438 : elapsed_time=4701 2022-03-09 12:39:14.509 | + functions-common:time_stop:2439 : total=26756 2022-03-09 12:39:14.511 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:14.513 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=31457 2022-03-09 12:39:14.516 | + inc/python:pip_install:203 : return 0 2022-03-09 12:39:14.518 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-03-09 12:39:14.540 | Using python 3.8 to install etcd3gw 2022-03-09 12:39:14.543 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-03-09 12:39:15.420 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:15.420 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:15.420 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:15.420 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:16.547 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:39:16.577 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.1) 2022-03-09 12:39:16.585 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.8.1) 2022-03-09 12:39:16.586 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-03-09 12:39:16.588 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-03-09 12:39:16.589 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-03-09 12:39:16.621 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.8) 2022-03-09 12:39:16.622 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-03-09 12:39:16.624 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-03-09 12:39:16.627 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-03-09 12:39:19.134 | 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-03-09 12:39:19.141 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:39:19.141 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:39:19.257 | + inc/python:pip_install:200 : result=0 2022-03-09 12:39:19.260 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:39:19.262 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:19.264 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:19.267 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:19.269 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:19.271 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:19.273 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:39:19.276 | + functions-common:time_stop:2432 : start_time=1646829554535 2022-03-09 12:39:19.278 | + functions-common:time_stop:2434 : [[ -z 1646829554535 ]] 2022-03-09 12:39:19.280 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:19.285 | + functions-common:time_stop:2437 : end_time=1646829559283 2022-03-09 12:39:19.287 | + functions-common:time_stop:2438 : elapsed_time=4748 2022-03-09 12:39:19.289 | + functions-common:time_stop:2439 : total=31457 2022-03-09 12:39:19.292 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:19.294 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=36205 2022-03-09 12:39:19.296 | + inc/python:pip_install:203 : return 0 2022-03-09 12:39:19.298 | + ./stack.sh:main:878 : install_apache_uwsgi 2022-03-09 12:39:19.301 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-03-09 12:39:19.303 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-03-09 12:39:19.305 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:39:19.308 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:39:19.310 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:39:19.312 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:39:19.315 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:39:19.317 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:39:19.319 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:39:19.322 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:39:19.324 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:39:19.327 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:39:19.329 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:39:19.332 | + lib/apache:install_apache_uwsgi:85 : is_ubuntu 2022-03-09 12:39:19.334 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:19.337 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:19.339 | + lib/apache:install_apache_uwsgi:86 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-03-09 12:39:19.342 | + lib/apache:install_apache_uwsgi:87 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-03-09 12:39:19.344 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:39:19.347 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:39:19.349 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:39:19.351 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:39:19.354 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:19.356 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:39:19.358 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:19.361 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:19.363 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:39:19.365 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:39:19.368 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:39:19.370 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:39:19.372 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-03-09 12:39:19.375 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:39:19.377 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:19.379 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:19.381 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-03-09 12:39:19.403 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-03-09 12:39:19.511 | Reading package lists... 2022-03-09 12:39:19.746 | Building dependency tree... 2022-03-09 12:39:19.748 | Reading state information... 2022-03-09 12:39:20.001 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-03-09 12:39:20.001 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-03-09 12:39:20.001 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 12:39:20.001 | The following packages were automatically installed and are no longer required: 2022-03-09 12:39:20.002 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:39:20.002 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:39:20.002 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:39:20.003 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:39:20.003 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:39:20.003 | python3-zope.interface 2022-03-09 12:39:20.003 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:39:20.115 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:39:20.120 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:39:20.122 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:39:20.124 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:20.126 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:20.129 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:20.131 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:20.133 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:20.135 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:39:20.137 | + functions-common:time_stop:2432 : start_time=1646829559400 2022-03-09 12:39:20.140 | + functions-common:time_stop:2434 : [[ -z 1646829559400 ]] 2022-03-09 12:39:20.143 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:20.147 | + functions-common:time_stop:2437 : end_time=1646829560145 2022-03-09 12:39:20.149 | + functions-common:time_stop:2438 : elapsed_time=745 2022-03-09 12:39:20.151 | + functions-common:time_stop:2439 : total=4497 2022-03-09 12:39:20.154 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:20.156 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=5242 2022-03-09 12:39:20.159 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:39:20.161 | + lib/apache:install_apache_uwsgi:123 : is_ubuntu 2022-03-09 12:39:20.163 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:20.166 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:20.168 | + lib/apache:install_apache_uwsgi:125 : sudo a2enmod proxy 2022-03-09 12:39:20.240 | Module proxy already enabled 2022-03-09 12:39:20.246 | + lib/apache:install_apache_uwsgi:126 : sudo a2enmod proxy_uwsgi 2022-03-09 12:39:20.314 | Considering dependency proxy for proxy_uwsgi: 2022-03-09 12:39:20.314 | Module proxy already enabled 2022-03-09 12:39:20.314 | Module proxy_uwsgi already enabled 2022-03-09 12:39:20.318 | + lib/apache:install_apache_uwsgi:132 : restart_apache_server 2022-03-09 12:39:20.320 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 12:39:20.323 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:39:20.325 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 12:39:20.460 | + ./stack.sh:main:881 : install_keystoneauth 2022-03-09 12:39:20.462 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-03-09 12:39:20.464 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-03-09 12:39:20.466 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.469 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.471 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-03-09 12:39:20.473 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.476 | + ./stack.sh:main:882 : install_keystoneclient 2022-03-09 12:39:20.478 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-03-09 12:39:20.481 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-03-09 12:39:20.483 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.485 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.487 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-03-09 12:39:20.490 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.492 | + ./stack.sh:main:883 : install_glanceclient 2022-03-09 12:39:20.494 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-03-09 12:39:20.497 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-03-09 12:39:20.499 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.502 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.504 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-03-09 12:39:20.507 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.509 | + ./stack.sh:main:884 : install_cinderclient 2022-03-09 12:39:20.511 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-03-09 12:39:20.514 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-03-09 12:39:20.516 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.519 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.522 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-03-09 12:39:20.524 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.526 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-03-09 12:39:20.529 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-03-09 12:39:20.531 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.533 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.536 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-03-09 12:39:20.538 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.541 | + ./stack.sh:main:885 : install_novaclient 2022-03-09 12:39:20.543 | + lib/nova:install_novaclient:891 : use_library_from_git python-novaclient 2022-03-09 12:39:20.545 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-03-09 12:39:20.548 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.550 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.552 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-03-09 12:39:20.555 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.557 | + ./stack.sh:main:886 : is_service_enabled swift glance horizon 2022-03-09 12:39:20.574 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:20.576 | + ./stack.sh:main:887 : install_swiftclient 2022-03-09 12:39:20.579 | + lib/swift:install_swiftclient:728 : use_library_from_git python-swiftclient 2022-03-09 12:39:20.582 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-03-09 12:39:20.584 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.587 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.589 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-03-09 12:39:20.592 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.594 | + ./stack.sh:main:889 : is_service_enabled neutron nova horizon 2022-03-09 12:39:20.610 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:20.612 | + ./stack.sh:main:890 : install_neutronclient 2022-03-09 12:39:20.615 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-03-09 12:39:20.617 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-03-09 12:39:20.620 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.622 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.624 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-03-09 12:39:20.627 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.630 | + ./stack.sh:main:894 : install_keystonemiddleware 2022-03-09 12:39:20.632 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-03-09 12:39:20.634 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-03-09 12:39:20.637 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:20.639 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:20.642 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-03-09 12:39:20.644 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:20.647 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-03-09 12:39:20.649 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-03-09 12:39:20.651 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 12:39:20.654 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-03-09 12:39:20.657 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-03-09 12:39:20.659 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 12:39:20.663 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-03-09 12:39:20.663 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 12:39:20.668 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-03-09 12:39:20.670 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-03-09 12:39:20.673 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-03-09 12:39:20.676 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-03-09 12:39:20.678 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-03-09 12:39:20.699 | Using python 3.8 to install keystonemiddleware 2022-03-09 12:39:20.702 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-03-09 12:39:21.577 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:21.577 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:21.577 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:21.577 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:22.712 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:39:22.739 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.4.0) 2022-03-09 12:39:22.797 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-03-09 12:39:22.799 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.12.2) 2022-03-09 12:39:22.800 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-03-09 12:39:22.802 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-03-09 12:39:22.802 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-03-09 12:39:22.804 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.8.1) 2022-03-09 12:39:22.805 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.10.1) 2022-03-09 12:39:22.806 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-03-09 12:39:22.807 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-03-09 12:39:22.808 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.1) 2022-03-09 12:39:22.809 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-03-09 12:39:22.810 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-03-09 12:39:22.811 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-03-09 12:39:22.812 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-03-09 12:39:22.870 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-03-09 12:39:22.871 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-03-09 12:39:22.872 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-03-09 12:39:22.912 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-03-09 12:39:22.954 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.4.0) 2022-03-09 12:39:22.955 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-03-09 12:39:22.956 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-03-09 12:39:22.957 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-03-09 12:39:23.008 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-03-09 12:39:23.010 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-03-09 12:39:23.019 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.3) 2022-03-09 12:39:23.020 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3) 2022-03-09 12:39:23.035 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-03-09 12:39:23.037 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-03-09 12:39:23.038 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.7) 2022-03-09 12:39:23.102 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-03-09 12:39:23.104 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-03-09 12:39:23.106 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-03-09 12:39:23.108 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.8) 2022-03-09 12:39:23.159 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.13.3) 2022-03-09 12:39:23.170 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-03-09 12:39:25.610 | 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-03-09 12:39:25.617 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:39:25.617 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:39:25.736 | + inc/python:pip_install:200 : result=0 2022-03-09 12:39:25.739 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:39:25.741 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:25.743 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:25.745 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:25.748 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:25.750 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:25.752 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:39:25.755 | + functions-common:time_stop:2432 : start_time=1646829560694 2022-03-09 12:39:25.757 | + functions-common:time_stop:2434 : [[ -z 1646829560694 ]] 2022-03-09 12:39:25.760 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:25.764 | + functions-common:time_stop:2437 : end_time=1646829565761 2022-03-09 12:39:25.766 | + functions-common:time_stop:2438 : elapsed_time=5067 2022-03-09 12:39:25.769 | + functions-common:time_stop:2439 : total=36205 2022-03-09 12:39:25.771 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:25.774 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=41272 2022-03-09 12:39:25.776 | + inc/python:pip_install:203 : return 0 2022-03-09 12:39:25.778 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-03-09 12:39:25.781 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-03-09 12:39:25.783 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 12:39:25.786 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-03-09 12:39:25.789 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-03-09 12:39:25.791 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 12:39:25.794 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-03-09 12:39:25.795 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 12:39:25.800 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-03-09 12:39:25.802 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-03-09 12:39:25.804 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-03-09 12:39:25.807 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-03-09 12:39:25.810 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-03-09 12:39:25.831 | Using python 3.8 to install python-memcached 2022-03-09 12:39:25.833 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-03-09 12:39:26.714 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:26.714 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:26.714 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:26.714 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:27.853 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:39:27.884 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-03-09 12:39:27.888 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-03-09 12:39:30.401 | 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-03-09 12:39:30.409 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:39:30.409 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:39:30.525 | + inc/python:pip_install:200 : result=0 2022-03-09 12:39:30.527 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:39:30.529 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:30.532 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:30.535 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:30.537 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:30.539 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:30.541 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:39:30.544 | + functions-common:time_stop:2432 : start_time=1646829565825 2022-03-09 12:39:30.546 | + functions-common:time_stop:2434 : [[ -z 1646829565825 ]] 2022-03-09 12:39:30.549 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:30.553 | + functions-common:time_stop:2437 : end_time=1646829570550 2022-03-09 12:39:30.555 | + functions-common:time_stop:2438 : elapsed_time=4725 2022-03-09 12:39:30.557 | + functions-common:time_stop:2439 : total=41272 2022-03-09 12:39:30.559 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:30.562 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=45997 2022-03-09 12:39:30.564 | + inc/python:pip_install:203 : return 0 2022-03-09 12:39:30.566 | + ./stack.sh:main:896 : is_service_enabled keystone 2022-03-09 12:39:30.583 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:30.586 | + ./stack.sh:main:897 : '[' 10.222.0.30 == 10.222.0.30 ']' 2022-03-09 12:39:30.588 | + ./stack.sh:main:898 : stack_install_service keystone 2022-03-09 12:39:30.591 | + lib/stack:stack_install_service:20 : local service=keystone 2022-03-09 12:39:30.593 | + lib/stack:stack_install_service:21 : type install_keystone 2022-03-09 12:39:30.596 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 12:39:30.598 | + lib/stack:stack_install_service:32 : install_keystone 2022-03-09 12:39:30.601 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-03-09 12:39:30.616 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:39:30.618 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-03-09 12:39:30.620 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-03-09 12:39:30.622 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-03-09 12:39:30.624 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:39:30.626 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:39:30.629 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:39:30.632 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:39:30.634 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:39:30.636 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:39:30.652 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:39:30.654 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:39:30.656 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:30.659 | + functions-common:git_clone:629 : echo master 2022-03-09 12:39:30.659 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:39:30.664 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-03-09 12:39:30.666 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:30.669 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-03-09 12:39:30.671 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:39:30.672 | + functions-common:git_clone:678 : head -1 2022-03-09 12:39:30.674 | 0eba22f33 Fix bindep.txt for current RPM based distributions 2022-03-09 12:39:30.677 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:39:30.679 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-03-09 12:39:30.681 | + inc/python:setup_develop:338 : local bindep 2022-03-09 12:39:30.684 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-03-09 12:39:30.686 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-03-09 12:39:30.688 | + inc/python:setup_develop:344 : local extras= 2022-03-09 12:39:30.690 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-03-09 12:39:30.693 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 12:39:30.695 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-03-09 12:39:30.697 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-03-09 12:39:30.700 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 12:39:30.702 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 12:39:30.705 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-03-09 12:39:30.708 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 12:39:30.711 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-03-09 12:39:30.713 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 12:39:30.715 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 12:39:30.718 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-03-09 12:39:30.724 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-03-09 12:39:30.726 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-03-09 12:39:31.398 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-03-09 12:39:31.400 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 12:39:31.402 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 12:39:31.404 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 12:39:31.406 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-03-09 12:39:31.409 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-03-09 12:39:31.411 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 12:39:31.413 | + inc/python:setup_package:428 : local extras= 2022-03-09 12:39:31.416 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 12:39:31.418 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 12:39:31.420 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 12:39:31.422 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 12:39:31.424 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 12:39:31.427 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-03-09 12:39:31.446 | Using python 3.8 to install /opt/stack/keystone 2022-03-09 12:39:31.449 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-03-09 12:39:32.309 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:32.309 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:32.309 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:32.309 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:33.438 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:39:33.464 | Obtaining file:///opt/stack/keystone 2022-03-09 12:39:33.464 | Preparing metadata (setup.py): started 2022-03-09 12:39:37.009 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 12:39:37.082 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (5.8.1) 2022-03-09 12:39:37.084 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.8.7) 2022-03-09 12:39:37.085 | Requirement already satisfied: Flask!=0.11,>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2.0.3) 2022-03-09 12:39:37.086 | Requirement already satisfied: Flask-RESTful>=0.3.5 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (0.3.9) 2022-03-09 12:39:37.087 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (36.0.1) 2022-03-09 12:39:37.088 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.4.31) 2022-03-09 12:39:37.089 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (0.13.0) 2022-03-09 12:39:37.090 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.5.0) 2022-03-09 12:39:37.092 | Requirement already satisfied: passlib>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.7.4) 2022-03-09 12:39:37.093 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.4.0) 2022-03-09 12:39:37.094 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (9.4.0) 2022-03-09 12:39:37.095 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.2.0) 2022-03-09 12:39:37.096 | Requirement already satisfied: scrypt>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (0.8.20) 2022-03-09 12:39:37.097 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2.10.1) 2022-03-09 12:39:37.098 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (8.8.0) 2022-03-09 12:39:37.099 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.1.0) 2022-03-09 12:39:37.100 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (12.13.0) 2022-03-09 12:39:37.101 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (11.2.0) 2022-03-09 12:39:37.102 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (5.1.0) 2022-03-09 12:39:37.103 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.6.1) 2022-03-09 12:39:37.104 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.5.1) 2022-03-09 12:39:37.105 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.11.0) 2022-03-09 12:39:37.107 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.3.0) 2022-03-09 12:39:37.108 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.5.0) 2022-03-09 12:39:37.109 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.12.2) 2022-03-09 12:39:37.110 | Requirement already satisfied: oauthlib>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.2.0) 2022-03-09 12:39:37.111 | Requirement already satisfied: pysaml2>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (7.1.1) 2022-03-09 12:39:37.112 | Requirement already satisfied: PyJWT>=1.6.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2.3.0) 2022-03-09 12:39:37.113 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.1.5) 2022-03-09 12:39:37.114 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.1.0.dev103) (3.2.0) 2022-03-09 12:39:37.115 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.1.1) 2022-03-09 12:39:37.117 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.0.3) 2022-03-09 12:39:37.118 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.4.2) 2022-03-09 12:39:37.119 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2021.3) 2022-03-09 12:39:37.130 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev103) (1.16.0) 2022-03-09 12:39:37.131 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev103) (1.15.0) 2022-03-09 12:39:37.173 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.1.0.dev103) (5.1.1) 2022-03-09 12:39:37.185 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (3.0.3) 2022-03-09 12:39:37.186 | Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (2.1.0) 2022-03-09 12:39:37.187 | Requirement already satisfied: click>=7.1.2 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (8.0.4) 2022-03-09 12:39:37.189 | Requirement already satisfied: Werkzeug>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (2.0.3) 2022-03-09 12:39:37.200 | Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==20.1.0.dev103) (9.0.1) 2022-03-09 12:39:37.260 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (2.27.1) 2022-03-09 12:39:37.261 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (4.5.0) 2022-03-09 12:39:37.357 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (1.5.0) 2022-03-09 12:39:37.359 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (2.4.0) 2022-03-09 12:39:37.360 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (6.0) 2022-03-09 12:39:37.361 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (0.8.0) 2022-03-09 12:39:37.414 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev103) (2.0.1) 2022-03-09 12:39:37.415 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev103) (0.5.0) 2022-03-09 12:39:37.418 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev103) (1.7.6) 2022-03-09 12:39:37.468 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev103) (0.9.6) 2022-03-09 12:39:37.470 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev103) (2.8.2) 2022-03-09 12:39:37.526 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.0.9) 2022-03-09 12:39:37.527 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.0.0) 2022-03-09 12:39:37.529 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.4.0) 2022-03-09 12:39:37.530 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.2.3) 2022-03-09 12:39:37.532 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.8.0) 2022-03-09 12:39:37.534 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.4.0) 2022-03-09 12:39:37.552 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.1.0.dev103) (3.3.0) 2022-03-09 12:39:37.627 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev103) (3.1.1) 2022-03-09 12:39:37.647 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (0.11.0) 2022-03-09 12:39:37.648 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (21.3) 2022-03-09 12:39:37.650 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (3.0.7) 2022-03-09 12:39:37.651 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (1.0.2) 2022-03-09 12:39:37.702 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.1.0.dev103) (4.5.0) 2022-03-09 12:39:37.816 | Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (0.7.1) 2022-03-09 12:39:37.817 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (22.0.0) 2022-03-09 12:39:37.818 | Requirement already satisfied: xmlschema>=1.2.1 in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (1.9.2) 2022-03-09 12:39:37.820 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (5.4.0) 2022-03-09 12:39:37.820 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (60.9.3) 2022-03-09 12:39:38.037 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.1.0.dev103) (1.1.2) 2022-03-09 12:39:38.057 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev103) (0.4.2) 2022-03-09 12:39:38.058 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev103) (0.5.2) 2022-03-09 12:39:38.126 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev103) (4.11.1) 2022-03-09 12:39:38.127 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev103) (1.1.6) 2022-03-09 12:39:38.145 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.0.0) 2022-03-09 12:39:38.217 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.1.0.dev103) (2.21) 2022-03-09 12:39:38.256 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.1.0.dev103) (1.13.3) 2022-03-09 12:39:38.369 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (2.1.0) 2022-03-09 12:39:38.442 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (1.7.0) 2022-03-09 12:39:38.571 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.1.0.dev103) (0.17.3) 2022-03-09 12:39:38.601 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.13.1) 2022-03-09 12:39:38.642 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.1.1) 2022-03-09 12:39:38.643 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (3.0.0) 2022-03-09 12:39:38.645 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.5.1) 2022-03-09 12:39:38.646 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (1.3.3) 2022-03-09 12:39:38.647 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.33.0) 2022-03-09 12:39:38.649 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (3.5.0) 2022-03-09 12:39:38.703 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev103) (0.2.5) 2022-03-09 12:39:38.841 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (3.3) 2022-03-09 12:39:38.843 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (2.0.12) 2022-03-09 12:39:38.845 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (1.26.8) 2022-03-09 12:39:38.846 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (2019.11.28) 2022-03-09 12:39:38.997 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev103) (2.5.0) 2022-03-09 12:39:39.077 | Requirement already satisfied: elementpath<3.0.0,>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==20.1.0.dev103) (2.4.0) 2022-03-09 12:39:39.150 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.1.0.dev103) (3.7.0) 2022-03-09 12:39:39.325 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.1.0) 2022-03-09 12:39:39.588 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.7) 2022-03-09 12:39:39.621 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev103) (1.0.0) 2022-03-09 12:39:41.509 | Installing collected packages: keystone 2022-03-09 12:39:41.509 | Attempting uninstall: keystone 2022-03-09 12:39:41.509 | Found existing installation: keystone 20.1.0.dev103 2022-03-09 12:39:41.512 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-03-09 12:39:41.514 | Running setup.py develop for keystone 2022-03-09 12:39:46.025 | Successfully installed keystone 2022-03-09 12:39:46.025 | 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-03-09 12:39:46.033 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:39:46.033 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:39:46.163 | + inc/python:pip_install:200 : result=0 2022-03-09 12:39:46.165 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:39:46.168 | + functions-common:time_stop:2425 : local name 2022-03-09 12:39:46.170 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:39:46.172 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:39:46.175 | + functions-common:time_stop:2428 : local total 2022-03-09 12:39:46.177 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:39:46.179 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:39:46.181 | + functions-common:time_stop:2432 : start_time=1646829571441 2022-03-09 12:39:46.183 | + functions-common:time_stop:2434 : [[ -z 1646829571441 ]] 2022-03-09 12:39:46.186 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:39:46.190 | + functions-common:time_stop:2437 : end_time=1646829586187 2022-03-09 12:39:46.192 | + functions-common:time_stop:2438 : elapsed_time=14746 2022-03-09 12:39:46.194 | + functions-common:time_stop:2439 : total=45997 2022-03-09 12:39:46.197 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:39:46.200 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=60743 2022-03-09 12:39:46.202 | + inc/python:pip_install:203 : return 0 2022-03-09 12:39:46.204 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 12:39:46.206 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-03-09 12:39:46.209 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-03-09 12:39:46.228 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-03-09 12:39:46.240 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-03-09 12:39:46.243 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-03-09 12:39:46.245 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:39:46.247 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:39:46.250 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-03-09 12:39:46.252 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:39:46.255 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-03-09 12:39:46.271 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:39:46.274 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-03-09 12:39:46.276 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 12:39:46.279 | + ./stack.sh:main:899 : configure_keystone 2022-03-09 12:39:46.281 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-03-09 12:39:46.293 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-03-09 12:39:46.296 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-03-09 12:39:46.300 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-03-09 12:39:46.315 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:39:46.318 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-03-09 12:39:46.348 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-03-09 12:39:46.375 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-03-09 12:39:46.405 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-03-09 12:39:46.435 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-03-09 12:39:46.465 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-03-09 12:39:46.495 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-03-09 12:39:46.522 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-03-09 12:39:46.549 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-03-09 12:39:46.552 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-03-09 12:39:46.554 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-03-09 12:39:46.556 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-03-09 12:39:46.559 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 12:39:46.561 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 12:39:46.576 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:46.579 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 12:39:46.581 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 12:39:46.584 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 12:39:46.600 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:46.602 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:39:46.605 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:39:46.634 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 12:39:46.637 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 12:39:46.639 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-03-09 12:39:46.642 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-03-09 12:39:46.658 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:39:46.660 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.30/identity 2022-03-09 12:39:46.690 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-03-09 12:39:46.692 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-03-09 12:39:46.723 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-03-09 12:39:46.725 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-03-09 12:39:46.727 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-03-09 12:39:46.730 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=keystone 2022-03-09 12:39:46.732 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-03-09 12:39:46.735 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-03-09 12:39:46.765 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-03-09 12:39:46.768 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-03-09 12:39:46.770 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-03-09 12:39:46.772 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-03-09 12:39:46.775 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 12:39:46.791 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 12:39:46.794 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 12:39:46.796 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 12:39:46.798 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 12:39:46.801 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-03-09 12:39:46.828 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:39:46.855 | + functions:setup_systemd_logging:705 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:39:46.884 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 12:39:46.912 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-03-09 12:39:46.939 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-03-09 12:39:46.941 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-03-09 12:39:46.944 | + lib/apache:write_uwsgi_config:249 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-03-09 12:39:46.946 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-03-09 12:39:46.948 | + lib/apache:write_uwsgi_config:251 : local url=/identity 2022-03-09 12:39:46.951 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 12:39:46.953 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 12:39:46.956 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/keystone-wsgi-public 2022-03-09 12:39:46.961 | + lib/apache:write_uwsgi_config:254 : name=keystone-wsgi-public 2022-03-09 12:39:46.963 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 12:39:46.965 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 12:39:46.977 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 12:39:46.978 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:39:46.986 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 12:39:46.989 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:39:47.005 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-03-09 12:39:47.008 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-03-09 12:39:47.011 | + lib/apache:write_uwsgi_config:270 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-03-09 12:39:47.040 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-03-09 12:39:47.067 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-03-09 12:39:47.094 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-03-09 12:39:47.120 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-03-09 12:39:47.147 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-03-09 12:39:47.174 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-03-09 12:39:47.201 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-03-09 12:39:47.228 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-03-09 12:39:47.255 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 12:39:47.282 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-03-09 12:39:47.309 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-03-09 12:39:47.336 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-03-09 12:39:47.363 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 12:39:47.365 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 12:39:47.368 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for keystone-wsgi-public 2022-03-09 12:39:47.370 | ++ lib/apache:apache_site_config_for:181 : local site=keystone-wsgi-public 2022-03-09 12:39:47.373 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 12:39:47.375 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:47.378 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:47.380 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-03-09 12:39:47.383 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-03-09 12:39:47.385 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-03-09 12:39:47.412 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-03-09 12:39:47.440 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-03-09 12:39:47.440 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-03-09 12:39:47.448 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-03-09 12:39:47.452 | + lib/apache:write_uwsgi_config:302 : enable_apache_site keystone-wsgi-public 2022-03-09 12:39:47.454 | + lib/apache:enable_apache_site:198 : local site=keystone-wsgi-public 2022-03-09 12:39:47.456 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 12:39:47.459 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 12:39:47.461 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:39:47.463 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:47.466 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:47.468 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 12:39:47.471 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 12:39:47.473 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:39:47.475 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:39:47.477 | + lib/apache:enable_apache_site:202 : sudo a2ensite keystone-wsgi-public 2022-03-09 12:39:47.538 | Site keystone-wsgi-public already enabled 2022-03-09 12:39:47.542 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 12:39:47.544 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 12:39:47.547 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:39:47.549 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 12:39:47.682 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-03-09 12:39:47.726 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-03-09 12:39:47.757 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-03-09 12:39:47.788 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-03-09 12:39:47.791 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-03-09 12:39:47.820 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-03-09 12:39:47.849 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-03-09 12:39:47.876 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-03-09 12:39:47.879 | + ./stack.sh:main:903 : is_service_enabled swift 2022-03-09 12:39:47.896 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:39:47.898 | + ./stack.sh:main:904 : is_service_enabled ceilometer 2022-03-09 12:39:47.915 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:39:47.917 | + ./stack.sh:main:907 : stack_install_service swift 2022-03-09 12:39:47.920 | + lib/stack:stack_install_service:20 : local service=swift 2022-03-09 12:39:47.922 | + lib/stack:stack_install_service:21 : type install_swift 2022-03-09 12:39:47.924 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 12:39:47.926 | + lib/stack:stack_install_service:32 : install_swift 2022-03-09 12:39:47.929 | + lib/swift:install_swift:718 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-03-09 12:39:47.931 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-03-09 12:39:47.933 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-03-09 12:39:47.936 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:39:47.938 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:39:47.941 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:39:47.943 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:39:47.946 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:39:47.948 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:39:47.965 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:39:47.967 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:39:47.969 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:47.972 | + functions-common:git_clone:629 : echo master 2022-03-09 12:39:47.972 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:39:47.977 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-03-09 12:39:47.979 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:39:47.982 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-03-09 12:39:47.985 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:39:47.985 | + functions-common:git_clone:678 : head -1 2022-03-09 12:39:47.988 | 3ff3076ce Merge "db: Attempt to clean up part dir post replication" 2022-03-09 12:39:47.991 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:39:47.993 | + lib/swift:install_swift:721 : setup_develop /opt/stack/swift keystone 2022-03-09 12:39:47.996 | + inc/python:setup_develop:338 : local bindep 2022-03-09 12:39:47.998 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-03-09 12:39:48.001 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-03-09 12:39:48.004 | + inc/python:setup_develop:344 : local extras=keystone 2022-03-09 12:39:48.006 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-03-09 12:39:48.008 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 12:39:48.011 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-03-09 12:39:48.013 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-03-09 12:39:48.015 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 12:39:48.018 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-03-09 12:39:48.021 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-03-09 12:39:48.023 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 12:39:48.026 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-03-09 12:39:48.028 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 12:39:48.031 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 12:39:48.033 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-03-09 12:39:48.039 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-03-09 12:39:48.041 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-03-09 12:39:48.695 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-03-09 12:39:48.697 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 12:39:48.699 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 12:39:48.702 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 12:39:48.704 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-03-09 12:39:48.707 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-03-09 12:39:48.709 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 12:39:48.711 | + inc/python:setup_package:428 : local extras=keystone 2022-03-09 12:39:48.714 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 12:39:48.716 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-03-09 12:39:48.718 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-03-09 12:39:48.721 | + inc/python:setup_package:438 : extras='[keystone]' 2022-03-09 12:39:48.723 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 12:39:48.726 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-03-09 12:39:48.746 | Using python 3.8 to install /opt/stack/swift 2022-03-09 12:39:48.748 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-03-09 12:39:49.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:49.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:49.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:39:49.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:39:50.745 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:39:50.770 | Obtaining file:///opt/stack/swift 2022-03-09 12:39:50.771 | Preparing metadata (setup.py): started 2022-03-09 12:39:54.000 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 12:39:54.038 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (0.33.0) 2022-03-09 12:39:54.039 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (1.1.2) 2022-03-09 12:39:54.041 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (0.11.0) 2022-03-09 12:39:54.042 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (2.1.1) 2022-03-09 12:39:54.043 | Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (4.8.0) 2022-03-09 12:39:54.044 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (2.27.1) 2022-03-09 12:39:54.045 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (1.16.0) 2022-03-09 12:39:54.046 | Requirement already satisfied: xattr>=0.4 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (0.9.9) 2022-03-09 12:39:54.047 | Requirement already satisfied: PyECLib>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (1.6.0) 2022-03-09 12:39:54.048 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (36.0.1) 2022-03-09 12:39:54.049 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (9.4.0) 2022-03-09 12:39:54.086 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.29.1.dev13) (1.15.0) 2022-03-09 12:39:54.094 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.29.1.dev13) (2.1.0) 2022-03-09 12:39:54.149 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.4.0) 2022-03-09 12:39:54.150 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.1.0) 2022-03-09 12:39:54.151 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.8.7) 2022-03-09 12:39:54.152 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (8.8.0) 2022-03-09 12:39:54.153 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.6.1) 2022-03-09 12:39:54.154 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (5.1.0) 2022-03-09 12:39:54.156 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.3.0) 2022-03-09 12:39:54.157 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.5.0) 2022-03-09 12:39:54.158 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (5.8.1) 2022-03-09 12:39:54.159 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (3.1.1) 2022-03-09 12:39:54.160 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.12.2) 2022-03-09 12:39:54.161 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2.10.1) 2022-03-09 12:39:54.182 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.29.1.dev13) (60.9.3) 2022-03-09 12:39:54.212 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (1.26.8) 2022-03-09 12:39:54.214 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (2019.11.28) 2022-03-09 12:39:54.216 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (3.3) 2022-03-09 12:39:54.218 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (2.0.12) 2022-03-09 12:39:54.240 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.29.1.dev13) (2.21) 2022-03-09 12:39:54.330 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.0.2) 2022-03-09 12:39:54.331 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.7.0) 2022-03-09 12:39:54.332 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (3.5.0) 2022-03-09 12:39:54.374 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.1.5) 2022-03-09 12:39:54.417 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2.4.0) 2022-03-09 12:39:54.418 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.5.0) 2022-03-09 12:39:54.419 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (0.8.0) 2022-03-09 12:39:54.420 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (6.0) 2022-03-09 12:39:54.481 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (0.9.6) 2022-03-09 12:39:54.483 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2.8.2) 2022-03-09 12:39:54.496 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.0.3) 2022-03-09 12:39:54.498 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2021.3) 2022-03-09 12:39:54.515 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (3.0.7) 2022-03-09 12:39:54.517 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (21.3) 2022-03-09 12:39:54.630 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.13.3) 2022-03-09 12:39:54.645 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (5.1.1) 2022-03-09 12:39:56.906 | Installing collected packages: swift 2022-03-09 12:39:56.906 | Attempting uninstall: swift 2022-03-09 12:39:56.906 | Found existing installation: swift 2.29.1.dev13 2022-03-09 12:39:56.909 | Can't uninstall 'swift'. No files were found to uninstall. 2022-03-09 12:39:56.911 | Running setup.py develop for swift 2022-03-09 12:40:01.135 | Successfully installed swift 2022-03-09 12:40:01.135 | 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-03-09 12:40:01.143 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:40:01.143 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:40:01.274 | + inc/python:pip_install:200 : result=0 2022-03-09 12:40:01.277 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:40:01.279 | + functions-common:time_stop:2425 : local name 2022-03-09 12:40:01.281 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:40:01.284 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:40:01.286 | + functions-common:time_stop:2428 : local total 2022-03-09 12:40:01.288 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:40:01.290 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:40:01.292 | + functions-common:time_stop:2432 : start_time=1646829588741 2022-03-09 12:40:01.294 | + functions-common:time_stop:2434 : [[ -z 1646829588741 ]] 2022-03-09 12:40:01.297 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:40:01.301 | + functions-common:time_stop:2437 : end_time=1646829601299 2022-03-09 12:40:01.303 | + functions-common:time_stop:2438 : elapsed_time=12558 2022-03-09 12:40:01.306 | + functions-common:time_stop:2439 : total=60743 2022-03-09 12:40:01.308 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:40:01.310 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=73301 2022-03-09 12:40:01.312 | + inc/python:pip_install:203 : return 0 2022-03-09 12:40:01.314 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 12:40:01.317 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-03-09 12:40:01.319 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-03-09 12:40:01.338 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-03-09 12:40:01.351 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-03-09 12:40:01.353 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-03-09 12:40:01.355 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:40:01.358 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:40:01.360 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-03-09 12:40:01.362 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:40:01.365 | + lib/swift:install_swift:722 : '[' False == True ']' 2022-03-09 12:40:01.367 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 12:40:01.370 | + ./stack.sh:main:908 : configure_swift 2022-03-09 12:40:01.372 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-03-09 12:40:01.374 | + lib/swift:configure_swift:332 : local node_number 2022-03-09 12:40:01.376 | + lib/swift:configure_swift:333 : local swift_node_config 2022-03-09 12:40:01.378 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-03-09 12:40:01.380 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-03-09 12:40:02.554 | No account-auditor running 2022-03-09 12:40:02.554 | No container-reconciler running 2022-03-09 12:40:02.554 | No object-updater running 2022-03-09 12:40:02.555 | No container-sharder running 2022-03-09 12:40:02.555 | No object-reconstructor running 2022-03-09 12:40:02.555 | No account-server running 2022-03-09 12:40:02.555 | No container-server running 2022-03-09 12:40:02.555 | No object-server running 2022-03-09 12:40:02.555 | No proxy-server running 2022-03-09 12:40:02.555 | No account-reaper running 2022-03-09 12:40:02.555 | No container-auditor running 2022-03-09 12:40:02.555 | No object-auditor running 2022-03-09 12:40:02.555 | No object-replicator running 2022-03-09 12:40:02.555 | No container-replicator running 2022-03-09 12:40:02.555 | No container-sync running 2022-03-09 12:40:02.555 | No object-expirer running 2022-03-09 12:40:02.555 | No account-replicator running 2022-03-09 12:40:02.555 | No container-updater running 2022-03-09 12:40:02.644 | + lib/swift:configure_swift:337 : true 2022-03-09 12:40:02.646 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-03-09 12:40:02.659 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-03-09 12:40:02.670 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-03-09 12:40:02.673 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-03-09 12:40:02.674 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-03-09 12:40:02.678 | + lib/swift:configure_swift:351 : sed -e ' 2022-03-09 12:40:02.678 | s/%GROUP%/ubuntu/; 2022-03-09 12:40:02.678 | s/%USER%/ubuntu/; 2022-03-09 12:40:02.678 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-03-09 12:40:02.678 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-03-09 12:40:02.682 | uid = ubuntu 2022-03-09 12:40:02.682 | gid = ubuntu 2022-03-09 12:40:02.682 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-03-09 12:40:02.682 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-03-09 12:40:02.682 | address = 127.0.0.1 2022-03-09 12:40:02.682 | 2022-03-09 12:40:02.682 | [account6612] 2022-03-09 12:40:02.682 | max connections = 25 2022-03-09 12:40:02.682 | path = /opt/stack/data/swift/1/node/ 2022-03-09 12:40:02.682 | read only = false 2022-03-09 12:40:02.682 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-03-09 12:40:02.682 | 2022-03-09 12:40:02.682 | [account6622] 2022-03-09 12:40:02.682 | max connections = 25 2022-03-09 12:40:02.682 | path = /opt/stack/data/swift/2/node/ 2022-03-09 12:40:02.682 | read only = false 2022-03-09 12:40:02.682 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-03-09 12:40:02.682 | 2022-03-09 12:40:02.682 | [account6632] 2022-03-09 12:40:02.682 | max connections = 25 2022-03-09 12:40:02.682 | path = /opt/stack/data/swift/3/node/ 2022-03-09 12:40:02.682 | read only = false 2022-03-09 12:40:02.682 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-03-09 12:40:02.682 | 2022-03-09 12:40:02.682 | [account6642] 2022-03-09 12:40:02.682 | max connections = 25 2022-03-09 12:40:02.683 | path = /opt/stack/data/swift/4/node/ 2022-03-09 12:40:02.683 | read only = false 2022-03-09 12:40:02.683 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-03-09 12:40:02.683 | 2022-03-09 12:40:02.683 | 2022-03-09 12:40:02.683 | [container6611] 2022-03-09 12:40:02.683 | max connections = 25 2022-03-09 12:40:02.683 | path = /opt/stack/data/swift/1/node/ 2022-03-09 12:40:02.683 | read only = false 2022-03-09 12:40:02.683 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-03-09 12:40:02.683 | 2022-03-09 12:40:02.683 | [container6621] 2022-03-09 12:40:02.683 | max connections = 25 2022-03-09 12:40:02.683 | path = /opt/stack/data/swift/2/node/ 2022-03-09 12:40:02.683 | read only = false 2022-03-09 12:40:02.683 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-03-09 12:40:02.683 | 2022-03-09 12:40:02.683 | [container6631] 2022-03-09 12:40:02.683 | max connections = 25 2022-03-09 12:40:02.683 | path = /opt/stack/data/swift/3/node/ 2022-03-09 12:40:02.683 | read only = false 2022-03-09 12:40:02.683 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-03-09 12:40:02.683 | 2022-03-09 12:40:02.683 | [container6641] 2022-03-09 12:40:02.683 | max connections = 25 2022-03-09 12:40:02.683 | path = /opt/stack/data/swift/4/node/ 2022-03-09 12:40:02.683 | read only = false 2022-03-09 12:40:02.683 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-03-09 12:40:02.683 | 2022-03-09 12:40:02.683 | 2022-03-09 12:40:02.683 | [object6613] 2022-03-09 12:40:02.683 | max connections = 25 2022-03-09 12:40:02.683 | path = /opt/stack/data/swift/1/node/ 2022-03-09 12:40:02.683 | read only = false 2022-03-09 12:40:02.683 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-03-09 12:40:02.684 | 2022-03-09 12:40:02.684 | [object6623] 2022-03-09 12:40:02.684 | max connections = 25 2022-03-09 12:40:02.684 | path = /opt/stack/data/swift/2/node/ 2022-03-09 12:40:02.684 | read only = false 2022-03-09 12:40:02.684 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-03-09 12:40:02.684 | 2022-03-09 12:40:02.684 | [object6633] 2022-03-09 12:40:02.684 | max connections = 25 2022-03-09 12:40:02.684 | path = /opt/stack/data/swift/3/node/ 2022-03-09 12:40:02.684 | read only = false 2022-03-09 12:40:02.684 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-03-09 12:40:02.684 | 2022-03-09 12:40:02.684 | [object6643] 2022-03-09 12:40:02.684 | max connections = 25 2022-03-09 12:40:02.684 | path = /opt/stack/data/swift/4/node/ 2022-03-09 12:40:02.684 | read only = false 2022-03-09 12:40:02.684 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-03-09 12:40:02.685 | + lib/swift:configure_swift:357 : is_ubuntu 2022-03-09 12:40:02.687 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:02.689 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:02.691 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-03-09 12:40:02.703 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-03-09 12:40:02.705 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-03-09 12:40:02.709 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-03-09 12:40:02.713 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-03-09 12:40:02.715 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-03-09 12:40:02.720 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-03-09 12:40:02.748 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.30:8080/v1/ 2022-03-09 12:40:02.773 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-03-09 12:40:02.791 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-03-09 12:40:02.818 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-03-09 12:40:02.836 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-03-09 12:40:02.864 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-03-09 12:40:02.881 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-03-09 12:40:02.909 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-03-09 12:40:02.926 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-03-09 12:40:02.954 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-03-09 12:40:02.972 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 12:40:02.999 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-03-09 12:40:03.017 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-03-09 12:40:03.032 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:03.034 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-03-09 12:40:03.061 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-03-09 12:40:03.088 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-03-09 12:40:03.115 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-03-09 12:40:03.142 | + lib/swift:configure_swift:406 : is_service_enabled ceilometer 2022-03-09 12:40:03.156 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:03.158 | + lib/swift:configure_swift:417 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-03-09 12:40:03.184 | + lib/swift:configure_swift:423 : is_service_enabled s3api 2022-03-09 12:40:03.199 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:03.201 | + lib/swift:configure_swift:426 : is_service_enabled keystone 2022-03-09 12:40:03.217 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:03.219 | + lib/swift:configure_swift:427 : swift_pipeline+=' authtoken' 2022-03-09 12:40:03.221 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-03-09 12:40:03.235 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:03.237 | + lib/swift:configure_swift:433 : swift_pipeline+=' keystoneauth' 2022-03-09 12:40:03.239 | + lib/swift:configure_swift:436 : swift_pipeline+=' tempauth ' 2022-03-09 12:40:03.241 | + lib/swift:configure_swift:438 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-03-09 12:40:03.246 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-03-09 12:40:03.252 | + lib/swift:configure_swift:441 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-03-09 12:40:03.278 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-03-09 12:40:03.304 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-03-09 12:40:03.333 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-03-09 12:40:03.362 | + lib/swift:configure_swift:452 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-03-09 12:40:03.389 | + lib/swift:configure_swift:453 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-03-09 12:40:03.392 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-03-09 12:40:03.394 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-03-09 12:40:03.396 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-03-09 12:40:03.398 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-03-09 12:40:03.424 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-03-09 12:40:03.450 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.30/identity 2022-03-09 12:40:03.477 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-03-09 12:40:03.504 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-03-09 12:40:03.531 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-03-09 12:40:03.557 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-03-09 12:40:03.584 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-03-09 12:40:03.611 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 12:40:03.638 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-03-09 12:40:03.664 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-03-09 12:40:03.691 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-03-09 12:40:03.718 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-03-09 12:40:03.745 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-03-09 12:40:03.775 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-03-09 12:40:03.801 | + lib/swift:configure_swift:464 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-03-09 12:40:03.819 | + lib/swift:configure_swift:465 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-03-09 12:40:03.846 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-03-09 12:40:03.873 | + lib/swift:configure_swift:470 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-03-09 12:40:03.878 | + lib/swift:configure_swift:471 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-03-09 12:40:03.906 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-03-09 12:40:03.933 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-03-09 12:40:03.959 | + lib/swift:configure_swift:475 : local node_number 2022-03-09 12:40:03.961 | + lib/swift:configure_swift:476 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-03-09 12:40:03.963 | + lib/swift:configure_swift:477 : local swift_node_config=/etc/swift/object-server/1.conf 2022-03-09 12:40:03.965 | + lib/swift:configure_swift:478 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-03-09 12:40:03.970 | + lib/swift:configure_swift:479 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-03-09 12:40:03.972 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-03-09 12:40:03.974 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-03-09 12:40:03.977 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-03-09 12:40:03.979 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-03-09 12:40:03.981 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-03-09 12:40:03.983 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-03-09 12:40:03.986 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-03-09 12:40:04.003 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-03-09 12:40:04.030 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-03-09 12:40:04.048 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-03-09 12:40:04.075 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-03-09 12:40:04.092 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-03-09 12:40:04.121 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-03-09 12:40:04.138 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-03-09 12:40:04.166 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-03-09 12:40:04.184 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-03-09 12:40:04.211 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-03-09 12:40:04.229 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-03-09 12:40:04.257 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-03-09 12:40:04.276 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-03-09 12:40:04.304 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-03-09 12:40:04.321 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-03-09 12:40:04.350 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-03-09 12:40:04.374 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-03-09 12:40:04.401 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-03-09 12:40:04.409 | + lib/swift:configure_swift:480 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-03-09 12:40:04.426 | + lib/swift:configure_swift:481 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 12:40:04.454 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-03-09 12:40:04.487 | + lib/swift:configure_swift:484 : swift_node_config=/etc/swift/container-server/1.conf 2022-03-09 12:40:04.490 | + lib/swift:configure_swift:485 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-03-09 12:40:04.494 | + lib/swift:configure_swift:486 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-03-09 12:40:04.496 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-03-09 12:40:04.498 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-03-09 12:40:04.500 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-03-09 12:40:04.502 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-03-09 12:40:04.505 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-03-09 12:40:04.507 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-03-09 12:40:04.509 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-03-09 12:40:04.527 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-03-09 12:40:04.555 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-03-09 12:40:04.572 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-03-09 12:40:04.600 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-03-09 12:40:04.618 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-03-09 12:40:04.646 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-03-09 12:40:04.664 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-03-09 12:40:04.692 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-03-09 12:40:04.710 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-03-09 12:40:04.738 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-03-09 12:40:04.757 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-03-09 12:40:04.784 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-03-09 12:40:04.802 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-03-09 12:40:04.830 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-03-09 12:40:04.848 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-03-09 12:40:04.876 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-03-09 12:40:04.894 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-03-09 12:40:04.920 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-03-09 12:40:04.926 | + lib/swift:configure_swift:487 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-03-09 12:40:04.944 | + lib/swift:configure_swift:488 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 12:40:04.973 | + lib/swift:configure_swift:490 : swift_node_config=/etc/swift/account-server/1.conf 2022-03-09 12:40:04.975 | + lib/swift:configure_swift:491 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-03-09 12:40:04.979 | + lib/swift:configure_swift:492 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-03-09 12:40:04.981 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-03-09 12:40:04.983 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-03-09 12:40:04.986 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-03-09 12:40:04.988 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-03-09 12:40:04.990 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-03-09 12:40:04.992 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-03-09 12:40:04.994 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-03-09 12:40:05.012 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-03-09 12:40:05.040 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-03-09 12:40:05.057 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-03-09 12:40:05.086 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-03-09 12:40:05.103 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-03-09 12:40:05.132 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-03-09 12:40:05.149 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-03-09 12:40:05.177 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-03-09 12:40:05.195 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-03-09 12:40:05.222 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-03-09 12:40:05.240 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-03-09 12:40:05.268 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-03-09 12:40:05.285 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-03-09 12:40:05.314 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-03-09 12:40:05.333 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-03-09 12:40:05.367 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-03-09 12:40:05.385 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-03-09 12:40:05.412 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-03-09 12:40:05.418 | + lib/swift:configure_swift:493 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-03-09 12:40:05.436 | + lib/swift:configure_swift:494 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 12:40:05.464 | + lib/swift:configure_swift:498 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-03-09 12:40:05.494 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-03-09 12:40:05.522 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-03-09 12:40:05.552 | + lib/swift:configure_swift:502 : testfile=/etc/swift/test.conf 2022-03-09 12:40:05.554 | + lib/swift:configure_swift:503 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-03-09 12:40:05.558 | + lib/swift:configure_swift:506 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-03-09 12:40:05.587 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-03-09 12:40:05.617 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-03-09 12:40:05.647 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-03-09 12:40:05.676 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-03-09 12:40:05.704 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-03-09 12:40:05.732 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-03-09 12:40:05.763 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test password4 testing4 2022-03-09 12:40:05.795 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-03-09 12:40:05.822 | + lib/swift:configure_swift:516 : is_service_enabled keystone 2022-03-09 12:40:05.840 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:05.842 | + lib/swift:configure_swift:517 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-03-09 12:40:05.861 | + lib/swift:configure_swift:518 : local auth_vers 2022-03-09 12:40:05.864 | ++ lib/swift:configure_swift:519 : iniget /etc/swift/test.conf func_test auth_version 2022-03-09 12:40:05.884 | + lib/swift:configure_swift:519 : auth_vers=3 2022-03-09 12:40:05.886 | + lib/swift:configure_swift:520 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.30 2022-03-09 12:40:05.915 | + lib/swift:configure_swift:521 : [[ http == \h\t\t\p\s ]] 2022-03-09 12:40:05.917 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_port 80 2022-03-09 12:40:05.946 | + lib/swift:configure_swift:526 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.30/identity 2022-03-09 12:40:05.976 | + lib/swift:configure_swift:527 : [[ 3 == \3 ]] 2022-03-09 12:40:05.978 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-03-09 12:40:06.009 | + lib/swift:configure_swift:532 : is_service_enabled tls-proxy 2022-03-09 12:40:06.027 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:06.029 | + lib/swift:configure_swift:538 : local user_group 2022-03-09 12:40:06.033 | ++ lib/swift:configure_swift:539 : id -g ubuntu 2022-03-09 12:40:06.038 | + lib/swift:configure_swift:539 : user_group=1000 2022-03-09 12:40:06.040 | + lib/swift:configure_swift:540 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-03-09 12:40:06.053 | + lib/swift:configure_swift:542 : local swift_log_dir=/opt/stack/data/swift/logs 2022-03-09 12:40:06.055 | + lib/swift:configure_swift:543 : sudo rm -rf /opt/stack/data/swift/logs 2022-03-09 12:40:06.067 | + lib/swift:configure_swift:544 : local swift_log_group=adm 2022-03-09 12:40:06.069 | + lib/swift:configure_swift:545 : is_suse 2022-03-09 12:40:06.072 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:40:06.074 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:40:06.076 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:40:06.079 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:40:06.082 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:40:06.088 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:40:06.090 | + lib/swift:configure_swift:548 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-03-09 12:40:06.105 | + lib/swift:configure_swift:550 : [[ False != \F\a\l\s\e ]] 2022-03-09 12:40:06.113 | + lib/swift:configure_swift:558 : '[' False == True ']' 2022-03-09 12:40:06.117 | + ./stack.sh:main:911 : is_service_enabled s3api 2022-03-09 12:40:06.134 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:06.137 | + ./stack.sh:main:917 : is_service_enabled g-api n-api 2022-03-09 12:40:06.155 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:06.157 | + ./stack.sh:main:919 : stack_install_service glance 2022-03-09 12:40:06.159 | + lib/stack:stack_install_service:20 : local service=glance 2022-03-09 12:40:06.162 | + lib/stack:stack_install_service:21 : type install_glance 2022-03-09 12:40:06.164 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 12:40:06.167 | + lib/stack:stack_install_service:32 : install_glance 2022-03-09 12:40:06.169 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-03-09 12:40:06.172 | + lib/glance:install_glance:507 : local glance_store_extras 2022-03-09 12:40:06.174 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-03-09 12:40:06.191 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:06.194 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-03-09 12:40:06.196 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-03-09 12:40:06.213 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:06.216 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-03-09 12:40:06.218 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-03-09 12:40:06.221 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-03-09 12:40:06.224 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:40:06.226 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:40:06.229 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-03-09 12:40:06.231 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:40:06.235 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-03-09 12:40:06.237 | ++ inc/python:join_extras:29 : local IFS=, 2022-03-09 12:40:06.240 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-03-09 12:40:06.243 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-03-09 12:40:06.245 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-03-09 12:40:06.248 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-03-09 12:40:06.251 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-03-09 12:40:06.254 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-03-09 12:40:06.257 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-03-09 12:40:06.259 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-03-09 12:40:06.263 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-03-09 12:40:06.263 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-03-09 12:40:06.269 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-03-09 12:40:06.271 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-03-09 12:40:06.274 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-03-09 12:40:06.277 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-03-09 12:40:06.279 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-03-09 12:40:06.301 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-03-09 12:40:06.304 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-03-09 12:40:07.181 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:07.181 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:07.181 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:07.181 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:08.321 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:40:08.350 | Requirement already satisfied: glance-store[cinder,swift]!=0.29.0 in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-03-09 12:40:08.431 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.33.0) 2022-03-09 12:40:08.432 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.8.0) 2022-03-09 12:40:08.433 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-03-09 12:40:08.434 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-03-09 12:40:08.435 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-03-09 12:40:08.436 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.12.2) 2022-03-09 12:40:08.438 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-03-09 12:40:08.439 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-03-09 12:40:08.440 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-03-09 12:40:08.441 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.27.1) 2022-03-09 12:40:08.442 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-03-09 12:40:08.443 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-03-09 12:40:08.445 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.4) 2022-03-09 12:40:08.447 | Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.13.1) 2022-03-09 12:40:08.450 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.7.0) 2022-03-09 12:40:08.452 | Requirement already satisfied: python-cinderclient>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.3.0) 2022-03-09 12:40:08.455 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-03-09 12:40:08.458 | Requirement already satisfied: os-brick>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.2.0) 2022-03-09 12:40:08.467 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.1.0) 2022-03-09 12:40:08.468 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2022-03-09 12:40:08.481 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (3.0.7) 2022-03-09 12:40:08.549 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-03-09 12:40:08.550 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-03-09 12:40:08.552 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.8.1) 2022-03-09 12:40:08.576 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.1) 2022-03-09 12:40:08.578 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-03-09 12:40:08.580 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.6.0) 2022-03-09 12:40:08.581 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.0) 2022-03-09 12:40:08.583 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.1.0) 2022-03-09 12:40:08.594 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.17.3) 2022-03-09 12:40:08.633 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2022-03-09 12:40:08.634 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-03-09 12:40:08.636 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.4.0) 2022-03-09 12:40:08.637 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-03-09 12:40:08.659 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.3) 2022-03-09 12:40:08.660 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2022-03-09 12:40:08.675 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.3) 2022-03-09 12:40:08.690 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.3) 2022-03-09 12:40:08.691 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-03-09 12:40:08.711 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.6) 2022-03-09 12:40:08.714 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.1.1) 2022-03-09 12:40:08.794 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2022-03-09 12:40:08.795 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.8) 2022-03-09 12:40:08.796 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2022-03-09 12:40:08.801 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.12) 2022-03-09 12:40:08.852 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.21) 2022-03-09 12:40:08.879 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.13.3) 2022-03-09 12:40:09.079 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-03-09 12:40:09.081 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-03-09 12:40:09.114 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.3) 2022-03-09 12:40:09.116 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-03-09 12:40:09.141 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-03-09 12:40:09.143 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-03-09 12:40:09.144 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-03-09 12:40:09.146 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-03-09 12:40:09.202 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2022-03-09 12:40:09.371 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-03-09 12:40:09.395 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (60.9.3) 2022-03-09 12:40:09.479 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-03-09 12:40:09.629 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-03-09 12:40:11.737 | 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-03-09 12:40:11.744 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:40:11.744 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:40:11.866 | + inc/python:pip_install:200 : result=0 2022-03-09 12:40:11.869 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:40:11.871 | + functions-common:time_stop:2425 : local name 2022-03-09 12:40:11.874 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:40:11.876 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:40:11.878 | + functions-common:time_stop:2428 : local total 2022-03-09 12:40:11.880 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:40:11.883 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:40:11.885 | + functions-common:time_stop:2432 : start_time=1646829606295 2022-03-09 12:40:11.887 | + functions-common:time_stop:2434 : [[ -z 1646829606295 ]] 2022-03-09 12:40:11.890 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:40:11.895 | + functions-common:time_stop:2437 : end_time=1646829611892 2022-03-09 12:40:11.897 | + functions-common:time_stop:2438 : elapsed_time=5597 2022-03-09 12:40:11.899 | + functions-common:time_stop:2439 : total=73301 2022-03-09 12:40:11.902 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:40:11.904 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=78898 2022-03-09 12:40:11.907 | + inc/python:pip_install:203 : return 0 2022-03-09 12:40:11.909 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-03-09 12:40:11.912 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-03-09 12:40:11.914 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-03-09 12:40:11.927 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-03-09 12:40:11.932 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-03-09 12:40:11.934 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-03-09 12:40:11.936 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-03-09 12:40:11.939 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:40:11.941 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:40:11.944 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:40:11.946 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:40:11.949 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:40:11.952 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:40:11.969 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:40:11.971 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:40:11.973 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:40:11.976 | + functions-common:git_clone:629 : echo master 2022-03-09 12:40:11.977 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:40:11.982 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-03-09 12:40:11.984 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:40:11.986 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-03-09 12:40:11.989 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:40:11.989 | + functions-common:git_clone:678 : head -1 2022-03-09 12:40:11.992 | 7af4d971f Merge "Fix warning in the release notes" 2022-03-09 12:40:11.995 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:40:11.997 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-03-09 12:40:12.000 | + inc/python:setup_develop:338 : local bindep 2022-03-09 12:40:12.003 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-03-09 12:40:12.005 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-03-09 12:40:12.008 | + inc/python:setup_develop:344 : local extras= 2022-03-09 12:40:12.010 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-03-09 12:40:12.013 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 12:40:12.016 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-03-09 12:40:12.018 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-03-09 12:40:12.020 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 12:40:12.023 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 12:40:12.026 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-03-09 12:40:12.028 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 12:40:12.032 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-03-09 12:40:12.034 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 12:40:12.037 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 12:40:12.040 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-03-09 12:40:12.045 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-03-09 12:40:12.048 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-03-09 12:40:12.693 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-03-09 12:40:12.695 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 12:40:12.698 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 12:40:12.700 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 12:40:12.703 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-03-09 12:40:12.705 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-03-09 12:40:12.707 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 12:40:12.710 | + inc/python:setup_package:428 : local extras= 2022-03-09 12:40:12.712 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 12:40:12.714 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 12:40:12.717 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 12:40:12.719 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 12:40:12.722 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 12:40:12.724 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-03-09 12:40:12.745 | Using python 3.8 to install /opt/stack/glance 2022-03-09 12:40:12.748 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-03-09 12:40:13.618 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:13.619 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:13.619 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:13.619 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:14.759 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:40:14.786 | Obtaining file:///opt/stack/glance 2022-03-09 12:40:14.787 | Preparing metadata (setup.py): started 2022-03-09 12:40:17.977 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 12:40:18.046 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (5.8.1) 2022-03-09 12:40:18.047 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.7.1) 2022-03-09 12:40:18.048 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.4.31) 2022-03-09 12:40:18.049 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.33.0) 2022-03-09 12:40:18.050 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.1.1) 2022-03-09 12:40:18.051 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.5.1) 2022-03-09 12:40:18.052 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.8.7) 2022-03-09 12:40:18.053 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.4.2) 2022-03-09 12:40:18.055 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.7.6) 2022-03-09 12:40:18.056 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.20.4) 2022-03-09 12:40:18.057 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (8.8.0) 2022-03-09 12:40:18.058 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.5.0) 2022-03-09 12:40:18.059 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.1.0) 2022-03-09 12:40:18.060 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.5.0) 2022-03-09 12:40:18.061 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.12.2) 2022-03-09 12:40:18.062 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.5.0) 2022-03-09 12:40:18.063 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.4.0) 2022-03-09 12:40:18.064 | Requirement already satisfied: taskflow>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.6.4) 2022-03-09 12:40:18.065 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.5.0) 2022-03-09 12:40:18.066 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (9.4.0) 2022-03-09 12:40:18.067 | Requirement already satisfied: WSME>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.11.0) 2022-03-09 12:40:18.069 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.1.1) 2022-03-09 12:40:18.069 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.5.0) 2022-03-09 12:40:18.070 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==24.1.0.dev3) (3.2.0) 2022-03-09 12:40:18.071 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.4.0) 2022-03-09 12:40:18.072 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (22.0.0) 2022-03-09 12:40:18.074 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (11.2.0) 2022-03-09 12:40:18.075 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (5.1.0) 2022-03-09 12:40:18.076 | Requirement already satisfied: oslo.limit>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.5.0) 2022-03-09 12:40:18.077 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.6.1) 2022-03-09 12:40:18.079 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (12.13.0) 2022-03-09 12:40:18.080 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.5.1) 2022-03-09 12:40:18.081 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.3.0) 2022-03-09 12:40:18.082 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.11.0) 2022-03-09 12:40:18.084 | Requirement already satisfied: retrying!=1.3.0,>=1.2.3 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.3.3) 2022-03-09 12:40:18.085 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.4.2) 2022-03-09 12:40:18.086 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.0.0) 2022-03-09 12:40:18.087 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.4.0) 2022-03-09 12:40:18.088 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (36.0.1) 2022-03-09 12:40:18.089 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.2.2) 2022-03-09 12:40:18.090 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.0.2) 2022-03-09 12:40:18.091 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (5.6.0) 2022-03-09 12:40:18.092 | Requirement already satisfied: castellan>=0.17.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.10.1) 2022-03-09 12:40:18.108 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev3) (4.11.1) 2022-03-09 12:40:18.110 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev3) (1.1.6) 2022-03-09 12:40:18.111 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev3) (5.4.0) 2022-03-09 12:40:18.131 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.1.0.dev3) (2.27.1) 2022-03-09 12:40:18.134 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.1.0.dev3) (5.3.0) 2022-03-09 12:40:18.172 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==24.1.0.dev3) (1.15.0) 2022-03-09 12:40:18.188 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==24.1.0.dev3) (4.3.0) 2022-03-09 12:40:18.197 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==24.1.0.dev3) (1.13.3) 2022-03-09 12:40:18.212 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev3) (1.16.0) 2022-03-09 12:40:18.213 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev3) (1.1.2) 2022-03-09 12:40:18.215 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev3) (2.1.0) 2022-03-09 12:40:18.304 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==24.1.0.dev3) (3.0.7) 2022-03-09 12:40:18.380 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==24.1.0.dev3) (1.7.0) 2022-03-09 12:40:18.431 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.1.0.dev3) (2.10.1) 2022-03-09 12:40:18.432 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.1.0.dev3) (3.1.1) 2022-03-09 12:40:18.466 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==24.1.0.dev3) (0.17.3) 2022-03-09 12:40:18.510 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev3) (6.0) 2022-03-09 12:40:18.511 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev3) (0.8.0) 2022-03-09 12:40:18.512 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev3) (1.5.0) 2022-03-09 12:40:18.597 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev3) (0.5.0) 2022-03-09 12:40:18.599 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev3) (0.13.0) 2022-03-09 12:40:18.600 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev3) (2.0.1) 2022-03-09 12:40:18.626 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==24.1.0.dev3) (0.61.0) 2022-03-09 12:40:18.673 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.1.0.dev3) (0.9.6) 2022-03-09 12:40:18.675 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.1.0.dev3) (2.8.2) 2022-03-09 12:40:18.733 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.2.3) 2022-03-09 12:40:18.735 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (0.4.0) 2022-03-09 12:40:18.737 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.0.0) 2022-03-09 12:40:18.739 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.0.9) 2022-03-09 12:40:18.742 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (2.8.0) 2022-03-09 12:40:18.764 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev3) (3.0.3) 2022-03-09 12:40:18.766 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev3) (3.2.0) 2022-03-09 12:40:18.767 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev3) (3.3.0) 2022-03-09 12:40:18.810 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==24.1.0.dev3) (5.9.0) 2022-03-09 12:40:18.853 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev3) (2021.3) 2022-03-09 12:40:18.854 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev3) (0.11.0) 2022-03-09 12:40:18.857 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev3) (21.3) 2022-03-09 12:40:18.931 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==24.1.0.dev3) (60.9.3) 2022-03-09 12:40:18.990 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==24.1.0.dev3) (0.2.5) 2022-03-09 12:40:19.090 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==24.1.0.dev3) (0.7) 2022-03-09 12:40:19.359 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (2.6.3) 2022-03-09 12:40:19.360 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (6.3.1) 2022-03-09 12:40:19.363 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (2.5.0) 2022-03-09 12:40:19.364 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (1.4.2) 2022-03-09 12:40:19.419 | Requirement already satisfied: simplegeneric in /usr/local/lib/python3.8/dist-packages (from WSME>=0.8.0->glance==24.1.0.dev3) (0.8.1) 2022-03-09 12:40:19.441 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.0.0) 2022-03-09 12:40:19.559 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==24.1.0.dev3) (2.21) 2022-03-09 12:40:19.664 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==24.1.0.dev3) (2.1.0) 2022-03-09 12:40:19.875 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (5.1.1) 2022-03-09 12:40:19.878 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (0.10.0) 2022-03-09 12:40:19.880 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.4.4) 2022-03-09 12:40:19.881 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.4.0) 2022-03-09 12:40:19.882 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.32) 2022-03-09 12:40:19.883 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (2.5.0) 2022-03-09 12:40:19.884 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.1.5) 2022-03-09 12:40:20.002 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (0.13.1) 2022-03-09 12:40:20.034 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==24.1.0.dev3) (1.0.3) 2022-03-09 12:40:20.078 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (3.0.0) 2022-03-09 12:40:20.083 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (1.3.3) 2022-03-09 12:40:20.331 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (3.10.1) 2022-03-09 12:40:20.512 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (3.3) 2022-03-09 12:40:20.514 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (2.0.12) 2022-03-09 12:40:20.515 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (2019.11.28) 2022-03-09 12:40:20.516 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (1.26.8) 2022-03-09 12:40:20.622 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==24.1.0.dev3) (0.5.2) 2022-03-09 12:40:20.777 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==24.1.0.dev3) (2.5.0) 2022-03-09 12:40:20.877 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==24.1.0.dev3) (3.7.0) 2022-03-09 12:40:21.217 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (0.5.0) 2022-03-09 12:40:21.220 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (2.4.0) 2022-03-09 12:40:21.445 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (2.2) 2022-03-09 12:40:21.768 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==24.1.0.dev3) (1.0.0) 2022-03-09 12:40:22.074 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (1.8.2) 2022-03-09 12:40:22.075 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (21.4.0) 2022-03-09 12:40:23.519 | Installing collected packages: glance 2022-03-09 12:40:23.519 | Attempting uninstall: glance 2022-03-09 12:40:23.520 | Found existing installation: glance 24.1.0.dev3 2022-03-09 12:40:23.526 | Can't uninstall 'glance'. No files were found to uninstall. 2022-03-09 12:40:23.528 | Running setup.py develop for glance 2022-03-09 12:40:27.921 | Successfully installed glance 2022-03-09 12:40:27.921 | 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-03-09 12:40:27.928 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:40:27.928 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:40:28.062 | + inc/python:pip_install:200 : result=0 2022-03-09 12:40:28.065 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:40:28.067 | + functions-common:time_stop:2425 : local name 2022-03-09 12:40:28.069 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:40:28.072 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:40:28.074 | + functions-common:time_stop:2428 : local total 2022-03-09 12:40:28.076 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:40:28.079 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:40:28.081 | + functions-common:time_stop:2432 : start_time=1646829612740 2022-03-09 12:40:28.084 | + functions-common:time_stop:2434 : [[ -z 1646829612740 ]] 2022-03-09 12:40:28.086 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:40:28.091 | + functions-common:time_stop:2437 : end_time=1646829628088 2022-03-09 12:40:28.093 | + functions-common:time_stop:2438 : elapsed_time=15348 2022-03-09 12:40:28.095 | + functions-common:time_stop:2439 : total=78898 2022-03-09 12:40:28.097 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:40:28.099 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=94246 2022-03-09 12:40:28.102 | + inc/python:pip_install:203 : return 0 2022-03-09 12:40:28.104 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 12:40:28.107 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-03-09 12:40:28.109 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-03-09 12:40:28.128 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-03-09 12:40:28.141 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-03-09 12:40:28.143 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-03-09 12:40:28.146 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:40:28.148 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:40:28.151 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-03-09 12:40:28.153 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:40:28.156 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 12:40:28.158 | + ./stack.sh:main:920 : configure_glance 2022-03-09 12:40:28.161 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-03-09 12:40:28.172 | + lib/glance:configure_glance:326 : local dburl 2022-03-09 12:40:28.175 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-03-09 12:40:28.178 | ++ lib/database:database_connection_url:134 : local db=glance 2022-03-09 12:40:28.180 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-03-09 12:40:28.182 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=glance 2022-03-09 12:40:28.185 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-03-09 12:40:28.188 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-03-09 12:40:28.190 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-03-09 12:40:28.219 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-03-09 12:40:28.247 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-03-09 12:40:28.276 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-03-09 12:40:28.305 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-03-09 12:40:28.335 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-03-09 12:40:28.364 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-03-09 12:40:28.367 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-03-09 12:40:28.369 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-03-09 12:40:28.372 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 12:40:28.374 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-03-09 12:40:28.402 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-03-09 12:40:28.431 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 12:40:28.460 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-03-09 12:40:28.489 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-03-09 12:40:28.518 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-03-09 12:40:28.547 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-03-09 12:40:28.577 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-03-09 12:40:28.606 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 12:40:28.636 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 12:40:28.665 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-03-09 12:40:28.694 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-03-09 12:40:28.697 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-03-09 12:40:28.699 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-03-09 12:40:28.701 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 12:40:28.704 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 12:40:28.706 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 12:40:28.724 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:28.727 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 12:40:28.729 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 12:40:28.732 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 12:40:28.751 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:28.753 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:40:28.756 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:40:28.785 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 12:40:28.788 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 12:40:28.790 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-03-09 12:40:28.793 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-03-09 12:40:28.795 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-03-09 12:40:28.825 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-03-09 12:40:28.855 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-03-09 12:40:28.857 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-03-09 12:40:28.860 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-03-09 12:40:28.863 | + lib/glance:configure_glance_store:254 : local be 2022-03-09 12:40:28.865 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-03-09 12:40:28.867 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-03-09 12:40:28.870 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-03-09 12:40:28.899 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-03-09 12:40:28.901 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.30 2022-03-09 12:40:28.931 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-03-09 12:40:28.934 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-03-09 12:40:28.950 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:28.953 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-03-09 12:40:28.982 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-03-09 12:40:29.012 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-03-09 12:40:29.052 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-03-09 12:40:29.082 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-03-09 12:40:29.112 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-03-09 12:40:29.129 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:29.131 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-03-09 12:40:29.161 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-03-09 12:40:29.190 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-03-09 12:40:29.220 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.30/identity/v3 2022-03-09 12:40:29.249 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-03-09 12:40:29.278 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.30/image 2022-03-09 12:40:29.308 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-03-09 12:40:29.324 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:29.327 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-03-09 12:40:29.330 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-03-09 12:40:29.332 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-03-09 12:40:29.335 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 12:40:29.353 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 12:40:29.355 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 12:40:29.357 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 12:40:29.360 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 12:40:29.362 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-03-09 12:40:29.404 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:40:29.433 | + functions:setup_systemd_logging:705 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:40:29.464 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 12:40:29.493 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-03-09 12:40:29.498 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-03-09 12:40:29.528 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-03-09 12:40:29.557 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-03-09 12:40:29.588 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.30/identity 2022-03-09 12:40:29.617 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-03-09 12:40:29.647 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-03-09 12:40:29.676 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-03-09 12:40:29.706 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-03-09 12:40:29.737 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-03-09 12:40:29.766 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-03-09 12:40:29.796 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-03-09 12:40:29.826 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-03-09 12:40:29.831 | + lib/glance:configure_glance:411 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-03-09 12:40:29.839 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-03-09 12:40:29.855 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:29.858 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-03-09 12:40:29.861 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-03-09 12:40:29.863 | + lib/apache:write_local_uwsgi_http_config:314 : local file=/etc/glance/glance-uwsgi.ini 2022-03-09 12:40:29.866 | + lib/apache:write_local_uwsgi_http_config:315 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-03-09 12:40:29.868 | + lib/apache:write_local_uwsgi_http_config:316 : local url=/image 2022-03-09 12:40:29.871 | ++ lib/apache:write_local_uwsgi_http_config:317 : basename /usr/local/bin/glance-wsgi-api 2022-03-09 12:40:29.875 | + lib/apache:write_local_uwsgi_http_config:317 : name=glance-wsgi-api 2022-03-09 12:40:29.877 | + lib/apache:write_local_uwsgi_http_config:323 : rm -rf /etc/glance/glance-uwsgi.ini 2022-03-09 12:40:29.881 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-03-09 12:40:29.910 | ++ lib/apache:write_local_uwsgi_http_config:325 : get_random_port 2022-03-09 12:40:29.913 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-03-09 12:40:29.915 | ++ functions:get_random_port:837 : true 2022-03-09 12:40:29.918 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-03-09 12:40:29.920 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-03-09 12:40:29.923 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-03-09 12:40:29.974 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-03-09 12:40:29.976 | ++ functions:get_random_port:841 : break 2 2022-03-09 12:40:29.978 | ++ functions:get_random_port:845 : echo 60999 2022-03-09 12:40:29.981 | + lib/apache:write_local_uwsgi_http_config:325 : port=60999 2022-03-09 12:40:29.983 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-03-09 12:40:30.012 | + lib/apache:write_local_uwsgi_http_config:327 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-03-09 12:40:30.038 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-03-09 12:40:30.066 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-03-09 12:40:30.093 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 12:40:30.120 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-03-09 12:40:30.147 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-03-09 12:40:30.175 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-03-09 12:40:30.202 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 12:40:30.229 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 12:40:30.257 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 12:40:30.284 | + lib/apache:write_local_uwsgi_http_config:345 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 12:40:30.311 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-03-09 12:40:30.339 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 12:40:30.366 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-03-09 12:40:30.393 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-03-09 12:40:30.421 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-03-09 12:40:30.448 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-03-09 12:40:30.476 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-03-09 12:40:30.503 | + lib/apache:write_local_uwsgi_http_config:356 : enable_apache_mod proxy 2022-03-09 12:40:30.506 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-03-09 12:40:30.508 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:40:30.510 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:30.513 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:30.515 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-03-09 12:40:30.518 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-03-09 12:40:30.572 | proxy (enabled by site administrator) 2022-03-09 12:40:30.575 | + lib/apache:write_local_uwsgi_http_config:357 : enable_apache_mod proxy_http 2022-03-09 12:40:30.578 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-03-09 12:40:30.580 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:40:30.583 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:30.585 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:30.588 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-03-09 12:40:30.590 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-03-09 12:40:30.645 | proxy_http (enabled by site administrator) 2022-03-09 12:40:30.648 | + lib/apache:write_local_uwsgi_http_config:358 : local apache_conf= 2022-03-09 12:40:30.651 | ++ lib/apache:write_local_uwsgi_http_config:359 : apache_site_config_for glance-wsgi-api 2022-03-09 12:40:30.653 | ++ lib/apache:apache_site_config_for:181 : local site=glance-wsgi-api 2022-03-09 12:40:30.656 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 12:40:30.659 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:30.661 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:30.663 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 12:40:30.666 | + lib/apache:write_local_uwsgi_http_config:359 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 12:40:30.669 | + lib/apache:write_local_uwsgi_http_config:360 : echo 'KeepAlive Off' 2022-03-09 12:40:30.669 | + lib/apache:write_local_uwsgi_http_config:360 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 12:40:30.678 | KeepAlive Off 2022-03-09 12:40:30.682 | + lib/apache:write_local_uwsgi_http_config:361 : echo 'SetEnv proxy-sendchunked 1' 2022-03-09 12:40:30.683 | + lib/apache:write_local_uwsgi_http_config:361 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 12:40:30.691 | SetEnv proxy-sendchunked 1 2022-03-09 12:40:30.695 | + lib/apache:write_local_uwsgi_http_config:362 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 12:40:30.695 | + lib/apache:write_local_uwsgi_http_config:362 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-03-09 12:40:30.704 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-03-09 12:40:30.707 | + lib/apache:write_local_uwsgi_http_config:363 : enable_apache_site glance-wsgi-api 2022-03-09 12:40:30.710 | + lib/apache:enable_apache_site:198 : local site=glance-wsgi-api 2022-03-09 12:40:30.712 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 12:40:30.714 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 12:40:30.716 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:40:30.719 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:30.722 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:30.724 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 12:40:30.726 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 12:40:30.729 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:30.731 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:30.733 | + lib/apache:enable_apache_site:202 : sudo a2ensite glance-wsgi-api 2022-03-09 12:40:30.794 | Site glance-wsgi-api already enabled 2022-03-09 12:40:30.799 | + lib/apache:write_local_uwsgi_http_config:364 : restart_apache_server 2022-03-09 12:40:30.801 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 12:40:30.804 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:40:30.806 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 12:40:30.941 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-03-09 12:40:30.948 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-03-09 12:40:30.984 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-03-09 12:40:30.987 | + ./stack.sh:main:923 : is_service_enabled cinder 2022-03-09 12:40:31.006 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:31.008 | + ./stack.sh:main:925 : stack_install_service cinder 2022-03-09 12:40:31.011 | + lib/stack:stack_install_service:20 : local service=cinder 2022-03-09 12:40:31.014 | + lib/stack:stack_install_service:21 : type install_cinder 2022-03-09 12:40:31.018 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 12:40:31.020 | + lib/stack:stack_install_service:32 : install_cinder 2022-03-09 12:40:31.023 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-03-09 12:40:31.025 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-03-09 12:40:31.028 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-03-09 12:40:31.030 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:40:31.032 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:40:31.035 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:40:31.038 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:40:31.040 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:40:31.043 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:40:31.060 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:40:31.063 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:40:31.066 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:40:31.068 | + functions-common:git_clone:629 : echo master 2022-03-09 12:40:31.069 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:40:31.074 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-03-09 12:40:31.077 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:40:31.080 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-03-09 12:40:31.083 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:40:31.083 | + functions-common:git_clone:678 : head -1 2022-03-09 12:40:31.093 | 1088f06d4 Merge "db: Move utility methods to top of file" 2022-03-09 12:40:31.096 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:40:31.098 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-03-09 12:40:31.101 | + inc/python:setup_develop:338 : local bindep 2022-03-09 12:40:31.104 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-03-09 12:40:31.106 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-03-09 12:40:31.108 | + inc/python:setup_develop:344 : local extras= 2022-03-09 12:40:31.111 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-03-09 12:40:31.113 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 12:40:31.116 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-03-09 12:40:31.118 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-03-09 12:40:31.121 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 12:40:31.123 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 12:40:31.127 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-03-09 12:40:31.129 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 12:40:31.132 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-03-09 12:40:31.135 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 12:40:31.137 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 12:40:31.141 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-03-09 12:40:31.146 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-03-09 12:40:31.149 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-03-09 12:40:31.810 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-03-09 12:40:31.812 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 12:40:31.815 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 12:40:31.817 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 12:40:31.820 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-03-09 12:40:31.822 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-03-09 12:40:31.824 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 12:40:31.827 | + inc/python:setup_package:428 : local extras= 2022-03-09 12:40:31.829 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 12:40:31.831 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 12:40:31.834 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 12:40:31.836 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 12:40:31.839 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 12:40:31.841 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-03-09 12:40:31.863 | Using python 3.8 to install /opt/stack/cinder 2022-03-09 12:40:31.865 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-03-09 12:40:32.739 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:32.739 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:32.739 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:32.739 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:33.873 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:40:33.901 | Obtaining file:///opt/stack/cinder 2022-03-09 12:40:33.901 | Preparing metadata (setup.py): started 2022-03-09 12:40:37.896 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 12:40:38.028 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.8.1) 2022-03-09 12:40:38.029 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.1.1) 2022-03-09 12:40:38.030 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.33.0) 2022-03-09 12:40:38.031 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.1.2) 2022-03-09 12:40:38.032 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.20.4) 2022-03-09 12:40:38.034 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.0.2) 2022-03-09 12:40:38.035 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0.dev253) (3.2.0) 2022-03-09 12:40:38.035 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.5.0) 2022-03-09 12:40:38.036 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (9.4.0) 2022-03-09 12:40:38.037 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.8.0) 2022-03-09 12:40:38.039 | Requirement already satisfied: oauth2client>=4.1.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.1.3) 2022-03-09 12:40:38.040 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (8.8.0) 2022-03-09 12:40:38.041 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.5.0) 2022-03-09 12:40:38.042 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.1.0) 2022-03-09 12:40:38.044 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (11.2.0) 2022-03-09 12:40:38.045 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.6.1) 2022-03-09 12:40:38.046 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (12.13.0) 2022-03-09 12:40:38.047 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.5.1) 2022-03-09 12:40:38.048 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.11.0) 2022-03-09 12:40:38.049 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.7.0) 2022-03-09 12:40:38.050 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.3.0) 2022-03-09 12:40:38.051 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (6.3.1) 2022-03-09 12:40:38.052 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.3.0) 2022-03-09 12:40:38.054 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.8.0) 2022-03-09 12:40:38.055 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.5.0) 2022-03-09 12:40:38.056 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.12.2) 2022-03-09 12:40:38.057 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.6.0) 2022-03-09 12:40:38.058 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.4.2) 2022-03-09 12:40:38.059 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (21.3) 2022-03-09 12:40:38.060 | Requirement already satisfied: paramiko>=2.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.8.1) 2022-03-09 12:40:38.061 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.5.0) 2022-03-09 12:40:38.062 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.1.1) 2022-03-09 12:40:38.063 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.9.0) 2022-03-09 12:40:38.064 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.0.7) 2022-03-09 12:40:38.065 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.3.0) 2022-03-09 12:40:38.066 | Requirement already satisfied: python-glanceclient>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.6.0) 2022-03-09 12:40:38.067 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.4.0) 2022-03-09 12:40:38.069 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (17.7.0) 2022-03-09 12:40:38.070 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.13.1) 2022-03-09 12:40:38.071 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2021.3) 2022-03-09 12:40:38.072 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.27.1) 2022-03-09 12:40:38.073 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.5.1) 2022-03-09 12:40:38.074 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.6.4) 2022-03-09 12:40:38.075 | Requirement already satisfied: rtslib-fb>=2.1.74 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.1.74) 2022-03-09 12:40:38.076 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.16.0) 2022-03-09 12:40:38.077 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.4.31) 2022-03-09 12:40:38.079 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.13.0) 2022-03-09 12:40:38.080 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.5.0) 2022-03-09 12:40:38.081 | Requirement already satisfied: tabulate>=0.8.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.8.9) 2022-03-09 12:40:38.082 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (6.3.1) 2022-03-09 12:40:38.083 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.8.7) 2022-03-09 12:40:38.085 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.1.0) 2022-03-09 12:40:38.086 | Requirement already satisfied: oslo.vmware>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.10.0) 2022-03-09 12:40:38.087 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.2.0) 2022-03-09 12:40:38.088 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.6.0) 2022-03-09 12:40:38.089 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.10.1) 2022-03-09 12:40:38.090 | Requirement already satisfied: google-api-python-client>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.38.0) 2022-03-09 12:40:38.091 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.10.1) 2022-03-09 12:40:38.092 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (36.0.1) 2022-03-09 12:40:38.093 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.2.2) 2022-03-09 12:40:38.095 | Requirement already satisfied: zstd>=1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.5.1.0) 2022-03-09 12:40:38.096 | Requirement already satisfied: boto3>=1.16.51 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.21.7) 2022-03-09 12:40:38.110 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev253) (0.10.0) 2022-03-09 12:40:38.111 | Requirement already satisfied: botocore<1.25.0,>=1.24.7 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev253) (1.24.7) 2022-03-09 12:40:38.112 | Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev253) (0.5.2) 2022-03-09 12:40:38.174 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0.dev253) (1.15.0) 2022-03-09 12:40:38.205 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0.dev253) (2.1.0) 2022-03-09 12:40:38.220 | Requirement already satisfied: google-api-core<3.0.0dev,>=1.21.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (2.5.0) 2022-03-09 12:40:38.221 | Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (2.6.0) 2022-03-09 12:40:38.222 | Requirement already satisfied: uritemplate<5,>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (4.1.1) 2022-03-09 12:40:38.224 | Requirement already satisfied: google-auth-httplib2>=0.1.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (0.1.0) 2022-03-09 12:40:38.320 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.0.dev253) (1.7.0) 2022-03-09 12:40:38.374 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev253) (2.10.1) 2022-03-09 12:40:38.377 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev253) (3.1.1) 2022-03-09 12:40:38.403 | Requirement already satisfied: rsa>=3.1.4 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.0.dev253) (4.8) 2022-03-09 12:40:38.404 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.0.dev253) (0.2.8) 2022-03-09 12:40:38.405 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.0.dev253) (0.4.8) 2022-03-09 12:40:38.471 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.0.dev253) (0.17.3) 2022-03-09 12:40:38.540 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (0.8.0) 2022-03-09 12:40:38.542 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (6.0) 2022-03-09 12:40:38.543 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (1.5.0) 2022-03-09 12:40:38.544 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (2.4.0) 2022-03-09 12:40:38.606 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev253) (2.0.1) 2022-03-09 12:40:38.607 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev253) (0.5.0) 2022-03-09 12:40:38.608 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev253) (1.7.6) 2022-03-09 12:40:38.668 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev253) (2.8.2) 2022-03-09 12:40:38.672 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev253) (0.9.6) 2022-03-09 12:40:38.732 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.0.0) 2022-03-09 12:40:38.734 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (0.4.0) 2022-03-09 12:40:38.735 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.2.3) 2022-03-09 12:40:38.738 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.0.9) 2022-03-09 12:40:38.742 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (2.4.0) 2022-03-09 12:40:38.765 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (3.2.0) 2022-03-09 12:40:38.767 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (3.0.3) 2022-03-09 12:40:38.768 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (3.3.0) 2022-03-09 12:40:38.817 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.0.dev253) (1.0.3) 2022-03-09 12:40:38.902 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev253) (3.0.0) 2022-03-09 12:40:38.903 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev253) (1.3.3) 2022-03-09 12:40:38.930 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev253) (3.1.1) 2022-03-09 12:40:38.957 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.0.dev253) (0.11.0) 2022-03-09 12:40:39.024 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev253) (1.26.8) 2022-03-09 12:40:39.027 | Requirement already satisfied: suds-community>=0.6 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev253) (1.0.0) 2022-03-09 12:40:39.161 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.2->cinder==19.1.0.dev253) (1.5.0) 2022-03-09 12:40:39.187 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0.dev253) (60.9.3) 2022-03-09 12:40:39.328 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (3.10.1) 2022-03-09 12:40:39.369 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (1.3.3) 2022-03-09 12:40:39.370 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (22.0.0) 2022-03-09 12:40:39.371 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (1.13.3) 2022-03-09 12:40:39.576 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev253) (2019.11.28) 2022-03-09 12:40:39.578 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev253) (3.3) 2022-03-09 12:40:39.581 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev253) (2.0.12) 2022-03-09 12:40:39.617 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0.dev253) (0.7) 2022-03-09 12:40:39.648 | Requirement already satisfied: pyudev>=0.16.1 in /usr/local/lib/python3.8/dist-packages (from rtslib-fb>=2.1.74->cinder==19.1.0.dev253) (0.23.2) 2022-03-09 12:40:39.898 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev253) (0.5.2) 2022-03-09 12:40:39.898 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev253) (0.4.2) 2022-03-09 12:40:40.048 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev253) (2.5.0) 2022-03-09 12:40:40.050 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev253) (2.6.3) 2022-03-09 12:40:40.055 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev253) (1.4.2) 2022-03-09 12:40:40.188 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0.dev253) (0.12.2) 2022-03-09 12:40:40.310 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (1.1.6) 2022-03-09 12:40:40.311 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (5.4.0) 2022-03-09 12:40:40.318 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (4.11.1) 2022-03-09 12:40:40.349 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.0.0) 2022-03-09 12:40:40.605 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0.dev253) (2.21) 2022-03-09 12:40:40.692 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (2.4.0) 2022-03-09 12:40:40.694 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (0.5.0) 2022-03-09 12:40:40.900 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev253) (2.5.0) 2022-03-09 12:40:40.997 | Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (1.55.0) 2022-03-09 12:40:41.000 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (3.19.4) 2022-03-09 12:40:41.184 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (2.1.0) 2022-03-09 12:40:41.622 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.0.dev253) (1.1.5) 2022-03-09 12:40:41.676 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (0.13.1) 2022-03-09 12:40:41.726 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev253) (0.2.5) 2022-03-09 12:40:42.803 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (1.32) 2022-03-09 12:40:43.078 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (1.8.2) 2022-03-09 12:40:43.080 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (21.4.0) 2022-03-09 12:40:43.229 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (2.2) 2022-03-09 12:40:43.425 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev253) (1.0.0) 2022-03-09 12:40:43.558 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (3.7.0) 2022-03-09 12:40:45.279 | Installing collected packages: cinder 2022-03-09 12:40:45.279 | Attempting uninstall: cinder 2022-03-09 12:40:45.279 | Found existing installation: cinder 19.1.0.dev253 2022-03-09 12:40:45.286 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-03-09 12:40:45.288 | Running setup.py develop for cinder 2022-03-09 12:40:51.034 | Successfully installed cinder 2022-03-09 12:40:51.034 | 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-03-09 12:40:51.043 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:40:51.043 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:40:51.194 | + inc/python:pip_install:200 : result=0 2022-03-09 12:40:51.196 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:40:51.199 | + functions-common:time_stop:2425 : local name 2022-03-09 12:40:51.201 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:40:51.204 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:40:51.206 | + functions-common:time_stop:2428 : local total 2022-03-09 12:40:51.208 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:40:51.211 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:40:51.213 | + functions-common:time_stop:2432 : start_time=1646829631857 2022-03-09 12:40:51.215 | + functions-common:time_stop:2434 : [[ -z 1646829631857 ]] 2022-03-09 12:40:51.218 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:40:51.222 | + functions-common:time_stop:2437 : end_time=1646829651220 2022-03-09 12:40:51.224 | + functions-common:time_stop:2438 : elapsed_time=19363 2022-03-09 12:40:51.226 | + functions-common:time_stop:2439 : total=94246 2022-03-09 12:40:51.229 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:40:51.231 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=113609 2022-03-09 12:40:51.233 | + inc/python:pip_install:203 : return 0 2022-03-09 12:40:51.236 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 12:40:51.238 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-03-09 12:40:51.240 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-03-09 12:40:51.260 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-03-09 12:40:51.272 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-03-09 12:40:51.274 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-03-09 12:40:51.277 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:40:51.279 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:40:51.282 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-03-09 12:40:51.284 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:40:51.287 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-03-09 12:40:51.289 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-03-09 12:40:51.292 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-03-09 12:40:51.294 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:51.297 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:51.299 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-03-09 12:40:51.311 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-03-09 12:40:51.314 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:40:51.316 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:40:51.319 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:40:51.321 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:40:51.324 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:40:51.326 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:40:51.329 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:51.332 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:51.334 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:40:51.337 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:40:51.339 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:40:51.342 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:40:51.344 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-03-09 12:40:51.347 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:40:51.349 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:51.352 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:51.354 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-03-09 12:40:51.376 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-03-09 12:40:51.486 | Reading package lists... 2022-03-09 12:40:51.724 | Building dependency tree... 2022-03-09 12:40:51.726 | Reading state information... 2022-03-09 12:40:51.982 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-03-09 12:40:51.982 | The following packages were automatically installed and are no longer required: 2022-03-09 12:40:51.983 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:40:51.983 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:40:51.983 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:40:51.983 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:40:51.983 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:40:51.983 | python3-zope.interface 2022-03-09 12:40:51.983 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:40:52.095 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:40:52.100 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:40:52.102 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:40:52.105 | + functions-common:time_stop:2425 : local name 2022-03-09 12:40:52.108 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:40:52.111 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:40:52.113 | + functions-common:time_stop:2428 : local total 2022-03-09 12:40:52.116 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:40:52.118 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:40:52.120 | + functions-common:time_stop:2432 : start_time=1646829651373 2022-03-09 12:40:52.123 | + functions-common:time_stop:2434 : [[ -z 1646829651373 ]] 2022-03-09 12:40:52.126 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:40:52.130 | + functions-common:time_stop:2437 : end_time=1646829652128 2022-03-09 12:40:52.133 | + functions-common:time_stop:2438 : elapsed_time=755 2022-03-09 12:40:52.135 | + functions-common:time_stop:2439 : total=5242 2022-03-09 12:40:52.138 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:40:52.141 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=5997 2022-03-09 12:40:52.143 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:40:52.146 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 12:40:52.148 | + ./stack.sh:main:926 : configure_cinder 2022-03-09 12:40:52.150 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-03-09 12:40:52.163 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-03-09 12:40:52.167 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-03-09 12:40:52.169 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-03-09 12:40:52.171 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-03-09 12:40:52.175 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-03-09 12:40:52.175 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-03-09 12:40:52.180 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-03-09 12:40:52.182 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-03-09 12:40:52.184 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-03-09 12:40:52.186 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-03-09 12:40:52.188 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-03-09 12:40:52.190 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-03-09 12:40:52.193 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-03-09 12:40:52.195 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-03-09 12:40:52.206 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-03-09 12:40:52.219 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2022-03-09 12:40:52.231 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2022-03-09 12:40:52.243 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-03-09 12:40:52.254 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-03-09 12:40:52.257 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-03-09 12:40:52.261 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.Zodvy27CrR 2022-03-09 12:40:52.263 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-03-09 12:40:52.266 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-03-09 12:40:52.268 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-03-09 12:40:52.271 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.Zodvy27CrR 2022-03-09 12:40:52.274 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.Zodvy27CrR 2022-03-09 12:40:52.286 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.Zodvy27CrR /etc/sudoers.d/cinder-rootwrap 2022-03-09 12:40:52.299 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-03-09 12:40:52.303 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-03-09 12:40:52.305 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-03-09 12:40:52.307 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-03-09 12:40:52.309 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-03-09 12:40:52.311 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-03-09 12:40:52.314 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-03-09 12:40:52.316 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-03-09 12:40:52.319 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-03-09 12:40:52.323 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-03-09 12:40:52.327 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-03-09 12:40:52.346 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-03-09 12:40:52.364 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-03-09 12:40:52.383 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-03-09 12:40:52.401 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-03-09 12:40:52.419 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-03-09 12:40:52.438 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-03-09 12:40:52.456 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-03-09 12:40:52.475 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-03-09 12:40:52.477 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-03-09 12:40:52.479 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-03-09 12:40:52.481 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 12:40:52.484 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-03-09 12:40:52.513 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-03-09 12:40:52.540 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 12:40:52.568 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-03-09 12:40:52.596 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-03-09 12:40:52.623 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-03-09 12:40:52.651 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-03-09 12:40:52.679 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-03-09 12:40:52.706 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 12:40:52.734 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 12:40:52.762 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-03-09 12:40:52.792 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-03-09 12:40:52.820 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-03-09 12:40:52.823 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-03-09 12:40:52.825 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-03-09 12:40:52.828 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=cinder 2022-03-09 12:40:52.830 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-03-09 12:40:52.833 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-03-09 12:40:52.864 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-03-09 12:40:52.891 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-03-09 12:40:52.919 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-03-09 12:40:52.946 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-03-09 12:40:52.975 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-03-09 12:40:53.002 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-03-09 12:40:53.032 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-03-09 12:40:53.034 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.30 2022-03-09 12:40:53.061 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-03-09 12:40:53.092 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-03-09 12:40:53.100 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 495bead90e325e080611d2c994839fb5 2022-03-09 12:40:53.127 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-03-09 12:40:53.129 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-03-09 12:40:53.158 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-03-09 12:40:53.186 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-03-09 12:40:53.214 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-03-09 12:40:53.241 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-03-09 12:40:53.258 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:53.261 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-03-09 12:40:53.270 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-03-09 12:40:53.270 | + lib/cinder:configure_cinder:301 : local default_name= 2022-03-09 12:40:53.270 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-03-09 12:40:53.271 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-03-09 12:40:53.273 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-03-09 12:40:53.276 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-03-09 12:40:53.278 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-03-09 12:40:53.280 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-03-09 12:40:53.283 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-03-09 12:40:53.286 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-03-09 12:40:53.315 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-03-09 12:40:53.343 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-03-09 12:40:53.370 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-03-09 12:40:53.398 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-03-09 12:40:53.425 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-03-09 12:40:53.454 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-03-09 12:40:53.456 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-03-09 12:40:53.459 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-03-09 12:40:53.461 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-03-09 12:40:53.488 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-03-09 12:40:53.490 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-03-09 12:40:53.519 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-03-09 12:40:53.521 | + lib/cinder:configure_cinder_image_volume_cache:619 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-03-09 12:40:53.524 | + lib/cinder:configure_cinder_image_volume_cache:620 : local be_name=lvmdriver-1 2022-03-09 12:40:53.526 | + lib/cinder:configure_cinder_image_volume_cache:622 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-03-09 12:40:53.553 | + lib/cinder:configure_cinder_image_volume_cache:624 : [[ -n '' ]] 2022-03-09 12:40:53.556 | + lib/cinder:configure_cinder_image_volume_cache:628 : [[ -n '' ]] 2022-03-09 12:40:53.558 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-03-09 12:40:53.574 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:53.577 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-03-09 12:40:53.580 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-03-09 12:40:53.582 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-03-09 12:40:53.585 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-03-09 12:40:53.612 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.30:8080/v1/AUTH_ 2022-03-09 12:40:53.640 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-03-09 12:40:53.656 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:53.658 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-03-09 12:40:53.674 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:53.677 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-03-09 12:40:53.693 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:53.696 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-03-09 12:40:53.698 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-03-09 12:40:53.700 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-03-09 12:40:53.703 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-03-09 12:40:53.705 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 12:40:53.708 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 12:40:53.710 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 12:40:53.726 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:53.729 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 12:40:53.732 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 12:40:53.734 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 12:40:53.750 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:53.753 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:40:53.756 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:40:53.783 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 12:40:53.785 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 12:40:53.788 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-03-09 12:40:53.790 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-03-09 12:40:53.792 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-03-09 12:40:53.795 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 12:40:53.813 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 12:40:53.815 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 12:40:53.818 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 12:40:53.820 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 12:40:53.822 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-03-09 12:40:53.850 | + functions:setup_systemd_logging:704 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:40:53.878 | + functions:setup_systemd_logging:705 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:40:53.906 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 12:40:53.933 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-03-09 12:40:53.950 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:53.952 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-03-09 12:40:53.955 | + lib/apache:write_uwsgi_config:249 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-03-09 12:40:53.957 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/cinder-wsgi 2022-03-09 12:40:53.960 | + lib/apache:write_uwsgi_config:251 : local url=/volume 2022-03-09 12:40:53.962 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 12:40:53.965 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 12:40:53.968 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/cinder-wsgi 2022-03-09 12:40:53.971 | + lib/apache:write_uwsgi_config:254 : name=cinder-wsgi 2022-03-09 12:40:53.974 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 12:40:53.976 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 12:40:53.989 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 12:40:53.989 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:40:53.998 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 12:40:54.001 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:40:54.019 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-03-09 12:40:54.024 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-03-09 12:40:54.028 | + lib/apache:write_uwsgi_config:270 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-03-09 12:40:54.057 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-03-09 12:40:54.084 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-03-09 12:40:54.112 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-03-09 12:40:54.138 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 12:40:54.165 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 12:40:54.192 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-03-09 12:40:54.220 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-03-09 12:40:54.247 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-03-09 12:40:54.273 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 12:40:54.301 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 12:40:54.328 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 12:40:54.356 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-03-09 12:40:54.387 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 12:40:54.389 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 12:40:54.392 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for cinder-wsgi 2022-03-09 12:40:54.395 | ++ lib/apache:apache_site_config_for:181 : local site=cinder-wsgi 2022-03-09 12:40:54.397 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 12:40:54.399 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:54.402 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:54.404 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-03-09 12:40:54.407 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-03-09 12:40:54.410 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-03-09 12:40:54.437 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 12:40:54.465 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-03-09 12:40:54.466 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-03-09 12:40:54.475 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-03-09 12:40:54.478 | + lib/apache:write_uwsgi_config:302 : enable_apache_site cinder-wsgi 2022-03-09 12:40:54.480 | + lib/apache:enable_apache_site:198 : local site=cinder-wsgi 2022-03-09 12:40:54.483 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 12:40:54.485 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 12:40:54.487 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:40:54.490 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:54.492 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:54.494 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 12:40:54.497 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 12:40:54.499 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:40:54.501 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:40:54.504 | + lib/apache:enable_apache_site:202 : sudo a2ensite cinder-wsgi 2022-03-09 12:40:54.565 | Enabling site cinder-wsgi. 2022-03-09 12:40:54.570 | To activate the new configuration, you need to run: 2022-03-09 12:40:54.570 | systemctl reload apache2 2022-03-09 12:40:54.575 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 12:40:54.577 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 12:40:54.580 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:40:54.582 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 12:40:54.719 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-03-09 12:40:54.722 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-03-09 12:40:54.756 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.30/image 2022-03-09 12:40:54.787 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-03-09 12:40:54.804 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:40:54.806 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-03-09 12:40:54.808 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-03-09 12:40:54.811 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-03-09 12:40:54.813 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-03-09 12:40:54.816 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-03-09 12:40:54.847 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-03-09 12:40:54.874 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.30/identity 2022-03-09 12:40:54.902 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-03-09 12:40:54.930 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-03-09 12:40:54.958 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-03-09 12:40:54.988 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-03-09 12:40:55.017 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-03-09 12:40:55.045 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-03-09 12:40:55.083 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-03-09 12:40:55.111 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-03-09 12:40:55.139 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-03-09 12:40:55.168 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-03-09 12:40:55.171 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-03-09 12:40:55.188 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:55.190 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.30:2379 2022-03-09 12:40:55.222 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-03-09 12:40:55.224 | + ./stack.sh:main:929 : is_service_enabled neutron 2022-03-09 12:40:55.242 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:40:55.244 | + ./stack.sh:main:931 : stack_install_service neutron 2022-03-09 12:40:55.246 | + lib/stack:stack_install_service:20 : local service=neutron 2022-03-09 12:40:55.249 | + lib/stack:stack_install_service:21 : type install_neutron 2022-03-09 12:40:55.252 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 12:40:55.254 | + lib/stack:stack_install_service:32 : install_neutron 2022-03-09 12:40:55.257 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-03-09 12:40:55.260 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:40:55.261 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 12:40:55.266 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:40:55.269 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 12:40:55.271 | + 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-03-09 12:40:55.274 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 12:40:55.276 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-03-09 12:40:55.279 | + lib/neutron-legacy:install_mutnauq:467 : use_library_from_git neutron-lib 2022-03-09 12:40:55.281 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-03-09 12:40:55.284 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:40:55.286 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:40:55.289 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-03-09 12:40:55.291 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:40:55.294 | + lib/neutron-legacy:install_mutnauq:472 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-03-09 12:40:55.296 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/neutron.git 2022-03-09 12:40:55.299 | + functions-common:git_clone:609 : local git_dest=/opt/stack/neutron 2022-03-09 12:40:55.301 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:40:55.304 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:40:55.306 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:40:55.309 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:40:55.311 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:40:55.316 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:40:55.336 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:40:55.339 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:40:55.342 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:40:55.345 | + functions-common:git_clone:629 : echo master 2022-03-09 12:40:55.345 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:40:55.350 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/neutron ]] 2022-03-09 12:40:55.353 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:40:55.355 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-03-09 12:40:55.358 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:40:55.358 | + functions-common:git_clone:678 : head -1 2022-03-09 12:40:55.368 | 9be8e28b4c Merge commit 'refs/changes/83/832783/1' of ssh://review.openstack.org:29418/openstack/neutron into HEAD 2022-03-09 12:40:55.370 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:40:55.373 | + lib/neutron-legacy:install_mutnauq:473 : setup_develop /opt/stack/neutron 2022-03-09 12:40:55.376 | + inc/python:setup_develop:338 : local bindep 2022-03-09 12:40:55.378 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-03-09 12:40:55.381 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-03-09 12:40:55.383 | + inc/python:setup_develop:344 : local extras= 2022-03-09 12:40:55.386 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-03-09 12:40:55.388 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 12:40:55.391 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-03-09 12:40:55.393 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-03-09 12:40:55.396 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 12:40:55.398 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 12:40:55.401 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-03-09 12:40:55.404 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 12:40:55.407 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-03-09 12:40:55.409 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 12:40:55.412 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 12:40:55.415 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-03-09 12:40:55.422 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-03-09 12:40:55.425 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-03-09 12:40:56.079 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-03-09 12:40:56.082 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 12:40:56.084 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 12:40:56.086 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 12:40:56.089 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-03-09 12:40:56.091 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-03-09 12:40:56.093 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 12:40:56.096 | + inc/python:setup_package:428 : local extras= 2022-03-09 12:40:56.099 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 12:40:56.101 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 12:40:56.103 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 12:40:56.106 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 12:40:56.108 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 12:40:56.111 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-03-09 12:40:56.131 | Using python 3.8 to install /opt/stack/neutron 2022-03-09 12:40:56.133 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-03-09 12:40:57.007 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:57.007 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:57.007 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:40:57.007 | from cryptography.utils import int_from_bytes 2022-03-09 12:40:58.124 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:40:58.149 | Obtaining file:///opt/stack/neutron 2022-03-09 12:40:58.150 | Preparing metadata (setup.py): started 2022-03-09 12:41:02.360 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 12:41:02.447 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.8.1) 2022-03-09 12:41:02.448 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.5.0) 2022-03-09 12:41:02.449 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.1.1) 2022-03-09 12:41:02.450 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.5.1) 2022-03-09 12:41:02.451 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.4.0) 2022-03-09 12:41:02.452 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.1.1) 2022-03-09 12:41:02.453 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.33.0) 2022-03-09 12:41:02.454 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.4.1) 2022-03-09 12:41:02.456 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.20.4) 2022-03-09 12:41:02.457 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.27.1) 2022-03-09 12:41:02.458 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.0.3) 2022-03-09 12:41:02.459 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (9.4.0) 2022-03-09 12:41:02.460 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.8.0) 2022-03-09 12:41:02.461 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.11.0) 2022-03-09 12:41:02.462 | Requirement already satisfied: neutron-lib>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.20.0) 2022-03-09 12:41:02.463 | Requirement already satisfied: python-neutronclient>=7.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (7.8.0) 2022-03-09 12:41:02.464 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (6.3.1) 2022-03-09 12:41:02.465 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.4.31) 2022-03-09 12:41:02.466 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.8.7) 2022-03-09 12:41:02.467 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.0) 2022-03-09 12:41:02.469 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.7.6) 2022-03-09 12:41:02.470 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.5.0) 2022-03-09 12:41:02.471 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.10.1) 2022-03-09 12:41:02.472 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.0) 2022-03-09 12:41:02.473 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (8.8.0) 2022-03-09 12:41:02.474 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.1.0) 2022-03-09 12:41:02.476 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (11.2.0) 2022-03-09 12:41:02.477 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.1.0) 2022-03-09 12:41:02.478 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.6.1) 2022-03-09 12:41:02.479 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (12.13.0) 2022-03-09 12:41:02.480 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.1) 2022-03-09 12:41:02.481 | Requirement already satisfied: oslo.policy>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.11.0) 2022-03-09 12:41:02.482 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.7.0) 2022-03-09 12:41:02.483 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.3.0) 2022-03-09 12:41:02.484 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (6.3.1) 2022-03-09 12:41:02.486 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.3.0) 2022-03-09 12:41:02.487 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.8.0) 2022-03-09 12:41:02.488 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.5.0) 2022-03-09 12:41:02.489 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.12.2) 2022-03-09 12:41:02.490 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.6.0) 2022-03-09 12:41:02.491 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.4.2) 2022-03-09 12:41:02.492 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.3.1) 2022-03-09 12:41:02.493 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.1.0) 2022-03-09 12:41:02.494 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.16.0) 2022-03-09 12:41:02.495 | Requirement already satisfied: ovsdbapp>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.15.1) 2022-03-09 12:41:02.496 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (21.3) 2022-03-09 12:41:02.497 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.9.0) 2022-03-09 12:41:02.498 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:02.499 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (22.0.0) 2022-03-09 12:41:02.501 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (17.7.0) 2022-03-09 12:41:02.502 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.61.0) 2022-03-09 12:41:02.503 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.0) 2022-03-09 12:41:02.504 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.7.1) 2022-03-09 12:41:02.505 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.4.0) 2022-03-09 12:41:02.506 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.10.1) 2022-03-09 12:41:02.522 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev587) (5.4.0) 2022-03-09 12:41:02.523 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev587) (4.11.1) 2022-03-09 12:41:02.525 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev587) (1.1.6) 2022-03-09 12:41:02.534 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev587) (1.13.3) 2022-03-09 12:41:02.546 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev587) (1.16.0) 2022-03-09 12:41:02.548 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev587) (2.1.0) 2022-03-09 12:41:02.549 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev587) (1.1.2) 2022-03-09 12:41:02.567 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.0.dev587) (3.0.7) 2022-03-09 12:41:02.574 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.0.dev587) (2.1.0) 2022-03-09 12:41:02.633 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev587) (1.0.2) 2022-03-09 12:41:02.635 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev587) (1.7.0) 2022-03-09 12:41:02.687 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev587) (3.1.1) 2022-03-09 12:41:02.691 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev587) (4.4.0) 2022-03-09 12:41:02.734 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==19.1.0.dev587) (2.7.0) 2022-03-09 12:41:02.738 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==19.1.0.dev587) (1.2.2) 2022-03-09 12:41:02.767 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (36.0.1) 2022-03-09 12:41:02.769 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (2.5.0) 2022-03-09 12:41:02.770 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.4.4) 2022-03-09 12:41:02.771 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.4.0) 2022-03-09 12:41:02.772 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.32) 2022-03-09 12:41:02.774 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.1.5) 2022-03-09 12:41:02.775 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (0.10.0) 2022-03-09 12:41:02.776 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (6.0) 2022-03-09 12:41:02.794 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==19.1.0.dev587) (1.0.3) 2022-03-09 12:41:02.882 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.0.dev587) (0.17.3) 2022-03-09 12:41:02.925 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.0.dev587) (1.5.0) 2022-03-09 12:41:03.014 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.5.0) 2022-03-09 12:41:03.015 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev587) (2.0.1) 2022-03-09 12:41:03.018 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.13.0) 2022-03-09 12:41:03.073 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev587) (2.8.2) 2022-03-09 12:41:03.075 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev587) (0.9.6) 2022-03-09 12:41:03.135 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.0.9) 2022-03-09 12:41:03.136 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.2.3) 2022-03-09 12:41:03.140 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.0.0) 2022-03-09 12:41:03.142 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (0.4.0) 2022-03-09 12:41:03.165 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev587) (3.3.0) 2022-03-09 12:41:03.169 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev587) (3.2.0) 2022-03-09 12:41:03.216 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.0.dev587) (1.15.0) 2022-03-09 12:41:03.267 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.0.dev587) (2021.3) 2022-03-09 12:41:03.299 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev587) (3.0.0) 2022-03-09 12:41:03.305 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev587) (1.3.3) 2022-03-09 12:41:03.326 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev587) (3.1.1) 2022-03-09 12:41:03.467 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==19.1.0.dev587) (2.4.0) 2022-03-09 12:41:03.537 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.0.dev587) (60.9.3) 2022-03-09 12:41:03.614 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev587) (3.0.0) 2022-03-09 12:41:03.615 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev587) (0.3.5) 2022-03-09 12:41:03.725 | Requirement already satisfied: pyroute2.core==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:03.726 | Requirement already satisfied: pyroute2.nslink==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:03.727 | Requirement already satisfied: pyroute2.ndb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:03.728 | Requirement already satisfied: pyroute2.ethtool==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:03.729 | Requirement already satisfied: pyroute2.nftables==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:03.730 | Requirement already satisfied: pyroute2.ipset==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:03.731 | Requirement already satisfied: pyroute2.ipdb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 12:41:03.935 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev587) (3.2.0) 2022-03-09 12:41:03.937 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev587) (3.10.1) 2022-03-09 12:41:03.939 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev587) (2.5.0) 2022-03-09 12:41:03.983 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==19.1.0.dev587) (2.1.0) 2022-03-09 12:41:03.988 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==19.1.0.dev587) (3.17.6) 2022-03-09 12:41:04.077 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (1.26.8) 2022-03-09 12:41:04.079 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (2019.11.28) 2022-03-09 12:41:04.081 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (2.0.12) 2022-03-09 12:41:04.083 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (3.3) 2022-03-09 12:41:04.119 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.0.dev587) (0.7) 2022-03-09 12:41:04.452 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.0.dev587) (0.12.2) 2022-03-09 12:41:04.528 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.0.0) 2022-03-09 12:41:04.720 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.0.dev587) (2.21) 2022-03-09 12:41:04.792 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (0.5.0) 2022-03-09 12:41:04.793 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (2.4.0) 2022-03-09 12:41:05.019 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev587) (2.5.0) 2022-03-09 12:41:05.191 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.0.dev587) (2.2) 2022-03-09 12:41:05.713 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (0.13.1) 2022-03-09 12:41:05.790 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev587) (0.2.5) 2022-03-09 12:41:06.400 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.5.2) 2022-03-09 12:41:06.400 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.4.2) 2022-03-09 12:41:06.703 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev587) (2.0.0) 2022-03-09 12:41:06.704 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev587) (4.10.0) 2022-03-09 12:41:06.873 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==19.1.0.dev587) (3.7.0) 2022-03-09 12:41:07.124 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (21.4.0) 2022-03-09 12:41:07.126 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (1.8.2) 2022-03-09 12:41:07.321 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev587) (1.0.0) 2022-03-09 12:41:07.538 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev587) (2.3.1) 2022-03-09 12:41:09.092 | Installing collected packages: neutron 2022-03-09 12:41:09.092 | Attempting uninstall: neutron 2022-03-09 12:41:09.092 | Found existing installation: neutron 19.1.0.dev587 2022-03-09 12:41:09.111 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-03-09 12:41:09.149 | Running setup.py develop for neutron 2022-03-09 12:41:15.118 | Successfully installed neutron 2022-03-09 12:41:15.118 | 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-03-09 12:41:15.127 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:41:15.127 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:41:15.273 | + inc/python:pip_install:200 : result=0 2022-03-09 12:41:15.283 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:41:15.283 | + functions-common:time_stop:2425 : local name 2022-03-09 12:41:15.283 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:41:15.283 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:41:15.284 | + functions-common:time_stop:2428 : local total 2022-03-09 12:41:15.287 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:41:15.289 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:41:15.291 | + functions-common:time_stop:2432 : start_time=1646829656126 2022-03-09 12:41:15.293 | + functions-common:time_stop:2434 : [[ -z 1646829656126 ]] 2022-03-09 12:41:15.296 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:41:15.300 | + functions-common:time_stop:2437 : end_time=1646829675298 2022-03-09 12:41:15.302 | + functions-common:time_stop:2438 : elapsed_time=19172 2022-03-09 12:41:15.305 | + functions-common:time_stop:2439 : total=113609 2022-03-09 12:41:15.307 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:41:15.309 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=132781 2022-03-09 12:41:15.311 | + inc/python:pip_install:203 : return 0 2022-03-09 12:41:15.314 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 12:41:15.317 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-03-09 12:41:15.319 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-03-09 12:41:15.338 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-03-09 12:41:15.350 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-03-09 12:41:15.353 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-03-09 12:41:15.355 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:41:15.358 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:41:15.360 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-03-09 12:41:15.363 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:41:15.365 | + lib/neutron-legacy:install_mutnauq:475 : [[ openvswitch == \o\v\n ]] 2022-03-09 12:41:15.368 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 12:41:15.370 | + ./stack.sh:main:934 : is_service_enabled nova 2022-03-09 12:41:15.388 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:15.391 | + ./stack.sh:main:936 : stack_install_service nova 2022-03-09 12:41:15.393 | + lib/stack:stack_install_service:20 : local service=nova 2022-03-09 12:41:15.396 | + lib/stack:stack_install_service:21 : type install_nova 2022-03-09 12:41:15.399 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 12:41:15.401 | + lib/stack:stack_install_service:32 : install_nova 2022-03-09 12:41:15.403 | + lib/nova:install_nova:902 : use_library_from_git os-vif 2022-03-09 12:41:15.406 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-03-09 12:41:15.408 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:41:15.411 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:41:15.413 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-03-09 12:41:15.415 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:41:15.418 | + lib/nova:install_nova:907 : is_service_enabled n-cpu 2022-03-09 12:41:15.433 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:15.436 | + lib/nova:install_nova:911 : is_service_enabled n-novnc 2022-03-09 12:41:15.453 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:15.456 | + lib/nova:install_nova:923 : is_service_enabled n-spice 2022-03-09 12:41:15.472 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:15.474 | + lib/nova:install_nova:935 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-03-09 12:41:15.477 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/nova.git 2022-03-09 12:41:15.479 | + functions-common:git_clone:609 : local git_dest=/opt/stack/nova 2022-03-09 12:41:15.481 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:41:15.483 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:41:15.486 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:41:15.489 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:41:15.491 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:41:15.494 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:41:15.510 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:41:15.512 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:41:15.514 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:41:15.517 | + functions-common:git_clone:629 : echo master 2022-03-09 12:41:15.517 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:41:15.522 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/nova ]] 2022-03-09 12:41:15.525 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:41:15.527 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-03-09 12:41:15.530 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:41:15.530 | + functions-common:git_clone:678 : head -1 2022-03-09 12:41:15.536 | d1b036fdb1 Merge "Follow up for unified limits" 2022-03-09 12:41:15.538 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:41:15.541 | + lib/nova:install_nova:936 : setup_develop /opt/stack/nova 2022-03-09 12:41:15.543 | + inc/python:setup_develop:338 : local bindep 2022-03-09 12:41:15.546 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-03-09 12:41:15.549 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-03-09 12:41:15.551 | + inc/python:setup_develop:344 : local extras= 2022-03-09 12:41:15.553 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-03-09 12:41:15.556 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 12:41:15.558 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-03-09 12:41:15.561 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-03-09 12:41:15.564 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 12:41:15.566 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 12:41:15.569 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-03-09 12:41:15.572 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 12:41:15.575 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-03-09 12:41:15.577 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 12:41:15.580 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 12:41:15.584 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-03-09 12:41:15.589 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-03-09 12:41:15.592 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-03-09 12:41:16.252 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-03-09 12:41:16.255 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 12:41:16.257 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 12:41:16.259 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 12:41:16.262 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-03-09 12:41:16.264 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-03-09 12:41:16.267 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 12:41:16.269 | + inc/python:setup_package:428 : local extras= 2022-03-09 12:41:16.271 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 12:41:16.274 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 12:41:16.276 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 12:41:16.278 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 12:41:16.281 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 12:41:16.283 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-03-09 12:41:16.304 | Using python 3.8 to install /opt/stack/nova 2022-03-09 12:41:16.307 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-03-09 12:41:17.172 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:41:17.172 | from cryptography.utils import int_from_bytes 2022-03-09 12:41:17.172 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:41:17.172 | from cryptography.utils import int_from_bytes 2022-03-09 12:41:18.305 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:41:18.332 | Obtaining file:///opt/stack/nova 2022-03-09 12:41:18.333 | Preparing metadata (setup.py): started 2022-03-09 12:41:23.471 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 12:41:23.592 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.8.1) 2022-03-09 12:41:23.593 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.4.31) 2022-03-09 12:41:23.594 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.1.1) 2022-03-09 12:41:23.595 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.33.0) 2022-03-09 12:41:23.596 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.0.3) 2022-03-09 12:41:23.597 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (9.4.0) 2022-03-09 12:41:23.599 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.8.0) 2022-03-09 12:41:23.600 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.5.1) 2022-03-09 12:41:23.601 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (36.0.1) 2022-03-09 12:41:23.602 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.8.7) 2022-03-09 12:41:23.603 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.1.2) 2022-03-09 12:41:23.604 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.1.1) 2022-03-09 12:41:23.605 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.5.0) 2022-03-09 12:41:23.606 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.1.1) 2022-03-09 12:41:23.607 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.13.0) 2022-03-09 12:41:23.608 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.7.6) 2022-03-09 12:41:23.610 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.8.0) 2022-03-09 12:41:23.611 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.11.0) 2022-03-09 12:41:23.612 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.8.1) 2022-03-09 12:41:23.612 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.0.2) 2022-03-09 12:41:23.614 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.1.0.dev367) (3.2.0) 2022-03-09 12:41:23.615 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (8.3.0) 2022-03-09 12:41:23.616 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.5.0) 2022-03-09 12:41:23.617 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (7.8.0) 2022-03-09 12:41:23.618 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.6.0) 2022-03-09 12:41:23.620 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.27.1) 2022-03-09 12:41:23.620 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.5.0) 2022-03-09 12:41:23.621 | Requirement already satisfied: websockify>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.10.0) 2022-03-09 12:41:23.622 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.10.1) 2022-03-09 12:41:23.623 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.5.0) 2022-03-09 12:41:23.625 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (8.8.0) 2022-03-09 12:41:23.626 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.1.0) 2022-03-09 12:41:23.627 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.6.1) 2022-03-09 12:41:23.628 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.5.0) 2022-03-09 12:41:23.629 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.3.0) 2022-03-09 12:41:23.630 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.3.0) 2022-03-09 12:41:23.631 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.5.0) 2022-03-09 12:41:23.632 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.12.2) 2022-03-09 12:41:23.633 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (11.2.0) 2022-03-09 12:41:23.635 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (6.3.1) 2022-03-09 12:41:23.636 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (12.13.0) 2022-03-09 12:41:23.637 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.11.0) 2022-03-09 12:41:23.638 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.7.0) 2022-03-09 12:41:23.639 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.1.0) 2022-03-09 12:41:23.640 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.8.0) 2022-03-09 12:41:23.641 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.5.0) 2022-03-09 12:41:23.642 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.5.1) 2022-03-09 12:41:23.643 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.9.0) 2022-03-09 12:41:23.644 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.6.0) 2022-03-09 12:41:23.645 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.2.0) 2022-03-09 12:41:23.646 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.1.0) 2022-03-09 12:41:23.647 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.7.0) 2022-03-09 12:41:23.648 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.7.1) 2022-03-09 12:41:23.650 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.10.1) 2022-03-09 12:41:23.651 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.0.1) 2022-03-09 12:41:23.652 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.10.1) 2022-03-09 12:41:23.652 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.2.2) 2022-03-09 12:41:23.654 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.3.3) 2022-03-09 12:41:23.655 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.7.0) 2022-03-09 12:41:23.656 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.6.4) 2022-03-09 12:41:23.657 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.8.2) 2022-03-09 12:41:23.658 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.4.0) 2022-03-09 12:41:23.660 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.61.0) 2022-03-09 12:41:23.661 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (6.0) 2022-03-09 12:41:23.677 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev367) (1.1.6) 2022-03-09 12:41:23.679 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev367) (5.4.0) 2022-03-09 12:41:23.680 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev367) (4.11.1) 2022-03-09 12:41:23.699 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.1.0.dev367) (5.3.0) 2022-03-09 12:41:23.741 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.1.0.dev367) (1.15.0) 2022-03-09 12:41:23.771 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev367) (1.16.0) 2022-03-09 12:41:23.772 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev367) (2.1.0) 2022-03-09 12:41:23.796 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.1.0.dev367) (2.1.0) 2022-03-09 12:41:23.917 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev367) (3.1.1) 2022-03-09 12:41:23.920 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev367) (4.4.0) 2022-03-09 12:41:23.977 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.32) 2022-03-09 12:41:23.978 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.1.5) 2022-03-09 12:41:23.980 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 12:41:23.981 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (0.10.0) 2022-03-09 12:41:23.983 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.4.4) 2022-03-09 12:41:23.985 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.4.0) 2022-03-09 12:41:24.005 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==24.1.0.dev367) (6.3.1) 2022-03-09 12:41:24.007 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==24.1.0.dev367) (5.6.0) 2022-03-09 12:41:24.058 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev367) (2.4.0) 2022-03-09 12:41:24.088 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:24.090 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev367) (1.15.1) 2022-03-09 12:41:24.149 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->nova==24.1.0.dev367) (0.17.3) 2022-03-09 12:41:24.257 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev367) (2.0.1) 2022-03-09 12:41:24.258 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev367) (0.5.0) 2022-03-09 12:41:24.334 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->nova==24.1.0.dev367) (0.9.6) 2022-03-09 12:41:24.397 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (0.4.0) 2022-03-09 12:41:24.401 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.0.0) 2022-03-09 12:41:24.402 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.2.3) 2022-03-09 12:41:24.405 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.0.9) 2022-03-09 12:41:24.431 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev367) (3.2.0) 2022-03-09 12:41:24.432 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev367) (3.3.0) 2022-03-09 12:41:24.483 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->nova==24.1.0.dev367) (1.0.3) 2022-03-09 12:41:24.541 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.2.0->nova==24.1.0.dev367) (2021.3) 2022-03-09 12:41:24.575 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==24.1.0.dev367) (1.3.3) 2022-03-09 12:41:24.577 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==24.1.0.dev367) (3.0.0) 2022-03-09 12:41:24.628 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==24.1.0.dev367) (21.3) 2022-03-09 12:41:24.629 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==24.1.0.dev367) (3.0.7) 2022-03-09 12:41:24.716 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.1.0.dev367) (1.5.0) 2022-03-09 12:41:24.743 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.1.0.dev367) (60.9.3) 2022-03-09 12:41:24.821 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==24.1.0.dev367) (0.2.5) 2022-03-09 12:41:24.895 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.1.0.dev367) (3.17.6) 2022-03-09 12:41:24.960 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev367) (1.13.3) 2022-03-09 12:41:24.962 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev367) (22.0.0) 2022-03-09 12:41:24.963 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev367) (1.3.3) 2022-03-09 12:41:25.006 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 12:41:25.010 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev367) (2.1.0) 2022-03-09 12:41:25.013 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev367) (3.10.1) 2022-03-09 12:41:25.091 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (2.0.12) 2022-03-09 12:41:25.094 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (3.3) 2022-03-09 12:41:25.095 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (1.26.8) 2022-03-09 12:41:25.096 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (2019.11.28) 2022-03-09 12:41:25.188 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.1.0.dev367) (0.7) 2022-03-09 12:41:25.396 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev367) (0.5.2) 2022-03-09 12:41:25.399 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev367) (0.4.2) 2022-03-09 12:41:25.511 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev367) (2.6.3) 2022-03-09 12:41:25.516 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev367) (1.4.2) 2022-03-09 12:41:25.517 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 12:41:25.605 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.1.0.dev367) (0.12.2) 2022-03-09 12:41:25.680 | Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (from websockify>=0.9.0->nova==24.1.0.dev367) (1.22.2) 2022-03-09 12:41:25.716 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.0.0) 2022-03-09 12:41:25.945 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.1.0.dev367) (2.21) 2022-03-09 12:41:26.021 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (0.5.0) 2022-03-09 12:41:26.023 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (2.4.0) 2022-03-09 12:41:26.261 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 12:41:26.373 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.1.0.dev367) (2.2) 2022-03-09 12:41:26.840 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.1.0.dev367) (0.13.1) 2022-03-09 12:41:26.885 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev367) (2.16.0) 2022-03-09 12:41:27.251 | Requirement already satisfied: pyroute2.ndb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:27.252 | Requirement already satisfied: pyroute2.ipset==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:27.253 | Requirement already satisfied: pyroute2.nftables==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:27.254 | Requirement already satisfied: pyroute2.core==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:27.255 | Requirement already satisfied: pyroute2.nslink==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:27.257 | Requirement already satisfied: pyroute2.ethtool==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:27.258 | Requirement already satisfied: pyroute2.ipdb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 12:41:28.468 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==24.1.0.dev367) (3.7.0) 2022-03-09 12:41:28.865 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (1.8.2) 2022-03-09 12:41:28.866 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (21.4.0) 2022-03-09 12:41:28.962 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev367) (2.4.0) 2022-03-09 12:41:29.065 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->nova==24.1.0.dev367) (1.0.0) 2022-03-09 12:41:30.669 | Installing collected packages: nova 2022-03-09 12:41:30.669 | Attempting uninstall: nova 2022-03-09 12:41:30.669 | Found existing installation: nova 24.1.0.dev367 2022-03-09 12:41:30.678 | Can't uninstall 'nova'. No files were found to uninstall. 2022-03-09 12:41:30.680 | Running setup.py develop for nova 2022-03-09 12:41:37.169 | Successfully installed nova 2022-03-09 12:41:37.169 | 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-03-09 12:41:37.177 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:41:37.177 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:41:37.323 | + inc/python:pip_install:200 : result=0 2022-03-09 12:41:37.326 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:41:37.328 | + functions-common:time_stop:2425 : local name 2022-03-09 12:41:37.330 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:41:37.333 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:41:37.335 | + functions-common:time_stop:2428 : local total 2022-03-09 12:41:37.337 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:41:37.339 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:41:37.342 | + functions-common:time_stop:2432 : start_time=1646829676299 2022-03-09 12:41:37.344 | + functions-common:time_stop:2434 : [[ -z 1646829676299 ]] 2022-03-09 12:41:37.347 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:41:37.355 | + functions-common:time_stop:2437 : end_time=1646829697349 2022-03-09 12:41:37.358 | + functions-common:time_stop:2438 : elapsed_time=21050 2022-03-09 12:41:37.360 | + functions-common:time_stop:2439 : total=132781 2022-03-09 12:41:37.362 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:41:37.364 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=153831 2022-03-09 12:41:37.366 | + inc/python:pip_install:203 : return 0 2022-03-09 12:41:37.369 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 12:41:37.371 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-03-09 12:41:37.373 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-03-09 12:41:37.392 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-03-09 12:41:37.404 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-03-09 12:41:37.407 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-03-09 12:41:37.409 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:41:37.412 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:41:37.414 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-03-09 12:41:37.417 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:41:37.419 | + lib/nova:install_nova:937 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-03-09 12:41:37.432 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 12:41:37.434 | + ./stack.sh:main:937 : configure_nova 2022-03-09 12:41:37.437 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-03-09 12:41:37.449 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-03-09 12:41:37.451 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-03-09 12:41:37.454 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-03-09 12:41:37.458 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-03-09 12:41:37.458 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-03-09 12:41:37.463 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-03-09 12:41:37.465 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-03-09 12:41:37.468 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-03-09 12:41:37.471 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-03-09 12:41:37.473 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-03-09 12:41:37.476 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-03-09 12:41:37.478 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-03-09 12:41:37.480 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-03-09 12:41:37.492 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-03-09 12:41:37.504 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2022-03-09 12:41:37.516 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2022-03-09 12:41:37.529 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-03-09 12:41:37.541 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-03-09 12:41:37.544 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-03-09 12:41:37.549 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.Qq6UQmURDJ 2022-03-09 12:41:37.551 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-03-09 12:41:37.553 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-03-09 12:41:37.556 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-03-09 12:41:37.558 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-03-09 12:41:37.561 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-03-09 12:41:37.563 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.Qq6UQmURDJ 2022-03-09 12:41:37.567 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.Qq6UQmURDJ 2022-03-09 12:41:37.579 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.Qq6UQmURDJ /etc/sudoers.d/nova-rootwrap 2022-03-09 12:41:37.592 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-03-09 12:41:37.596 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-03-09 12:41:37.599 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-03-09 12:41:37.601 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-03-09 12:41:37.604 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-03-09 12:41:37.606 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-03-09 12:41:37.608 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-03-09 12:41:37.611 | + lib/nova:configure_nova:252 : [[ 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 =~ n-api ]] 2022-03-09 12:41:37.613 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-03-09 12:41:37.618 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-03-09 12:41:37.635 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:37.637 | + lib/nova:configure_nova:338 : create_nova_conf 2022-03-09 12:41:37.640 | + lib/nova:create_nova_conf:412 : rm -f /opt/stack/nova/bin/nova.conf 2022-03-09 12:41:37.644 | + lib/nova:create_nova_conf:415 : rm -f /etc/nova/nova.conf 2022-03-09 12:41:37.647 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-03-09 12:41:37.675 | + lib/nova:create_nova_conf:417 : '[' True == True ']' 2022-03-09 12:41:37.677 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-03-09 12:41:37.704 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-03-09 12:41:37.733 | + lib/nova:create_nova_conf:421 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-03-09 12:41:37.762 | + lib/nova:create_nova_conf:422 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-03-09 12:41:37.791 | + lib/nova:create_nova_conf:423 : iniset /etc/nova/nova.conf scheduler workers 2 2022-03-09 12:41:37.820 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-03-09 12:41:37.850 | + lib/nova:create_nova_conf:425 : [[ 4 == 6 ]] 2022-03-09 12:41:37.852 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.30 2022-03-09 12:41:37.878 | + lib/nova:create_nova_conf:430 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-03-09 12:41:37.905 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-03-09 12:41:37.932 | + lib/nova:create_nova_conf:432 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-03-09 12:41:37.959 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-03-09 12:41:37.986 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-03-09 12:41:38.015 | + lib/nova:create_nova_conf:437 : is_fedora 2022-03-09 12:41:38.017 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:41:38.019 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:41:38.022 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:41:38.024 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:41:38.026 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:41:38.028 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:41:38.030 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:41:38.033 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:41:38.035 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:41:38.037 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:41:38.039 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:41:38.041 | + lib/nova:create_nova_conf:437 : is_suse 2022-03-09 12:41:38.043 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:41:38.046 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:41:38.048 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:41:38.051 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:41:38.053 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:41:38.055 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:41:38.057 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api n-cond n-sched 2022-03-09 12:41:38.074 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:38.076 | + lib/nova:create_nova_conf:450 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-03-09 12:41:38.078 | + lib/nova:create_nova_conf:453 : local db=nova_cell0 2022-03-09 12:41:38.080 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-03-09 12:41:38.107 | ++ lib/nova:create_nova_conf:459 : database_connection_url nova_cell0 2022-03-09 12:41:38.110 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-03-09 12:41:38.112 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-03-09 12:41:38.115 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_cell0 2022-03-09 12:41:38.117 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-03-09 12:41:38.120 | + lib/nova:create_nova_conf:459 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-03-09 12:41:38.149 | ++ lib/nova:create_nova_conf:460 : database_connection_url nova_api 2022-03-09 12:41:38.152 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-03-09 12:41:38.154 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-03-09 12:41:38.156 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_api 2022-03-09 12:41:38.158 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-03-09 12:41:38.161 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-03-09 12:41:38.191 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf cache enabled True 2022-03-09 12:41:38.220 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-03-09 12:41:38.247 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-03-09 12:41:38.274 | + lib/nova:create_nova_conf:470 : is_service_enabled n-api 2022-03-09 12:41:38.290 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:38.292 | + lib/nova:create_nova_conf:471 : is_service_enabled n-api-meta 2022-03-09 12:41:38.308 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:38.312 | ++ lib/nova:create_nova_conf:473 : echo osapi_compute,metadata 2022-03-09 12:41:38.312 | ++ lib/nova:create_nova_conf:473 : sed s/,metadata// 2022-03-09 12:41:38.317 | + lib/nova:create_nova_conf:473 : NOVA_ENABLED_APIS=osapi_compute 2022-03-09 12:41:38.320 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-03-09 12:41:38.347 | + lib/nova:create_nova_conf:476 : is_service_enabled tls-proxy 2022-03-09 12:41:38.363 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:38.366 | + lib/nova:create_nova_conf:482 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-03-09 12:41:38.368 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-03-09 12:41:38.370 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-03-09 12:41:38.372 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 12:41:38.375 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-03-09 12:41:38.403 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-03-09 12:41:38.430 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 12:41:38.457 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-03-09 12:41:38.485 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-03-09 12:41:38.512 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-03-09 12:41:38.539 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-03-09 12:41:38.566 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-03-09 12:41:38.594 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 12:41:38.621 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 12:41:38.648 | + lib/nova:create_nova_conf:485 : is_service_enabled cinder 2022-03-09 12:41:38.664 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:38.667 | + lib/nova:create_nova_conf:486 : configure_cinder_access 2022-03-09 12:41:38.669 | + lib/nova:configure_cinder_access:613 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-03-09 12:41:38.698 | + lib/nova:configure_cinder_access:614 : iniset /etc/nova/nova.conf cinder auth_type password 2022-03-09 12:41:38.726 | + lib/nova:configure_cinder_access:615 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.30/identity 2022-03-09 12:41:38.753 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder username nova 2022-03-09 12:41:38.781 | + lib/nova:configure_cinder_access:623 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-03-09 12:41:38.807 | + lib/nova:configure_cinder_access:624 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-03-09 12:41:38.835 | + lib/nova:configure_cinder_access:625 : iniset /etc/nova/nova.conf cinder project_name service 2022-03-09 12:41:38.862 | + lib/nova:configure_cinder_access:626 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-03-09 12:41:38.891 | + lib/nova:configure_cinder_access:627 : is_service_enabled tls-proxy 2022-03-09 12:41:38.907 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:38.909 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova ']' 2022-03-09 12:41:38.912 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-03-09 12:41:38.938 | + lib/nova:create_nova_conf:491 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-03-09 12:41:38.972 | + lib/nova:create_nova_conf:493 : '[' -n /opt/stack/data/nova/instances ']' 2022-03-09 12:41:38.979 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-03-09 12:41:39.006 | + lib/nova:create_nova_conf:496 : '[' False '!=' False ']' 2022-03-09 12:41:39.008 | + lib/nova:create_nova_conf:499 : '[' False '!=' False ']' 2022-03-09 12:41:39.011 | + lib/nova:create_nova_conf:505 : is_suse 2022-03-09 12:41:39.013 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:41:39.016 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:41:39.018 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:41:39.020 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:41:39.023 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:41:39.025 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:41:39.027 | + lib/nova:create_nova_conf:505 : is_fedora 2022-03-09 12:41:39.029 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:41:39.032 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:41:39.035 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:41:39.037 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:41:39.039 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:41:39.041 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:41:39.044 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:41:39.046 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:41:39.048 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:41:39.050 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:41:39.053 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:41:39.055 | + lib/nova:create_nova_conf:510 : setup_logging /etc/nova/nova.conf 2022-03-09 12:41:39.057 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-03-09 12:41:39.060 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-03-09 12:41:39.062 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 12:41:39.079 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 12:41:39.081 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 12:41:39.084 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 12:41:39.086 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 12:41:39.088 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-03-09 12:41:39.116 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:41:39.144 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:41:39.171 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 12:41:39.199 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-03-09 12:41:39.229 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api 2022-03-09 12:41:39.245 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:39.247 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-03-09 12:41:39.250 | + lib/apache:write_uwsgi_config:249 : local file=/etc/nova/nova-api-uwsgi.ini 2022-03-09 12:41:39.252 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-03-09 12:41:39.254 | + lib/apache:write_uwsgi_config:251 : local url=/compute 2022-03-09 12:41:39.257 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 12:41:39.259 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 12:41:39.262 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/nova-api-wsgi 2022-03-09 12:41:39.266 | + lib/apache:write_uwsgi_config:254 : name=nova-api-wsgi 2022-03-09 12:41:39.269 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 12:41:39.271 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 12:41:39.283 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 12:41:39.283 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:41:39.292 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 12:41:39.295 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:41:39.312 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-03-09 12:41:39.314 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-03-09 12:41:39.318 | + lib/apache:write_uwsgi_config:270 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-03-09 12:41:39.348 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-03-09 12:41:39.378 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-03-09 12:41:39.405 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-03-09 12:41:39.431 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 12:41:39.459 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 12:41:39.486 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-03-09 12:41:39.513 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-03-09 12:41:39.540 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-03-09 12:41:39.568 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 12:41:39.594 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 12:41:39.621 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 12:41:39.648 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-03-09 12:41:39.675 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 12:41:39.678 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 12:41:39.681 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for nova-api-wsgi 2022-03-09 12:41:39.683 | ++ lib/apache:apache_site_config_for:181 : local site=nova-api-wsgi 2022-03-09 12:41:39.685 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 12:41:39.688 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:39.690 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:39.693 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-03-09 12:41:39.695 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-03-09 12:41:39.698 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-03-09 12:41:39.724 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 12:41:39.753 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-03-09 12:41:39.753 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-03-09 12:41:39.762 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-03-09 12:41:39.765 | + lib/apache:write_uwsgi_config:302 : enable_apache_site nova-api-wsgi 2022-03-09 12:41:39.767 | + lib/apache:enable_apache_site:198 : local site=nova-api-wsgi 2022-03-09 12:41:39.770 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 12:41:39.773 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 12:41:39.775 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:41:39.777 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:39.780 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:39.782 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 12:41:39.784 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 12:41:39.787 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:39.789 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:39.791 | + lib/apache:enable_apache_site:202 : sudo a2ensite nova-api-wsgi 2022-03-09 12:41:39.852 | Enabling site nova-api-wsgi. 2022-03-09 12:41:39.858 | To activate the new configuration, you need to run: 2022-03-09 12:41:39.859 | systemctl reload apache2 2022-03-09 12:41:39.863 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 12:41:39.865 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 12:41:39.867 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:41:39.870 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 12:41:40.011 | + lib/nova:create_nova_conf:518 : is_service_enabled n-api-meta 2022-03-09 12:41:40.029 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:40.032 | + lib/nova:create_nova_conf:519 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-03-09 12:41:40.034 | + lib/apache:write_uwsgi_config:249 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-03-09 12:41:40.037 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-03-09 12:41:40.039 | + lib/apache:write_uwsgi_config:251 : local url= 2022-03-09 12:41:40.041 | + lib/apache:write_uwsgi_config:252 : local http=0.0.0.0:8775 2022-03-09 12:41:40.044 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 12:41:40.048 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/nova-metadata-wsgi 2022-03-09 12:41:40.052 | + lib/apache:write_uwsgi_config:254 : name=nova-metadata-wsgi 2022-03-09 12:41:40.054 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 12:41:40.056 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 12:41:40.069 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 12:41:40.070 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:41:40.078 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 12:41:40.081 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:41:40.098 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-03-09 12:41:40.100 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-03-09 12:41:40.104 | + lib/apache:write_uwsgi_config:270 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-03-09 12:41:40.134 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-03-09 12:41:40.160 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-03-09 12:41:40.187 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-03-09 12:41:40.215 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 12:41:40.242 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 12:41:40.269 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-03-09 12:41:40.295 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-03-09 12:41:40.322 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-03-09 12:41:40.351 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 12:41:40.378 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 12:41:40.406 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 12:41:40.432 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-03-09 12:41:40.459 | + lib/apache:write_uwsgi_config:294 : [[ -n 0.0.0.0:8775 ]] 2022-03-09 12:41:40.462 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-03-09 12:41:40.489 | + lib/nova:create_nova_conf:522 : is_service_enabled ceilometer 2022-03-09 12:41:40.504 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:40.507 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-03-09 12:41:40.538 | ++ lib/nova:create_nova_conf:531 : get_notification_url 2022-03-09 12:41:40.541 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-03-09 12:41:40.543 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-03-09 12:41:40.559 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:40.562 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:41:40.564 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:41:40.593 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-03-09 12:41:40.622 | + lib/nova:create_nova_conf:533 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-03-09 12:41:40.625 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-03-09 12:41:40.628 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-03-09 12:41:40.630 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 12:41:40.632 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 12:41:40.635 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 12:41:40.651 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:40.654 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 12:41:40.656 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 12:41:40.659 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 12:41:40.675 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:40.677 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:41:40.682 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 12:41:40.713 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 12:41:40.715 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 12:41:40.718 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-03-09 12:41:40.746 | + lib/nova:create_nova_conf:536 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-03-09 12:41:40.774 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova.conf conductor workers 2 2022-03-09 12:41:40.804 | + lib/nova:create_nova_conf:540 : is_service_enabled tls-proxy 2022-03-09 12:41:40.820 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:40.823 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-03-09 12:41:40.851 | + lib/nova:create_nova_conf:547 : '[' True == True ']' 2022-03-09 12:41:40.853 | + lib/nova:create_nova_conf:548 : init_nova_service_user_conf 2022-03-09 12:41:40.856 | + lib/nova:init_nova_service_user_conf:805 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-03-09 12:41:40.886 | + lib/nova:init_nova_service_user_conf:806 : iniset /etc/nova/nova.conf service_user auth_type password 2022-03-09 12:41:40.915 | + lib/nova:init_nova_service_user_conf:807 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.30/identity 2022-03-09 12:41:40.943 | + lib/nova:init_nova_service_user_conf:808 : iniset /etc/nova/nova.conf service_user username nova 2022-03-09 12:41:40.971 | + lib/nova:init_nova_service_user_conf:809 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-03-09 12:41:41.001 | + lib/nova:init_nova_service_user_conf:810 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-03-09 12:41:41.028 | + lib/nova:init_nova_service_user_conf:811 : iniset /etc/nova/nova.conf service_user project_name service 2022-03-09 12:41:41.056 | + lib/nova:init_nova_service_user_conf:812 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-03-09 12:41:41.084 | + lib/nova:init_nova_service_user_conf:813 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-03-09 12:41:41.112 | + lib/nova:create_nova_conf:551 : is_service_enabled n-cond 2022-03-09 12:41:41.128 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:41.131 | ++ lib/nova:create_nova_conf:552 : seq 1 1 2022-03-09 12:41:41.135 | + lib/nova:create_nova_conf:552 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-03-09 12:41:41.138 | + lib/nova:create_nova_conf:553 : local conf 2022-03-09 12:41:41.140 | + lib/nova:create_nova_conf:554 : local vhost 2022-03-09 12:41:41.143 | ++ lib/nova:create_nova_conf:555 : conductor_conf 1 2022-03-09 12:41:41.145 | ++ lib/nova:conductor_conf:817 : local cell=1 2022-03-09 12:41:41.148 | ++ lib/nova:conductor_conf:818 : echo /etc/nova/nova_cell1.conf 2022-03-09 12:41:41.151 | + lib/nova:create_nova_conf:555 : conf=/etc/nova/nova_cell1.conf 2022-03-09 12:41:41.153 | + lib/nova:create_nova_conf:556 : vhost=nova_cell1 2022-03-09 12:41:41.155 | + lib/nova:create_nova_conf:558 : rm -f /etc/nova/nova_cell1.conf 2022-03-09 12:41:41.160 | ++ lib/nova:create_nova_conf:559 : database_connection_url nova_cell1 2022-03-09 12:41:41.162 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-03-09 12:41:41.164 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-03-09 12:41:41.167 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_cell1 2022-03-09 12:41:41.169 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-03-09 12:41:41.172 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-03-09 12:41:41.203 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-03-09 12:41:41.233 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-03-09 12:41:41.263 | + lib/nova:create_nova_conf:563 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-03-09 12:41:41.266 | + lib/nova:create_nova_conf:566 : rpc_backend_add_vhost nova_cell1 2022-03-09 12:41:41.268 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-03-09 12:41:41.270 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-03-09 12:41:41.286 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:41.290 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-03-09 12:41:41.290 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-03-09 12:41:41.968 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-03-09 12:41:41.970 | + lib/nova:create_nova_conf:567 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-03-09 12:41:41.972 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-03-09 12:41:41.975 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-03-09 12:41:41.977 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 12:41:41.979 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-03-09 12:41:41.982 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 12:41:41.999 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:42.002 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-03-09 12:41:42.005 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-03-09 12:41:42.007 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 12:41:42.025 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:42.027 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/nova_cell1 2022-03-09 12:41:42.030 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/nova_cell1 2022-03-09 12:41:42.058 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 12:41:42.060 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 12:41:42.063 | + lib/nova:create_nova_conf:571 : is_service_enabled placement placement-client 2022-03-09 12:41:42.079 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:42.082 | + lib/nova:create_nova_conf:572 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-03-09 12:41:42.084 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova_cell1.conf 2022-03-09 12:41:42.087 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-03-09 12:41:42.118 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.30/identity 2022-03-09 12:41:42.144 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-03-09 12:41:42.172 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-03-09 12:41:42.200 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-03-09 12:41:42.227 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-03-09 12:41:42.255 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-03-09 12:41:42.282 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-03-09 12:41:42.310 | + lib/nova:create_nova_conf:576 : setup_logging /etc/nova/nova_cell1.conf 2022-03-09 12:41:42.312 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-03-09 12:41:42.315 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-03-09 12:41:42.318 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 12:41:42.335 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 12:41:42.337 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 12:41:42.339 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 12:41:42.342 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 12:41:42.345 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-03-09 12:41:42.378 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:41:42.406 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:41:42.433 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 12:41:42.461 | + lib/nova:create_nova_conf:583 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-03-09 12:41:42.464 | ++ lib/nova:create_nova_conf:586 : seq 1 1 2022-03-09 12:41:42.469 | + lib/nova:create_nova_conf:586 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-03-09 12:41:42.471 | + lib/nova:create_nova_conf:587 : local conf 2022-03-09 12:41:42.474 | + lib/nova:create_nova_conf:588 : local offset 2022-03-09 12:41:42.477 | ++ lib/nova:create_nova_conf:589 : conductor_conf 1 2022-03-09 12:41:42.479 | ++ lib/nova:conductor_conf:817 : local cell=1 2022-03-09 12:41:42.481 | ++ lib/nova:conductor_conf:818 : echo /etc/nova/nova_cell1.conf 2022-03-09 12:41:42.484 | + lib/nova:create_nova_conf:589 : conf=/etc/nova/nova_cell1.conf 2022-03-09 12:41:42.487 | + lib/nova:create_nova_conf:590 : offset=0 2022-03-09 12:41:42.489 | + lib/nova:create_nova_conf:591 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-03-09 12:41:42.491 | + lib/nova:configure_console_proxies:698 : local conf=/etc/nova/nova_cell1.conf 2022-03-09 12:41:42.494 | + lib/nova:configure_console_proxies:699 : local offset=0 2022-03-09 12:41:42.496 | + lib/nova:configure_console_proxies:703 : offset=0 2022-03-09 12:41:42.498 | + lib/nova:configure_console_proxies:705 : is_service_enabled n-novnc 2022-03-09 12:41:42.514 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:42.516 | + lib/nova:configure_console_proxies:705 : '[' False '!=' False ']' 2022-03-09 12:41:42.519 | + lib/nova:configure_console_proxies:737 : is_service_enabled n-spice 2022-03-09 12:41:42.535 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:42.537 | + lib/nova:configure_console_proxies:742 : is_service_enabled n-sproxy 2022-03-09 12:41:42.553 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:42.555 | + lib/nova:configure_nova:340 : is_service_enabled n-cpu 2022-03-09 12:41:42.572 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:41:42.574 | + ./stack.sh:main:940 : is_service_enabled placement 2022-03-09 12:41:42.593 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:41:42.595 | + ./stack.sh:main:942 : stack_install_service placement 2022-03-09 12:41:42.598 | + lib/stack:stack_install_service:20 : local service=placement 2022-03-09 12:41:42.600 | + lib/stack:stack_install_service:21 : type install_placement 2022-03-09 12:41:42.603 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 12:41:42.605 | + lib/stack:stack_install_service:32 : install_placement 2022-03-09 12:41:42.608 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-03-09 12:41:42.610 | + lib/apache:install_apache_wsgi:138 : is_ubuntu 2022-03-09 12:41:42.613 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:42.615 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:42.618 | + lib/apache:install_apache_wsgi:140 : install_package apache2 2022-03-09 12:41:42.620 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:41:42.623 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:41:42.625 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:41:42.628 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:41:42.630 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:41:42.633 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:41:42.635 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:42.637 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:42.640 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:41:42.643 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:41:42.645 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:41:42.648 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:41:42.650 | + functions-common:install_package:1464 : real_install_package apache2 2022-03-09 12:41:42.653 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:41:42.656 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:42.664 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:42.671 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-03-09 12:41:42.696 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-03-09 12:41:42.804 | Reading package lists... 2022-03-09 12:41:43.050 | Building dependency tree... 2022-03-09 12:41:43.052 | Reading state information... 2022-03-09 12:41:43.302 | apache2 is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 12:41:43.303 | The following packages were automatically installed and are no longer required: 2022-03-09 12:41:43.304 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:41:43.304 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:41:43.304 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:41:43.304 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:41:43.304 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:41:43.304 | python3-zope.interface 2022-03-09 12:41:43.304 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:41:43.418 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:41:43.423 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:41:43.425 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:41:43.428 | + functions-common:time_stop:2425 : local name 2022-03-09 12:41:43.430 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:41:43.433 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:41:43.435 | + functions-common:time_stop:2428 : local total 2022-03-09 12:41:43.437 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:41:43.439 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:41:43.442 | + functions-common:time_stop:2432 : start_time=1646829702693 2022-03-09 12:41:43.444 | + functions-common:time_stop:2434 : [[ -z 1646829702693 ]] 2022-03-09 12:41:43.447 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:41:43.451 | + functions-common:time_stop:2437 : end_time=1646829703448 2022-03-09 12:41:43.454 | + functions-common:time_stop:2438 : elapsed_time=755 2022-03-09 12:41:43.456 | + functions-common:time_stop:2439 : total=5997 2022-03-09 12:41:43.458 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:41:43.461 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6752 2022-03-09 12:41:43.463 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:41:43.466 | + lib/apache:install_apache_wsgi:141 : is_package_installed libapache2-mod-wsgi 2022-03-09 12:41:43.469 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-03-09 12:41:43.471 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-03-09 12:41:43.474 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-03-09 12:41:43.476 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-03-09 12:41:43.498 | + lib/apache:install_apache_wsgi:144 : install_package libapache2-mod-wsgi-py3 2022-03-09 12:41:43.501 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 12:41:43.503 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 12:41:43.506 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 12:41:43.508 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 12:41:43.511 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 12:41:43.513 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 12:41:43.516 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:43.519 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:43.521 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 12:41:43.524 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 12:41:43.526 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 12:41:43.528 | + functions-common:apt_get_update:1190 : return 2022-03-09 12:41:43.531 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-03-09 12:41:43.534 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 12:41:43.536 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:43.539 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:43.543 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-03-09 12:41:43.565 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-03-09 12:41:43.677 | Reading package lists... 2022-03-09 12:41:43.916 | Building dependency tree... 2022-03-09 12:41:43.918 | Reading state information... 2022-03-09 12:41:44.164 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-03-09 12:41:44.164 | The following packages were automatically installed and are no longer required: 2022-03-09 12:41:44.165 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 12:41:44.165 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 12:41:44.165 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 12:41:44.165 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 12:41:44.166 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 12:41:44.166 | python3-zope.interface 2022-03-09 12:41:44.166 | Use 'sudo apt autoremove' to remove them. 2022-03-09 12:41:44.277 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 12:41:44.282 | + functions-common:apt_get:1234 : result=0 2022-03-09 12:41:44.285 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 12:41:44.287 | + functions-common:time_stop:2425 : local name 2022-03-09 12:41:44.289 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:41:44.292 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:41:44.294 | + functions-common:time_stop:2428 : local total 2022-03-09 12:41:44.297 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:41:44.299 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 12:41:44.302 | + functions-common:time_stop:2432 : start_time=1646829703562 2022-03-09 12:41:44.304 | + functions-common:time_stop:2434 : [[ -z 1646829703562 ]] 2022-03-09 12:41:44.307 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:41:44.312 | + functions-common:time_stop:2437 : end_time=1646829704309 2022-03-09 12:41:44.314 | + functions-common:time_stop:2438 : elapsed_time=747 2022-03-09 12:41:44.317 | + functions-common:time_stop:2439 : total=6752 2022-03-09 12:41:44.319 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:41:44.321 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=7499 2022-03-09 12:41:44.324 | + functions-common:apt_get:1238 : return 0 2022-03-09 12:41:44.326 | + lib/apache:install_apache_wsgi:159 : enable_apache_mod wsgi 2022-03-09 12:41:44.329 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-03-09 12:41:44.331 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:41:44.334 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:41:44.337 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:41:44.339 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-03-09 12:41:44.342 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-03-09 12:41:44.397 | wsgi (enabled by maintainer script) 2022-03-09 12:41:44.400 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-03-09 12:41:44.402 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-03-09 12:41:44.405 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 12:41:44.409 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-03-09 12:41:44.411 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-03-09 12:41:44.414 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 12:41:44.418 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-03-09 12:41:44.418 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 12:41:44.424 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-03-09 12:41:44.426 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-03-09 12:41:44.429 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-03-09 12:41:44.432 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-03-09 12:41:44.434 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-03-09 12:41:44.456 | Using python 3.8 to install osc-placement 2022-03-09 12:41:44.459 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-03-09 12:41:45.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:41:45.333 | from cryptography.utils import int_from_bytes 2022-03-09 12:41:45.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:41:45.333 | from cryptography.utils import int_from_bytes 2022-03-09 12:41:46.460 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:41:46.486 | Requirement already satisfied: osc-placement in /usr/local/lib/python3.8/dist-packages (3.2.0) 2022-03-09 12:41:46.497 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-03-09 12:41:46.498 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.8.1) 2022-03-09 12:41:46.499 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.5.0) 2022-03-09 12:41:46.500 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.5.0) 2022-03-09 12:41:46.502 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.6) 2022-03-09 12:41:46.503 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.12.2) 2022-03-09 12:41:46.560 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.5.0) 2022-03-09 12:41:46.562 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2022-03-09 12:41:46.563 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.27.1) 2022-03-09 12:41:46.564 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.0.2) 2022-03-09 12:41:46.577 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.10.1) 2022-03-09 12:41:46.578 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0) 2022-03-09 12:41:46.580 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.61.0) 2022-03-09 12:41:46.594 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2022-03-09 12:41:46.595 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2022-03-09 12:41:46.596 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.3) 2022-03-09 12:41:46.597 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2022-03-09 12:41:46.598 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.4.0) 2022-03-09 12:41:46.600 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.7) 2022-03-09 12:41:46.621 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2022-03-09 12:41:46.622 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.0) 2022-03-09 12:41:46.623 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.0) 2022-03-09 12:41:46.624 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.1.1) 2022-03-09 12:41:46.633 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.13.3) 2022-03-09 12:41:46.673 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (36.0.1) 2022-03-09 12:41:46.674 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2022-03-09 12:41:46.675 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.10.0) 2022-03-09 12:41:46.676 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2022-03-09 12:41:46.677 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2022-03-09 12:41:46.678 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0) 2022-03-09 12:41:46.679 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2022-03-09 12:41:46.682 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5) 2022-03-09 12:41:46.749 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.12) 2022-03-09 12:41:46.750 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2019.11.28) 2022-03-09 12:41:46.752 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.3) 2022-03-09 12:41:46.753 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.8) 2022-03-09 12:41:46.841 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2022-03-09 12:41:46.843 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.4.0) 2022-03-09 12:41:46.844 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2022-03-09 12:41:46.885 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.0) 2022-03-09 12:41:46.927 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.2) 2022-03-09 12:41:47.087 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2022-03-09 12:41:49.290 | 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-03-09 12:41:49.297 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:41:49.297 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:41:49.418 | + inc/python:pip_install:200 : result=0 2022-03-09 12:41:49.421 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:41:49.424 | + functions-common:time_stop:2425 : local name 2022-03-09 12:41:49.426 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:41:49.429 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:41:49.431 | + functions-common:time_stop:2428 : local total 2022-03-09 12:41:49.434 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:41:49.437 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:41:49.439 | + functions-common:time_stop:2432 : start_time=1646829704450 2022-03-09 12:41:49.442 | + functions-common:time_stop:2434 : [[ -z 1646829704450 ]] 2022-03-09 12:41:49.445 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:41:49.449 | + functions-common:time_stop:2437 : end_time=1646829709447 2022-03-09 12:41:49.452 | + functions-common:time_stop:2438 : elapsed_time=4997 2022-03-09 12:41:49.454 | + functions-common:time_stop:2439 : total=153831 2022-03-09 12:41:49.457 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:41:49.460 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=158828 2022-03-09 12:41:49.462 | + inc/python:pip_install:203 : return 0 2022-03-09 12:41:49.465 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-03-09 12:41:49.467 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/placement.git 2022-03-09 12:41:49.470 | + functions-common:git_clone:609 : local git_dest=/opt/stack/placement 2022-03-09 12:41:49.472 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 12:41:49.475 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 12:41:49.478 | ++ functions-common:git_clone:612 : pwd 2022-03-09 12:41:49.481 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 12:41:49.484 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 12:41:49.487 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 12:41:49.504 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 12:41:49.507 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 12:41:49.509 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 12:41:49.512 | + functions-common:git_clone:629 : echo master 2022-03-09 12:41:49.513 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 12:41:49.518 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/placement ]] 2022-03-09 12:41:49.521 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 12:41:49.523 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-03-09 12:41:49.526 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 12:41:49.526 | + functions-common:git_clone:678 : head -1 2022-03-09 12:41:49.529 | ff0f2dda Merge "Add microversion 1.39 to support any-trait queries" 2022-03-09 12:41:49.532 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 12:41:49.535 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-03-09 12:41:49.537 | + inc/python:setup_develop:338 : local bindep 2022-03-09 12:41:49.540 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-03-09 12:41:49.542 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-03-09 12:41:49.544 | + inc/python:setup_develop:344 : local extras= 2022-03-09 12:41:49.547 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-03-09 12:41:49.550 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 12:41:49.552 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-03-09 12:41:49.555 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-03-09 12:41:49.557 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 12:41:49.560 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 12:41:49.564 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-03-09 12:41:49.566 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 12:41:49.569 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-03-09 12:41:49.571 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 12:41:49.574 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 12:41:49.577 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-03-09 12:41:49.583 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-03-09 12:41:49.586 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-03-09 12:41:50.232 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-03-09 12:41:50.235 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 12:41:50.238 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 12:41:50.240 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 12:41:50.242 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-03-09 12:41:50.245 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-03-09 12:41:50.247 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 12:41:50.250 | + inc/python:setup_package:428 : local extras= 2022-03-09 12:41:50.253 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 12:41:50.255 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 12:41:50.258 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 12:41:50.260 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 12:41:50.263 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 12:41:50.265 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-03-09 12:41:50.286 | Using python 3.8 to install /opt/stack/placement 2022-03-09 12:41:50.289 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-03-09 12:41:51.162 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:41:51.162 | from cryptography.utils import int_from_bytes 2022-03-09 12:41:51.162 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:41:51.162 | from cryptography.utils import int_from_bytes 2022-03-09 12:41:52.286 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:41:52.313 | Obtaining file:///opt/stack/placement 2022-03-09 12:41:52.314 | Preparing metadata (setup.py): started 2022-03-09 12:41:55.461 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 12:41:55.504 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (5.8.1) 2022-03-09 12:41:55.505 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.4.31) 2022-03-09 12:41:55.506 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (9.4.0) 2022-03-09 12:41:55.507 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (2.5.1) 2022-03-09 12:41:55.508 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.8.7) 2022-03-09 12:41:55.509 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.1.0.dev36) (3.2.0) 2022-03-09 12:41:55.510 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (2.27.1) 2022-03-09 12:41:55.512 | Requirement already satisfied: 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,>=21.0.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (60.9.3) 2022-03-09 12:41:55.513 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.5.0) 2022-03-09 12:41:55.515 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (8.8.0) 2022-03-09 12:41:55.516 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.1.0) 2022-03-09 12:41:55.517 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.6.1) 2022-03-09 12:41:55.518 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.3.0) 2022-03-09 12:41:55.519 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.12.2) 2022-03-09 12:41:55.520 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (11.2.0) 2022-03-09 12:41:55.521 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (3.11.0) 2022-03-09 12:41:55.522 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.5.1) 2022-03-09 12:41:55.523 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.5.0) 2022-03-09 12:41:55.524 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.1.0) 2022-03-09 12:41:55.525 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (2.7.0) 2022-03-09 12:41:55.526 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.0.1) 2022-03-09 12:41:55.589 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (1.16.0) 2022-03-09 12:41:55.590 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (4.4.0) 2022-03-09 12:41:55.593 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (4.5.0) 2022-03-09 12:41:55.595 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (3.1.1) 2022-03-09 12:41:55.596 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (2.10.1) 2022-03-09 12:41:55.597 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (5.1.0) 2022-03-09 12:41:55.617 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.1.0.dev36) (0.17.3) 2022-03-09 12:41:55.657 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (2.4.0) 2022-03-09 12:41:55.658 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (1.5.0) 2022-03-09 12:41:55.659 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (3.5.0) 2022-03-09 12:41:55.660 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (0.8.0) 2022-03-09 12:41:55.662 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (6.0) 2022-03-09 12:41:55.711 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (2.0.1) 2022-03-09 12:41:55.712 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.5.0) 2022-03-09 12:41:55.714 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.13.0) 2022-03-09 12:41:55.716 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (1.7.6) 2022-03-09 12:41:55.756 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev36) (2.8.2) 2022-03-09 12:41:55.759 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev36) (0.9.6) 2022-03-09 12:41:55.776 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (3.3.0) 2022-03-09 12:41:55.778 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (3.2.0) 2022-03-09 12:41:55.780 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (3.0.3) 2022-03-09 12:41:55.807 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev36) (1.0.3) 2022-03-09 12:41:55.808 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev36) (2021.3) 2022-03-09 12:41:55.819 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev36) (3.1.1) 2022-03-09 12:41:55.837 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (0.11.0) 2022-03-09 12:41:55.839 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (21.3) 2022-03-09 12:41:55.840 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (1.0.2) 2022-03-09 12:41:55.841 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (3.0.7) 2022-03-09 12:41:55.884 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (2.0.12) 2022-03-09 12:41:55.885 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (1.26.8) 2022-03-09 12:41:55.886 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (2019.11.28) 2022-03-09 12:41:55.888 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (3.3) 2022-03-09 12:41:55.905 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.1.0.dev36) (0.7) 2022-03-09 12:41:56.065 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.1.0.dev36) (1.1.2) 2022-03-09 12:41:56.130 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (1.1.6) 2022-03-09 12:41:56.131 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (4.11.1) 2022-03-09 12:41:56.133 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (5.4.0) 2022-03-09 12:41:56.149 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (1.15.0) 2022-03-09 12:41:56.184 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (1.13.3) 2022-03-09 12:41:56.241 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (2.1.0) 2022-03-09 12:41:56.304 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (1.7.0) 2022-03-09 12:41:56.388 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (1.1.5) 2022-03-09 12:41:56.437 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev36) (0.2.5) 2022-03-09 12:41:56.627 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.4.2) 2022-03-09 12:41:56.629 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (5.1.1) 2022-03-09 12:41:56.630 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.5.2) 2022-03-09 12:41:56.708 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (2.5.0) 2022-03-09 12:41:56.758 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (2.21) 2022-03-09 12:41:56.918 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (3.7.0) 2022-03-09 12:41:57.023 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (3.0.0) 2022-03-09 12:41:57.025 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (1.0.0) 2022-03-09 12:41:58.908 | Installing collected packages: openstack-placement 2022-03-09 12:41:58.908 | Attempting uninstall: openstack-placement 2022-03-09 12:41:58.908 | Found existing installation: openstack-placement 6.1.0.dev36 2022-03-09 12:41:58.911 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-03-09 12:41:58.913 | Running setup.py develop for openstack-placement 2022-03-09 12:42:03.127 | Successfully installed openstack-placement 2022-03-09 12:42:03.128 | 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-03-09 12:42:03.135 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:42:03.135 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:42:03.261 | + inc/python:pip_install:200 : result=0 2022-03-09 12:42:03.263 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:42:03.266 | + functions-common:time_stop:2425 : local name 2022-03-09 12:42:03.268 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:42:03.271 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:42:03.273 | + functions-common:time_stop:2428 : local total 2022-03-09 12:42:03.275 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:42:03.277 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:42:03.280 | + functions-common:time_stop:2432 : start_time=1646829710281 2022-03-09 12:42:03.282 | + functions-common:time_stop:2434 : [[ -z 1646829710281 ]] 2022-03-09 12:42:03.285 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:42:03.289 | + functions-common:time_stop:2437 : end_time=1646829723287 2022-03-09 12:42:03.291 | + functions-common:time_stop:2438 : elapsed_time=13006 2022-03-09 12:42:03.294 | + functions-common:time_stop:2439 : total=158828 2022-03-09 12:42:03.296 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:42:03.299 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=171834 2022-03-09 12:42:03.301 | + inc/python:pip_install:203 : return 0 2022-03-09 12:42:03.304 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 12:42:03.306 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-03-09 12:42:03.309 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-03-09 12:42:03.329 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-03-09 12:42:03.341 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-03-09 12:42:03.344 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-03-09 12:42:03.346 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:42:03.349 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:42:03.351 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-03-09 12:42:03.354 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:42:03.356 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 12:42:03.359 | + ./stack.sh:main:943 : configure_placement 2022-03-09 12:42:03.361 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-03-09 12:42:03.374 | + lib/placement:configure_placement:107 : create_placement_conf 2022-03-09 12:42:03.377 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-03-09 12:42:03.381 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-03-09 12:42:03.384 | ++ lib/database:database_connection_url:134 : local db=placement 2022-03-09 12:42:03.386 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-03-09 12:42:03.389 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=placement 2022-03-09 12:42:03.392 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-03-09 12:42:03.395 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-03-09 12:42:03.426 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-03-09 12:42:03.459 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-03-09 12:42:03.491 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-03-09 12:42:03.494 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-03-09 12:42:03.496 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-03-09 12:42:03.500 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 12:42:03.502 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-03-09 12:42:03.534 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-03-09 12:42:03.563 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 12:42:03.592 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-03-09 12:42:03.621 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-03-09 12:42:03.650 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-03-09 12:42:03.678 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-03-09 12:42:03.707 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-03-09 12:42:03.736 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 12:42:03.765 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 12:42:03.793 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-03-09 12:42:03.796 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-03-09 12:42:03.799 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-03-09 12:42:03.802 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 12:42:03.820 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 12:42:03.823 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 12:42:03.825 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 12:42:03.827 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 12:42:03.830 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-03-09 12:42:03.860 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:42:03.889 | + functions:setup_systemd_logging:705 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-03-09 12:42:03.919 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 12:42:03.948 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-03-09 12:42:03.950 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-03-09 12:42:03.952 | + lib/apache:write_uwsgi_config:249 : local file=/etc/placement/placement-uwsgi.ini 2022-03-09 12:42:03.955 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/placement-api 2022-03-09 12:42:03.958 | + lib/apache:write_uwsgi_config:251 : local url=/placement 2022-03-09 12:42:03.960 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 12:42:03.962 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 12:42:03.966 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/placement-api 2022-03-09 12:42:03.970 | + lib/apache:write_uwsgi_config:254 : name=placement-api 2022-03-09 12:42:03.973 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 12:42:03.975 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 12:42:03.988 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 12:42:03.988 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:42:03.997 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 12:42:04.000 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 12:42:04.016 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/placement-api.socket 2022-03-09 12:42:04.018 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/placement/placement-uwsgi.ini 2022-03-09 12:42:04.022 | + lib/apache:write_uwsgi_config:270 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-03-09 12:42:04.054 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-03-09 12:42:04.082 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-03-09 12:42:04.111 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-03-09 12:42:04.139 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 12:42:04.168 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 12:42:04.196 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-03-09 12:42:04.226 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-03-09 12:42:04.254 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-03-09 12:42:04.283 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 12:42:04.312 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 12:42:04.341 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 12:42:04.370 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-03-09 12:42:04.399 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 12:42:04.401 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 12:42:04.405 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for placement-api 2022-03-09 12:42:04.408 | ++ lib/apache:apache_site_config_for:181 : local site=placement-api 2022-03-09 12:42:04.410 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 12:42:04.413 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:42:04.415 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:42:04.418 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/placement-api.conf 2022-03-09 12:42:04.421 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-03-09 12:42:04.423 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-03-09 12:42:04.452 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 12:42:04.481 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-03-09 12:42:04.481 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-03-09 12:42:04.490 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-03-09 12:42:04.494 | + lib/apache:write_uwsgi_config:302 : enable_apache_site placement-api 2022-03-09 12:42:04.496 | + lib/apache:enable_apache_site:198 : local site=placement-api 2022-03-09 12:42:04.500 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 12:42:04.502 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 12:42:04.505 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 12:42:04.507 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:42:04.510 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:42:04.512 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 12:42:04.515 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 12:42:04.517 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:42:04.520 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:42:04.522 | + lib/apache:enable_apache_site:202 : sudo a2ensite placement-api 2022-03-09 12:42:04.582 | Site placement-api already enabled 2022-03-09 12:42:04.587 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 12:42:04.589 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 12:42:04.592 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:42:04.595 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 12:42:04.731 | + ./stack.sh:main:950 : is_service_enabled placement placement-client 2022-03-09 12:42:04.753 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:42:04.756 | + ./stack.sh:main:951 : is_service_enabled n-cpu 2022-03-09 12:42:04.776 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:04.779 | + ./stack.sh:main:951 : is_service_enabled n-sch 2022-03-09 12:42:04.799 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:42:04.801 | + ./stack.sh:main:952 : configure_placement_nova_compute 2022-03-09 12:42:04.804 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova.conf 2022-03-09 12:42:04.806 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement auth_type password 2022-03-09 12:42:04.838 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.30/identity 2022-03-09 12:42:04.868 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement username placement 2022-03-09 12:42:04.897 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-03-09 12:42:04.926 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-03-09 12:42:04.956 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova.conf placement project_name service 2022-03-09 12:42:04.985 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-03-09 12:42:05.014 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-03-09 12:42:05.044 | + ./stack.sh:main:956 : is_service_enabled horizon 2022-03-09 12:42:05.061 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:05.063 | + ./stack.sh:main:961 : is_service_enabled tls-proxy 2022-03-09 12:42:05.081 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:05.084 | + ./stack.sh:main:969 : run_phase stack install 2022-03-09 12:42:05.086 | + functions-common:run_phase:1853 : local mode=stack 2022-03-09 12:42:05.089 | + functions-common:run_phase:1854 : local phase=install 2022-03-09 12:42:05.091 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 12:42:05.094 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 12:42:05.097 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 12:42:05.099 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 12:42:05.102 | + functions-common:run_phase:1863 : local extra 2022-03-09 12:42:05.105 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 12:42:05.109 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 12:42:05.112 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 12:42:05.114 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 12:42:05.117 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-03-09 12:42:05.119 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 12:42:05.135 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:42:05.137 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 12:42:05.140 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-03-09 12:42:05.142 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-03-09 12:42:05.145 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-03-09 12:42:05.147 | ++ ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:42:05.149 | ++ ./stack.sh:echo_summary:446 : echo -e Installing Tempest 2022-03-09 12:42:05.152 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-03-09 12:42:05.155 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-03-09 12:42:05.210 | ++ inc/async:async_inner:63 : install_tempest 2022-03-09 12:42:05.247 | [101721 Async install_tempest:127095]: running: install_tempest 2022-03-09 12:42:05.250 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-03-09 12:42:05.253 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-03-09 12:42:05.255 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 12:42:05.258 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-03-09 12:42:05.261 | + functions-common:run_phase:1880 : run_plugins stack install 2022-03-09 12:42:05.264 | + functions-common:run_plugins:1839 : local mode=stack 2022-03-09 12:42:05.267 | + functions-common:run_plugins:1840 : local phase=install 2022-03-09 12:42:05.269 | + functions-common:run_plugins:1842 : local plugins= 2022-03-09 12:42:05.272 | + functions-common:run_plugins:1843 : local plugin 2022-03-09 12:42:05.275 | + ./stack.sh:main:972 : use_library_from_git python-openstackclient 2022-03-09 12:42:05.278 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-03-09 12:42:05.281 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 12:42:05.284 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 12:42:05.287 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-03-09 12:42:05.290 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 12:42:05.292 | + ./stack.sh:main:976 : pip_install_gr python-openstackclient 2022-03-09 12:42:05.295 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-03-09 12:42:05.298 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 12:42:05.301 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-03-09 12:42:05.304 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-03-09 12:42:05.307 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 12:42:05.311 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-03-09 12:42:05.312 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 12:42:05.317 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-03-09 12:42:05.319 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-03-09 12:42:05.322 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-03-09 12:42:05.325 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-03-09 12:42:05.328 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-03-09 12:42:05.351 | Using python 3.8 to install python-openstackclient 2022-03-09 12:42:05.354 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-03-09 12:42:06.216 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:42:06.216 | from cryptography.utils import int_from_bytes 2022-03-09 12:42:06.216 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:42:06.217 | from cryptography.utils import int_from_bytes 2022-03-09 12:42:07.339 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 12:42:07.367 | Requirement already satisfied: python-openstackclient in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-03-09 12:42:07.385 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2) 2022-03-09 12:42:07.386 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.7.0) 2022-03-09 12:42:07.388 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.12.2) 2022-03-09 12:42:07.389 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.3.0) 2022-03-09 12:42:07.390 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2022-03-09 12:42:07.391 | Requirement already satisfied: openstacksdk>=0.61.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.61.0) 2022-03-09 12:42:07.392 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-03-09 12:42:07.393 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.5.0) 2022-03-09 12:42:07.394 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.4.0) 2022-03-09 12:42:07.395 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.8.1) 2022-03-09 12:42:07.396 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.1) 2022-03-09 12:42:07.406 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.0) 2022-03-09 12:42:07.407 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2022-03-09 12:42:07.409 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.1.1) 2022-03-09 12:42:07.410 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.7) 2022-03-09 12:42:07.411 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.0) 2022-03-09 12:42:07.438 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (0.10.0) 2022-03-09 12:42:07.439 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.0) 2022-03-09 12:42:07.440 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.4) 2022-03-09 12:42:07.442 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (36.0.1) 2022-03-09 12:42:07.443 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.32) 2022-03-09 12:42:07.444 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (5.1.1) 2022-03-09 12:42:07.445 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (4.5.0) 2022-03-09 12:42:07.446 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.1.5) 2022-03-09 12:42:07.448 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (2.5.0) 2022-03-09 12:42:07.449 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (0.11.0) 2022-03-09 12:42:07.450 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.7.0) 2022-03-09 12:42:07.464 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2022-03-09 12:42:07.481 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2022-03-09 12:42:07.483 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2022-03-09 12:42:07.485 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.4.0) 2022-03-09 12:42:07.486 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.3) 2022-03-09 12:42:07.506 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.27.1) 2022-03-09 12:42:07.525 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.8.0) 2022-03-09 12:42:07.527 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.3.0) 2022-03-09 12:42:07.529 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2022-03-09 12:42:07.618 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2022-03-09 12:42:07.619 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.4.0) 2022-03-09 12:42:07.620 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2022-03-09 12:42:07.662 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (1.15.0) 2022-03-09 12:42:07.675 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.13.3) 2022-03-09 12:42:07.708 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.61.0->python-openstackclient) (2.2) 2022-03-09 12:42:07.870 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2022-03-09 12:42:07.885 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.3) 2022-03-09 12:42:07.989 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.3) 2022-03-09 12:42:07.990 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2019.11.28) 2022-03-09 12:42:07.991 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.8) 2022-03-09 12:42:07.994 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.12) 2022-03-09 12:42:08.121 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (2.21) 2022-03-09 12:42:10.382 | 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-03-09 12:42:10.389 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 12:42:10.389 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 12:42:10.515 | + inc/python:pip_install:200 : result=0 2022-03-09 12:42:10.517 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 12:42:10.520 | + functions-common:time_stop:2425 : local name 2022-03-09 12:42:10.522 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:42:10.524 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:42:10.527 | + functions-common:time_stop:2428 : local total 2022-03-09 12:42:10.529 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:42:10.532 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 12:42:10.534 | + functions-common:time_stop:2432 : start_time=1646829725346 2022-03-09 12:42:10.536 | + functions-common:time_stop:2434 : [[ -z 1646829725346 ]] 2022-03-09 12:42:10.539 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:42:10.544 | + functions-common:time_stop:2437 : end_time=1646829730541 2022-03-09 12:42:10.546 | + functions-common:time_stop:2438 : elapsed_time=5195 2022-03-09 12:42:10.549 | + functions-common:time_stop:2439 : total=171834 2022-03-09 12:42:10.551 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:42:10.553 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=177029 2022-03-09 12:42:10.556 | + inc/python:pip_install:203 : return 0 2022-03-09 12:42:10.559 | + ./stack.sh:main:981 : install_oscwrap 2022-03-09 12:42:10.562 | ++ functions-common:install_oscwrap:2470 : mktemp 2022-03-09 12:42:10.567 | + functions-common:install_oscwrap:2470 : OSCWRAP_TIMER_FILE=/tmp/tmp.5S12w9bmhh 2022-03-09 12:42:10.569 | + functions-common:install_oscwrap:2473 : shopt -s expand_aliases 2022-03-09 12:42:10.572 | + functions-common:install_oscwrap:2476 : unalias -a 2022-03-09 12:42:10.574 | + functions-common:install_oscwrap:2478 : alias openstack=oscwrap 2022-03-09 12:42:10.577 | + ./stack.sh:main:986 : [[ False != \F\a\l\s\e ]] 2022-03-09 12:42:10.580 | + ./stack.sh:main:1026 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-03-09 12:42:10.582 | + ./stack.sh:main:1034 : is_service_enabled mysql postgresql 2022-03-09 12:42:10.600 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:42:10.603 | + ./stack.sh:main:1035 : configure_database 2022-03-09 12:42:10.605 | + lib/database:configure_database:128 : configure_database_mysql 2022-03-09 12:42:10.608 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-03-09 12:42:10.611 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-03-09 12:42:10.613 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:42:10.615 | + ./stack.sh:echo_summary:446 : echo -e Configuring and starting MySQL 2022-03-09 12:42:10.618 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-03-09 12:42:10.620 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:42:10.623 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:42:10.625 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-03-09 12:42:10.627 | + lib/databases/mysql:configure_database_mysql:90 : is_fedora 2022-03-09 12:42:10.630 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 12:42:10.632 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 12:42:10.634 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 12:42:10.637 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 12:42:10.639 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 12:42:10.641 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 12:42:10.644 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 12:42:10.646 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 12:42:10.648 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 12:42:10.650 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 12:42:10.653 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 12:42:10.656 | + lib/databases/mysql:configure_database_mysql:90 : is_suse 2022-03-09 12:42:10.658 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 12:42:10.660 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 12:42:10.663 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 12:42:10.665 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 12:42:10.667 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 12:42:10.670 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 12:42:10.673 | + lib/databases/mysql:configure_database_mysql:98 : sudo mysqladmin -u root password Passw0rd 2022-03-09 12:42:10.688 | mysqladmin: connect to server at 'localhost' failed 2022-03-09 12:42:10.688 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-03-09 12:42:10.692 | + lib/databases/mysql:configure_database_mysql:98 : true 2022-03-09 12:42:10.695 | + lib/databases/mysql:configure_database_mysql:102 : is_ubuntu 2022-03-09 12:42:10.697 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:42:10.700 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:42:10.702 | + lib/databases/mysql:configure_database_mysql:102 : '[' mysql == mariadb ']' 2022-03-09 12:42:10.705 | + lib/databases/mysql:configure_database_mysql:105 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-03-09 12:42:10.707 | + lib/databases/mysql:configure_database_mysql:111 : is_ubuntu 2022-03-09 12:42:10.710 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 12:42:10.712 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 12:42:10.715 | + lib/databases/mysql:configure_database_mysql:111 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-03-09 12:42:10.717 | + lib/databases/mysql:configure_database_mysql:111 : '[' mysql == mariadb ']' 2022-03-09 12:42:10.720 | + lib/databases/mysql:configure_database_mysql:116 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-03-09 12:42:10.731 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 12:42:10.816 | + lib/databases/mysql:configure_database_mysql:118 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-03-09 12:42:10.828 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 12:42:10.910 | ++ lib/databases/mysql:configure_database_mysql:124 : ipv6_unquote 0.0.0.0 2022-03-09 12:42:10.913 | ++ functions-common:ipv6_unquote:2223 : echo 0.0.0.0 2022-03-09 12:42:10.914 | ++ functions-common:ipv6_unquote:2223 : tr -d '[]' 2022-03-09 12:42:10.918 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-03-09 12:42:10.972 | + lib/databases/mysql:configure_database_mysql:125 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-03-09 12:42:11.027 | + lib/databases/mysql:configure_database_mysql:126 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-03-09 12:42:11.080 | + lib/databases/mysql:configure_database_mysql:127 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-03-09 12:42:11.133 | + lib/databases/mysql:configure_database_mysql:129 : [[ False == \T\r\u\e ]] 2022-03-09 12:42:11.135 | + lib/databases/mysql:configure_database_mysql:149 : restart_service mysql 2022-03-09 12:42:11.138 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:42:11.140 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart mysql 2022-03-09 12:42:14.048 | + ./stack.sh:main:1039 : save_stackenv 1039 2022-03-09 12:42:14.051 | + functions-common:save_stackenv:60 : local tag=1039 2022-03-09 12:42:14.054 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-03-09 12:42:14.058 | + functions-common:save_stackenv:62 : time_stamp=2022-03-09-124214 2022-03-09 12:42:14.061 | + functions-common:save_stackenv:63 : echo '# 2022-03-09-124214 1039' 2022-03-09 12:42:14.064 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.066 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-03-09 12:42:14.069 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.071 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-03-09 12:42:14.074 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.077 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-03-09 12:42:14.079 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.082 | + 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-03-09 12:42:14.084 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.087 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.30 2022-03-09 12:42:14.089 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.092 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.30/identity 2022-03-09 12:42:14.104 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.107 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-03-09-123812 2022-03-09 12:42:14.109 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.112 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-03-09 12:42:14.114 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.117 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.30 2022-03-09 12:42:14.119 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.122 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-03-09 12:42:14.124 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.126 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-03-09 12:42:14.129 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.131 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-03-09 12:42:14.134 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 12:42:14.136 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-03-09 12:42:14.139 | + ./stack.sh:main:1051 : [[ True == \T\r\u\e ]] 2022-03-09 12:42:14.142 | + ./stack.sh:main:1052 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-03-09 12:42:14.144 | + ./stack.sh:main:1053 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-03-09 12:42:14.156 | + ./stack.sh:main:1065 : start_dstat 2022-03-09 12:42:14.159 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.162 | + functions-common:run_process:1680 : local service=dstat 2022-03-09 12:42:14.164 | + functions-common:run_process:1681 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.166 | + functions-common:run_process:1682 : local group= 2022-03-09 12:42:14.169 | + functions-common:run_process:1683 : local user= 2022-03-09 12:42:14.171 | + functions-common:run_process:1685 : local name=dstat 2022-03-09 12:42:14.174 | + functions-common:run_process:1687 : time_start run_process 2022-03-09 12:42:14.176 | + functions-common:time_start:2411 : local name=run_process 2022-03-09 12:42:14.179 | + functions-common:time_start:2412 : local start_time= 2022-03-09 12:42:14.181 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 12:42:14.184 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 12:42:14.189 | + functions-common:time_start:2416 : _TIME_START[$name]=1646829734186 2022-03-09 12:42:14.191 | + functions-common:run_process:1688 : is_service_enabled dstat 2022-03-09 12:42:14.209 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:42:14.212 | + functions-common:run_process:1689 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-03-09 12:42:14.214 | + functions-common:_run_under_systemd:1645 : local service=dstat 2022-03-09 12:42:14.217 | + functions-common:_run_under_systemd:1646 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.219 | + functions-common:_run_under_systemd:1647 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.222 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.224 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.227 | + functions-common:_common_systemd_pitfalls:1620 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-03-09 12:42:14.230 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-03-09 12:42:14.232 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@dstat.service 2022-03-09 12:42:14.235 | + functions-common:_run_under_systemd:1652 : local group= 2022-03-09 12:42:14.237 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-03-09 12:42:14.243 | + functions-common:_run_under_systemd:1654 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-03-09 12:42:14.246 | + functions-common:_run_under_systemd:1657 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-03-09 12:42:14.248 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-03-09 12:42:14.251 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.253 | + functions-common:write_user_unit_file:1564 : local group= 2022-03-09 12:42:14.256 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-03-09 12:42:14.258 | + functions-common:write_user_unit_file:1566 : local extra= 2022-03-09 12:42:14.261 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-03-09 12:42:14.264 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-03-09 12:42:14.267 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-03-09 12:42:14.271 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-03-09 12:42:14.323 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-03-09 12:42:14.377 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 12:42:14.430 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-03-09 12:42:14.484 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-03-09 12:42:14.537 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-03-09 12:42:14.589 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-03-09 12:42:14.592 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-03-09 12:42:14.644 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-03-09 12:42:15.035 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@dstat.service 2022-03-09 12:42:15.049 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-03-09 12:42:15.425 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@dstat.service 2022-03-09 12:42:15.445 | + functions-common:run_process:1691 : time_stop run_process 2022-03-09 12:42:15.448 | + functions-common:time_stop:2425 : local name 2022-03-09 12:42:15.451 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:42:15.454 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:42:15.457 | + functions-common:time_stop:2428 : local total 2022-03-09 12:42:15.459 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:42:15.461 | + functions-common:time_stop:2431 : name=run_process 2022-03-09 12:42:15.464 | + functions-common:time_stop:2432 : start_time=1646829734186 2022-03-09 12:42:15.466 | + functions-common:time_stop:2434 : [[ -z 1646829734186 ]] 2022-03-09 12:42:15.470 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:42:15.478 | + functions-common:time_stop:2437 : end_time=1646829735472 2022-03-09 12:42:15.481 | + functions-common:time_stop:2438 : elapsed_time=1286 2022-03-09 12:42:15.483 | + functions-common:time_stop:2439 : total=0 2022-03-09 12:42:15.486 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:42:15.488 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1286 2022-03-09 12:42:15.491 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-03-09 12:42:15.493 | + functions-common:run_process:1680 : local service=memory_tracker 2022-03-09 12:42:15.496 | + functions-common:run_process:1681 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-03-09 12:42:15.498 | + functions-common:run_process:1682 : local group= 2022-03-09 12:42:15.501 | + functions-common:run_process:1683 : local user=root 2022-03-09 12:42:15.503 | + functions-common:run_process:1685 : local name=memory_tracker 2022-03-09 12:42:15.505 | + functions-common:run_process:1687 : time_start run_process 2022-03-09 12:42:15.508 | + functions-common:time_start:2411 : local name=run_process 2022-03-09 12:42:15.510 | + functions-common:time_start:2412 : local start_time= 2022-03-09 12:42:15.513 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 12:42:15.519 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 12:42:15.521 | + functions-common:time_start:2416 : _TIME_START[$name]=1646829735518 2022-03-09 12:42:15.524 | + functions-common:run_process:1688 : is_service_enabled memory_tracker 2022-03-09 12:42:15.544 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:15.548 | + functions-common:run_process:1691 : time_stop run_process 2022-03-09 12:42:15.550 | + functions-common:time_stop:2425 : local name 2022-03-09 12:42:15.555 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:42:15.559 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:42:15.563 | + functions-common:time_stop:2428 : local total 2022-03-09 12:42:15.565 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:42:15.568 | + functions-common:time_stop:2431 : name=run_process 2022-03-09 12:42:15.571 | + functions-common:time_stop:2432 : start_time=1646829735518 2022-03-09 12:42:15.573 | + functions-common:time_stop:2434 : [[ -z 1646829735518 ]] 2022-03-09 12:42:15.577 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:42:15.582 | + functions-common:time_stop:2437 : end_time=1646829735579 2022-03-09 12:42:15.584 | + functions-common:time_stop:2438 : elapsed_time=61 2022-03-09 12:42:15.587 | + functions-common:time_stop:2439 : total=1286 2022-03-09 12:42:15.589 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:42:15.592 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1347 2022-03-09 12:42:15.595 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-03-09 12:42:15.616 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:15.626 | + ./stack.sh:main:1069 : is_service_enabled tcpdump 2022-03-09 12:42:15.647 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:15.650 | + ./stack.sh:main:1077 : is_service_enabled etcd3 2022-03-09 12:42:15.671 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:42:15.674 | + ./stack.sh:main:1078 : start_etcd3 2022-03-09 12:42:15.676 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-03-09 12:42:15.679 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd' 2022-03-09 12:42:15.681 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-03-09 12:42:15.684 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380' 2022-03-09 12:42:15.688 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.30:2380' 2022-03-09 12:42:15.691 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.30:2379' 2022-03-09 12:42:15.694 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-03-09 12:42:15.696 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-03-09 12:42:15.699 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.30:2379' 2022-03-09 12:42:15.702 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-03-09 12:42:15.704 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-03-09 12:42:15.712 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-03-09 12:42:15.714 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380 --initial-advertise-peer-urls http://10.222.0.30:2380 --advertise-client-urls http://10.222.0.30:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.30:2379 --debug' '' root 2022-03-09 12:42:15.718 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-03-09 12:42:15.720 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380 --initial-advertise-peer-urls http://10.222.0.30:2380 --advertise-client-urls http://10.222.0.30:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.30:2379 --debug' 2022-03-09 12:42:15.723 | + functions-common:write_user_unit_file:1564 : local group= 2022-03-09 12:42:15.725 | + functions-common:write_user_unit_file:1565 : local user=root 2022-03-09 12:42:15.728 | + functions-common:write_user_unit_file:1566 : local extra= 2022-03-09 12:42:15.731 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-03-09 12:42:15.734 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-03-09 12:42:15.737 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-03-09 12:42:15.741 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-03-09 12:42:15.822 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-03-09 12:42:15.894 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380 --initial-advertise-peer-urls http://10.222.0.30:2380 --advertise-client-urls http://10.222.0.30:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.30:2379 --debug' 2022-03-09 12:42:15.947 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-03-09 12:42:15.999 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-03-09 12:42:16.049 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-03-09 12:42:16.102 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-03-09 12:42:16.105 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-03-09 12:42:16.167 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-03-09 12:42:16.549 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-03-09 12:42:16.602 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-03-09 12:42:16.653 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-03-09 12:42:16.704 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-03-09 12:42:16.756 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-03-09 12:42:16.759 | ++ functions-common:is_arch:506 : uname -m 2022-03-09 12:42:16.763 | + functions-common:is_arch:506 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-03-09 12:42:16.766 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-03-09 12:42:17.184 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-03-09 12:42:17.197 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-03-09 12:42:17.576 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-03-09 12:42:18.554 | + ./stack.sh:main:1084 : is_service_enabled tls-proxy 2022-03-09 12:42:18.573 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:18.576 | + ./stack.sh:main:1089 : write_clouds_yaml 2022-03-09 12:42:18.578 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-03-09 12:42:18.582 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-03-09 12:42:18.586 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-03-09 12:42:18.598 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-03-09 12:42:18.610 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-03-09 12:42:18.613 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-03-09 12:42:18.615 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-03-09 12:42:18.755 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-03-09 12:42:18.893 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-03-09 12:42:19.031 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-03-09 12:42:19.174 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-03-09 12:42:19.313 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-03-09 12:42:19.452 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-03-09 12:42:19.598 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-03-09 12:42:19.734 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-03-09 12:42:19.873 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.222.0.30/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-03-09 12:42:20.012 | + functions-common:write_clouds_yaml:198 : cat 2022-03-09 12:42:20.018 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-03-09 12:42:20.021 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-03-09 12:42:20.024 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-03-09 12:42:20.028 | + ./stack.sh:main:1090 : export OS_CLOUD=devstack-admin 2022-03-09 12:42:20.031 | + ./stack.sh:main:1090 : OS_CLOUD=devstack-admin 2022-03-09 12:42:20.034 | + ./stack.sh:main:1092 : is_service_enabled keystone 2022-03-09 12:42:20.050 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:42:20.053 | + ./stack.sh:main:1093 : echo_summary 'Starting Keystone' 2022-03-09 12:42:20.055 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:42:20.057 | + ./stack.sh:echo_summary:446 : echo -e Starting Keystone 2022-03-09 12:42:20.060 | + ./stack.sh:main:1095 : '[' 10.222.0.30 == 10.222.0.30 ']' 2022-03-09 12:42:20.062 | + ./stack.sh:main:1096 : init_keystone 2022-03-09 12:42:20.065 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-03-09 12:42:20.081 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:42:20.084 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-03-09 12:42:20.086 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-03-09 12:42:20.088 | + lib/database:recreate_database:112 : local db=keystone 2022-03-09 12:42:20.091 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-03-09 12:42:20.094 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-03-09 12:42:20.098 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-03-09 12:42:20.103 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 12:42:27.566 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-03-09 12:42:27.571 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 12:42:27.714 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-03-09 12:42:27.717 | + functions-common:time_start:2411 : local name=dbsync 2022-03-09 12:42:27.721 | + functions-common:time_start:2412 : local start_time= 2022-03-09 12:42:27.722 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 12:42:27.725 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 12:42:27.729 | + functions-common:time_start:2416 : _TIME_START[$name]=1646829747727 2022-03-09 12:42:27.732 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-03-09 12:42:32.542 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=128989) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-03-09 12:42:32.548 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:42:32.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.550 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.550 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.552 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:42:32.552 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:42:32.584 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:42:32.584 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.585 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.585 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.586 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:32.586 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:32.587 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:42:32.587 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:42:33.328 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:42:33.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:33.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:33.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:33.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:33.329 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:33.329 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:33.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:33.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:33.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:33.330 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:33.330 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:33.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:33.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:42:33.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:42:33.335 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:42:33.335 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:42:33.338 | INFO migrate.versioning.api [-] 72 -> 73...  2022-03-09 12:42:46.828 | ++ inc/async:async_inner:64 : rc=0 2022-03-09 12:42:46.853 | [127095 Async install_tempest:127095]: finished successfully 2022-03-09 12:43:02.063 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:02.063 | INFO migrate.versioning.api [-] 73 -> 74...  2022-03-09 12:43:02.123 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:02.123 | INFO migrate.versioning.api [-] 74 -> 75...  2022-03-09 12:43:02.198 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:02.198 | INFO migrate.versioning.api [-] 75 -> 76...  2022-03-09 12:43:02.260 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:02.261 | INFO migrate.versioning.api [-] 76 -> 77...  2022-03-09 12:43:02.332 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:02.332 | INFO migrate.versioning.api [-] 77 -> 78...  2022-03-09 12:43:02.389 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:02.389 | INFO migrate.versioning.api [-] 78 -> 79...  2022-03-09 12:43:03.258 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:03.258 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:03.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.259 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.259 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.261 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:03.261 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:03.262 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:03.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.263 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.263 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.264 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.264 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.265 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.265 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.265 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:03.265 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:03.272 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:03.273 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.273 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.274 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.274 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.275 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.275 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.275 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:03.275 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:03.635 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:03.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.636 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.636 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.637 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.637 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.638 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.638 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.638 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:03.638 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:03.715 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:03.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.716 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.716 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.718 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.718 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.718 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:03.719 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:03.719 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:03.719 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:03.726 | INFO migrate.versioning.api [-] 72 -> 73...  2022-03-09 12:43:03.923 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:03.924 | INFO migrate.versioning.api [-] 73 -> 74...  2022-03-09 12:43:04.003 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:04.004 | INFO migrate.versioning.api [-] 74 -> 75...  2022-03-09 12:43:04.075 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:04.075 | INFO migrate.versioning.api [-] 75 -> 76...  2022-03-09 12:43:04.143 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:04.143 | INFO migrate.versioning.api [-] 76 -> 77...  2022-03-09 12:43:04.217 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:04.217 | INFO migrate.versioning.api [-] 77 -> 78...  2022-03-09 12:43:04.487 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:04.487 | INFO migrate.versioning.api [-] 78 -> 79...  2022-03-09 12:43:04.543 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:04.543 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:04.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.545 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.552 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:04.553 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:04.558 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:04.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.560 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.560 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.561 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:04.561 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:04.866 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:04.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.868 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.868 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.869 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.869 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.869 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:04.869 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:04.981 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 12:43:04.981 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.981 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.982 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.982 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.983 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 12:43:04.983 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 12:43:04.983 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 12:43:04.984 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128989) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 12:43:04.990 | INFO migrate.versioning.api [-] 72 -> 73...  2022-03-09 12:43:05.055 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:05.055 | INFO migrate.versioning.api [-] 73 -> 74...  2022-03-09 12:43:05.114 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:05.114 | INFO migrate.versioning.api [-] 74 -> 75...  2022-03-09 12:43:05.189 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:05.189 | INFO migrate.versioning.api [-] 75 -> 76...  2022-03-09 12:43:05.240 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:05.241 | INFO migrate.versioning.api [-] 76 -> 77...  2022-03-09 12:43:05.297 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:05.297 | INFO migrate.versioning.api [-] 77 -> 78...  2022-03-09 12:43:05.369 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:05.369 | INFO migrate.versioning.api [-] 78 -> 79...  2022-03-09 12:43:05.426 | INFO migrate.versioning.api [-] done 2022-03-09 12:43:05.806 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-03-09 12:43:05.808 | + functions-common:time_stop:2425 : local name 2022-03-09 12:43:05.811 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:43:05.814 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:43:05.816 | + functions-common:time_stop:2428 : local total 2022-03-09 12:43:05.819 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:43:05.821 | + functions-common:time_stop:2431 : name=dbsync 2022-03-09 12:43:05.824 | + functions-common:time_stop:2432 : start_time=1646829747727 2022-03-09 12:43:05.826 | + functions-common:time_stop:2434 : [[ -z 1646829747727 ]] 2022-03-09 12:43:05.830 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:43:05.835 | + functions-common:time_stop:2437 : end_time=1646829785832 2022-03-09 12:43:05.837 | + functions-common:time_stop:2438 : elapsed_time=38105 2022-03-09 12:43:05.840 | + functions-common:time_stop:2439 : total=0 2022-03-09 12:43:05.842 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:43:05.844 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=38105 2022-03-09 12:43:05.847 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-03-09 12:43:05.849 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-03-09 12:43:05.853 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-03-09 12:43:10.374 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-03-09 12:43:10.375 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-03-09 12:43:10.375 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-03-09 12:43:10.376 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-03-09 12:43:10.376 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-03-09 12:43:10.376 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-03-09 12:43:10.376 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-03-09 12:43:10.376 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-03-09 12:43:10.377 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-03-09 12:43:10.730 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-03-09 12:43:10.735 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-03-09 12:43:15.294 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-03-09 12:43:15.294 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-03-09 12:43:15.295 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-03-09 12:43:15.295 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-03-09 12:43:15.295 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-03-09 12:43:15.296 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-03-09 12:43:15.296 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-03-09 12:43:15.296 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-03-09 12:43:15.297 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-03-09 12:43:15.674 | + ./stack.sh:main:1097 : start_keystone 2022-03-09 12:43:15.677 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-03-09 12:43:15.680 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-03-09 12:43:15.682 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-03-09 12:43:15.701 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:43:15.704 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-03-09 12:43:15.707 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-03-09 12:43:15.713 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-03-09 12:43:15.714 | + functions-common:run_process:1680 : local service=keystone 2022-03-09 12:43:15.717 | + functions-common:run_process:1681 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 12:43:15.720 | + functions-common:run_process:1682 : local group= 2022-03-09 12:43:15.722 | + functions-common:run_process:1683 : local user= 2022-03-09 12:43:15.725 | + functions-common:run_process:1685 : local name=keystone 2022-03-09 12:43:15.727 | + functions-common:run_process:1687 : time_start run_process 2022-03-09 12:43:15.730 | + functions-common:time_start:2411 : local name=run_process 2022-03-09 12:43:15.732 | + functions-common:time_start:2412 : local start_time= 2022-03-09 12:43:15.736 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 12:43:15.738 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 12:43:15.742 | + functions-common:time_start:2416 : _TIME_START[$name]=1646829795739 2022-03-09 12:43:15.745 | + functions-common:run_process:1688 : is_service_enabled keystone 2022-03-09 12:43:15.761 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:43:15.763 | + functions-common:run_process:1689 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-03-09 12:43:15.766 | + functions-common:_run_under_systemd:1645 : local service=keystone 2022-03-09 12:43:15.769 | + functions-common:_run_under_systemd:1646 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 12:43:15.771 | + functions-common:_run_under_systemd:1647 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 12:43:15.774 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 12:43:15.776 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 12:43:15.778 | + functions-common:_common_systemd_pitfalls:1620 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-03-09 12:43:15.781 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-03-09 12:43:15.784 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@keystone.service 2022-03-09 12:43:15.786 | + functions-common:_run_under_systemd:1652 : local group= 2022-03-09 12:43:15.788 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-03-09 12:43:15.791 | + functions-common:_run_under_systemd:1654 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-03-09 12:43:15.793 | + functions-common:_run_under_systemd:1655 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-03-09 12:43:15.796 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2022-03-09 12:43:15.798 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 12:43:15.800 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2022-03-09 12:43:15.802 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=ubuntu 2022-03-09 12:43:15.805 | + functions-common:write_uwsgi_user_unit_file:1593 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-03-09 12:43:15.807 | + functions-common:write_uwsgi_user_unit_file:1594 : mkdir -p /etc/systemd/system 2022-03-09 12:43:15.811 | + functions-common:write_uwsgi_user_unit_file:1596 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-03-09 12:43:15.863 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-03-09 12:43:15.915 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-03-09 12:43:15.967 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 12:43:16.018 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-03-09 12:43:16.078 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-03-09 12:43:16.129 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-03-09 12:43:16.181 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-03-09 12:43:16.232 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-03-09 12:43:16.283 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-03-09 12:43:16.335 | + functions-common:write_uwsgi_user_unit_file:1607 : [[ -n '' ]] 2022-03-09 12:43:16.338 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-03-09 12:43:16.392 | + functions-common:write_uwsgi_user_unit_file:1613 : sudo systemctl daemon-reload 2022-03-09 12:43:16.777 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@keystone.service 2022-03-09 12:43:16.791 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-03-09 12:43:17.180 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@keystone.service 2022-03-09 12:43:17.260 | + functions-common:run_process:1691 : time_stop run_process 2022-03-09 12:43:17.263 | + functions-common:time_stop:2425 : local name 2022-03-09 12:43:17.266 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:43:17.268 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:43:17.270 | + functions-common:time_stop:2428 : local total 2022-03-09 12:43:17.273 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:43:17.275 | + functions-common:time_stop:2431 : name=run_process 2022-03-09 12:43:17.277 | + functions-common:time_stop:2432 : start_time=1646829795739 2022-03-09 12:43:17.280 | + functions-common:time_stop:2434 : [[ -z 1646829795739 ]] 2022-03-09 12:43:17.283 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:43:17.288 | + functions-common:time_stop:2437 : end_time=1646829797285 2022-03-09 12:43:17.290 | + functions-common:time_stop:2438 : elapsed_time=1546 2022-03-09 12:43:17.292 | + functions-common:time_stop:2439 : total=1347 2022-03-09 12:43:17.295 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:43:17.298 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2893 2022-03-09 12:43:17.300 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-03-09 12:43:17.300 | Waiting for keystone to start... 2022-03-09 12:43:17.303 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.30/identity/v3/ 2022-03-09 12:43:17.305 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.30/identity/v3/ 2022-03-09 12:43:17.307 | + functions:wait_for_service:457 : local timeout=60 2022-03-09 12:43:17.310 | + functions:wait_for_service:458 : local url=http://10.222.0.30/identity/v3/ 2022-03-09 12:43:17.312 | + functions:wait_for_service:459 : local rval=0 2022-03-09 12:43:17.315 | + functions:wait_for_service:460 : time_start wait_for_service 2022-03-09 12:43:17.317 | + functions-common:time_start:2411 : local name=wait_for_service 2022-03-09 12:43:17.320 | + functions-common:time_start:2412 : local start_time= 2022-03-09 12:43:17.322 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 12:43:17.325 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 12:43:17.330 | + functions-common:time_start:2416 : _TIME_START[$name]=1646829797327 2022-03-09 12:43:17.332 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-03-09 12:43:17.338 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.30/identity/v3/ 2022-03-09 12:43:23.822 | + :: : [[ 200 == 503 ]] 2022-03-09 12:43:23.824 | + :: : [[ 0 -eq 7 ]] 2022-03-09 12:43:23.827 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-03-09 12:43:23.830 | + functions-common:time_stop:2425 : local name 2022-03-09 12:43:23.832 | + functions-common:time_stop:2426 : local end_time 2022-03-09 12:43:23.835 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 12:43:23.837 | + functions-common:time_stop:2428 : local total 2022-03-09 12:43:23.840 | + functions-common:time_stop:2429 : local start_time 2022-03-09 12:43:23.842 | + functions-common:time_stop:2431 : name=wait_for_service 2022-03-09 12:43:23.845 | + functions-common:time_stop:2432 : start_time=1646829797327 2022-03-09 12:43:23.847 | + functions-common:time_stop:2434 : [[ -z 1646829797327 ]] 2022-03-09 12:43:23.850 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 12:43:23.855 | + functions-common:time_stop:2437 : end_time=1646829803852 2022-03-09 12:43:23.857 | + functions-common:time_stop:2438 : elapsed_time=6525 2022-03-09 12:43:23.860 | + functions-common:time_stop:2439 : total=0 2022-03-09 12:43:23.862 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 12:43:23.864 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6525 2022-03-09 12:43:23.867 | + functions:wait_for_service:467 : return 0 2022-03-09 12:43:23.869 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-03-09 12:43:23.886 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:43:23.889 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-03-09 12:43:23.891 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 12:43:23.894 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart memcached 2022-03-09 12:43:23.922 | + ./stack.sh:main:1098 : bootstrap_keystone 2022-03-09 12:43:23.924 | + lib/keystone:bootstrap_keystone:602 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.222.0.30/identity 2022-03-09 12:43:28.501 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.501 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.501 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.509 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.526 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.526 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.556 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.588 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.588 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.678 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.678 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.678 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.678 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.679 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.679 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.692 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.692 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.692 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.692 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.692 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.692 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.693 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.700 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.702 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.703 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.703 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.703 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.703 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.703 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.704 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=129800) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 12:43:28.735 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=129800) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-03-09 12:43:29.134 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created domain default 2022-03-09 12:43:29.226 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created project admin 2022-03-09 12:43:29.253 | DEBUG passlib.handlers.bcrypt [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=129800) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-03-09 12:43:29.254 | DEBUG passlib.handlers.bcrypt [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=129800) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-03-09 12:43:29.378 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created user admin 2022-03-09 12:43:29.451 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created role reader 2022-03-09 12:43:29.594 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created role member 2022-03-09 12:43:29.688 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created implied role where e27ed16b534e4723a6a0a05f074ea89f implies 5a189657983543fb811d59d9371937a0 2022-03-09 12:43:29.794 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created role admin 2022-03-09 12:43:29.899 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created implied role where e24f14152fef4fb9b12f0a2fa59e8c35 implies e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:43:29.971 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Granted role admin on project admin to user admin. 2022-03-09 12:43:30.026 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Granted role admin on the system to user admin. 2022-03-09 12:43:30.133 | WARNING py.warnings [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] /usr/local/lib/python3.8/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2022-03-09 12:43:30.133 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-03-09 12:43:30.133 |  2022-03-09 12:43:30.137 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created region RegionOne 2022-03-09 12:43:30.327 | INFO keystone.cmd.bootstrap [None req-763afdef-d5ec-411f-a2cb-c08ea3c0712b None None] Created public endpoint http://10.222.0.30/identity 2022-03-09 12:43:30.771 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-03-09 12:43:30.774 | + ./stack.sh:main:1101 : create_keystone_accounts 2022-03-09 12:43:30.777 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-03-09 12:43:30.780 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-03-09 12:43:33.900 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:33.900 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:33.900 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:33.900 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:34.059 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:34.062 | + lib/keystone:create_keystone_accounts:310 : admin_project=759b3768a4a84978b2c7c82400c2765b 2022-03-09 12:43:34.064 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-03-09 12:43:34.067 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-03-09 12:43:36.280 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:36.280 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:36.280 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:36.280 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:36.439 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:36.442 | + lib/keystone:create_keystone_accounts:312 : admin_user=22d770d2e7f64ce39d83b700bf1649ca 2022-03-09 12:43:36.444 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-03-09 12:43:36.446 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-03-09 12:43:36.449 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-03-09 12:43:36.451 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 22d770d2e7f64ce39d83b700bf1649ca default 2022-03-09 12:43:36.507 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 22d770d2e7f64ce39d83b700bf1649ca default 2022-03-09 12:43:36.571 | [101721 Async ks-domain-role:129953]: running: get_or_add_user_domain_role admin 22d770d2e7f64ce39d83b700bf1649ca default 2022-03-09 12:43:36.574 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-03-09 12:43:36.576 | + functions-common:get_or_create_domain:877 : local domain_id 2022-03-09 12:43:36.580 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-03-09 12:43:39.677 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-03-09 12:43:39.680 | + functions-common:get_or_create_domain:888 : echo default 2022-03-09 12:43:39.680 | default 2022-03-09 12:43:39.682 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-03-09 12:43:39.742 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-03-09 12:43:39.784 | [101721 Async ks-project:130092]: running: get_or_create_project service Default 2022-03-09 12:43:39.786 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-03-09 12:43:39.855 | + inc/async:async_inner:63 : get_or_create_role service 2022-03-09 12:43:39.897 | [101721 Async ks-service:130178]: running: get_or_create_role service 2022-03-09 12:43:39.900 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-03-09 12:43:39.982 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-03-09 12:43:40.043 | [101721 Async ks-reseller:130264]: running: get_or_create_role ResellerAdmin 2022-03-09 12:43:40.048 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-03-09 12:43:40.053 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-03-09 12:43:40.376 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-03-09 12:43:40.638 | [101721 Async ks-anotherrole:130355]: running: get_or_create_role anotherrole 2022-03-09 12:43:40.661 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-03-09 12:43:40.696 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-03-09 12:43:40.721 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:43:40.764 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-03-09 12:43:43.671 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:43:43.691 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:43:43.710 | [130178 Async ks-service:130178]: finished successfully 2022-03-09 12:43:43.733 | [130264 Async ks-reseller:130264]: finished successfully 2022-03-09 12:43:44.107 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:43:44.143 | [130355 Async ks-anotherrole:130355]: finished successfully 2022-03-09 12:43:44.462 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:44.462 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:44.463 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:44.463 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:44.636 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:44.639 | ++ functions-common:get_or_create_project:938 : project_id=7acde452dc61497c8b787444a10e8291 2022-03-09 12:43:44.644 | ++ functions-common:get_or_create_project:939 : echo 7acde452dc61497c8b787444a10e8291 2022-03-09 12:43:44.647 | + lib/keystone:create_keystone_accounts:340 : invis_project=7acde452dc61497c8b787444a10e8291 2022-03-09 12:43:44.649 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-03-09 12:43:44.652 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-03-09 12:43:44.655 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:43:44.658 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-03-09 12:43:44.907 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:43:44.934 | [130092 Async ks-project:130092]: finished successfully 2022-03-09 12:43:47.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:47.305 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:47.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:47.305 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:47.486 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:47.489 | ++ functions-common:get_or_create_project:938 : project_id=9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:47.491 | ++ functions-common:get_or_create_project:939 : echo 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:47.494 | + lib/keystone:create_keystone_accounts:344 : demo_project=9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:47.497 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-03-09 12:43:47.500 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-03-09 12:43:47.503 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:43:47.505 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-03-09 12:43:47.507 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-03-09 12:43:47.514 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-03-09 12:43:48.036 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:43:48.061 | [129953 Async ks-domain-role:129953]: finished successfully 2022-03-09 12:43:50.158 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.158 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.158 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.158 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.323 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:50.325 | ++ functions-common:get_or_create_user:925 : user_id=ac7b5aa496294ab096cd776644b2afbb 2022-03-09 12:43:50.328 | ++ functions-common:get_or_create_user:926 : echo ac7b5aa496294ab096cd776644b2afbb 2022-03-09 12:43:50.332 | + lib/keystone:create_keystone_accounts:347 : demo_user=ac7b5aa496294ab096cd776644b2afbb 2022-03-09 12:43:50.334 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-03-09 12:43:50.383 | [101721 Async ks-domain-role:129953]: Waiting for completion of get_or_add_user_domain_role admin 22d770d2e7f64ce39d83b700bf1649ca default running on PID 129953 (6 other jobs running) 2022-03-09 12:43:50.408 | [101721 Async ks-domain-role:129953]: Signaling child to exit 2022-03-09 12:43:50.408 | WAKEUP 2022-03-09 12:43:50.430 | [101721 Async ks-domain-role:129953]: Signaled 2022-03-09 12:43:50.432 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-03-09 12:43:50.432 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 22d770d2e7f64ce39d83b700bf1649ca --domain default 2022-03-09 12:43:50.432 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:43:50.433 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-03-09 12:43:50.433 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:43:50.433 | ++ functions-common:get_field:812 : read data 2022-03-09 12:43:50.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.433 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.433 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.433 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:50.433 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-03-09 12:43:50.433 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-03-09 12:43:50.433 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user 22d770d2e7f64ce39d83b700bf1649ca --domain default 2022-03-09 12:43:50.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.433 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.433 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.433 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-03-09 12:43:50.433 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:43:50.433 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 22d770d2e7f64ce39d83b700bf1649ca --domain default 2022-03-09 12:43:50.433 | ++ functions-common:get_field:812 : read data 2022-03-09 12:43:50.433 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:43:50.433 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.433 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.433 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.433 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.433 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:50.433 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:43:50.433 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:43:50.433 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 22d770d2e7f64ce39d83b700bf1649ca | | | default | | False |' 2022-03-09 12:43:50.433 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:43:50.433 | ++ functions-common:get_field:812 : read data 2022-03-09 12:43:50.433 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:43:50.434 | + functions-common:get_or_add_user_domain_role:1021 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:43:50.434 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:43:50.477 | [101721 Async ks-domain-role:129953]: finished get_or_add_user_domain_role admin 22d770d2e7f64ce39d83b700bf1649ca default with result 0 in 11 seconds 2022-03-09 12:43:50.483 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-03-09 12:43:50.518 | [101721 Async ks-project:130092]: Waiting for completion of get_or_create_project service Default running on PID 130092 (5 other jobs running) 2022-03-09 12:43:50.543 | [101721 Async ks-project:130092]: Signaling child to exit 2022-03-09 12:43:50.543 | WAKEUP 2022-03-09 12:43:50.565 | [101721 Async ks-project:130092]: Signaled 2022-03-09 12:43:50.566 | + functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:43:50.566 | ++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-03-09 12:43:50.566 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.566 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.566 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.566 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.566 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:50.566 | + functions-common:get_or_create_project:938 : project_id=95ec19496d5a4b0192b33b23fa7ade2d 2022-03-09 12:43:50.566 | + functions-common:get_or_create_project:939 : echo 95ec19496d5a4b0192b33b23fa7ade2d 2022-03-09 12:43:50.566 | 95ec19496d5a4b0192b33b23fa7ade2d 2022-03-09 12:43:50.610 | [101721 Async ks-project:130092]: finished get_or_create_project service Default with result 0 in 5 seconds 2022-03-09 12:43:50.647 | [101721 Async ks-service:130178]: Waiting for completion of get_or_create_role service running on PID 130178 (4 other jobs running) 2022-03-09 12:43:50.670 | [101721 Async ks-service:130178]: Signaling child to exit 2022-03-09 12:43:50.670 | WAKEUP 2022-03-09 12:43:50.693 | [101721 Async ks-service:130178]: Signaled 2022-03-09 12:43:50.695 | + functions-common:get_or_create_role:945 : local role_id 2022-03-09 12:43:50.695 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-03-09 12:43:50.695 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.695 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.695 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.695 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.695 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:50.695 | + functions-common:get_or_create_role:950 : role_id=e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:43:50.695 | + functions-common:get_or_create_role:951 : echo e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:43:50.695 | e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:43:50.738 | [101721 Async ks-service:130178]: finished get_or_create_role service with result 0 in 3 seconds 2022-03-09 12:43:50.774 | [101721 Async ks-reseller:130264]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 130264 (3 other jobs running) 2022-03-09 12:43:50.798 | [101721 Async ks-reseller:130264]: Signaling child to exit 2022-03-09 12:43:50.798 | WAKEUP 2022-03-09 12:43:50.820 | [101721 Async ks-reseller:130264]: Signaled 2022-03-09 12:43:50.821 | + functions-common:get_or_create_role:945 : local role_id 2022-03-09 12:43:50.821 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-03-09 12:43:50.821 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.821 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.821 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.821 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.821 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:50.821 | + functions-common:get_or_create_role:950 : role_id=f4cad2da1fe049c188675afae794057b 2022-03-09 12:43:50.821 | + functions-common:get_or_create_role:951 : echo f4cad2da1fe049c188675afae794057b 2022-03-09 12:43:50.821 | f4cad2da1fe049c188675afae794057b 2022-03-09 12:43:50.865 | [101721 Async ks-reseller:130264]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-03-09 12:43:50.901 | [101721 Async ks-anotherrole:130355]: Waiting for completion of get_or_create_role anotherrole running on PID 130355 (2 other jobs running) 2022-03-09 12:43:50.925 | [101721 Async ks-anotherrole:130355]: Signaling child to exit 2022-03-09 12:43:50.926 | WAKEUP 2022-03-09 12:43:50.948 | [101721 Async ks-anotherrole:130355]: Signaled 2022-03-09 12:43:50.949 | + functions-common:get_or_create_role:945 : local role_id 2022-03-09 12:43:50.949 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-03-09 12:43:50.949 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.949 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.949 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:50.949 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:50.949 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:50.949 | + functions-common:get_or_create_role:950 : role_id=adffcf0c421e43c4afda36390465311c 2022-03-09 12:43:50.949 | + functions-common:get_or_create_role:951 : echo adffcf0c421e43c4afda36390465311c 2022-03-09 12:43:50.949 | adffcf0c421e43c4afda36390465311c 2022-03-09 12:43:50.993 | [101721 Async ks-anotherrole:130355]: finished get_or_create_role anotherrole with result 0 in 3 seconds 2022-03-09 12:43:50.997 | + inc/async:async_wait:197 : return 0 2022-03-09 12:43:51.000 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.057 | + inc/async:async_inner:63 : get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.096 | [101721 Async ks-demo-member:131224]: running: get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.099 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 22d770d2e7f64ce39d83b700bf1649ca 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.161 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 22d770d2e7f64ce39d83b700bf1649ca 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.200 | [101721 Async ks-demo-admin:131336]: running: get_or_add_user_project_role admin 22d770d2e7f64ce39d83b700bf1649ca 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.204 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.267 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.310 | [101721 Async ks-demo-another:131448]: running: get_or_add_user_project_role anotherrole ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:51.314 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 7acde452dc61497c8b787444a10e8291 2022-03-09 12:43:51.389 | + inc/async:async_inner:63 : get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 7acde452dc61497c8b787444a10e8291 2022-03-09 12:43:51.470 | [101721 Async ks-demo-invis:131560]: running: get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 7acde452dc61497c8b787444a10e8291 2022-03-09 12:43:51.477 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-03-09 12:43:51.487 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-03-09 12:43:51.496 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:43:51.499 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-03-09 12:43:51.537 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-03-09 12:43:51.572 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id 2022-03-09 12:43:55.542 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:55.542 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:55.542 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:43:55.542 | from cryptography.utils import int_from_bytes 2022-03-09 12:43:55.731 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:43:55.735 | ++ functions-common:get_or_create_user:925 : user_id=ff6a421309d5453da8ac4603a00f7553 2022-03-09 12:43:55.738 | ++ functions-common:get_or_create_user:926 : echo ff6a421309d5453da8ac4603a00f7553 2022-03-09 12:43:55.741 | + lib/keystone:create_keystone_accounts:360 : demo_reader=ff6a421309d5453da8ac4603a00f7553 2022-03-09 12:43:55.744 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader ff6a421309d5453da8ac4603a00f7553 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:55.843 | + inc/async:async_inner:63 : get_or_add_user_project_role reader ff6a421309d5453da8ac4603a00f7553 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:55.936 | [101721 Async ks-demo-reader:131726]: running: get_or_add_user_project_role reader ff6a421309d5453da8ac4603a00f7553 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:43:55.958 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-03-09 12:43:55.977 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-03-09 12:43:55.996 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:43:56.023 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-03-09 12:44:00.793 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:00.793 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:00.793 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:00.793 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:00.997 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:01.005 | ++ functions-common:get_or_create_project:938 : project_id=e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:01.009 | ++ functions-common:get_or_create_project:939 : echo e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:01.017 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:01.021 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-03-09 12:44:01.024 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-03-09 12:44:01.031 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:44:01.036 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-03-09 12:44:01.039 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-03-09 12:44:01.045 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-03-09 12:44:04.550 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:04.723 | [131224 Async ks-demo-member:131224]: finished successfully 2022-03-09 12:44:05.029 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:05.029 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:05.029 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:05.029 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:05.305 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:05.317 | ++ functions-common:get_or_create_user:925 : user_id=09aa83e2d8094854a555c8ae429fe192 2022-03-09 12:44:05.338 | ++ functions-common:get_or_create_user:926 : echo 09aa83e2d8094854a555c8ae429fe192 2022-03-09 12:44:05.361 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=09aa83e2d8094854a555c8ae429fe192 2022-03-09 12:44:05.375 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:05.476 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:05.557 | [101721 Async ks-alt-admin:132135]: running: get_or_add_user_project_role admin 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:05.569 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:05.909 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:06.046 | [101721 Async ks-alt-another:132247]: running: get_or_add_user_project_role anotherrole 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:06.056 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-03-09 12:44:06.081 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-03-09 12:44:06.101 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:44:06.120 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-03-09 12:44:06.140 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-03-09 12:44:06.179 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2022-03-09 12:44:06.546 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:06.677 | [131336 Async ks-demo-admin:131336]: finished successfully 2022-03-09 12:44:07.558 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:07.730 | [131560 Async ks-demo-invis:131560]: finished successfully 2022-03-09 12:44:08.696 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:08.858 | [131448 Async ks-demo-another:131448]: finished successfully 2022-03-09 12:44:09.708 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:09.708 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:09.708 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:09.708 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:09.921 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:09.924 | ++ functions-common:get_or_create_user:925 : user_id=e71fd7d1ae4f4dd3aa20665b41f6abf5 2022-03-09 12:44:09.927 | ++ functions-common:get_or_create_user:926 : echo e71fd7d1ae4f4dd3aa20665b41f6abf5 2022-03-09 12:44:09.933 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=e71fd7d1ae4f4dd3aa20665b41f6abf5 2022-03-09 12:44:09.936 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member e71fd7d1ae4f4dd3aa20665b41f6abf5 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:10.053 | + inc/async:async_inner:63 : get_or_add_user_project_role member e71fd7d1ae4f4dd3aa20665b41f6abf5 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:10.095 | [101721 Async ks-alt-member-user:132579]: running: get_or_add_user_project_role member e71fd7d1ae4f4dd3aa20665b41f6abf5 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:10.097 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-03-09 12:44:10.102 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-03-09 12:44:10.106 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:44:10.111 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-03-09 12:44:10.130 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-03-09 12:44:10.142 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2022-03-09 12:44:12.136 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:12.318 | [131726 Async ks-demo-reader:131726]: finished successfully 2022-03-09 12:44:13.399 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:13.399 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:13.399 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:13.399 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:13.597 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:13.600 | ++ functions-common:get_or_create_user:925 : user_id=da696c0e556f4a7e91b1a5d1222f12dc 2022-03-09 12:44:13.606 | ++ functions-common:get_or_create_user:926 : echo da696c0e556f4a7e91b1a5d1222f12dc 2022-03-09 12:44:13.611 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=da696c0e556f4a7e91b1a5d1222f12dc 2022-03-09 12:44:13.614 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader da696c0e556f4a7e91b1a5d1222f12dc e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:13.705 | + inc/async:async_inner:63 : get_or_add_user_project_role reader da696c0e556f4a7e91b1a5d1222f12dc e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:13.790 | [101721 Async ks-alt-reader-user:132805]: running: get_or_add_user_project_role reader da696c0e556f4a7e91b1a5d1222f12dc e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:13.796 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-03-09 12:44:13.805 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:44:13.811 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-03-09 12:44:13.819 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-03-09 12:44:13.836 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id 2022-03-09 12:44:17.496 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:17.497 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:17.497 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:17.497 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:17.714 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:17.722 | ++ functions-common:get_or_create_user:925 : user_id=d7ec34e8a26e4e318f28c4c7ca378903 2022-03-09 12:44:17.728 | ++ functions-common:get_or_create_user:926 : echo d7ec34e8a26e4e318f28c4c7ca378903 2022-03-09 12:44:17.733 | + lib/keystone:create_keystone_accounts:392 : system_member_user=d7ec34e8a26e4e318f28c4c7ca378903 2022-03-09 12:44:17.747 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member d7ec34e8a26e4e318f28c4c7ca378903 all 2022-03-09 12:44:17.856 | + inc/async:async_inner:63 : get_or_add_user_system_role member d7ec34e8a26e4e318f28c4c7ca378903 all 2022-03-09 12:44:17.929 | [101721 Async ks-system-member:133029]: running: get_or_add_user_system_role member d7ec34e8a26e4e318f28c4c7ca378903 all 2022-03-09 12:44:17.933 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-03-09 12:44:17.936 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:44:17.939 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-03-09 12:44:17.942 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-03-09 12:44:17.945 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id 2022-03-09 12:44:19.601 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:19.778 | [132135 Async ks-alt-admin:132135]: finished successfully 2022-03-09 12:44:20.960 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:21.082 | [132247 Async ks-alt-another:132247]: finished successfully 2022-03-09 12:44:21.411 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:21.411 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:21.411 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:21.411 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:21.610 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:21.612 | ++ functions-common:get_or_create_user:925 : user_id=151cffb183b944a5bcd67502b26c3093 2022-03-09 12:44:21.615 | ++ functions-common:get_or_create_user:926 : echo 151cffb183b944a5bcd67502b26c3093 2022-03-09 12:44:21.618 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=151cffb183b944a5bcd67502b26c3093 2022-03-09 12:44:21.621 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 151cffb183b944a5bcd67502b26c3093 all 2022-03-09 12:44:21.747 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 151cffb183b944a5bcd67502b26c3093 all 2022-03-09 12:44:21.805 | [101721 Async ks-system-reader:133313]: running: get_or_add_user_system_role reader 151cffb183b944a5bcd67502b26c3093 all 2022-03-09 12:44:21.816 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-03-09 12:44:21.854 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-03-09 12:44:21.869 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-03-09 12:44:21.878 | ++ functions-common:get_or_create_group:895 : local group_id 2022-03-09 12:44:21.905 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-03-09 12:44:24.356 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:24.420 | [132579 Async ks-alt-member-user:132579]: finished successfully 2022-03-09 12:44:25.399 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:25.399 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:25.399 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:25.399 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:25.629 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:25.632 | ++ functions-common:get_or_create_group:902 : group_id=69e09d36ccc3452c8e61d9eedf0086d2 2022-03-09 12:44:25.635 | ++ functions-common:get_or_create_group:903 : echo 69e09d36ccc3452c8e61d9eedf0086d2 2022-03-09 12:44:25.638 | + lib/keystone:create_keystone_accounts:402 : admin_group=69e09d36ccc3452c8e61d9eedf0086d2 2022-03-09 12:44:25.642 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-03-09 12:44:25.648 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-03-09 12:44:25.660 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-03-09 12:44:25.663 | ++ functions-common:get_or_create_group:895 : local group_id 2022-03-09 12:44:25.668 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-03-09 12:44:27.252 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:27.282 | [132805 Async ks-alt-reader-user:132805]: finished successfully 2022-03-09 12:44:28.438 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:28.438 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:28.438 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:28.438 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:28.632 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:28.635 | ++ functions-common:get_or_create_group:902 : group_id=2b3a4245452d40b4a61bd27fe346d886 2022-03-09 12:44:28.638 | ++ functions-common:get_or_create_group:903 : echo 2b3a4245452d40b4a61bd27fe346d886 2022-03-09 12:44:28.641 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=2b3a4245452d40b4a61bd27fe346d886 2022-03-09 12:44:28.643 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:28.713 | + inc/async:async_inner:63 : get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:28.761 | [101721 Async ks-group-memberdemo:133710]: running: get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:28.764 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:28.848 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:28.944 | [101721 Async ks-group-anotherdemo:133803]: running: get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:28.961 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:29.261 | + inc/async:async_inner:63 : get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:29.502 | [101721 Async ks-group-memberalt:133889]: running: get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:29.520 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:29.552 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:29.720 | [133029 Async ks-system-member:133029]: finished successfully 2022-03-09 12:44:29.937 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:30.165 | [101721 Async ks-group-anotheralt:134015]: running: get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:30.184 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b 2022-03-09 12:44:30.614 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b 2022-03-09 12:44:30.822 | [101721 Async ks-group-admin:134104]: running: get_or_add_group_project_role admin 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b 2022-03-09 12:44:30.845 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-03-09 12:44:31.270 | [101721 Async ks-demo-member:131224]: Waiting for completion of get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 running on PID 131224 (17 other jobs running) 2022-03-09 12:44:31.448 | [101721 Async ks-demo-member:131224]: Signaling child to exit 2022-03-09 12:44:31.449 | WAKEUP 2022-03-09 12:44:31.611 | [101721 Async ks-demo-member:131224]: Signaled 2022-03-09 12:44:31.620 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:31.620 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:31.620 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:31.620 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:31.620 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:31.620 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:31.620 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:31.620 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:31.620 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:31.620 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ac7b5aa496294ab096cd776644b2afbb --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:31.620 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:31.621 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:31.621 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:31.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:31.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:31.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:31.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:31.621 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:31.621 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:31.621 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:31.621 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user ac7b5aa496294ab096cd776644b2afbb --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:31.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:31.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:31.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:31.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:31.621 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:31.621 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ac7b5aa496294ab096cd776644b2afbb --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:31.621 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:31.621 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:31.621 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:31.621 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:31.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:31.621 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:31.621 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:31.621 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:31.621 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:31.621 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:31.621 | ++ functions-common:get_field:818 : echo '| e27ed16b534e4723a6a0a05f074ea89f | ac7b5aa496294ab096cd776644b2afbb | | 9d0bce49ea5d48f4b2e0ccc94d581aa7 | | | False |' 2022-03-09 12:44:31.621 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:31.621 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:31.621 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:31.621 | + functions-common:get_or_add_user_project_role:997 : echo e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:31.622 | e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:31.898 | [101721 Async ks-demo-member:131224]: finished get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 with result 0 in 13 seconds 2022-03-09 12:44:32.148 | [101721 Async ks-demo-admin:131336]: Waiting for completion of get_or_add_user_project_role admin 22d770d2e7f64ce39d83b700bf1649ca 9d0bce49ea5d48f4b2e0ccc94d581aa7 running on PID 131336 (16 other jobs running) 2022-03-09 12:44:32.348 | [101721 Async ks-demo-admin:131336]: Signaling child to exit 2022-03-09 12:44:32.349 | WAKEUP 2022-03-09 12:44:32.498 | [101721 Async ks-demo-admin:131336]: Signaled 2022-03-09 12:44:32.517 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:32.517 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:32.517 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:32.517 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:32.517 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:32.517 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:32.517 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:32.517 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:32.517 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 22d770d2e7f64ce39d83b700bf1649ca --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:32.517 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:32.518 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:32.518 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:32.518 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:32.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:32.518 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:32.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:32.518 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:32.518 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:32.518 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:32.518 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:32.518 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 22d770d2e7f64ce39d83b700bf1649ca --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:32.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:32.518 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:32.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:32.518 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:32.518 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:32.518 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:32.518 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 22d770d2e7f64ce39d83b700bf1649ca --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:32.518 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:32.518 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:32.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:32.518 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:32.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:32.518 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:32.518 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:32.518 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:32.518 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:32.518 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 22d770d2e7f64ce39d83b700bf1649ca | | 9d0bce49ea5d48f4b2e0ccc94d581aa7 | | | False |' 2022-03-09 12:44:32.518 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:32.518 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:32.518 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:44:32.519 | + functions-common:get_or_add_user_project_role:997 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:44:32.519 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:44:32.705 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:32.786 | [101721 Async ks-demo-admin:131336]: finished get_or_add_user_project_role admin 22d770d2e7f64ce39d83b700bf1649ca 9d0bce49ea5d48f4b2e0ccc94d581aa7 with result 0 in 15 seconds 2022-03-09 12:44:32.856 | [133313 Async ks-system-reader:133313]: finished successfully 2022-03-09 12:44:32.986 | [101721 Async ks-demo-another:131448]: Waiting for completion of get_or_add_user_project_role anotherrole ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 running on PID 131448 (15 other jobs running) 2022-03-09 12:44:33.134 | [101721 Async ks-demo-another:131448]: Signaling child to exit 2022-03-09 12:44:33.135 | WAKEUP 2022-03-09 12:44:33.266 | [101721 Async ks-demo-another:131448]: Signaled 2022-03-09 12:44:33.274 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:33.274 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:33.274 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:33.274 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:33.274 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:33.274 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:33.274 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:33.274 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:33.274 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:33.274 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user ac7b5aa496294ab096cd776644b2afbb --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:33.274 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:33.274 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:33.274 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:33.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.274 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.274 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.274 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.274 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:33.274 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:33.274 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:33.274 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user ac7b5aa496294ab096cd776644b2afbb --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:33.274 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.274 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.275 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.275 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.275 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user ac7b5aa496294ab096cd776644b2afbb --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:33.275 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:33.275 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:33.275 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:33.275 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:33.275 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.275 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.275 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.275 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.275 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:33.275 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:33.275 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:33.275 | ++ functions-common:get_field:818 : echo '| adffcf0c421e43c4afda36390465311c | ac7b5aa496294ab096cd776644b2afbb | | 9d0bce49ea5d48f4b2e0ccc94d581aa7 | | | False |' 2022-03-09 12:44:33.275 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:33.275 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:33.275 | + functions-common:get_or_add_user_project_role:995 : user_role_id=adffcf0c421e43c4afda36390465311c 2022-03-09 12:44:33.275 | + functions-common:get_or_add_user_project_role:997 : echo adffcf0c421e43c4afda36390465311c 2022-03-09 12:44:33.275 | adffcf0c421e43c4afda36390465311c 2022-03-09 12:44:33.532 | [101721 Async ks-demo-another:131448]: finished get_or_add_user_project_role anotherrole ac7b5aa496294ab096cd776644b2afbb 9d0bce49ea5d48f4b2e0ccc94d581aa7 with result 0 in 17 seconds 2022-03-09 12:44:33.738 | [101721 Async ks-demo-invis:131560]: Waiting for completion of get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 7acde452dc61497c8b787444a10e8291 running on PID 131560 (14 other jobs running) 2022-03-09 12:44:33.878 | [101721 Async ks-demo-invis:131560]: Signaling child to exit 2022-03-09 12:44:33.879 | WAKEUP 2022-03-09 12:44:33.960 | [101721 Async ks-demo-invis:131560]: Signaled 2022-03-09 12:44:33.975 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:33.975 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:33.975 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:33.975 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:33.975 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:33.975 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:33.975 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:33.975 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:33.975 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:33.975 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:33.975 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ac7b5aa496294ab096cd776644b2afbb --project 7acde452dc61497c8b787444a10e8291 2022-03-09 12:44:33.975 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:33.975 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:33.975 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.975 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.975 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.975 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.975 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:33.975 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:33.975 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:33.975 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user ac7b5aa496294ab096cd776644b2afbb --project 7acde452dc61497c8b787444a10e8291 2022-03-09 12:44:33.975 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.975 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.975 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.975 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.976 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user ac7b5aa496294ab096cd776644b2afbb --project 7acde452dc61497c8b787444a10e8291 2022-03-09 12:44:33.976 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:33.976 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:33.976 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:33.976 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:33.976 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.976 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.976 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:33.976 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:33.976 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:33.976 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:33.976 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:33.976 | ++ functions-common:get_field:818 : echo '| e27ed16b534e4723a6a0a05f074ea89f | ac7b5aa496294ab096cd776644b2afbb | | 7acde452dc61497c8b787444a10e8291 | | | False |' 2022-03-09 12:44:33.976 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:33.976 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:33.976 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:33.976 | + functions-common:get_or_add_user_project_role:997 : echo e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:33.976 | e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:34.263 | [101721 Async ks-demo-invis:131560]: finished get_or_add_user_project_role member ac7b5aa496294ab096cd776644b2afbb 7acde452dc61497c8b787444a10e8291 with result 0 in 16 seconds 2022-03-09 12:44:34.488 | [101721 Async ks-demo-reader:131726]: Waiting for completion of get_or_add_user_project_role reader ff6a421309d5453da8ac4603a00f7553 9d0bce49ea5d48f4b2e0ccc94d581aa7 running on PID 131726 (13 other jobs running) 2022-03-09 12:44:34.636 | [101721 Async ks-demo-reader:131726]: Signaling child to exit 2022-03-09 12:44:34.636 | WAKEUP 2022-03-09 12:44:34.785 | [101721 Async ks-demo-reader:131726]: Signaled 2022-03-09 12:44:34.797 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:34.797 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:34.797 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:34.797 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:34.797 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:34.797 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:34.797 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:34.797 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:34.797 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ff6a421309d5453da8ac4603a00f7553 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:34.797 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:34.797 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:34.797 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:34.797 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:34.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:34.797 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:34.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:34.797 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:34.797 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:34.797 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:34.797 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:34.797 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user ff6a421309d5453da8ac4603a00f7553 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:34.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:34.798 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:34.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:34.798 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:34.798 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ff6a421309d5453da8ac4603a00f7553 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:34.798 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:34.798 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:34.798 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:34.798 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:34.798 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:34.798 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:34.798 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:34.798 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:34.798 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:34.798 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:34.798 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:34.798 | ++ functions-common:get_field:818 : echo '| 5a189657983543fb811d59d9371937a0 | ff6a421309d5453da8ac4603a00f7553 | | 9d0bce49ea5d48f4b2e0ccc94d581aa7 | | | False |' 2022-03-09 12:44:34.798 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:34.798 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:34.798 | + functions-common:get_or_add_user_project_role:995 : user_role_id=5a189657983543fb811d59d9371937a0 2022-03-09 12:44:34.798 | + functions-common:get_or_add_user_project_role:997 : echo 5a189657983543fb811d59d9371937a0 2022-03-09 12:44:34.798 | 5a189657983543fb811d59d9371937a0 2022-03-09 12:44:35.064 | [101721 Async ks-demo-reader:131726]: finished get_or_add_user_project_role reader ff6a421309d5453da8ac4603a00f7553 9d0bce49ea5d48f4b2e0ccc94d581aa7 with result 0 in 16 seconds 2022-03-09 12:44:35.093 | + inc/async:async_wait:197 : return 0 2022-03-09 12:44:35.113 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-03-09 12:44:35.430 | [101721 Async ks-alt-admin:132135]: Waiting for completion of get_or_add_user_project_role admin 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 running on PID 132135 (12 other jobs running) 2022-03-09 12:44:35.576 | [101721 Async ks-alt-admin:132135]: Signaling child to exit 2022-03-09 12:44:35.576 | WAKEUP 2022-03-09 12:44:35.707 | [101721 Async ks-alt-admin:132135]: Signaled 2022-03-09 12:44:35.720 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:35.720 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:35.720 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:35.720 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:35.720 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:35.720 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:35.720 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:35.720 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:35.720 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:35.720 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:35.720 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:35.720 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 09aa83e2d8094854a555c8ae429fe192 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:35.721 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:35.721 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:35.721 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:35.721 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:35.721 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:35.721 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:35.721 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:35.721 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:35.721 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 09aa83e2d8094854a555c8ae429fe192 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:35.721 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:35.721 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:35.721 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:35.721 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:35.721 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 09aa83e2d8094854a555c8ae429fe192 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:35.721 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:35.721 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:35.721 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:35.721 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:35.721 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:35.721 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:35.721 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:35.721 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:35.721 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:35.721 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:35.721 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:35.721 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:35.721 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 09aa83e2d8094854a555c8ae429fe192 | | e6efa26b496a4e73908d8ad91897d0d6 | | | False |' 2022-03-09 12:44:35.721 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:35.721 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:44:35.721 | + functions-common:get_or_add_user_project_role:997 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:44:35.721 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:44:36.020 | [101721 Async ks-alt-admin:132135]: finished get_or_add_user_project_role admin 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 with result 0 in 14 seconds 2022-03-09 12:44:36.230 | [101721 Async ks-alt-another:132247]: Waiting for completion of get_or_add_user_project_role anotherrole 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 running on PID 132247 (11 other jobs running) 2022-03-09 12:44:36.391 | [101721 Async ks-alt-another:132247]: Signaling child to exit 2022-03-09 12:44:36.391 | WAKEUP 2022-03-09 12:44:36.551 | [101721 Async ks-alt-another:132247]: Signaled 2022-03-09 12:44:36.574 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:36.574 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:36.574 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:36.574 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:36.574 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:36.574 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:36.574 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:36.574 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:36.574 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:36.574 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 09aa83e2d8094854a555c8ae429fe192 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:36.574 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:36.574 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:36.574 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:36.574 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:36.574 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:36.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:36.574 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:36.574 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:36.574 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:36.574 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:36.575 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 09aa83e2d8094854a555c8ae429fe192 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:36.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:36.575 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:36.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:36.575 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:36.575 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 09aa83e2d8094854a555c8ae429fe192 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:36.575 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:36.575 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:36.575 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:36.575 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:36.575 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:36.575 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:36.575 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:36.575 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:36.575 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:36.575 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:36.575 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:36.575 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:36.575 | ++ functions-common:get_field:818 : echo '| adffcf0c421e43c4afda36390465311c | 09aa83e2d8094854a555c8ae429fe192 | | e6efa26b496a4e73908d8ad91897d0d6 | | | False |' 2022-03-09 12:44:36.575 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:36.575 | + functions-common:get_or_add_user_project_role:995 : user_role_id=adffcf0c421e43c4afda36390465311c 2022-03-09 12:44:36.575 | + functions-common:get_or_add_user_project_role:997 : echo adffcf0c421e43c4afda36390465311c 2022-03-09 12:44:36.575 | adffcf0c421e43c4afda36390465311c 2022-03-09 12:44:36.835 | [101721 Async ks-alt-another:132247]: finished get_or_add_user_project_role anotherrole 09aa83e2d8094854a555c8ae429fe192 e6efa26b496a4e73908d8ad91897d0d6 with result 0 in 15 seconds 2022-03-09 12:44:37.114 | [101721 Async ks-alt-member-user:132579]: Waiting for completion of get_or_add_user_project_role member e71fd7d1ae4f4dd3aa20665b41f6abf5 e6efa26b496a4e73908d8ad91897d0d6 running on PID 132579 (10 other jobs running) 2022-03-09 12:44:37.252 | [101721 Async ks-alt-member-user:132579]: Signaling child to exit 2022-03-09 12:44:37.253 | WAKEUP 2022-03-09 12:44:37.437 | [101721 Async ks-alt-member-user:132579]: Signaled 2022-03-09 12:44:37.444 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:37.445 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:37.445 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:37.445 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:37.445 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:37.445 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:37.445 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:37.445 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:37.445 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e71fd7d1ae4f4dd3aa20665b41f6abf5 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:37.445 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:37.445 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:37.445 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:37.445 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:37.445 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:37.445 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:37.445 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:37.445 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:37.445 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:37.445 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:37.445 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:37.445 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user e71fd7d1ae4f4dd3aa20665b41f6abf5 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:37.445 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:37.445 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:37.445 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:37.445 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:37.445 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e71fd7d1ae4f4dd3aa20665b41f6abf5 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:37.445 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:37.445 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:37.445 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:37.446 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:37.446 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:37.446 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:37.446 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:37.446 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:37.446 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:37.446 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:37.446 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:37.446 | ++ functions-common:get_field:818 : echo '| e27ed16b534e4723a6a0a05f074ea89f | e71fd7d1ae4f4dd3aa20665b41f6abf5 | | e6efa26b496a4e73908d8ad91897d0d6 | | | False |' 2022-03-09 12:44:37.446 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:37.446 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:37.446 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:37.446 | + functions-common:get_or_add_user_project_role:997 : echo e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:37.446 | e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:37.724 | [101721 Async ks-alt-member-user:132579]: finished get_or_add_user_project_role member e71fd7d1ae4f4dd3aa20665b41f6abf5 e6efa26b496a4e73908d8ad91897d0d6 with result 0 in 14 seconds 2022-03-09 12:44:37.954 | [101721 Async ks-alt-reader-user:132805]: Waiting for completion of get_or_add_user_project_role reader da696c0e556f4a7e91b1a5d1222f12dc e6efa26b496a4e73908d8ad91897d0d6 running on PID 132805 (9 other jobs running) 2022-03-09 12:44:38.111 | [101721 Async ks-alt-reader-user:132805]: Signaling child to exit 2022-03-09 12:44:38.111 | WAKEUP 2022-03-09 12:44:38.269 | [101721 Async ks-alt-reader-user:132805]: Signaled 2022-03-09 12:44:38.284 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:44:38.290 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:44:38.290 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:38.290 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:38.290 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:38.290 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:38.290 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:38.290 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:44:38.290 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:44:38.290 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:38.290 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:38.291 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user da696c0e556f4a7e91b1a5d1222f12dc --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:38.291 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:38.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:38.291 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:38.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:38.291 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:38.291 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:38.291 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:44:38.291 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:44:38.291 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user da696c0e556f4a7e91b1a5d1222f12dc --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:38.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:38.291 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:38.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:38.291 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:38.291 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:44:38.291 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:44:38.291 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:44:38.291 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user da696c0e556f4a7e91b1a5d1222f12dc --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:38.291 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:38.291 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:38.291 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:38.291 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:38.291 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:38.291 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:38.291 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:44:38.291 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:44:38.291 | ++ functions-common:get_field:818 : echo '| 5a189657983543fb811d59d9371937a0 | da696c0e556f4a7e91b1a5d1222f12dc | | e6efa26b496a4e73908d8ad91897d0d6 | | | False |' 2022-03-09 12:44:38.291 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:44:38.292 | ++ functions-common:get_field:812 : read data 2022-03-09 12:44:38.292 | + functions-common:get_or_add_user_project_role:995 : user_role_id=5a189657983543fb811d59d9371937a0 2022-03-09 12:44:38.292 | + functions-common:get_or_add_user_project_role:997 : echo 5a189657983543fb811d59d9371937a0 2022-03-09 12:44:38.292 | 5a189657983543fb811d59d9371937a0 2022-03-09 12:44:38.550 | [101721 Async ks-alt-reader-user:132805]: finished get_or_add_user_project_role reader da696c0e556f4a7e91b1a5d1222f12dc e6efa26b496a4e73908d8ad91897d0d6 with result 0 in 13 seconds 2022-03-09 12:44:38.577 | + inc/async:async_wait:197 : return 0 2022-03-09 12:44:38.597 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-03-09 12:44:38.917 | [101721 Async ks-system-member:133029]: Waiting for completion of get_or_add_user_system_role member d7ec34e8a26e4e318f28c4c7ca378903 all running on PID 133029 (8 other jobs running) 2022-03-09 12:44:39.066 | [101721 Async ks-system-member:133029]: Signaling child to exit 2022-03-09 12:44:39.066 | WAKEUP 2022-03-09 12:44:39.172 | [101721 Async ks-system-member:133029]: Signaled 2022-03-09 12:44:39.195 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-03-09 12:44:39.195 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-03-09 12:44:39.195 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-03-09 12:44:39.195 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:39.195 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:39.195 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:39.195 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:39.195 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:39.195 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-03-09 12:44:39.195 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d7ec34e8a26e4e318f28c4c7ca378903 --system all -f value -c Role 2022-03-09 12:44:39.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:39.195 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:39.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:39.195 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:39.195 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:39.195 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-03-09 12:44:39.195 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-03-09 12:44:39.195 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user d7ec34e8a26e4e318f28c4c7ca378903 --system all 2022-03-09 12:44:39.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:39.196 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:39.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:39.196 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:39.196 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user d7ec34e8a26e4e318f28c4c7ca378903 --system all -f value -c Role 2022-03-09 12:44:39.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:39.196 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:39.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:39.196 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:39.196 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:39.196 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:39.196 | + functions-common:get_or_add_user_system_role:1052 : echo e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:39.196 | e27ed16b534e4723a6a0a05f074ea89f 2022-03-09 12:44:39.496 | [101721 Async ks-system-member:133029]: finished get_or_add_user_system_role member d7ec34e8a26e4e318f28c4c7ca378903 all with result 0 in 11 seconds 2022-03-09 12:44:39.728 | [101721 Async ks-system-reader:133313]: Waiting for completion of get_or_add_user_system_role reader 151cffb183b944a5bcd67502b26c3093 all running on PID 133313 (7 other jobs running) 2022-03-09 12:44:39.902 | [101721 Async ks-system-reader:133313]: Signaling child to exit 2022-03-09 12:44:39.902 | WAKEUP 2022-03-09 12:44:40.019 | [101721 Async ks-system-reader:133313]: Signaled 2022-03-09 12:44:40.021 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-03-09 12:44:40.021 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-03-09 12:44:40.021 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-03-09 12:44:40.021 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:44:40.021 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:44:40.021 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:44:40.021 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:44:40.021 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:44:40.021 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-03-09 12:44:40.021 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 151cffb183b944a5bcd67502b26c3093 --system all -f value -c Role 2022-03-09 12:44:40.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:40.021 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:40.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:40.021 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:40.021 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:40.021 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-03-09 12:44:40.021 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-03-09 12:44:40.021 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user 151cffb183b944a5bcd67502b26c3093 --system all 2022-03-09 12:44:40.021 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:40.021 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:40.021 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:40.022 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:40.022 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 151cffb183b944a5bcd67502b26c3093 --system all -f value -c Role 2022-03-09 12:44:40.022 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:40.022 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:40.022 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:40.022 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:40.022 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:40.022 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=5a189657983543fb811d59d9371937a0 2022-03-09 12:44:40.022 | + functions-common:get_or_add_user_system_role:1052 : echo 5a189657983543fb811d59d9371937a0 2022-03-09 12:44:40.022 | 5a189657983543fb811d59d9371937a0 2022-03-09 12:44:40.099 | [101721 Async ks-system-reader:133313]: finished get_or_add_user_system_role reader 151cffb183b944a5bcd67502b26c3093 all with result 0 in 11 seconds 2022-03-09 12:44:40.119 | + inc/async:async_wait:197 : return 0 2022-03-09 12:44:40.129 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-03-09 12:44:40.458 | [101721 Async ks-group-memberdemo:133710]: Waiting for completion of get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 running on PID 133710 (6 other jobs running) 2022-03-09 12:44:40.603 | [101721 Async ks-group-memberdemo:133710]: Signaling child to exit 2022-03-09 12:44:42.011 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:42.148 | [133710 Async ks-group-memberdemo:133710]: finished successfully 2022-03-09 12:44:42.198 | WAKEUP 2022-03-09 12:44:42.315 | [101721 Async ks-group-memberdemo:133710]: Signaled 2022-03-09 12:44:42.329 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 12:44:42.329 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 2b3a4245452d40b4a61bd27fe346d886 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 -f value 2022-03-09 12:44:42.329 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:42.329 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:42.329 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:42.329 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:42.329 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:42.329 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 12:44:42.329 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 12:44:42.329 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 2b3a4245452d40b4a61bd27fe346d886 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:42.329 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:42.329 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:42.329 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:42.329 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:42.329 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 2b3a4245452d40b4a61bd27fe346d886 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 -f value 2022-03-09 12:44:42.329 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:42.329 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:42.329 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:42.329 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:42.329 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:42.329 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='e27ed16b534e4723a6a0a05f074ea89f 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 False' 2022-03-09 12:44:42.329 | + functions-common:get_or_add_group_project_role:1076 : echo e27ed16b534e4723a6a0a05f074ea89f 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 False 2022-03-09 12:44:42.329 | e27ed16b534e4723a6a0a05f074ea89f 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 False 2022-03-09 12:44:42.503 | [101721 Async ks-group-memberdemo:133710]: finished get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 with result 0 in 13 seconds 2022-03-09 12:44:42.680 | [101721 Async ks-group-anotherdemo:133803]: Waiting for completion of get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 running on PID 133803 (5 other jobs running) 2022-03-09 12:44:42.858 | [101721 Async ks-group-anotherdemo:133803]: Signaling child to exit 2022-03-09 12:44:42.889 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:42.934 | [133803 Async ks-group-anotherdemo:133803]: finished successfully 2022-03-09 12:44:42.963 | WAKEUP 2022-03-09 12:44:43.009 | [101721 Async ks-group-anotherdemo:133803]: Signaled 2022-03-09 12:44:43.011 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 12:44:43.011 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 2b3a4245452d40b4a61bd27fe346d886 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 -f value 2022-03-09 12:44:43.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.011 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.011 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.011 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:43.011 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 12:44:43.011 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 12:44:43.011 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 2b3a4245452d40b4a61bd27fe346d886 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 2022-03-09 12:44:43.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.011 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.011 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.011 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 2b3a4245452d40b4a61bd27fe346d886 --project 9d0bce49ea5d48f4b2e0ccc94d581aa7 -f value 2022-03-09 12:44:43.011 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.011 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.011 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.011 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.011 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:43.012 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='adffcf0c421e43c4afda36390465311c 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 False' 2022-03-09 12:44:43.012 | + functions-common:get_or_add_group_project_role:1076 : echo adffcf0c421e43c4afda36390465311c 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 False 2022-03-09 12:44:43.012 | adffcf0c421e43c4afda36390465311c 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 False 2022-03-09 12:44:43.082 | [101721 Async ks-group-anotherdemo:133803]: finished get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 9d0bce49ea5d48f4b2e0ccc94d581aa7 with result 0 in 14 seconds 2022-03-09 12:44:43.144 | [101721 Async ks-group-memberalt:133889]: Waiting for completion of get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 running on PID 133889 (4 other jobs running) 2022-03-09 12:44:43.179 | [101721 Async ks-group-memberalt:133889]: Signaling child to exit 2022-03-09 12:44:43.740 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:43.770 | [133889 Async ks-group-memberalt:133889]: finished successfully 2022-03-09 12:44:43.790 | WAKEUP 2022-03-09 12:44:43.816 | [101721 Async ks-group-memberalt:133889]: Signaled 2022-03-09 12:44:43.817 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 12:44:43.817 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 2b3a4245452d40b4a61bd27fe346d886 --project e6efa26b496a4e73908d8ad91897d0d6 -f value 2022-03-09 12:44:43.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.817 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.817 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.817 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:43.817 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 12:44:43.817 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 12:44:43.818 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 2b3a4245452d40b4a61bd27fe346d886 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:43.818 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.818 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.818 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.818 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.818 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 2b3a4245452d40b4a61bd27fe346d886 --project e6efa26b496a4e73908d8ad91897d0d6 -f value 2022-03-09 12:44:43.818 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.818 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.818 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:43.818 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:43.818 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:43.818 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='e27ed16b534e4723a6a0a05f074ea89f 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 False' 2022-03-09 12:44:43.818 | + functions-common:get_or_add_group_project_role:1076 : echo e27ed16b534e4723a6a0a05f074ea89f 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 False 2022-03-09 12:44:43.818 | e27ed16b534e4723a6a0a05f074ea89f 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 False 2022-03-09 12:44:43.881 | [101721 Async ks-group-memberalt:133889]: finished get_or_add_group_project_role member 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 with result 0 in 14 seconds 2022-03-09 12:44:43.925 | [101721 Async ks-group-anotheralt:134015]: Waiting for completion of get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 running on PID 134015 (3 other jobs running) 2022-03-09 12:44:43.954 | [101721 Async ks-group-anotheralt:134015]: Signaling child to exit 2022-03-09 12:44:44.455 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:44.481 | [134015 Async ks-group-anotheralt:134015]: finished successfully 2022-03-09 12:44:44.501 | WAKEUP 2022-03-09 12:44:44.524 | [101721 Async ks-group-anotheralt:134015]: Signaled 2022-03-09 12:44:44.526 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 12:44:44.526 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 2b3a4245452d40b4a61bd27fe346d886 --project e6efa26b496a4e73908d8ad91897d0d6 -f value 2022-03-09 12:44:44.526 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:44.526 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:44.526 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:44.526 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:44.526 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:44.526 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 12:44:44.526 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 12:44:44.526 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 2b3a4245452d40b4a61bd27fe346d886 --project e6efa26b496a4e73908d8ad91897d0d6 2022-03-09 12:44:44.526 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:44.526 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:44.526 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:44.526 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:44.526 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 2b3a4245452d40b4a61bd27fe346d886 --project e6efa26b496a4e73908d8ad91897d0d6 -f value 2022-03-09 12:44:44.526 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:44.526 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:44.526 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:44.526 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:44.526 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:44.526 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='adffcf0c421e43c4afda36390465311c 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 False' 2022-03-09 12:44:44.526 | + functions-common:get_or_add_group_project_role:1076 : echo adffcf0c421e43c4afda36390465311c 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 False 2022-03-09 12:44:44.526 | adffcf0c421e43c4afda36390465311c 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 False 2022-03-09 12:44:44.571 | [101721 Async ks-group-anotheralt:134015]: finished get_or_add_group_project_role anotherrole 2b3a4245452d40b4a61bd27fe346d886 e6efa26b496a4e73908d8ad91897d0d6 with result 0 in 14 seconds 2022-03-09 12:44:44.611 | [101721 Async ks-group-admin:134104]: Waiting for completion of get_or_add_group_project_role admin 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b running on PID 134104 (2 other jobs running) 2022-03-09 12:44:44.637 | [101721 Async ks-group-admin:134104]: Signaling child to exit 2022-03-09 12:44:45.155 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:44:45.181 | [134104 Async ks-group-admin:134104]: finished successfully 2022-03-09 12:44:45.200 | WAKEUP 2022-03-09 12:44:45.222 | [101721 Async ks-group-admin:134104]: Signaled 2022-03-09 12:44:45.224 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 12:44:45.224 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 69e09d36ccc3452c8e61d9eedf0086d2 --project 759b3768a4a84978b2c7c82400c2765b -f value 2022-03-09 12:44:45.224 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:45.224 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:45.224 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:45.224 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:45.224 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:45.224 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 12:44:45.224 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 12:44:45.224 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group 69e09d36ccc3452c8e61d9eedf0086d2 --project 759b3768a4a84978b2c7c82400c2765b 2022-03-09 12:44:45.224 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:45.224 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:45.224 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:45.224 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:45.224 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 69e09d36ccc3452c8e61d9eedf0086d2 --project 759b3768a4a84978b2c7c82400c2765b -f value 2022-03-09 12:44:45.224 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:45.224 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:45.224 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:44:45.225 | from cryptography.utils import int_from_bytes 2022-03-09 12:44:45.225 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:44:45.225 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='e24f14152fef4fb9b12f0a2fa59e8c35 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b False' 2022-03-09 12:44:45.225 | + functions-common:get_or_add_group_project_role:1076 : echo e24f14152fef4fb9b12f0a2fa59e8c35 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b False 2022-03-09 12:44:45.225 | e24f14152fef4fb9b12f0a2fa59e8c35 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b False 2022-03-09 12:44:45.268 | [101721 Async ks-group-admin:134104]: finished get_or_add_group_project_role admin 69e09d36ccc3452c8e61d9eedf0086d2 759b3768a4a84978b2c7c82400c2765b with result 0 in 14 seconds 2022-03-09 12:44:45.272 | + inc/async:async_wait:197 : return 0 2022-03-09 12:44:45.274 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-03-09 12:44:45.291 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:44:45.295 | + ./stack.sh:main:1102 : is_service_enabled nova 2022-03-09 12:44:45.311 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:44:45.314 | + ./stack.sh:main:1103 : async_runfunc create_nova_accounts 2022-03-09 12:44:45.316 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-03-09 12:44:45.376 | + inc/async:async_inner:63 : create_nova_accounts 2022-03-09 12:44:45.415 | [101721 Async create_nova_accounts:136003]: running: create_nova_accounts 2022-03-09 12:44:45.418 | + ./stack.sh:main:1105 : is_service_enabled glance 2022-03-09 12:44:45.435 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:44:45.438 | + ./stack.sh:main:1106 : async_runfunc create_glance_accounts 2022-03-09 12:44:45.440 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-03-09 12:44:45.500 | + inc/async:async_inner:63 : create_glance_accounts 2022-03-09 12:44:45.543 | [101721 Async create_glance_accounts:136118]: running: create_glance_accounts 2022-03-09 12:44:45.546 | + ./stack.sh:main:1108 : is_service_enabled cinder 2022-03-09 12:44:45.569 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:44:45.571 | + ./stack.sh:main:1109 : async_runfunc create_cinder_accounts 2022-03-09 12:44:45.574 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-03-09 12:44:45.641 | + inc/async:async_inner:63 : create_cinder_accounts 2022-03-09 12:44:45.683 | [101721 Async create_cinder_accounts:136248]: running: create_cinder_accounts 2022-03-09 12:44:45.686 | + ./stack.sh:main:1111 : is_service_enabled neutron 2022-03-09 12:44:45.708 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:44:45.710 | + ./stack.sh:main:1112 : async_runfunc create_neutron_accounts 2022-03-09 12:44:45.713 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-03-09 12:44:45.781 | + inc/async:async_inner:63 : create_neutron_accounts 2022-03-09 12:44:45.869 | [101721 Async create_neutron_accounts:136363]: running: create_neutron_accounts 2022-03-09 12:44:45.876 | + ./stack.sh:main:1114 : is_service_enabled swift 2022-03-09 12:44:45.916 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:44:45.918 | + ./stack.sh:main:1115 : async_runfunc create_swift_accounts 2022-03-09 12:44:45.929 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-03-09 12:44:46.288 | + inc/async:async_inner:63 : create_swift_accounts 2022-03-09 12:44:46.516 | [101721 Async create_swift_accounts:136505]: running: create_swift_accounts 2022-03-09 12:44:46.540 | + ./stack.sh:main:1123 : is_service_enabled horizon 2022-03-09 12:44:46.673 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:44:46.692 | + ./stack.sh:main:1128 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-03-09 12:44:47.086 | [101721 Async create_nova_accounts:136003]: Waiting for completion of create_nova_accounts running on PID 136003 (6 other jobs running) 2022-03-09 12:44:47.274 | [101721 Async create_nova_accounts:136003]: Signaling child to exit 2022-03-09 12:45:25.655 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:45:25.694 | [136363 Async create_neutron_accounts:136363]: finished successfully 2022-03-09 12:45:45.994 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:45:46.026 | [136248 Async create_cinder_accounts:136248]: finished successfully 2022-03-09 12:45:59.189 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:45:59.219 | [136118 Async create_glance_accounts:136118]: finished successfully 2022-03-09 12:46:06.100 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:46:06.126 | [136003 Async create_nova_accounts:136003]: finished successfully 2022-03-09 12:46:06.146 | WAKEUP 2022-03-09 12:46:06.170 | [101721 Async create_nova_accounts:136003]: Signaled 2022-03-09 12:46:06.171 | + lib/nova:create_nova_accounts:355 : [[ 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 =~ n-api ]] 2022-03-09 12:46:06.171 | + lib/nova:create_nova_accounts:359 : create_service_user nova admin 2022-03-09 12:46:06.171 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-03-09 12:46:06.171 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:06.171 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 12:46:06.171 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 12:46:06.171 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-03-09 12:46:06.172 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.172 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.172 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.172 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.172 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.172 | + functions-common:get_or_create_user:925 : user_id=7e6fe61e906e45f5aa3eed1fdc34f200 2022-03-09 12:46:06.172 | + functions-common:get_or_create_user:926 : echo 7e6fe61e906e45f5aa3eed1fdc34f200 2022-03-09 12:46:06.172 | 7e6fe61e906e45f5aa3eed1fdc34f200 2022-03-09 12:46:06.172 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-03-09 12:46:06.172 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.172 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.172 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.172 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.172 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.172 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.172 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.172 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.172 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.172 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.172 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.172 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.172 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.172 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.172 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.172 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.172 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.172 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.173 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.173 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.173 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.173 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.173 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.173 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.173 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.174 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.174 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.174 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.174 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.174 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.174 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.174 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.174 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.174 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.174 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.174 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.174 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.174 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.174 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.174 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.174 | ++ functions-common:get_field:818 : echo '| e73704113c5e4abc95b1fc00cb53d7ea | 7e6fe61e906e45f5aa3eed1fdc34f200 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.174 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.174 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.174 | + functions-common:get_or_add_user_project_role:997 : echo e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.174 | e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.174 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-03-09 12:46:06.174 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-03-09 12:46:06.174 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.174 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.174 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.174 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.174 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.174 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.174 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.174 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.174 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.174 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.175 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.175 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.175 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.175 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.175 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.175 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.175 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.175 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.175 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.175 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.175 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.175 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.175 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.175 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.175 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.175 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.175 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.175 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.175 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.175 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.175 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.175 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.175 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.175 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.175 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.175 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.175 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.175 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.176 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.176 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 7e6fe61e906e45f5aa3eed1fdc34f200 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.176 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.176 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.176 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:06.176 | + functions-common:get_or_add_user_project_role:997 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:06.176 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:06.176 | + lib/nova:create_nova_accounts:361 : local nova_api_url 2022-03-09 12:46:06.176 | + lib/nova:create_nova_accounts:362 : [[ True == \F\a\l\s\e ]] 2022-03-09 12:46:06.176 | + lib/nova:create_nova_accounts:365 : nova_api_url=http://10.222.0.30/compute 2022-03-09 12:46:06.176 | + lib/nova:create_nova_accounts:368 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-03-09 12:46:06.176 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 12:46:06.176 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-03-09 12:46:06.176 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-03-09 12:46:06.176 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.176 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.176 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.176 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.176 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.176 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 12:46:06.176 | 463afafee6cf429a80f4230d65c6d8a7' 2022-03-09 12:46:06.176 | + functions-common:get_or_create_service:1094 : echo 463afafee6cf429a80f4230d65c6d8a7 2022-03-09 12:46:06.176 | 463afafee6cf429a80f4230d65c6d8a7 2022-03-09 12:46:06.176 | + lib/nova:create_nova_accounts:370 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.30/compute/v2/$(project_id)s' 2022-03-09 12:46:06.176 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 12:46:06.176 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.30/compute/v2/$(project_id)s' RegionOne 2022-03-09 12:46:06.176 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:06.176 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-03-09 12:46:06.176 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.176 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.176 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.177 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.177 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.177 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:06.177 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:06.177 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.30/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-03-09 12:46:06.177 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.177 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.177 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.177 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.177 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.177 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=8014b3e245224de48a39010e7ec1acd1 2022-03-09 12:46:06.177 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 8014b3e245224de48a39010e7ec1acd1 2022-03-09 12:46:06.177 | + functions-common:get_or_create_endpoint:1127 : public_id=8014b3e245224de48a39010e7ec1acd1 2022-03-09 12:46:06.177 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 12:46:06.177 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 12:46:06.177 | + functions-common:get_or_create_endpoint:1136 : echo 8014b3e245224de48a39010e7ec1acd1 2022-03-09 12:46:06.177 | 8014b3e245224de48a39010e7ec1acd1 2022-03-09 12:46:06.177 | + lib/nova:create_nova_accounts:374 : get_or_create_service nova compute 'Nova Compute Service' 2022-03-09 12:46:06.177 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 12:46:06.177 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-03-09 12:46:06.177 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-03-09 12:46:06.177 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.177 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.177 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.177 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.177 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.177 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 12:46:06.177 | 7b7329e3f4b64067b15f477d8e574aef' 2022-03-09 12:46:06.177 | + functions-common:get_or_create_service:1094 : echo 7b7329e3f4b64067b15f477d8e574aef 2022-03-09 12:46:06.177 | 7b7329e3f4b64067b15f477d8e574aef 2022-03-09 12:46:06.177 | + lib/nova:create_nova_accounts:376 : get_or_create_endpoint compute RegionOne http://10.222.0.30/compute/v2.1 2022-03-09 12:46:06.178 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 12:46:06.178 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.30/compute/v2.1 RegionOne 2022-03-09 12:46:06.178 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:06.178 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-03-09 12:46:06.178 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.178 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.178 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.178 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.178 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.178 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:06.178 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:06.178 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.30/compute/v2.1 --region RegionOne -f value -c id 2022-03-09 12:46:06.178 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.178 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.178 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.178 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.178 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.178 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=2f3c6f9b78da4fb093168e4899f7dddc 2022-03-09 12:46:06.178 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 2f3c6f9b78da4fb093168e4899f7dddc 2022-03-09 12:46:06.178 | + functions-common:get_or_create_endpoint:1127 : public_id=2f3c6f9b78da4fb093168e4899f7dddc 2022-03-09 12:46:06.178 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 12:46:06.178 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 12:46:06.178 | + functions-common:get_or_create_endpoint:1136 : echo 2f3c6f9b78da4fb093168e4899f7dddc 2022-03-09 12:46:06.178 | 2f3c6f9b78da4fb093168e4899f7dddc 2022-03-09 12:46:06.178 | + lib/nova:create_nova_accounts:381 : is_service_enabled n-api 2022-03-09 12:46:06.178 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:06.178 | + lib/nova:create_nova_accounts:383 : is_service_enabled swift 2022-03-09 12:46:06.178 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:06.178 | + lib/nova:create_nova_accounts:386 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-03-09 12:46:06.178 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.178 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.179 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.179 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.179 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.179 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.179 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.179 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.179 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.179 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.179 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.179 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.179 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.179 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.179 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.179 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.179 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.179 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.179 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.179 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.179 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.179 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.179 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.179 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.179 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.179 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.179 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.179 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.179 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.179 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.179 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.180 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.180 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.180 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.180 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.180 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.180 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.180 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.180 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.180 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.180 | ++ functions-common:get_field:818 : echo '| f4cad2da1fe049c188675afae794057b | 7e6fe61e906e45f5aa3eed1fdc34f200 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.180 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.180 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f4cad2da1fe049c188675afae794057b 2022-03-09 12:46:06.180 | + functions-common:get_or_add_user_project_role:997 : echo f4cad2da1fe049c188675afae794057b 2022-03-09 12:46:06.180 | f4cad2da1fe049c188675afae794057b 2022-03-09 12:46:06.180 | + lib/nova:create_nova_accounts:391 : is_service_enabled s3api 2022-03-09 12:46:06.180 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 12:46:06.180 | + lib/nova:create_nova_accounts:402 : is_service_enabled n-api 2022-03-09 12:46:06.180 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:06.180 | + lib/nova:create_nova_accounts:403 : [[ False = True ]] 2022-03-09 12:46:06.222 | [101721 Async create_nova_accounts:136003]: finished create_nova_accounts with result 0 in 80 seconds 2022-03-09 12:46:06.260 | [101721 Async create_glance_accounts:136118]: Waiting for completion of create_glance_accounts running on PID 136118 (5 other jobs running) 2022-03-09 12:46:06.285 | [101721 Async create_glance_accounts:136118]: Signaling child to exit 2022-03-09 12:46:06.286 | WAKEUP 2022-03-09 12:46:06.312 | [101721 Async create_glance_accounts:136118]: Signaled 2022-03-09 12:46:06.315 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-03-09 12:46:06.315 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:06.315 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-03-09 12:46:06.315 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-03-09 12:46:06.315 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:06.315 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 12:46:06.315 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 12:46:06.315 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-03-09 12:46:06.315 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.315 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.315 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.315 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.315 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.315 | + functions-common:get_or_create_user:925 : user_id=d9c41dcdbc3548cc97518cb378983e72 2022-03-09 12:46:06.315 | + functions-common:get_or_create_user:926 : echo d9c41dcdbc3548cc97518cb378983e72 2022-03-09 12:46:06.315 | d9c41dcdbc3548cc97518cb378983e72 2022-03-09 12:46:06.316 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-03-09 12:46:06.316 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.316 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.316 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.316 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.316 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.316 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.316 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.316 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.316 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.316 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.316 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.316 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.316 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.316 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.316 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.316 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.316 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.316 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.316 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.316 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.316 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.316 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.316 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.316 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.316 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.316 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.316 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.316 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.316 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.316 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.317 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.317 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.317 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.317 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.317 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.317 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.317 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.317 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.317 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.317 | ++ functions-common:get_field:818 : echo '| e73704113c5e4abc95b1fc00cb53d7ea | d9c41dcdbc3548cc97518cb378983e72 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.317 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.317 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.317 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.317 | + functions-common:get_or_add_user_project_role:997 : echo e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.317 | e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.317 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-03-09 12:46:06.317 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-03-09 12:46:06.317 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:06.317 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-03-09 12:46:06.317 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-03-09 12:46:06.317 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:06.317 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 12:46:06.317 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 12:46:06.317 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-03-09 12:46:06.317 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.317 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.317 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.317 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.317 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.317 | + functions-common:get_or_create_user:925 : user_id=c82ce5afb3424728b9d1aebfb5e94859 2022-03-09 12:46:06.318 | + functions-common:get_or_create_user:926 : echo c82ce5afb3424728b9d1aebfb5e94859 2022-03-09 12:46:06.318 | c82ce5afb3424728b9d1aebfb5e94859 2022-03-09 12:46:06.318 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-03-09 12:46:06.318 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.318 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.318 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.318 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.318 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.318 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.318 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.318 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.318 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.318 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.318 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.318 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.318 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.318 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.318 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.318 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.318 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.318 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.318 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.318 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.318 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.318 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.318 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.318 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.318 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.318 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.318 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.318 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.318 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.319 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.319 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.319 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.319 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.319 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.319 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.319 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.319 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.319 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.319 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.319 | ++ functions-common:get_field:818 : echo '| e73704113c5e4abc95b1fc00cb53d7ea | c82ce5afb3424728b9d1aebfb5e94859 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.319 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.319 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.319 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.319 | + functions-common:get_or_add_user_project_role:997 : echo e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.319 | e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.319 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-03-09 12:46:06.319 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-03-09 12:46:06.319 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.319 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.319 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.319 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.319 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.319 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.319 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.319 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.319 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.319 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.319 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.319 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.319 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.320 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.320 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.320 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.320 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.320 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.320 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.320 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.320 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.320 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.320 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.320 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.320 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.320 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.320 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.320 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.320 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.320 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.320 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.320 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.320 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.320 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.320 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.320 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.320 | ++ functions-common:get_field:818 : echo '| f4cad2da1fe049c188675afae794057b | c82ce5afb3424728b9d1aebfb5e94859 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.320 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.320 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f4cad2da1fe049c188675afae794057b 2022-03-09 12:46:06.321 | + functions-common:get_or_add_user_project_role:997 : echo f4cad2da1fe049c188675afae794057b 2022-03-09 12:46:06.321 | f4cad2da1fe049c188675afae794057b 2022-03-09 12:46:06.321 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-03-09 12:46:06.321 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 12:46:06.321 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-03-09 12:46:06.321 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-03-09 12:46:06.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.321 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.321 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.321 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.321 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 12:46:06.321 | 7a742240318b4cc2adef2bd851137aab' 2022-03-09 12:46:06.321 | + functions-common:get_or_create_service:1094 : echo 7a742240318b4cc2adef2bd851137aab 2022-03-09 12:46:06.321 | 7a742240318b4cc2adef2bd851137aab 2022-03-09 12:46:06.321 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.30/image 2022-03-09 12:46:06.321 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 12:46:06.321 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.30/image RegionOne 2022-03-09 12:46:06.321 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:06.321 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-03-09 12:46:06.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.321 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.321 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.321 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.321 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:06.321 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:06.321 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.30/image --region RegionOne -f value -c id 2022-03-09 12:46:06.321 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.321 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.321 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.322 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.322 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.322 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=b4635313de564d678144ae874190b083 2022-03-09 12:46:06.322 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo b4635313de564d678144ae874190b083 2022-03-09 12:46:06.322 | + functions-common:get_or_create_endpoint:1127 : public_id=b4635313de564d678144ae874190b083 2022-03-09 12:46:06.322 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 12:46:06.322 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 12:46:06.322 | + functions-common:get_or_create_endpoint:1136 : echo b4635313de564d678144ae874190b083 2022-03-09 12:46:06.322 | b4635313de564d678144ae874190b083 2022-03-09 12:46:06.322 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-03-09 12:46:06.322 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-03-09 12:46:06.322 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-03-09 12:46:06.322 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-03-09 12:46:06.322 | ++ functions-common:get_or_create_domain:888 : echo default 2022-03-09 12:46:06.322 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-03-09 12:46:06.322 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-03-09 12:46:06.322 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-03-09 12:46:06.322 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-03-09 12:46:06.369 | [101721 Async create_glance_accounts:136118]: finished create_glance_accounts with result 0 in 73 seconds 2022-03-09 12:46:06.412 | [101721 Async create_cinder_accounts:136248]: Waiting for completion of create_cinder_accounts running on PID 136248 (4 other jobs running) 2022-03-09 12:46:06.439 | [101721 Async create_cinder_accounts:136248]: Signaling child to exit 2022-03-09 12:46:06.439 | WAKEUP 2022-03-09 12:46:06.462 | [101721 Async create_cinder_accounts:136248]: Signaled 2022-03-09 12:46:06.464 | + lib/cinder:create_cinder_accounts:398 : [[ 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 =~ c-api ]] 2022-03-09 12:46:06.464 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-03-09 12:46:06.464 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-03-09 12:46:06.464 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:06.464 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 12:46:06.464 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 12:46:06.464 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-03-09 12:46:06.464 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.464 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.464 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.464 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.464 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.464 | + functions-common:get_or_create_user:925 : user_id=458d1805faa9472fb5ae0ba7aae26011 2022-03-09 12:46:06.464 | + functions-common:get_or_create_user:926 : echo 458d1805faa9472fb5ae0ba7aae26011 2022-03-09 12:46:06.464 | 458d1805faa9472fb5ae0ba7aae26011 2022-03-09 12:46:06.464 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-03-09 12:46:06.464 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.464 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.464 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.464 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.464 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.464 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.464 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.464 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.465 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.465 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.465 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.465 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.465 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.465 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.465 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.465 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.465 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.465 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.465 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.465 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.465 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.465 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.465 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.465 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.465 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.465 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.465 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.465 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.465 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.465 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.465 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.465 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.465 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.465 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.465 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.465 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.465 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.465 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.466 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.466 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.466 | ++ functions-common:get_field:818 : echo '| e73704113c5e4abc95b1fc00cb53d7ea | 458d1805faa9472fb5ae0ba7aae26011 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.466 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.466 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.466 | + functions-common:get_or_add_user_project_role:997 : echo e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.466 | e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.466 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-03-09 12:46:06.466 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-03-09 12:46:06.466 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 12:46:06.466 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-03-09 12:46:06.466 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-03-09 12:46:06.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.466 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.466 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.466 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.466 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 12:46:06.466 | 19db5c293c204c398784e3ad361d7e62' 2022-03-09 12:46:06.466 | + functions-common:get_or_create_service:1094 : echo 19db5c293c204c398784e3ad361d7e62 2022-03-09 12:46:06.466 | 19db5c293c204c398784e3ad361d7e62 2022-03-09 12:46:06.466 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-03-09 12:46:06.466 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.30/volume/v3/$(project_id)s' 2022-03-09 12:46:06.466 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 12:46:06.466 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.30/volume/v3/$(project_id)s' RegionOne 2022-03-09 12:46:06.466 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:06.466 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-03-09 12:46:06.466 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.466 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.466 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.466 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.467 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:06.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:06.467 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.30/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-03-09 12:46:06.467 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.467 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.467 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.467 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.467 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=4cb664b8859b4c0b98a56d33ec8dc8cd 2022-03-09 12:46:06.467 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 4cb664b8859b4c0b98a56d33ec8dc8cd 2022-03-09 12:46:06.467 | + functions-common:get_or_create_endpoint:1127 : public_id=4cb664b8859b4c0b98a56d33ec8dc8cd 2022-03-09 12:46:06.467 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 12:46:06.467 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 12:46:06.467 | + functions-common:get_or_create_endpoint:1136 : echo 4cb664b8859b4c0b98a56d33ec8dc8cd 2022-03-09 12:46:06.467 | 4cb664b8859b4c0b98a56d33ec8dc8cd 2022-03-09 12:46:06.467 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-03-09 12:46:06.467 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 12:46:06.467 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-03-09 12:46:06.467 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-03-09 12:46:06.467 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.467 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.467 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.467 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.467 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.467 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 12:46:06.467 | 0c8f8565bc9540f4aa7644add9274acc' 2022-03-09 12:46:06.467 | + functions-common:get_or_create_service:1094 : echo 0c8f8565bc9540f4aa7644add9274acc 2022-03-09 12:46:06.467 | 0c8f8565bc9540f4aa7644add9274acc 2022-03-09 12:46:06.467 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.30/volume/v3/$(project_id)s' 2022-03-09 12:46:06.468 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 12:46:06.468 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.30/volume/v3/$(project_id)s' RegionOne 2022-03-09 12:46:06.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:06.468 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-03-09 12:46:06.468 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.468 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.468 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.468 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.468 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:06.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:06.468 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.30/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-03-09 12:46:06.468 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.468 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.468 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.468 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.468 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=0770ae4898b649e199097f271787f9fa 2022-03-09 12:46:06.468 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 0770ae4898b649e199097f271787f9fa 2022-03-09 12:46:06.468 | + functions-common:get_or_create_endpoint:1127 : public_id=0770ae4898b649e199097f271787f9fa 2022-03-09 12:46:06.468 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 12:46:06.468 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 12:46:06.468 | + functions-common:get_or_create_endpoint:1136 : echo 0770ae4898b649e199097f271787f9fa 2022-03-09 12:46:06.468 | 0770ae4898b649e199097f271787f9fa 2022-03-09 12:46:06.468 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-03-09 12:46:06.468 | ++ lib/cinder:configure_cinder_internal_tenant:611 : get_or_create_project service 2022-03-09 12:46:06.468 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:46:06.468 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-03-09 12:46:06.468 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.468 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.468 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.469 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.469 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.469 | ++ functions-common:get_or_create_project:938 : project_id=95ec19496d5a4b0192b33b23fa7ade2d 2022-03-09 12:46:06.469 | ++ functions-common:get_or_create_project:939 : echo 95ec19496d5a4b0192b33b23fa7ade2d 2022-03-09 12:46:06.469 | + lib/cinder:configure_cinder_internal_tenant:611 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 95ec19496d5a4b0192b33b23fa7ade2d 2022-03-09 12:46:06.469 | ++ lib/cinder:configure_cinder_internal_tenant:612 : get_or_create_user cinder 2022-03-09 12:46:06.469 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:06.469 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 12:46:06.469 | ++ functions-common:get_or_create_user:913 : local email= 2022-03-09 12:46:06.469 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-03-09 12:46:06.469 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.469 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.469 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.469 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.469 | No password was supplied, authentication will fail when a user does not have a password. 2022-03-09 12:46:06.469 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.469 | ++ functions-common:get_or_create_user:925 : user_id=458d1805faa9472fb5ae0ba7aae26011 2022-03-09 12:46:06.469 | ++ functions-common:get_or_create_user:926 : echo 458d1805faa9472fb5ae0ba7aae26011 2022-03-09 12:46:06.469 | + lib/cinder:configure_cinder_internal_tenant:612 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 458d1805faa9472fb5ae0ba7aae26011 2022-03-09 12:46:06.513 | [101721 Async create_cinder_accounts:136248]: finished create_cinder_accounts with result 0 in 60 seconds 2022-03-09 12:46:06.517 | + inc/async:async_wait:197 : return 0 2022-03-09 12:46:06.520 | + ./stack.sh:main:1129 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-03-09 12:46:06.572 | [101721 Async create_neutron_accounts:136363]: Waiting for completion of create_neutron_accounts running on PID 136363 (3 other jobs running) 2022-03-09 12:46:06.598 | [101721 Async create_neutron_accounts:136363]: Signaling child to exit 2022-03-09 12:46:06.598 | WAKEUP 2022-03-09 12:46:06.635 | [101721 Async create_neutron_accounts:136363]: Signaled 2022-03-09 12:46:06.637 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-03-09 12:46:06.637 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 12:46:06.637 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:46:06.637 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:46:06.637 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 12:46:06.637 | + 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-03-09 12:46:06.637 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 12:46:06.637 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-03-09 12:46:06.637 | + lib/neutron-legacy:create_mutnauq_accounts:436 : local neutron_url 2022-03-09 12:46:06.637 | + lib/neutron-legacy:create_mutnauq_accounts:437 : '[' False == True ']' 2022-03-09 12:46:06.637 | + lib/neutron-legacy:create_mutnauq_accounts:440 : neutron_url=http://10.222.0.30:9696/ 2022-03-09 12:46:06.637 | + lib/neutron-legacy:create_mutnauq_accounts:443 : [[ 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-svc ]] 2022-03-09 12:46:06.637 | + lib/neutron-legacy:create_mutnauq_accounts:445 : create_service_user neutron 2022-03-09 12:46:06.637 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-03-09 12:46:06.637 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:06.637 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 12:46:06.637 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 12:46:06.637 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-03-09 12:46:06.637 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.637 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.637 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.637 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.638 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.640 | + functions-common:get_or_create_user:925 : user_id=c549f750d8ce485d966257f1ba8607d3 2022-03-09 12:46:06.640 | + functions-common:get_or_create_user:926 : echo c549f750d8ce485d966257f1ba8607d3 2022-03-09 12:46:06.640 | c549f750d8ce485d966257f1ba8607d3 2022-03-09 12:46:06.640 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-03-09 12:46:06.640 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:06.640 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:06.640 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:06.641 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:06.641 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:06.641 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:06.641 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:06.641 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:06.641 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:06.641 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:06.641 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.641 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.641 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:06.641 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.641 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.641 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.641 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.641 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.641 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.641 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.641 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:06.641 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:06.641 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.641 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.641 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.641 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.641 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.641 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-03-09 12:46:06.641 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:06.641 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:06.641 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:06.641 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.641 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.642 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.642 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.642 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.642 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.642 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:06.642 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:06.642 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:06.642 | ++ functions-common:get_field:818 : echo '| e73704113c5e4abc95b1fc00cb53d7ea | c549f750d8ce485d966257f1ba8607d3 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:06.642 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:06.642 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.642 | + functions-common:get_or_add_user_project_role:997 : echo e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.642 | e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:06.642 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-03-09 12:46:06.642 | + lib/neutron-legacy:create_mutnauq_accounts:447 : get_or_create_service neutron network 'Neutron Service' 2022-03-09 12:46:06.642 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 12:46:06.642 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-03-09 12:46:06.642 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-03-09 12:46:06.642 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.642 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.642 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.642 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.642 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.642 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 12:46:06.642 | a62928b67f184286aaaa99fd6a349f84' 2022-03-09 12:46:06.642 | + functions-common:get_or_create_service:1094 : echo a62928b67f184286aaaa99fd6a349f84 2022-03-09 12:46:06.642 | a62928b67f184286aaaa99fd6a349f84 2022-03-09 12:46:06.642 | + lib/neutron-legacy:create_mutnauq_accounts:449 : get_or_create_endpoint network RegionOne http://10.222.0.30:9696/ 2022-03-09 12:46:06.642 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 12:46:06.642 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.30:9696/ RegionOne 2022-03-09 12:46:06.642 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:06.642 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-03-09 12:46:06.643 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.643 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.643 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.643 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.643 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.643 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:06.643 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:06.643 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.30:9696/ --region RegionOne -f value -c id 2022-03-09 12:46:06.643 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.643 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.643 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:06.643 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:06.643 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:06.643 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=db1fb1c15a3449c584d1a4bcfda54170 2022-03-09 12:46:06.643 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo db1fb1c15a3449c584d1a4bcfda54170 2022-03-09 12:46:06.643 | + functions-common:get_or_create_endpoint:1127 : public_id=db1fb1c15a3449c584d1a4bcfda54170 2022-03-09 12:46:06.643 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 12:46:06.643 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 12:46:06.643 | + functions-common:get_or_create_endpoint:1136 : echo db1fb1c15a3449c584d1a4bcfda54170 2022-03-09 12:46:06.643 | db1fb1c15a3449c584d1a4bcfda54170 2022-03-09 12:46:06.690 | [101721 Async create_neutron_accounts:136363]: finished create_neutron_accounts with result 0 in 39 seconds 2022-03-09 12:46:06.731 | [101721 Async create_swift_accounts:136505]: Waiting for completion of create_swift_accounts running on PID 136505 (2 other jobs running) 2022-03-09 12:46:06.757 | [101721 Async create_swift_accounts:136505]: Signaling child to exit 2022-03-09 12:46:56.175 | + inc/async:async_inner:64 : rc=0 2022-03-09 12:46:56.201 | [136505 Async create_swift_accounts:136505]: finished successfully 2022-03-09 12:46:56.220 | WAKEUP 2022-03-09 12:46:56.242 | [101721 Async create_swift_accounts:136505]: Signaled 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:608 : export swiftusertest1_password=testing 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:608 : swiftusertest1_password=testing 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:609 : export swiftusertest2_password=testing2 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:609 : swiftusertest2_password=testing2 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:610 : export swiftusertest3_password=testing3 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:610 : swiftusertest3_password=testing3 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:611 : export swiftusertest4_password=testing4 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:611 : swiftusertest4_password=testing4 2022-03-09 12:46:56.244 | + lib/swift:create_swift_accounts:613 : local another_role 2022-03-09 12:46:56.244 | ++ lib/swift:create_swift_accounts:614 : get_or_create_role anotherrole 2022-03-09 12:46:56.244 | ++ functions-common:get_or_create_role:945 : local role_id 2022-03-09 12:46:56.244 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-03-09 12:46:56.244 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.244 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.244 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.244 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.245 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.245 | ++ functions-common:get_or_create_role:950 : role_id=adffcf0c421e43c4afda36390465311c 2022-03-09 12:46:56.245 | ++ functions-common:get_or_create_role:951 : echo adffcf0c421e43c4afda36390465311c 2022-03-09 12:46:56.245 | + lib/swift:create_swift_accounts:614 : another_role=adffcf0c421e43c4afda36390465311c 2022-03-09 12:46:56.245 | + lib/swift:create_swift_accounts:618 : create_service_user swift admin 2022-03-09 12:46:56.245 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-03-09 12:46:56.245 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:56.245 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 12:46:56.245 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 12:46:56.245 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-03-09 12:46:56.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.245 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.245 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.245 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.245 | + functions-common:get_or_create_user:925 : user_id=51c65104cab94e939a7783581372d789 2022-03-09 12:46:56.245 | + functions-common:get_or_create_user:926 : echo 51c65104cab94e939a7783581372d789 2022-03-09 12:46:56.245 | 51c65104cab94e939a7783581372d789 2022-03-09 12:46:56.245 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-03-09 12:46:56.245 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:56.245 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:56.245 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:56.245 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:56.245 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:56.245 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:56.245 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:56.245 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:56.245 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:56.246 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:56.246 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:56.246 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.246 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:56.246 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.246 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.246 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.246 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.246 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.246 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.246 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.246 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:56.246 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:56.246 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:56.246 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.246 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.246 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.246 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.246 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:56.246 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:56.246 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.246 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.246 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.246 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.246 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.246 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.246 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.246 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.246 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:56.246 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:56.246 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:56.246 | ++ functions-common:get_field:818 : echo '| e73704113c5e4abc95b1fc00cb53d7ea | 51c65104cab94e939a7783581372d789 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:56.247 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.247 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:56.247 | + functions-common:get_or_add_user_project_role:997 : echo e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:56.247 | e73704113c5e4abc95b1fc00cb53d7ea 2022-03-09 12:46:56.247 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-03-09 12:46:56.247 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-03-09 12:46:56.247 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:56.247 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 12:46:56.247 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:56.247 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:56.247 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 12:46:56.247 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 12:46:56.247 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 12:46:56.247 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 12:46:56.247 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 12:46:56.247 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 12:46:56.247 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:56.247 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.247 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:56.247 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.247 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.247 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.247 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.247 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.247 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:56.247 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:56.247 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:56.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.248 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.248 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.248 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:56.248 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.248 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-03-09 12:46:56.248 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.248 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.248 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.248 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.248 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.248 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.248 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:56.248 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:56.248 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 51c65104cab94e939a7783581372d789 | | 95ec19496d5a4b0192b33b23fa7ade2d | | | False |' 2022-03-09 12:46:56.248 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:56.248 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.248 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.248 | + functions-common:get_or_add_user_project_role:997 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.248 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.248 | + lib/swift:create_swift_accounts:620 : get_or_create_service swift object-store 'Swift Service' 2022-03-09 12:46:56.248 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 12:46:56.248 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-03-09 12:46:56.248 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-03-09 12:46:56.248 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.248 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.248 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.248 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.248 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 12:46:56.248 | 1254f4a79b3c4d0a8d556e805e4222e4' 2022-03-09 12:46:56.249 | + functions-common:get_or_create_service:1094 : echo 1254f4a79b3c4d0a8d556e805e4222e4 2022-03-09 12:46:56.249 | 1254f4a79b3c4d0a8d556e805e4222e4 2022-03-09 12:46:56.249 | + lib/swift:create_swift_accounts:622 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.30:8080/v1/AUTH_$(project_id)s' http://10.222.0.30:8080 2022-03-09 12:46:56.249 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 12:46:56.249 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.30:8080/v1/AUTH_$(project_id)s' RegionOne 2022-03-09 12:46:56.249 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:56.249 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-03-09 12:46:56.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.249 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.249 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.249 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.249 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:56.249 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:56.249 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.30:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-03-09 12:46:56.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.249 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.249 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.249 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.249 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=bbbbe1632ba94bdeb87ba35fc202c359 2022-03-09 12:46:56.249 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo bbbbe1632ba94bdeb87ba35fc202c359 2022-03-09 12:46:56.249 | + functions-common:get_or_create_endpoint:1127 : public_id=bbbbe1632ba94bdeb87ba35fc202c359 2022-03-09 12:46:56.249 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.30:8080 ]] 2022-03-09 12:46:56.249 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.30:8080 RegionOne 2022-03-09 12:46:56.249 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 12:46:56.249 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-03-09 12:46:56.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.249 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.250 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.250 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.250 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 12:46:56.250 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 12:46:56.250 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.30:8080 --region RegionOne -f value -c id 2022-03-09 12:46:56.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.250 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.250 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.250 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.250 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=7e8bbb6c695543e3b1fa1ced5c361d1b 2022-03-09 12:46:56.250 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 7e8bbb6c695543e3b1fa1ced5c361d1b 2022-03-09 12:46:56.250 | 7e8bbb6c695543e3b1fa1ced5c361d1b 2022-03-09 12:46:56.250 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 12:46:56.250 | + functions-common:get_or_create_endpoint:1136 : echo bbbbe1632ba94bdeb87ba35fc202c359 2022-03-09 12:46:56.250 | bbbbe1632ba94bdeb87ba35fc202c359 2022-03-09 12:46:56.250 | + lib/swift:create_swift_accounts:627 : local swift_project_test1 2022-03-09 12:46:56.250 | ++ lib/swift:create_swift_accounts:628 : get_or_create_project swiftprojecttest1 default 2022-03-09 12:46:56.250 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:46:56.250 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-03-09 12:46:56.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.250 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.250 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.250 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.250 | ++ functions-common:get_or_create_project:938 : project_id=f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.250 | ++ functions-common:get_or_create_project:939 : echo f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.250 | + lib/swift:create_swift_accounts:628 : swift_project_test1=f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.250 | + lib/swift:create_swift_accounts:629 : die_if_not_set 629 swift_project_test1 'Failure creating swift_project_test1' 2022-03-09 12:46:56.250 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.250 | ++ lib/swift:create_swift_accounts:631 : get_or_create_user swiftusertest1 testing default test@example.com 2022-03-09 12:46:56.250 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:56.251 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-03-09 12:46:56.251 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-03-09 12:46:56.251 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-03-09 12:46:56.251 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.251 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.251 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.251 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.251 | ++ functions-common:get_or_create_user:925 : user_id=35ba92f43d2948618a19f3e744f715ec 2022-03-09 12:46:56.251 | ++ functions-common:get_or_create_user:926 : echo 35ba92f43d2948618a19f3e744f715ec 2022-03-09 12:46:56.251 | + lib/swift:create_swift_accounts:631 : SWIFT_USER_TEST1=35ba92f43d2948618a19f3e744f715ec 2022-03-09 12:46:56.251 | + lib/swift:create_swift_accounts:632 : die_if_not_set 632 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-03-09 12:46:56.251 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.251 | + lib/swift:create_swift_accounts:633 : get_or_add_user_project_role admin 35ba92f43d2948618a19f3e744f715ec f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.251 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:56.251 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:46:56.251 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:56.251 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:56.251 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:46:56.251 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:46:56.251 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:46:56.251 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:46:56.251 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 35ba92f43d2948618a19f3e744f715ec --project f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.251 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:56.251 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.251 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.251 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.251 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.252 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.252 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.252 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.252 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:56.252 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:56.252 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 35ba92f43d2948618a19f3e744f715ec --project f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.252 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.252 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.252 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 35ba92f43d2948618a19f3e744f715ec --project f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.252 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.252 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:56.252 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.252 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.252 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.252 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.252 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.252 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:56.252 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:56.252 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:56.252 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 35ba92f43d2948618a19f3e744f715ec | | f7e24ce2cfab4b20bc7a4b0858c2fb97 | | | False |' 2022-03-09 12:46:56.252 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.252 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.252 | + functions-common:get_or_add_user_project_role:997 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.252 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.252 | + lib/swift:create_swift_accounts:635 : local swift_user_test3 2022-03-09 12:46:56.252 | ++ lib/swift:create_swift_accounts:637 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-03-09 12:46:56.252 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:56.253 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-03-09 12:46:56.253 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-03-09 12:46:56.253 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-03-09 12:46:56.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.253 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.253 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.253 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.253 | ++ functions-common:get_or_create_user:925 : user_id=945dae28e64744f4b7240ef5533330bc 2022-03-09 12:46:56.253 | ++ functions-common:get_or_create_user:926 : echo 945dae28e64744f4b7240ef5533330bc 2022-03-09 12:46:56.253 | + lib/swift:create_swift_accounts:637 : swift_user_test3=945dae28e64744f4b7240ef5533330bc 2022-03-09 12:46:56.253 | + lib/swift:create_swift_accounts:638 : die_if_not_set 638 swift_user_test3 'Failure creating swift_user_test3' 2022-03-09 12:46:56.253 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.253 | + lib/swift:create_swift_accounts:639 : get_or_add_user_project_role adffcf0c421e43c4afda36390465311c 945dae28e64744f4b7240ef5533330bc f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.253 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:56.253 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:46:56.253 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:56.253 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:56.253 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:46:56.253 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:46:56.253 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:46:56.253 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:46:56.253 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role adffcf0c421e43c4afda36390465311c --user 945dae28e64744f4b7240ef5533330bc --project f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.253 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.253 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:56.253 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.253 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.253 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.254 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.254 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.254 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:56.254 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:56.254 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add adffcf0c421e43c4afda36390465311c --user 945dae28e64744f4b7240ef5533330bc --project f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.254 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.254 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.254 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role adffcf0c421e43c4afda36390465311c --user 945dae28e64744f4b7240ef5533330bc --project f7e24ce2cfab4b20bc7a4b0858c2fb97 2022-03-09 12:46:56.254 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.254 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:56.254 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.254 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.254 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.254 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.254 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.254 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:56.254 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:56.254 | ++ functions-common:get_field:818 : echo '| adffcf0c421e43c4afda36390465311c | 945dae28e64744f4b7240ef5533330bc | | f7e24ce2cfab4b20bc7a4b0858c2fb97 | | | False |' 2022-03-09 12:46:56.254 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:56.254 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.254 | + functions-common:get_or_add_user_project_role:995 : user_role_id=adffcf0c421e43c4afda36390465311c 2022-03-09 12:46:56.254 | + functions-common:get_or_add_user_project_role:997 : echo adffcf0c421e43c4afda36390465311c 2022-03-09 12:46:56.254 | adffcf0c421e43c4afda36390465311c 2022-03-09 12:46:56.254 | + lib/swift:create_swift_accounts:641 : local swift_project_test2 2022-03-09 12:46:56.254 | ++ lib/swift:create_swift_accounts:642 : get_or_create_project swiftprojecttest2 default 2022-03-09 12:46:56.254 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:46:56.254 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-03-09 12:46:56.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.255 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.255 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.255 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.255 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.255 | ++ functions-common:get_or_create_project:938 : project_id=4adca559c3a94bc192e29d4dd846545b 2022-03-09 12:46:56.255 | ++ functions-common:get_or_create_project:939 : echo 4adca559c3a94bc192e29d4dd846545b 2022-03-09 12:46:56.255 | + lib/swift:create_swift_accounts:642 : swift_project_test2=4adca559c3a94bc192e29d4dd846545b 2022-03-09 12:46:56.255 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_project_test2 'Failure creating swift_project_test2' 2022-03-09 12:46:56.255 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.255 | + lib/swift:create_swift_accounts:645 : local swift_user_test2 2022-03-09 12:46:56.255 | ++ lib/swift:create_swift_accounts:647 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-03-09 12:46:56.255 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:56.255 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-03-09 12:46:56.255 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-03-09 12:46:56.255 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-03-09 12:46:56.255 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.255 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.255 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.255 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.255 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.255 | ++ functions-common:get_or_create_user:925 : user_id=63768fef1d6d42bdaf2d1e9971d93642 2022-03-09 12:46:56.255 | ++ functions-common:get_or_create_user:926 : echo 63768fef1d6d42bdaf2d1e9971d93642 2022-03-09 12:46:56.255 | + lib/swift:create_swift_accounts:647 : swift_user_test2=63768fef1d6d42bdaf2d1e9971d93642 2022-03-09 12:46:56.255 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_user_test2 'Failure creating swift_user_test2' 2022-03-09 12:46:56.255 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.255 | + lib/swift:create_swift_accounts:649 : get_or_add_user_project_role admin 63768fef1d6d42bdaf2d1e9971d93642 4adca559c3a94bc192e29d4dd846545b 2022-03-09 12:46:56.255 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:56.255 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:46:56.255 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:56.255 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:56.256 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:46:56.256 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:46:56.256 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:46:56.256 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:46:56.256 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 63768fef1d6d42bdaf2d1e9971d93642 --project 4adca559c3a94bc192e29d4dd846545b 2022-03-09 12:46:56.256 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.256 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:56.256 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.256 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.256 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.256 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.256 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.256 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:56.256 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:56.256 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 63768fef1d6d42bdaf2d1e9971d93642 --project 4adca559c3a94bc192e29d4dd846545b 2022-03-09 12:46:56.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.256 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.256 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.256 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 63768fef1d6d42bdaf2d1e9971d93642 --project 4adca559c3a94bc192e29d4dd846545b 2022-03-09 12:46:56.256 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.256 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:56.256 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.256 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.256 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.256 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.256 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.256 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.256 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.257 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:56.257 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:56.257 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:56.257 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 63768fef1d6d42bdaf2d1e9971d93642 | | 4adca559c3a94bc192e29d4dd846545b | | | False |' 2022-03-09 12:46:56.257 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.257 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.257 | + functions-common:get_or_add_user_project_role:997 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.257 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.257 | + lib/swift:create_swift_accounts:651 : local swift_domain 2022-03-09 12:46:56.257 | ++ lib/swift:create_swift_accounts:652 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-03-09 12:46:56.257 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-03-09 12:46:56.257 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-03-09 12:46:56.257 | +++ functions-common:get_or_create_domain:891 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-03-09 12:46:56.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.257 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.257 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.257 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.257 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-03-09 12:46:56.257 | 2aca42ec746e44f986a71a848889696b' 2022-03-09 12:46:56.257 | ++ functions-common:get_or_create_domain:888 : echo 2aca42ec746e44f986a71a848889696b 2022-03-09 12:46:56.257 | + lib/swift:create_swift_accounts:652 : swift_domain=2aca42ec746e44f986a71a848889696b 2022-03-09 12:46:56.257 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_domain 'Failure creating swift_test domain' 2022-03-09 12:46:56.257 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.257 | + lib/swift:create_swift_accounts:655 : local swift_project_test4 2022-03-09 12:46:56.257 | ++ lib/swift:create_swift_accounts:656 : get_or_create_project swiftprojecttest4 2aca42ec746e44f986a71a848889696b 2022-03-09 12:46:56.257 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 12:46:56.257 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=2aca42ec746e44f986a71a848889696b --or-show -f value -c id 2022-03-09 12:46:56.257 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.257 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.257 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.257 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.258 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.258 | ++ functions-common:get_or_create_project:938 : project_id=d40890d0a0574d3288520f3d435fc6d3 2022-03-09 12:46:56.258 | ++ functions-common:get_or_create_project:939 : echo d40890d0a0574d3288520f3d435fc6d3 2022-03-09 12:46:56.258 | + lib/swift:create_swift_accounts:656 : swift_project_test4=d40890d0a0574d3288520f3d435fc6d3 2022-03-09 12:46:56.258 | + lib/swift:create_swift_accounts:657 : die_if_not_set 657 swift_project_test4 'Failure creating swift_project_test4' 2022-03-09 12:46:56.258 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.258 | + lib/swift:create_swift_accounts:659 : local swift_user_test4 2022-03-09 12:46:56.258 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest4 testing4 2aca42ec746e44f986a71a848889696b test4@example.com 2022-03-09 12:46:56.258 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 12:46:56.258 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-03-09 12:46:56.258 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-03-09 12:46:56.258 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=2aca42ec746e44f986a71a848889696b --email=test4@example.com --or-show -f value -c id 2022-03-09 12:46:56.258 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.258 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.258 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.258 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.258 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.258 | ++ functions-common:get_or_create_user:925 : user_id=7646275cab3241789ea4efc12bb53c37 2022-03-09 12:46:56.258 | ++ functions-common:get_or_create_user:926 : echo 7646275cab3241789ea4efc12bb53c37 2022-03-09 12:46:56.258 | + lib/swift:create_swift_accounts:661 : swift_user_test4=7646275cab3241789ea4efc12bb53c37 2022-03-09 12:46:56.258 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test4 'Failure creating swift_user_test4' 2022-03-09 12:46:56.258 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 12:46:56.258 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role admin 7646275cab3241789ea4efc12bb53c37 d40890d0a0574d3288520f3d435fc6d3 2022-03-09 12:46:56.258 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 12:46:56.258 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 12:46:56.258 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 12:46:56.258 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 12:46:56.258 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 12:46:56.258 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 12:46:56.258 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 12:46:56.258 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 12:46:56.259 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 7646275cab3241789ea4efc12bb53c37 --project d40890d0a0574d3288520f3d435fc6d3 2022-03-09 12:46:56.259 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 12:46:56.259 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.259 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.259 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.259 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.259 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.259 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.259 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.259 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.259 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 12:46:56.259 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 12:46:56.259 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 7646275cab3241789ea4efc12bb53c37 --project d40890d0a0574d3288520f3d435fc6d3 2022-03-09 12:46:56.259 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.259 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.259 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.259 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.259 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 7646275cab3241789ea4efc12bb53c37 --project d40890d0a0574d3288520f3d435fc6d3 2022-03-09 12:46:56.259 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 12:46:56.259 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 12:46:56.259 | ++ functions-common:get_field:811 : local data field 2022-03-09 12:46:56.259 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.259 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.259 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.259 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 12:46:56.259 | from cryptography.utils import int_from_bytes 2022-03-09 12:46:56.259 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 12:46:56.259 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 12:46:56.259 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 12:46:56.259 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 12:46:56.259 | ++ functions-common:get_field:818 : echo '| e24f14152fef4fb9b12f0a2fa59e8c35 | 7646275cab3241789ea4efc12bb53c37 | | d40890d0a0574d3288520f3d435fc6d3 | | | False |' 2022-03-09 12:46:56.260 | ++ functions-common:get_field:812 : read data 2022-03-09 12:46:56.260 | + functions-common:get_or_add_user_project_role:995 : user_role_id=e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.260 | + functions-common:get_or_add_user_project_role:997 : echo e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.260 | e24f14152fef4fb9b12f0a2fa59e8c35 2022-03-09 12:46:56.289 | [101721 Async create_swift_accounts:136505]: finished create_swift_accounts with result 0 in 130 seconds 2022-03-09 12:46:56.296 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-03-09 12:46:56.299 | + inc/async:async_wait:197 : return 0 2022-03-09 12:46:56.301 | + ./stack.sh:main:1135 : is_service_enabled mysql postgresql 2022-03-09 12:46:56.319 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:56.322 | + ./stack.sh:main:1135 : is_service_enabled glance 2022-03-09 12:46:56.340 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:56.343 | + ./stack.sh:main:1136 : echo_summary 'Configuring Glance' 2022-03-09 12:46:56.345 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:46:56.348 | + ./stack.sh:echo_summary:446 : echo -e Configuring Glance 2022-03-09 12:46:56.350 | + ./stack.sh:main:1137 : async_runfunc init_glance 2022-03-09 12:46:56.353 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-03-09 12:46:56.411 | + inc/async:async_inner:63 : init_glance 2022-03-09 12:46:56.450 | [101721 Async init_glance:140762]: running: init_glance 2022-03-09 12:46:56.453 | + ./stack.sh:main:1144 : is_service_enabled neutron 2022-03-09 12:46:56.471 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 12:46:56.474 | + ./stack.sh:main:1145 : echo_summary 'Configuring Neutron' 2022-03-09 12:46:56.476 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 12:46:56.478 | + ./stack.sh:echo_summary:446 : echo -e Configuring Neutron 2022-03-09 12:46:56.481 | + ./stack.sh:main:1147 : configure_neutron 2022-03-09 12:46:56.483 | + lib/neutron:configure_neutron:620 : is_neutron_legacy_enabled 2022-03-09 12:46:56.487 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:46:56.488 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 12:46:56.493 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 12:46:56.496 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 12:46:56.499 | + 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-03-09 12:46:56.504 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 12:46:56.504 | + lib/neutron:configure_neutron:622 : configure_mutnauq 2022-03-09 12:46:56.507 | + lib/neutron-legacy:configure_mutnauq:349 : _configure_neutron_common 2022-03-09 12:46:56.509 | + lib/neutron-legacy:_configure_neutron_common:774 : _create_neutron_conf_dir 2022-03-09 12:46:56.512 | + lib/neutron-legacy:_create_neutron_conf_dir:767 : sudo install -d -o ubuntu /etc/neutron 2022-03-09 12:46:56.525 | + lib/neutron-legacy:_configure_neutron_common:777 : cd /opt/stack/neutron 2022-03-09 12:46:56.527 | + lib/neutron-legacy:_configure_neutron_common:777 : exec ./tools/generate_config_file_samples.sh 2022-03-09 12:46:58.927 | Traceback (most recent call last): 2022-03-09 12:46:58.927 | File "/usr/local/bin/oslo-config-generator", line 8, in 2022-03-09 12:46:58.927 | sys.exit(main()) 2022-03-09 12:46:58.927 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 836, in main 2022-03-09 12:46:58.927 | generate(conf) 2022-03-09 12:46:58.927 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 797, in generate 2022-03-09 12:46:58.927 | groups = _get_groups(_list_opts(conf.namespace)) 2022-03-09 12:46:58.927 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 524, in _list_opts 2022-03-09 12:46:58.927 | loaders = _get_raw_opts_loaders(namespaces) 2022-03-09 12:46:58.927 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 464, in _get_raw_opts_loaders 2022-03-09 12:46:58.927 | mgr = stevedore.named.NamedExtensionManager( 2022-03-09 12:46:58.927 | File "/usr/local/lib/python3.8/dist-packages/stevedore/named.py", line 78, in __init__ 2022-03-09 12:46:58.927 | extensions = self._load_plugins(invoke_on_load, 2022-03-09 12:46:58.927 | File "/usr/local/lib/python3.8/dist-packages/stevedore/extension.py", line 233, in _load_plugins 2022-03-09 12:46:58.927 | self._on_load_failure_callback(self, ep, err) 2022-03-09 12:46:58.928 | File "/usr/local/lib/python3.8/dist-packages/stevedore/extension.py", line 221, in _load_plugins 2022-03-09 12:46:58.928 | ext = self._load_one_plugin(ep, 2022-03-09 12:46:58.928 | File "/usr/local/lib/python3.8/dist-packages/stevedore/named.py", line 156, in _load_one_plugin 2022-03-09 12:46:58.928 | return super(NamedExtensionManager, self)._load_one_plugin( 2022-03-09 12:46:58.928 | File "/usr/local/lib/python3.8/dist-packages/stevedore/extension.py", line 255, in _load_one_plugin 2022-03-09 12:46:58.928 | plugin = ep.load() 2022-03-09 12:46:58.928 | File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load 2022-03-09 12:46:58.928 | module = import_module(match.group('module')) 2022-03-09 12:46:58.928 | File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module 2022-03-09 12:46:58.928 | return _bootstrap._gcd_import(name[level:], package, level) 2022-03-09 12:46:58.928 | File "", line 1014, in _gcd_import 2022-03-09 12:46:58.928 | File "", line 991, in _find_and_load 2022-03-09 12:46:58.928 | File "", line 975, in _find_and_load_unlocked 2022-03-09 12:46:58.928 | File "", line 671, in _load_unlocked 2022-03-09 12:46:58.928 | File "", line 848, in exec_module 2022-03-09 12:46:58.928 | File "", line 219, in _call_with_frames_removed 2022-03-09 12:46:58.928 | File "/opt/stack/neutron/neutron/opts.py", line 23, in 2022-03-09 12:46:58.928 | import neutron.conf.agent.common 2022-03-09 12:46:58.928 | File "/opt/stack/neutron/neutron/conf/agent/common.py", line 23, in 2022-03-09 12:46:58.928 | from neutron.common import config_lite as config 2022-03-09 12:46:58.928 | File "/opt/stack/neutron/neutron/common/config_lite.py", line 22, in 2022-03-09 12:46:58.928 | from neutron_lib.api import validators_lite as validators 2022-03-09 12:46:58.928 | ImportError: cannot import name 'validators_lite' from 'neutron_lib.api' (/usr/local/lib/python3.8/dist-packages/neutron_lib/api/__init__.py) 2022-03-09 12:46:59.144 | + lib/neutron-legacy:_configure_neutron_common:1 : exit_trap 2022-03-09 12:46:59.146 | + ./stack.sh:exit_trap:521 : local r=1 2022-03-09 12:46:59.149 | ++ ./stack.sh:exit_trap:522 : jobs -p 2022-03-09 12:46:59.152 | + ./stack.sh:exit_trap:522 : jobs='127095 2022-03-09 12:46:59.152 | 140762' 2022-03-09 12:46:59.154 | + ./stack.sh:exit_trap:525 : [[ -n 127095 2022-03-09 12:46:59.154 | 140762 ]] 2022-03-09 12:46:59.156 | + ./stack.sh:exit_trap:525 : [[ -n /opt/stack/logs/stack.sh.log.2022-03-09-123812 ]] 2022-03-09 12:46:59.158 | + ./stack.sh:exit_trap:525 : [[ True == \T\r\u\e ]] 2022-03-09 12:46:59.160 | + ./stack.sh:exit_trap:526 : echo 'exit_trap: cleaning up child processes' 2022-03-09 12:46:59.160 | exit_trap: cleaning up child processes 2022-03-09 12:46:59.162 | + ./stack.sh:exit_trap:527 : kill 127095 140762 2022-03-09 12:46:59.165 | + ./stack.sh:exit_trap:531 : '[' -f /tmp/tmp.5S12w9bmhh ']' 2022-03-09 12:46:59.167 | + ./stack.sh:exit_trap:532 : rm /tmp/tmp.5S12w9bmhh 2022-03-09 12:46:59.171 | + ./stack.sh:exit_trap:536 : kill_spinner 2022-03-09 12:46:59.173 | + ./stack.sh:kill_spinner:431 : '[' '!' -z '' ']' 2022-03-09 12:46:59.175 | + ./stack.sh:exit_trap:538 : [[ 1 -ne 0 ]] 2022-03-09 12:46:59.177 | + ./stack.sh:exit_trap:539 : echo 'Error on exit' 2022-03-09 12:46:59.177 | Error on exit 2022-03-09 12:46:59.179 | + ./stack.sh:exit_trap:541 : type -p generate-subunit 2022-03-09 12:46:59.182 | + ./stack.sh:exit_trap:542 : generate-subunit 1646829489 530 fail 2022-03-09 12:46:59.844 | + ./stack.sh:exit_trap:544 : [[ -z /opt/stack/logs ]] 2022-03-09 12:46:59.846 | + ./stack.sh:exit_trap:547 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-03-09 12:47:00.871 | + ./stack.sh:exit_trap:556 : exit 1