2022-05-06 03:24:54.643 | + ./stack.sh:main:489 : exec 2022-05-06 03:24:54.643 | + ./stack.sh:main:497 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-05-06-032454' 2022-05-06 03:24:54.643 | ++ ./stack.sh:main:489 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-05-06-032454.summary.2022-05-06-032454 2022-05-06 03:24:54.643 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:24:54.643 | + ./stack.sh:echo_summary:448 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-05-06-032454 2022-05-06 03:24:54.643 | + ./stack.sh:main:499 : ln -sf /opt/stack/logs/stack.sh.log.2022-05-06-032454 /opt/stack/logs/stack.sh.log 2022-05-06 03:24:54.643 | + ./stack.sh:main:500 : ln -sf /opt/stack/logs/stack.sh.log.2022-05-06-032454.summary.2022-05-06-032454 /opt/stack/logs/stack.sh.log.summary 2022-05-06 03:24:54.643 | + ./stack.sh:main:515 : check_path_perm_sanity /opt/stack 2022-05-06 03:24:54.643 | + functions:check_path_perm_sanity:596 : local real_path 2022-05-06 03:24:54.643 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-05-06 03:24:54.643 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-05-06 03:24:54.643 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-05-06 03:24:54.644 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-05-06 03:24:54.644 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-05-06 03:24:54.644 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-05-06 03:24:54.644 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-05-06 03:24:54.644 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-05-06 03:24:54.644 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-05-06 03:24:54.644 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-05-06 03:24:54.644 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-05-06 03:24:54.644 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-05-06 03:24:54.644 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-05-06 03:24:54.644 | + ./stack.sh:main:521 : trap exit_trap EXIT 2022-05-06 03:24:54.644 | + ./stack.sh:main:562 : trap err_trap ERR 2022-05-06 03:24:54.644 | + ./stack.sh:main:575 : set -o errexit 2022-05-06 03:24:54.644 | + ./stack.sh:main:578 : uname -a 2022-05-06 03:24:54.644 | Linux dv-neutron-840565-4-hyperv 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-05-06 03:24:54.646 | + ./stack.sh:main:581 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-05-06 03:24:54.648 | + ./stack.sh:main:582 : rm -f /opt/stack/data/ca-bundle.pem 2022-05-06 03:24:54.651 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/database 2022-05-06 03:24:54.686 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/rpc_backend 2022-05-06 03:24:54.703 | + ./stack.sh:main:592 : fetch_plugins 2022-05-06 03:24:54.705 | + functions-common:fetch_plugins:1783 : local plugins= 2022-05-06 03:24:54.707 | + functions-common:fetch_plugins:1784 : local plugin 2022-05-06 03:24:54.708 | + functions-common:fetch_plugins:1787 : [[ -z '' ]] 2022-05-06 03:24:54.710 | + functions-common:fetch_plugins:1788 : return 2022-05-06 03:24:54.713 | + ./stack.sh:main:596 : run_phase override_defaults 2022-05-06 03:24:54.715 | + functions-common:run_phase:1865 : local mode=override_defaults 2022-05-06 03:24:54.716 | + functions-common:run_phase:1866 : local phase= 2022-05-06 03:24:54.718 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-06 03:24:54.720 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-06 03:24:54.722 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-06 03:24:54.724 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-06 03:24:54.726 | + functions-common:run_phase:1875 : local extra 2022-05-06 03:24:54.728 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-06 03:24:54.731 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-06 03:24:54.733 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-06 03:24:54.735 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-06 03:24:54.737 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-05-06 03:24:54.739 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-06 03:24:54.752 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:24:54.754 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-05-06 03:24:54.756 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-06 03:24:54.757 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-06 03:24:54.759 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-06 03:24:54.761 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-06 03:24:54.763 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-05-06 03:24:54.765 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-05-06 03:24:54.766 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-05-06 03:24:54.768 | + functions-common:run_phase:1886 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-05-06 03:24:54.770 | + functions-common:run_phase:1889 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-06 03:24:54.772 | + functions-common:run_phase:1890 : plugin_override_defaults 2022-05-06 03:24:54.774 | + functions-common:plugin_override_defaults:1824 : local plugins= 2022-05-06 03:24:54.775 | + functions-common:plugin_override_defaults:1825 : local plugin 2022-05-06 03:24:54.777 | + functions-common:plugin_override_defaults:1828 : [[ -z '' ]] 2022-05-06 03:24:54.779 | + functions-common:plugin_override_defaults:1829 : return 2022-05-06 03:24:54.781 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/apache 2022-05-06 03:24:54.798 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tls 2022-05-06 03:24:54.800 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-05-06 03:24:54.813 | ++ functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:24:54.815 | +++ lib/tls:source:43 : hostname -f 2022-05-06 03:24:54.818 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-05-06 03:24:54.820 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-05-06 03:24:54.822 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-05-06 03:24:54.824 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-05-06 03:24:54.826 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-05-06 03:24:54.828 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-05-06 03:24:54.830 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-05-06 03:24:54.832 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-05-06 03:24:54.833 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-05-06 03:24:54.835 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-05-06 03:24:54.840 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/infra 2022-05-06 03:24:54.852 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/libraries 2022-05-06 03:24:54.869 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/lvm 2022-05-06 03:24:54.882 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/horizon 2022-05-06 03:24:54.894 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/keystone 2022-05-06 03:24:54.930 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/glance 2022-05-06 03:24:55.013 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/nova 2022-05-06 03:24:55.104 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/placement 2022-05-06 03:24:55.128 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/cinder 2022-05-06 03:24:55.181 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/swift 2022-05-06 03:24:55.234 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/neutron 2022-05-06 03:24:55.380 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/ldap 2022-05-06 03:24:55.394 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/dstat 2022-05-06 03:24:55.407 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/tcpdump 2022-05-06 03:24:55.420 | + ./stack.sh:main:619 : source /home/ubuntu/devstack/lib/etcd3 2022-05-06 03:24:55.515 | + ./stack.sh:main:620 : source /home/ubuntu/devstack/lib/os-vif 2022-05-06 03:24:55.519 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-05-06 03:24:55.523 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-05-06 03:24:55.527 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-05-06 03:24:55.530 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-05-06 03:24:55.533 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-05-06 03:24:55.537 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-05-06 03:24:55.537 | False' 2022-05-06 03:24:55.541 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-05-06 03:24:55.556 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-05-06 03:24:55.558 | + ./stack.sh:main:626 : run_phase source 2022-05-06 03:24:55.561 | + functions-common:run_phase:1865 : local mode=source 2022-05-06 03:24:55.563 | + functions-common:run_phase:1866 : local phase= 2022-05-06 03:24:55.565 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-06 03:24:55.567 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-06 03:24:55.569 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-06 03:24:55.571 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-06 03:24:55.573 | + functions-common:run_phase:1875 : local extra 2022-05-06 03:24:55.576 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-06 03:24:55.579 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-06 03:24:55.582 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-06 03:24:55.584 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-06 03:24:55.586 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-05-06 03:24:55.588 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-06 03:24:55.603 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:24:55.605 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-05-06 03:24:55.607 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-05-06 03:24:55.646 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-05-06 03:24:55.649 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-05-06 03:24:55.651 | + functions-common:run_phase:1886 : [[ source == \s\o\u\r\c\e ]] 2022-05-06 03:24:55.653 | + functions-common:run_phase:1887 : load_plugin_settings 2022-05-06 03:24:55.655 | + functions-common:load_plugin_settings:1801 : local plugins= 2022-05-06 03:24:55.658 | + functions-common:load_plugin_settings:1802 : local plugin 2022-05-06 03:24:55.660 | + functions-common:load_plugin_settings:1805 : [[ -z '' ]] 2022-05-06 03:24:55.662 | + functions-common:load_plugin_settings:1806 : return 2022-05-06 03:24:55.665 | + functions-common:run_phase:1888 : verify_disabled_services 2022-05-06 03:24:55.667 | + functions-common:verify_disabled_services:2148 : local service 2022-05-06 03:24:55.669 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.671 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-05-06 03:24:55.674 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.676 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-05-06 03:24:55.678 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.680 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-05-06 03:24:55.683 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.685 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-05-06 03:24:55.687 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.690 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-05-06 03:24:55.692 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.694 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-05-06 03:24:55.697 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.699 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-05-06 03:24:55.702 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.705 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-05-06 03:24:55.708 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.711 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-05-06 03:24:55.713 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.715 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-05-06 03:24:55.718 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.720 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-05-06 03:24:55.723 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.725 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-05-06 03:24:55.728 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.730 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-05-06 03:24:55.732 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.735 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-05-06 03:24:55.737 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.740 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-05-06 03:24:55.742 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.745 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-05-06 03:24:55.747 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.749 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-05-06 03:24:55.752 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.754 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-05-06 03:24:55.757 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.759 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-05-06 03:24:55.762 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.764 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-05-06 03:24:55.766 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.769 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-05-06 03:24:55.771 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.773 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-05-06 03:24:55.775 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.777 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-05-06 03:24:55.780 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.782 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-05-06 03:24:55.784 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.787 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-05-06 03:24:55.789 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.792 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-05-06 03:24:55.794 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.796 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-05-06 03:24:55.799 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.801 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-05-06 03:24:55.804 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.806 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-05-06 03:24:55.809 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.811 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-05-06 03:24:55.813 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.815 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-05-06 03:24:55.818 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.820 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-05-06 03:24:55.822 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.824 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-05-06 03:24:55.827 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.829 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-05-06 03:24:55.831 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.833 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-05-06 03:24:55.836 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.838 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-05-06 03:24:55.840 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.842 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-05-06 03:24:55.845 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.847 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-05-06 03:24:55.849 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.851 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-05-06 03:24:55.854 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.856 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-05-06 03:24:55.858 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.860 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-05-06 03:24:55.862 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.865 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-05-06 03:24:55.867 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.869 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-05-06 03:24:55.871 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.873 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-05-06 03:24:55.876 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.878 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-05-06 03:24:55.880 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.882 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-05-06 03:24:55.885 | + functions-common:verify_disabled_services:2149 : for service in ${ENABLED_SERVICES//,/ } 2022-05-06 03:24:55.887 | + functions-common:verify_disabled_services:2150 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-05-06 03:24:55.890 | + ./stack.sh:main:697 : initialize_database_backends 2022-05-06 03:24:55.892 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-05-06 03:24:55.894 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-05-06 03:24:55.909 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:24:55.912 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-05-06 03:24:55.914 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-05-06 03:24:55.916 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-05-06 03:24:55.932 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:24:55.934 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-05-06 03:24:55.936 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-05-06 03:24:55.939 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-05-06 03:24:55.941 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-05-06 03:24:55.943 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-05-06 03:24:55.946 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-05-06 03:24:55.948 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-05-06 03:24:55.950 | + lib/database:initialize_database_backends:92 : return 0 2022-05-06 03:24:55.953 | + ./stack.sh:main:698 : echo 'Using mysql database backend' 2022-05-06 03:24:55.953 | Using mysql database backend 2022-05-06 03:24:55.955 | + ./stack.sh:main:701 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-05-06 03:24:55.971 | + ./stack.sh:main:703 : define_database_baseurl 2022-05-06 03:24:55.974 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-05-06 03:24:55.977 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-05-06 03:24:55.979 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-05-06 03:24:55.982 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-06 03:24:55.985 | + ./stack.sh:main:715 : is_service_enabled rabbit 2022-05-06 03:24:56.001 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:24:56.004 | + ./stack.sh:main:716 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-05-06 03:24:56.020 | + ./stack.sh:main:723 : is_service_enabled keystone 2022-05-06 03:24:56.037 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:24:56.039 | + ./stack.sh:main:725 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-05-06 03:24:56.056 | + ./stack.sh:main:727 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-05-06 03:24:56.072 | + ./stack.sh:main:738 : is_service_enabled ldap 2022-05-06 03:24:56.088 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:24:56.091 | + ./stack.sh:main:747 : is_service_enabled s-proxy 2022-05-06 03:24:56.107 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:24:56.110 | + ./stack.sh:main:751 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-05-06 03:24:56.126 | + ./stack.sh:main:753 : [[ -z '' ]] 2022-05-06 03:24:56.129 | + ./stack.sh:main:753 : [[ False == \T\r\u\e ]] 2022-05-06 03:24:56.132 | + ./stack.sh:main:759 : save_stackenv 759 2022-05-06 03:24:56.134 | + functions-common:save_stackenv:60 : local tag=759 2022-05-06 03:24:56.137 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-05-06 03:24:56.141 | + functions-common:save_stackenv:62 : time_stamp=2022-05-06-032456 2022-05-06 03:24:56.144 | + functions-common:save_stackenv:63 : echo '# 2022-05-06-032456 759' 2022-05-06 03:24:56.147 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.150 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-06 03:24:56.152 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.155 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-05-06 03:24:56.157 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.160 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-05-06 03:24:56.162 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.165 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-05-06 03:24:56.167 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.170 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.25 2022-05-06 03:24:56.172 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.175 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.25/identity 2022-05-06 03:24:56.177 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.180 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-05-06-032454 2022-05-06 03:24:56.182 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.185 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-05-06 03:24:56.187 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.190 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.25 2022-05-06 03:24:56.192 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.194 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-05-06 03:24:56.197 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.199 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-05-06 03:24:56.201 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.204 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-05-06 03:24:56.206 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:24:56.209 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-05-06 03:24:56.211 | + ./stack.sh:main:772 : GIT_DEPTH=0 2022-05-06 03:24:56.214 | + ./stack.sh:main:772 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-05-06 03:24:56.216 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-05-06 03:24:56.218 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-05-06 03:24:56.220 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:24:56.223 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:24:56.225 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:24:56.228 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:24:56.230 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:24:56.233 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:24:56.248 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:24:56.250 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:24:56.253 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:24:56.256 | + functions-common:git_clone:629 : echo master 2022-05-06 03:24:56.256 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:24:56.261 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-05-06 03:24:56.263 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:24:56.265 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-05-06 03:24:56.280 | + functions-common:git_clone:689 : cd /opt/stack/requirements 2022-05-06 03:24:56.283 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:24:56.283 | + functions-common:git_clone:690 : head -1 2022-05-06 03:24:56.287 | ea964714 Merge "update constraint for oslo.concurrency to new release 4.5.1" 2022-05-06 03:24:56.289 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:24:56.292 | + ./stack.sh:main:776 : echo_summary 'Installing package prerequisites' 2022-05-06 03:24:56.295 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:24:56.297 | + ./stack.sh:echo_summary:448 : echo -e Installing package prerequisites 2022-05-06 03:24:56.300 | + ./stack.sh:main:777 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-05-06 03:24:56.302 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-05-06 03:24:56.305 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-05-06 03:24:56.309 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-05-06 03:24:56.313 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-05-06 03:24:56.316 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-05-06 03:24:56.319 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-05-06 03:24:56.323 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-05-06 03:24:56.327 | ++ tools/install_prereqs.sh:source:47 : NOW=1651807496 2022-05-06 03:24:56.331 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-05-06 03:24:56.336 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1651806487 2022-05-06 03:24:56.339 | ++ tools/install_prereqs.sh:source:49 : DELTA=1009 2022-05-06 03:24:56.342 | ++ tools/install_prereqs.sh:source:50 : [[ 1009 -lt 7200 ]] 2022-05-06 03:24:56.344 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-05-06 03:24:56.347 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-05-06 03:24:56.350 | ++ functions-common:export_proxy_variables:2255 : isset http_proxy 2022-05-06 03:24:56.352 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-05-06 03:24:56.355 | ++ functions-common:export_proxy_variables:2258 : isset https_proxy 2022-05-06 03:24:56.357 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-05-06 03:24:56.360 | ++ functions-common:export_proxy_variables:2261 : isset no_proxy 2022-05-06 03:24:56.362 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-05-06 03:24:56.366 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-05-06 03:24:56.413 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-05-06 03:24:56.413 | apache2-dev 2022-05-06 03:24:56.413 | bc 2022-05-06 03:24:56.413 | bsdmainutils 2022-05-06 03:24:56.413 | curl 2022-05-06 03:24:56.413 | g++ 2022-05-06 03:24:56.413 | gawk 2022-05-06 03:24:56.413 | gcc 2022-05-06 03:24:56.413 | gettext 2022-05-06 03:24:56.413 | git 2022-05-06 03:24:56.413 | graphviz 2022-05-06 03:24:56.414 | iputils-ping 2022-05-06 03:24:56.414 | libapache2-mod-proxy-uwsgi 2022-05-06 03:24:56.414 | libffi-dev 2022-05-06 03:24:56.414 | libjpeg-dev 2022-05-06 03:24:56.414 | libpcre3-dev 2022-05-06 03:24:56.414 | libpq-dev 2022-05-06 03:24:56.414 | libssl-dev 2022-05-06 03:24:56.414 | libsystemd-dev 2022-05-06 03:24:56.414 | libxml2-dev 2022-05-06 03:24:56.414 | libxslt1-dev 2022-05-06 03:24:56.414 | libyaml-dev 2022-05-06 03:24:56.414 | lsof 2022-05-06 03:24:56.414 | openssh-server 2022-05-06 03:24:56.414 | openssl 2022-05-06 03:24:56.414 | pkg-config 2022-05-06 03:24:56.414 | psmisc 2022-05-06 03:24:56.414 | python3-dev 2022-05-06 03:24:56.414 | python3-pip 2022-05-06 03:24:56.414 | python3-systemd 2022-05-06 03:24:56.414 | python3-venv 2022-05-06 03:24:56.414 | tar 2022-05-06 03:24:56.414 | tcpdump 2022-05-06 03:24:56.414 | unzip 2022-05-06 03:24:56.414 | uuid-runtime 2022-05-06 03:24:56.414 | wget 2022-05-06 03:24:56.414 | wget 2022-05-06 03:24:56.414 | zlib1g-dev 2022-05-06 03:24:56.414 | libkrb5-dev 2022-05-06 03:24:56.414 | libldap2-dev 2022-05-06 03:24:56.414 | libsasl2-dev 2022-05-06 03:24:56.414 | memcached 2022-05-06 03:24:56.414 | python3-mysqldb 2022-05-06 03:24:56.414 | sqlite3 2022-05-06 03:24:56.414 | conntrack 2022-05-06 03:24:56.414 | curl 2022-05-06 03:24:56.414 | dnsmasq-base 2022-05-06 03:24:56.415 | dnsmasq-utils 2022-05-06 03:24:56.415 | ebtables 2022-05-06 03:24:56.415 | genisoimage 2022-05-06 03:24:56.415 | iptables 2022-05-06 03:24:56.415 | iputils-arping 2022-05-06 03:24:56.415 | kpartx 2022-05-06 03:24:56.415 | libjs-jquery-tablesorter 2022-05-06 03:24:56.415 | parted 2022-05-06 03:24:56.415 | pm-utils 2022-05-06 03:24:56.415 | python3-mysqldb 2022-05-06 03:24:56.415 | socat 2022-05-06 03:24:56.415 | sqlite3 2022-05-06 03:24:56.415 | sudo 2022-05-06 03:24:56.415 | vlan 2022-05-06 03:24:56.415 | lsscsi 2022-05-06 03:24:56.415 | open-iscsi 2022-05-06 03:24:56.415 | lvm2 2022-05-06 03:24:56.415 | qemu-utils 2022-05-06 03:24:56.415 | thin-provisioning-tools 2022-05-06 03:24:56.415 | acl 2022-05-06 03:24:56.415 | dnsmasq-base 2022-05-06 03:24:56.415 | dnsmasq-utils 2022-05-06 03:24:56.415 | ebtables 2022-05-06 03:24:56.415 | haproxy 2022-05-06 03:24:56.415 | iptables 2022-05-06 03:24:56.415 | iputils-arping 2022-05-06 03:24:56.415 | iputils-ping 2022-05-06 03:24:56.415 | postgresql-server-dev-all 2022-05-06 03:24:56.415 | python3-mysqldb 2022-05-06 03:24:56.415 | sqlite3 2022-05-06 03:24:56.415 | sudo 2022-05-06 03:24:56.415 | vlan 2022-05-06 03:24:56.415 | pcp 2022-05-06 03:24:56.415 | ipset 2022-05-06 03:24:56.415 | conntrack 2022-05-06 03:24:56.415 | conntrackd 2022-05-06 03:24:56.415 | keepalived 2022-05-06 03:24:56.415 | lvm2 2022-05-06 03:24:56.416 | qemu-utils 2022-05-06 03:24:56.416 | thin-provisioning-tools 2022-05-06 03:24:56.416 | curl 2022-05-06 03:24:56.416 | liberasurecode-dev 2022-05-06 03:24:56.416 | make 2022-05-06 03:24:56.416 | memcached 2022-05-06 03:24:56.416 | rsync 2022-05-06 03:24:56.416 | sqlite3 2022-05-06 03:24:56.416 | xfsprogs' 2022-05-06 03:24:56.418 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-05-06 03:24:56.437 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-05-06 03:24:56.437 | apache2-dev 2022-05-06 03:24:56.437 | bc 2022-05-06 03:24:56.437 | bsdmainutils 2022-05-06 03:24:56.437 | curl 2022-05-06 03:24:56.437 | g++ 2022-05-06 03:24:56.437 | gawk 2022-05-06 03:24:56.437 | gcc 2022-05-06 03:24:56.437 | gettext 2022-05-06 03:24:56.437 | git 2022-05-06 03:24:56.437 | graphviz 2022-05-06 03:24:56.437 | iputils-ping 2022-05-06 03:24:56.437 | libapache2-mod-proxy-uwsgi 2022-05-06 03:24:56.437 | libffi-dev 2022-05-06 03:24:56.437 | libjpeg-dev 2022-05-06 03:24:56.437 | libpcre3-dev 2022-05-06 03:24:56.437 | libpq-dev 2022-05-06 03:24:56.437 | libssl-dev 2022-05-06 03:24:56.437 | libsystemd-dev 2022-05-06 03:24:56.437 | libxml2-dev 2022-05-06 03:24:56.437 | libxslt1-dev 2022-05-06 03:24:56.437 | libyaml-dev 2022-05-06 03:24:56.437 | lsof 2022-05-06 03:24:56.437 | openssh-server 2022-05-06 03:24:56.437 | openssl 2022-05-06 03:24:56.437 | pkg-config 2022-05-06 03:24:56.437 | psmisc 2022-05-06 03:24:56.437 | python3-dev 2022-05-06 03:24:56.437 | python3-pip 2022-05-06 03:24:56.437 | python3-systemd 2022-05-06 03:24:56.437 | python3-venv 2022-05-06 03:24:56.437 | tar 2022-05-06 03:24:56.437 | tcpdump 2022-05-06 03:24:56.438 | unzip 2022-05-06 03:24:56.438 | uuid-runtime 2022-05-06 03:24:56.438 | wget 2022-05-06 03:24:56.438 | wget 2022-05-06 03:24:56.438 | zlib1g-dev 2022-05-06 03:24:56.438 | libkrb5-dev 2022-05-06 03:24:56.438 | libldap2-dev 2022-05-06 03:24:56.438 | libsasl2-dev 2022-05-06 03:24:56.438 | memcached 2022-05-06 03:24:56.438 | python3-mysqldb 2022-05-06 03:24:56.438 | sqlite3 2022-05-06 03:24:56.438 | conntrack 2022-05-06 03:24:56.438 | curl 2022-05-06 03:24:56.438 | dnsmasq-base 2022-05-06 03:24:56.438 | dnsmasq-utils 2022-05-06 03:24:56.438 | ebtables 2022-05-06 03:24:56.438 | genisoimage 2022-05-06 03:24:56.438 | iptables 2022-05-06 03:24:56.438 | iputils-arping 2022-05-06 03:24:56.438 | kpartx 2022-05-06 03:24:56.438 | libjs-jquery-tablesorter 2022-05-06 03:24:56.438 | parted 2022-05-06 03:24:56.438 | pm-utils 2022-05-06 03:24:56.438 | python3-mysqldb 2022-05-06 03:24:56.438 | socat 2022-05-06 03:24:56.438 | sqlite3 2022-05-06 03:24:56.438 | sudo 2022-05-06 03:24:56.438 | vlan 2022-05-06 03:24:56.438 | lsscsi 2022-05-06 03:24:56.438 | open-iscsi 2022-05-06 03:24:56.438 | lvm2 2022-05-06 03:24:56.438 | qemu-utils 2022-05-06 03:24:56.438 | thin-provisioning-tools 2022-05-06 03:24:56.438 | acl 2022-05-06 03:24:56.438 | dnsmasq-base 2022-05-06 03:24:56.438 | dnsmasq-utils 2022-05-06 03:24:56.438 | ebtables 2022-05-06 03:24:56.439 | haproxy 2022-05-06 03:24:56.439 | iptables 2022-05-06 03:24:56.439 | iputils-arping 2022-05-06 03:24:56.439 | iputils-ping 2022-05-06 03:24:56.439 | postgresql-server-dev-all 2022-05-06 03:24:56.439 | python3-mysqldb 2022-05-06 03:24:56.439 | sqlite3 2022-05-06 03:24:56.439 | sudo 2022-05-06 03:24:56.439 | vlan 2022-05-06 03:24:56.439 | pcp 2022-05-06 03:24:56.439 | ipset 2022-05-06 03:24:56.439 | conntrack 2022-05-06 03:24:56.439 | conntrackd 2022-05-06 03:24:56.439 | keepalived 2022-05-06 03:24:56.439 | lvm2 2022-05-06 03:24:56.439 | qemu-utils 2022-05-06 03:24:56.439 | thin-provisioning-tools 2022-05-06 03:24:56.439 | curl 2022-05-06 03:24:56.439 | liberasurecode-dev 2022-05-06 03:24:56.439 | make 2022-05-06 03:24:56.439 | memcached 2022-05-06 03:24:56.439 | rsync 2022-05-06 03:24:56.439 | sqlite3 2022-05-06 03:24:56.439 | xfsprogs ' 2022-05-06 03:24:56.439 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-05-06 03:24:56.442 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:24:56.444 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:24:56.448 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-06 03:24:56.448 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-05-06 03:24:56.453 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-06 03:24:56.455 | ++ functions-common:install_package:1475 : update_package_repo 2022-05-06 03:24:56.457 | ++ functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:24:56.459 | ++ functions-common:update_package_repo:1448 : REPOS_UPDATED=False 2022-05-06 03:24:56.462 | ++ functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:24:56.464 | ++ functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:24:56.466 | ++ functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:24:56.468 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:24:56.470 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:24:56.473 | ++ functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:24:56.475 | ++ functions-common:apt_get_update:1201 : [[ False == \T\r\u\e ]] 2022-05-06 03:24:56.477 | ++ functions-common:apt_get_update:1206 : [[ False = \T\r\u\e ]] 2022-05-06 03:24:56.479 | ++ functions-common:apt_get_update:1208 : local sudo=sudo 2022-05-06 03:24:56.482 | +++ functions-common:apt_get_update:1209 : id -u 2022-05-06 03:24:56.486 | ++ functions-common:apt_get_update:1209 : [[ 1000 = \0 ]] 2022-05-06 03:24:56.488 | ++ functions-common:apt_get_update:1212 : time_start apt-get-update 2022-05-06 03:24:56.490 | ++ functions-common:time_start:2423 : local name=apt-get-update 2022-05-06 03:24:56.492 | ++ functions-common:time_start:2424 : local start_time= 2022-05-06 03:24:56.494 | ++ functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:24:56.497 | +++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:24:56.501 | ++ functions-common:time_start:2428 : _TIME_START[$name]=1651807496499 2022-05-06 03:24:56.504 | ++ functions-common:apt_get_update:1214 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-05-06 03:24:56.506 | ++ functions-common:apt_get_update:1215 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-05-06 03:24:56.508 | ++ functions-common:apt_get_update:1216 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-05-06 03:24:56.773 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-05-06 03:24:56.819 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-05-06 03:24:56.879 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-05-06 03:24:56.898 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-05-06 03:24:59.125 | Reading package lists... 2022-05-06 03:24:59.160 | ++ functions-common:apt_get_update:1220 : REPOS_UPDATED=True 2022-05-06 03:24:59.163 | ++ functions-common:apt_get_update:1222 : time_stop apt-get-update 2022-05-06 03:24:59.165 | ++ functions-common:time_stop:2437 : local name 2022-05-06 03:24:59.167 | ++ functions-common:time_stop:2438 : local end_time 2022-05-06 03:24:59.170 | ++ functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:24:59.172 | ++ functions-common:time_stop:2440 : local total 2022-05-06 03:24:59.174 | ++ functions-common:time_stop:2441 : local start_time 2022-05-06 03:24:59.176 | ++ functions-common:time_stop:2443 : name=apt-get-update 2022-05-06 03:24:59.179 | ++ functions-common:time_stop:2444 : start_time=1651807496499 2022-05-06 03:24:59.181 | ++ functions-common:time_stop:2446 : [[ -z 1651807496499 ]] 2022-05-06 03:24:59.184 | +++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:24:59.188 | ++ functions-common:time_stop:2449 : end_time=1651807499186 2022-05-06 03:24:59.191 | ++ functions-common:time_stop:2450 : elapsed_time=2687 2022-05-06 03:24:59.193 | ++ functions-common:time_stop:2451 : total=0 2022-05-06 03:24:59.195 | ++ functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:24:59.197 | ++ functions-common:time_stop:2454 : _TIME_TOTAL[$name]=2687 2022-05-06 03:24:59.199 | ++ functions-common:install_package:1476 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-06 03:24:59.202 | ++ functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:24:59.204 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:24:59.206 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:24:59.208 | ++ functions-common:real_install_package:1462 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-06 03:24:59.231 | ++ functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-05-06 03:24:59.341 | Reading package lists... 2022-05-06 03:24:59.589 | Building dependency tree... 2022-05-06 03:24:59.590 | Reading state information... 2022-05-06 03:24:59.623 | acl is already the newest version (2.2.53-6). 2022-05-06 03:24:59.623 | bc is already the newest version (1.07.1-2build1). 2022-05-06 03:24:59.623 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-05-06 03:24:59.623 | conntrack is already the newest version (1:1.4.5-2). 2022-05-06 03:24:59.623 | ebtables is already the newest version (2.0.11-3build1). 2022-05-06 03:24:59.623 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-05-06 03:24:59.623 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-05-06 03:24:59.623 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-05-06 03:24:59.623 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-05-06 03:24:59.623 | gettext is already the newest version (0.19.8.1-10build1). 2022-05-06 03:24:59.623 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-05-06 03:24:59.623 | iputils-arping is already the newest version (3:20190709-3). 2022-05-06 03:24:59.623 | iputils-ping is already the newest version (3:20190709-3). 2022-05-06 03:24:59.624 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-05-06 03:24:59.624 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-05-06 03:24:59.624 | libffi-dev is already the newest version (3.3-4). 2022-05-06 03:24:59.624 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-05-06 03:24:59.624 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-05-06 03:24:59.624 | libxslt1-dev is already the newest version (1.1.34-4). 2022-05-06 03:24:59.624 | libyaml-dev is already the newest version (0.2.2-1). 2022-05-06 03:24:59.624 | lsscsi is already the newest version (0.30-0.1). 2022-05-06 03:24:59.624 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-05-06 03:24:59.624 | make is already the newest version (4.2.1-1.2). 2022-05-06 03:24:59.624 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-05-06 03:24:59.624 | psmisc is already the newest version (23.3-1). 2022-05-06 03:24:59.624 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-05-06 03:24:59.624 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-05-06 03:24:59.624 | python3-systemd is already the newest version (234-3build2). 2022-05-06 03:24:59.624 | socat is already the newest version (1.7.3.3-2). 2022-05-06 03:24:59.624 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-05-06 03:24:59.624 | unzip is already the newest version (6.0-25ubuntu1). 2022-05-06 03:24:59.624 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-05-06 03:24:59.624 | conntrackd is already the newest version (1:1.4.5-2). 2022-05-06 03:24:59.624 | graphviz is already the newest version (2.42.2-3build2). 2022-05-06 03:24:59.624 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-05-06 03:24:59.624 | pcp is already the newest version (5.0.3-1). 2022-05-06 03:24:59.624 | pm-utils is already the newest version (1.4.1-19). 2022-05-06 03:24:59.624 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-05-06 03:24:59.624 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-05-06 03:24:59.624 | apache2-dev is already the newest version (2.4.41-4ubuntu3.10). 2022-05-06 03:24:59.624 | curl is already the newest version (7.68.0-1ubuntu2.10). 2022-05-06 03:24:59.624 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-05-06 03:24:59.624 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-05-06 03:24:59.624 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-05-06 03:24:59.624 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-05-06 03:24:59.624 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-05-06 03:24:59.624 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-05-06 03:24:59.624 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-05-06 03:24:59.624 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-05-06 03:24:59.625 | libpq-dev is already the newest version (12.10-0ubuntu0.20.04.1). 2022-05-06 03:24:59.625 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-05-06 03:24:59.625 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-05-06 03:24:59.625 | libsystemd-dev is already the newest version (245.4-4ubuntu3.16). 2022-05-06 03:24:59.625 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.2). 2022-05-06 03:24:59.625 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-05-06 03:24:59.625 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-05-06 03:24:59.625 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-05-06 03:24:59.625 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.4). 2022-05-06 03:24:59.625 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-05-06 03:24:59.625 | openssl set to manually installed. 2022-05-06 03:24:59.625 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-05-06 03:24:59.625 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-05-06 03:24:59.625 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-05-06 03:24:59.625 | rsync set to manually installed. 2022-05-06 03:24:59.625 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-05-06 03:24:59.625 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-05-06 03:24:59.625 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-05-06 03:24:59.625 | tar set to manually installed. 2022-05-06 03:24:59.625 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-05-06 03:24:59.625 | tcpdump set to manually installed. 2022-05-06 03:24:59.625 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-05-06 03:24:59.841 | uuid-runtime set to manually installed. 2022-05-06 03:24:59.841 | wget is already the newest version (1.20.3-1ubuntu2). 2022-05-06 03:24:59.841 | wget set to manually installed. 2022-05-06 03:24:59.841 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-05-06 03:24:59.841 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-05-06 03:24:59.841 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-05-06 03:24:59.841 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-05-06 03:24:59.841 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-05-06 03:24:59.841 | The following packages were automatically installed and are no longer required: 2022-05-06 03:24:59.842 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:24:59.842 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:24:59.842 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:24:59.842 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:24:59.842 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:24:59.842 | python3-zope.interface 2022-05-06 03:24:59.842 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:25:00.006 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:25:00.012 | ++ functions-common:apt_get:1246 : result=0 2022-05-06 03:25:00.015 | ++ functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:25:00.017 | ++ functions-common:time_stop:2437 : local name 2022-05-06 03:25:00.020 | ++ functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:00.023 | ++ functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:00.025 | ++ functions-common:time_stop:2440 : local total 2022-05-06 03:25:00.028 | ++ functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:00.030 | ++ functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:25:00.033 | ++ functions-common:time_stop:2444 : start_time=1651807499228 2022-05-06 03:25:00.036 | ++ functions-common:time_stop:2446 : [[ -z 1651807499228 ]] 2022-05-06 03:25:00.039 | +++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:00.043 | ++ functions-common:time_stop:2449 : end_time=1651807500041 2022-05-06 03:25:00.046 | ++ functions-common:time_stop:2450 : elapsed_time=813 2022-05-06 03:25:00.048 | ++ functions-common:time_stop:2451 : total=766 2022-05-06 03:25:00.050 | ++ functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:00.053 | ++ functions-common:time_stop:2454 : _TIME_TOTAL[$name]=1579 2022-05-06 03:25:00.055 | ++ functions-common:apt_get:1250 : return 0 2022-05-06 03:25:00.058 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-05-06 03:25:00.060 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-05-06 03:25:00.063 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-05-06 03:25:00.067 | ++ tools/install_prereqs.sh:source:89 : date 2022-05-06 03:25:00.071 | + ./stack.sh:main:792 : [[ False != \T\r\u\e ]] 2022-05-06 03:25:00.074 | + ./stack.sh:main:793 : PYPI_ALTERNATIVE_URL= 2022-05-06 03:25:00.077 | + ./stack.sh:main:793 : /home/ubuntu/devstack/tools/install_pip.sh 2022-05-06 03:25:01.554 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-05-06 03:25:01.556 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-05-06 03:25:01.558 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-05-06 03:25:01.560 | + tools/install_pip.sh:main:43 : GetDistro 2022-05-06 03:25:01.562 | + functions-common:GetDistro:446 : GetOSVersion 2022-05-06 03:25:01.563 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-05-06 03:25:01.565 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-05-06 03:25:01.567 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-05-06 03:25:01.569 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-05-06 03:25:01.571 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-05-06 03:25:01.572 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-05-06 03:25:01.574 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-05-06 03:25:01.576 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-05-06 03:25:01.578 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-05-06 03:25:01.579 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-05-06 03:25:01.581 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-05-06 03:25:01.583 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-05-06 03:25:01.585 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-05-06 03:25:01.586 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-05-06 03:25:01.588 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-05-06 03:25:01.590 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-05-06 03:25:01.592 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-05-06 03:25:01.594 | + functions-common:_ensure_lsb_release:394 : return 2022-05-06 03:25:01.596 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-05-06 03:25:01.671 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-05-06 03:25:01.675 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-05-06 03:25:01.761 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-05-06 03:25:01.765 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-05-06 03:25:01.845 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-05-06 03:25:01.847 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-05-06 03:25:01.850 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-05-06 03:25:01.853 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-05-06 03:25:01.856 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-05-06 03:25:01.860 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-05-06 03:25:01.862 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-05-06 03:25:01.866 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-05-06 03:25:01.869 | + functions-common:GetDistro:451 : DISTRO=focal 2022-05-06 03:25:01.871 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-05-06 03:25:01.873 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-05-06 03:25:01.873 | Distro: focal 2022-05-06 03:25:01.876 | + tools/install_pip.sh:main:124 : get_versions 2022-05-06 03:25:01.878 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-05-06 03:25:01.882 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-05-06 03:25:01.884 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-05-06 03:25:01.887 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-05-06 03:25:01.887 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-05-06 03:25:02.570 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-05-06 03:25:02.573 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-05-06 03:25:02.573 | pip: 21.3.1 2022-05-06 03:25:02.576 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-05-06 03:25:02.579 | + tools/install_pip.sh:main:130 : is_fedora 2022-05-06 03:25:02.582 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:25:02.584 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:25:02.587 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:25:02.589 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:25:02.591 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:25:02.593 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:25:02.595 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:25:02.596 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:25:02.598 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:25:02.600 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:25:02.602 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:25:02.604 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-05-06 03:25:02.605 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:02.607 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:02.609 | + tools/install_pip.sh:main:142 : : 2022-05-06 03:25:02.611 | + tools/install_pip.sh:main:147 : set -x 2022-05-06 03:25:02.612 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-05-06 03:25:02.614 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-05-06 03:25:02.616 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-06 03:25:02.618 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-05-06 03:25:02.620 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-05-06 03:25:02.622 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-06 03:25:02.625 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-06 03:25:02.626 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-05-06 03:25:02.630 | ++ 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-05-06 03:25:02.632 | ++ 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-05-06 03:25:02.634 | ++ 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-05-06 03:25:02.636 | + inc/python:pip_install_gr:78 : clean_name='setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-06 03:25:02.638 | + inc/python:pip_install_gr:79 : pip_install 'setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0' 2022-05-06 03:25:02.657 | Using python 3.8 to install setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-05-06 03:25:02.659 | + 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-05-06 03:25:03.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:03.518 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:03.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:03.518 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:04.809 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:06.239 | Collecting setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,!=48.0.0,!=49.0.0 2022-05-06 03:25:06.253 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/26e/ad7d1f93efc0f/setuptools-62.1.0-py3-none-any.whl (1.1 MB) 2022-05-06 03:25:08.801 | Installing collected packages: setuptools 2022-05-06 03:25:09.660 | Successfully installed setuptools-62.1.0 2022-05-06 03:25:09.660 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:25:09.837 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:25:09.837 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:25:09.980 | + inc/python:pip_install:200 : result=0 2022-05-06 03:25:09.983 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:25:09.986 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:09.989 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:09.992 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:09.994 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:09.997 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:10.000 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:25:10.003 | + functions-common:time_stop:2444 : start_time=1651807502652 2022-05-06 03:25:10.006 | + functions-common:time_stop:2446 : [[ -z 1651807502652 ]] 2022-05-06 03:25:10.009 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:10.013 | + functions-common:time_stop:2449 : end_time=1651807510010 2022-05-06 03:25:10.014 | + functions-common:time_stop:2450 : elapsed_time=7358 2022-05-06 03:25:10.016 | + functions-common:time_stop:2451 : total=0 2022-05-06 03:25:10.018 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:10.020 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=7358 2022-05-06 03:25:10.021 | + inc/python:pip_install:203 : return 0 2022-05-06 03:25:10.023 | + tools/install_pip.sh:main:153 : get_versions 2022-05-06 03:25:10.026 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-05-06 03:25:10.029 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-05-06 03:25:10.031 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-05-06 03:25:10.034 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-05-06 03:25:10.034 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-05-06 03:25:10.711 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-05-06 03:25:10.714 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-05-06 03:25:10.714 | pip: 21.3.1 2022-05-06 03:25:10.718 | + ./stack.sh:main:797 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-05-06 03:25:10.723 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-05-06 03:25:10.728 | + ./stack.sh:main:798 : fixup_all 2022-05-06 03:25:10.731 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-05-06 03:25:10.733 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-05-06 03:25:10.735 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:10.737 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:10.740 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-05-06 03:25:10.752 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-05-06 03:25:10.764 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-05-06 03:25:10.776 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-05-06 03:25:10.778 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-05-06 03:25:10.781 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:25:10.784 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:25:10.787 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:25:10.789 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:25:10.793 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:25:10.795 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:25:10.798 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:25:10.800 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:25:10.803 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:25:10.805 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:25:10.808 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:25:10.810 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-05-06 03:25:10.812 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-05-06 03:25:10.815 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-05-06 03:25:10.817 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:25:10.819 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:25:10.821 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:25:10.823 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:25:10.826 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:25:10.828 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:25:10.830 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-05-06 03:25:10.832 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-05-06 03:25:10.835 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-05-06 03:25:10.837 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-05-06 03:25:10.839 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-05-06 03:25:10.841 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-05-06 03:25:10.843 | + ./stack.sh:main:801 : pip_install -U os-testr 2022-05-06 03:25:10.866 | Using python 3.8 to install os-testr 2022-05-06 03:25:10.868 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-05-06 03:25:11.729 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:11.729 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:11.729 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:11.729 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:12.919 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:12.951 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-05-06 03:25:13.034 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-05-06 03:25:13.035 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-05-06 03:25:13.036 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-05-06 03:25:13.049 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-05-06 03:25:13.059 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-05-06 03:25:13.069 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-05-06 03:25:15.563 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:25:15.570 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:25:15.570 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:25:15.703 | + inc/python:pip_install:200 : result=0 2022-05-06 03:25:15.706 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:25:15.709 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:15.712 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:15.715 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:15.718 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:15.722 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:15.725 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:25:15.728 | + functions-common:time_stop:2444 : start_time=1651807510860 2022-05-06 03:25:15.730 | + functions-common:time_stop:2446 : [[ -z 1651807510860 ]] 2022-05-06 03:25:15.733 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:15.738 | + functions-common:time_stop:2449 : end_time=1651807515735 2022-05-06 03:25:15.740 | + functions-common:time_stop:2450 : elapsed_time=4875 2022-05-06 03:25:15.742 | + functions-common:time_stop:2451 : total=0 2022-05-06 03:25:15.744 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:15.746 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=4875 2022-05-06 03:25:15.749 | + inc/python:pip_install:203 : return 0 2022-05-06 03:25:15.751 | + ./stack.sh:main:805 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-05-06 03:25:15.804 | + ./stack.sh:main:806 : sudo systemctl restart systemd-journald 2022-05-06 03:25:15.911 | + ./stack.sh:main:812 : install_infra 2022-05-06 03:25:15.913 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-06 03:25:15.917 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-05-06 03:25:15.920 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-06 03:25:15.923 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-05-06 03:25:15.946 | + 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-05-06 03:25:17.879 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:17.887 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:17.891 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:17.896 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:17.900 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:17.907 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:17.911 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:17.936 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.015 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.034 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.038 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.043 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.057 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.065 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.067 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.084 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.101 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.110 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.115 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.133 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.156 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.173 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.181 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.186 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.207 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.236 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.238 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.253 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.257 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.261 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.267 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.281 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.288 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.337 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.355 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.359 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.390 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.452 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.458 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.466 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.525 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.538 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.546 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.647 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.672 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.676 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.686 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.691 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.710 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.717 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.734 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.764 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.792 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.804 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.811 | Ignoring typing-extensions: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.819 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.836 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.844 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.858 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.869 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.873 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:18.879 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:19.037 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (5.9.0) 2022-05-06 03:25:19.326 | + inc/python:pip_install:200 : result=0 2022-05-06 03:25:19.330 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:25:19.333 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:19.336 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:19.339 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:19.341 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:19.344 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:19.346 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:25:19.348 | + functions-common:time_stop:2444 : start_time=1651807515938 2022-05-06 03:25:19.350 | + functions-common:time_stop:2446 : [[ -z 1651807515938 ]] 2022-05-06 03:25:19.353 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:19.357 | + functions-common:time_stop:2449 : end_time=1651807519355 2022-05-06 03:25:19.359 | + functions-common:time_stop:2450 : elapsed_time=3417 2022-05-06 03:25:19.362 | + functions-common:time_stop:2451 : total=4875 2022-05-06 03:25:19.364 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:19.366 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=8292 2022-05-06 03:25:19.368 | + inc/python:pip_install:203 : return 0 2022-05-06 03:25:19.371 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-05-06 03:25:19.373 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-05-06 03:25:19.397 | + 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-05-06 03:25:21.182 | Ignoring Flask: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.190 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.194 | Ignoring Jinja2: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.201 | Ignoring Mako: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.205 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.212 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.216 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.242 | Ignoring Werkzeug: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.320 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.340 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.344 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.348 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.363 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.371 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.373 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.390 | Ignoring click: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.408 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.417 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.422 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.440 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.461 | Ignoring elementpath: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.479 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.487 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.493 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.514 | Ignoring graphviz: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.542 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.544 | Ignoring importlib-resources: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.558 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.563 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.567 | Ignoring jeepney: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.572 | Ignoring jmespath: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.587 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.593 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.643 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.660 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.664 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.696 | Ignoring os-testr: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.758 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.765 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.772 | Ignoring protobuf: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.822 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.835 | Ignoring pytest: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.843 | Ignoring pytest-metadata: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.946 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.971 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.975 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.986 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:21.991 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.010 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.017 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.034 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.065 | Ignoring sympy: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.093 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.105 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.113 | Ignoring typing-extensions: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.121 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.139 | Ignoring waitress: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.147 | Ignoring websocket-client: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.161 | Ignoring xmlschema: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.172 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.176 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-05-06 03:25:22.183 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:22.185 | Processing /opt/stack/requirements 2022-05-06 03:25:23.921 | 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 29)) (6.0) 2022-05-06 03:25:23.925 | 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 191)) (3.0.0) 2022-05-06 03:25:23.936 | 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 366)) (21.3) 2022-05-06 03:25:23.941 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (5.9.0) 2022-05-06 03:25:23.944 | Requirement already satisfied: pyparsing===3.0.8 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) (3.0.8) 2022-05-06 03:25:23.950 | 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 497)) (2.27.1) 2022-05-06 03:25:23.977 | 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 539)) (1.16.0) 2022-05-06 03:25:23.980 | 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 596)) (2.5.0) 2022-05-06 03:25:23.990 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 626)) (1.26.9) 2022-05-06 03:25:24.044 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5403) (1.3) 2022-05-06 03:25:24.046 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5403) (0.3.0) 2022-05-06 03:25:24.062 | 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 497)) (2021.10.8) 2022-05-06 03:25:24.064 | 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 128)) (2.0.12) 2022-05-06 03:25:24.070 | 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 226)) (3.3) 2022-05-06 03:25:24.073 | 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 186)) (1.0.0) 2022-05-06 03:25:24.076 | 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 131)) (3.10.1) 2022-05-06 03:25:24.088 | Requirement already satisfied: prettytable===3.2.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) (3.2.0) 2022-05-06 03:25:24.099 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (2.4.1) 2022-05-06 03:25:24.148 | 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 575)) (3.5.0) 2022-05-06 03:25:24.155 | 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 105)) (0.5.0) 2022-05-06 03:25:24.158 | 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 637)) (0.2.5) 2022-05-06 03:25:24.163 | 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 410)) (1.8.2) 2022-05-06 03:25:24.165 | 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 101)) (21.4.0) 2022-05-06 03:25:24.231 | Building wheels for collected packages: openstack-requirements 2022-05-06 03:25:24.232 | Building wheel for openstack-requirements (setup.py): started 2022-05-06 03:25:25.071 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-05-06 03:25:25.071 | ERROR: Command errored out with exit status 1: 2022-05-06 03:25:25.072 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-kg9uvnke/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-kg9uvnke/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-qrpanqrt 2022-05-06 03:25:25.072 | cwd: /tmp/pip-req-build-kg9uvnke/ 2022-05-06 03:25:25.072 | Complete output (6 lines): 2022-05-06 03:25:25.072 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-05-06 03:25:25.072 | or: setup.py --help [cmd1 cmd2 ...] 2022-05-06 03:25:25.072 | or: setup.py --help-commands 2022-05-06 03:25:25.072 | or: setup.py cmd --help 2022-05-06 03:25:25.072 | 2022-05-06 03:25:25.072 | error: invalid command 'bdist_wheel' 2022-05-06 03:25:25.072 | ---------------------------------------- 2022-05-06 03:25:25.072 | ERROR: Failed building wheel for openstack-requirements 2022-05-06 03:25:25.072 | Running setup.py clean for openstack-requirements 2022-05-06 03:25:25.896 | Failed to build openstack-requirements 2022-05-06 03:25:25.913 | Installing collected packages: openstack-requirements 2022-05-06 03:25:25.913 | Attempting uninstall: openstack-requirements 2022-05-06 03:25:25.914 | Found existing installation: openstack-requirements 1.2.1.dev5403 2022-05-06 03:25:25.950 | Uninstalling openstack-requirements-1.2.1.dev5403: 2022-05-06 03:25:25.969 | Successfully uninstalled openstack-requirements-1.2.1.dev5403 2022-05-06 03:25:25.972 | Running setup.py install for openstack-requirements: started 2022-05-06 03:25:28.402 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-05-06 03:25:28.431 | Successfully installed openstack-requirements-1.2.1.dev5403 2022-05-06 03:25:28.559 | + inc/python:pip_install:200 : result=0 2022-05-06 03:25:28.562 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:25:28.566 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:28.570 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:28.573 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:28.575 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:28.577 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:28.579 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:25:28.581 | + functions-common:time_stop:2444 : start_time=1651807519389 2022-05-06 03:25:28.584 | + functions-common:time_stop:2446 : [[ -z 1651807519389 ]] 2022-05-06 03:25:28.587 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:28.591 | + functions-common:time_stop:2449 : end_time=1651807528588 2022-05-06 03:25:28.593 | + functions-common:time_stop:2450 : elapsed_time=9199 2022-05-06 03:25:28.596 | + functions-common:time_stop:2451 : total=8292 2022-05-06 03:25:28.598 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:28.600 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=17491 2022-05-06 03:25:28.602 | + inc/python:pip_install:203 : return 0 2022-05-06 03:25:28.605 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-05-06 03:25:28.608 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-05-06 03:25:28.610 | + inc/python:use_library_from_git:250 : local name=pbr 2022-05-06 03:25:28.612 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:28.615 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:28.617 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-05-06 03:25:28.619 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:28.622 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-05-06 03:25:28.645 | Using python 3.8 to install pbr 2022-05-06 03:25:28.647 | + 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-05-06 03:25:29.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:29.518 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:29.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:29.518 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:30.689 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:30.720 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-05-06 03:25:33.323 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:25:33.330 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:25:33.330 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:25:33.455 | + inc/python:pip_install:200 : result=0 2022-05-06 03:25:33.459 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:25:33.463 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:33.465 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:33.467 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:33.470 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:33.472 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:33.475 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:25:33.478 | + functions-common:time_stop:2444 : start_time=1651807528639 2022-05-06 03:25:33.481 | + functions-common:time_stop:2446 : [[ -z 1651807528639 ]] 2022-05-06 03:25:33.484 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:33.488 | + functions-common:time_stop:2449 : end_time=1651807533485 2022-05-06 03:25:33.490 | + functions-common:time_stop:2450 : elapsed_time=4846 2022-05-06 03:25:33.493 | + functions-common:time_stop:2451 : total=17491 2022-05-06 03:25:33.495 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:33.498 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=22337 2022-05-06 03:25:33.500 | + inc/python:pip_install:203 : return 0 2022-05-06 03:25:33.503 | + ./stack.sh:main:815 : python3 -m venv /opt/stack/bindep-venv 2022-05-06 03:25:35.784 | + ./stack.sh:main:817 : /opt/stack/bindep-venv/bin/pip install bindep 2022-05-06 03:25:37.647 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:37.648 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-05-06 03:25:37.668 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-05-06 03:25:37.671 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-05-06 03:25:37.674 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-05-06 03:25:37.677 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-05-06 03:25:37.682 | 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.8) 2022-05-06 03:25:37.755 | + ./stack.sh:main:818 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-05-06 03:25:37.760 | + ./stack.sh:main:818 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-05-06 03:25:37.763 | ++ ./stack.sh:main:821 : _get_plugin_bindep_packages 2022-05-06 03:25:37.784 | + ./stack.sh:main:821 : pkgs= 2022-05-06 03:25:37.786 | + ./stack.sh:main:822 : [[ -n '' ]] 2022-05-06 03:25:37.789 | + ./stack.sh:main:829 : run_phase stack pre-install 2022-05-06 03:25:37.791 | + functions-common:run_phase:1865 : local mode=stack 2022-05-06 03:25:37.793 | + functions-common:run_phase:1866 : local phase=pre-install 2022-05-06 03:25:37.796 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-06 03:25:37.798 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-06 03:25:37.800 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-06 03:25:37.803 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-06 03:25:37.805 | + functions-common:run_phase:1875 : local extra 2022-05-06 03:25:37.808 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-06 03:25:37.812 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-06 03:25:37.814 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-06 03:25:37.817 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-06 03:25:37.820 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-05-06 03:25:37.822 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-06 03:25:37.838 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:37.840 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-05-06 03:25:37.843 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:25:37.845 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-05-06 03:25:37.847 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:25:37.849 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-05-06 03:25:37.851 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:25:37.853 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-05-06 03:25:37.856 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:25:37.858 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-05-06 03:25:37.860 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:25:37.862 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-05-06 03:25:37.864 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-05-06 03:25:37.866 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-05-06 03:25:37.869 | + functions-common:run_phase:1886 : [[ stack == \s\o\u\r\c\e ]] 2022-05-06 03:25:37.871 | + functions-common:run_phase:1889 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-06 03:25:37.873 | + functions-common:run_phase:1892 : run_plugins stack pre-install 2022-05-06 03:25:37.875 | + functions-common:run_plugins:1851 : local mode=stack 2022-05-06 03:25:37.878 | + functions-common:run_plugins:1852 : local phase=pre-install 2022-05-06 03:25:37.880 | + functions-common:run_plugins:1854 : local plugins= 2022-05-06 03:25:37.883 | + functions-common:run_plugins:1855 : local plugin 2022-05-06 03:25:37.885 | + ./stack.sh:main:832 : set_systemd_override DefaultLimitNOFILE 2048 2022-05-06 03:25:37.888 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-05-06 03:25:37.890 | + functions:set_systemd_override:821 : local value=2048 2022-05-06 03:25:37.892 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-05-06 03:25:37.895 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-05-06 03:25:37.946 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-05-06 03:25:37.946 | Set systemd system override for DefaultLimitNOFILE=2048 2022-05-06 03:25:37.948 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-05-06 03:25:38.300 | + ./stack.sh:main:834 : install_rpc_backend 2022-05-06 03:25:38.304 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-05-06 03:25:38.328 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:38.330 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-05-06 03:25:38.333 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:25:38.335 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:25:38.337 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:25:38.340 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:25:38.342 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:25:38.344 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:25:38.347 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:38.349 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:38.351 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:25:38.353 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:25:38.356 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:25:38.358 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:25:38.360 | + functions-common:install_package:1476 : real_install_package rabbitmq-server 2022-05-06 03:25:38.363 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:25:38.365 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:38.367 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:38.369 | + functions-common:real_install_package:1462 : apt_get install rabbitmq-server 2022-05-06 03:25:38.390 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-05-06 03:25:38.512 | Reading package lists... 2022-05-06 03:25:38.758 | Building dependency tree... 2022-05-06 03:25:38.759 | Reading state information... 2022-05-06 03:25:39.010 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-05-06 03:25:39.010 | The following packages were automatically installed and are no longer required: 2022-05-06 03:25:39.011 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:25:39.011 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:25:39.011 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:25:39.011 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:25:39.011 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:25:39.011 | python3-zope.interface 2022-05-06 03:25:39.011 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:25:39.144 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:25:39.150 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:25:39.154 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:25:39.157 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:39.160 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:39.164 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:39.167 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:39.169 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:39.171 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:25:39.174 | + functions-common:time_stop:2444 : start_time=1651807538388 2022-05-06 03:25:39.176 | + functions-common:time_stop:2446 : [[ -z 1651807538388 ]] 2022-05-06 03:25:39.179 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:39.183 | + functions-common:time_stop:2449 : end_time=1651807539181 2022-05-06 03:25:39.186 | + functions-common:time_stop:2450 : elapsed_time=793 2022-05-06 03:25:39.188 | + functions-common:time_stop:2451 : total=1579 2022-05-06 03:25:39.190 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:39.192 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=2372 2022-05-06 03:25:39.195 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:25:39.197 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-05-06 03:25:39.199 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:25:39.202 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:25:39.204 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:25:39.207 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:25:39.209 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:25:39.211 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:25:39.214 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-05-06 03:25:39.216 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:25:39.218 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:25:39.221 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:25:39.223 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:25:39.225 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:25:39.228 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:25:39.230 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:25:39.232 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:25:39.234 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:25:39.237 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:25:39.239 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:25:39.241 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-05-06 03:25:39.244 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:25:39.246 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:25:39.248 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:25:39.250 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:25:39.253 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:25:39.256 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:25:39.258 | + ./stack.sh:main:835 : restart_rpc_backend 2022-05-06 03:25:39.260 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-05-06 03:25:39.276 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:39.279 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-05-06 03:25:39.281 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:25:39.283 | + ./stack.sh:echo_summary:448 : echo -e Starting RabbitMQ 2022-05-06 03:25:39.286 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-05-06 03:25:39.289 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-05-06 03:25:39.293 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-05-06 03:25:39.295 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-05-06 03:25:39.297 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-05-06 03:25:39.300 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-05-06 03:25:39.302 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-05-06 03:25:39.304 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-05-06 03:25:39.307 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-05-06 03:25:40.035 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-05-06 03:25:40.035 | user tags 2022-05-06 03:25:40.035 | stackrabbit []' 2022-05-06 03:25:40.038 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-05-06 03:25:40.038 | user tags 2022-05-06 03:25:40.038 | stackrabbit []' 2022-05-06 03:25:40.038 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-05-06 03:25:40.046 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-05-06 03:25:40.050 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-05-06 03:25:40.053 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-05-06 03:25:40.776 | Changing password for user "stackrabbit" ... 2022-05-06 03:25:40.801 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-05-06 03:25:41.495 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-05-06 03:25:41.520 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-05-06 03:25:41.522 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-05-06 03:25:42.230 | Changing password for user "stackrabbit" ... 2022-05-06 03:25:42.259 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-05-06 03:25:42.261 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-05-06 03:25:42.264 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-05-06 03:25:42.987 | Deleting user "guest" ... 2022-05-06 03:25:43.004 | Error: 2022-05-06 03:25:43.004 | {:no_such_user, "guest"} 2022-05-06 03:25:43.017 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-05-06 03:25:43.020 | + ./stack.sh:main:837 : is_service_enabled mysql postgresql 2022-05-06 03:25:43.037 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:43.039 | + ./stack.sh:main:838 : install_database 2022-05-06 03:25:43.042 | + lib/database:install_database:118 : install_database_mysql 2022-05-06 03:25:43.044 | + lib/databases/mysql:install_database_mysql:166 : is_ubuntu 2022-05-06 03:25:43.047 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:43.049 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:43.051 | + lib/databases/mysql:install_database_mysql:169 : sudo debconf-set-selections 2022-05-06 03:25:43.274 | + lib/databases/mysql:install_database_mysql:179 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-05-06 03:25:43.278 | + lib/databases/mysql:install_database_mysql:192 : [[ True == \T\r\u\e ]] 2022-05-06 03:25:43.281 | + lib/databases/mysql:install_database_mysql:193 : is_oraclelinux 2022-05-06 03:25:43.283 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-05-06 03:25:43.287 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:25:43.289 | + lib/databases/mysql:install_database_mysql:195 : is_fedora 2022-05-06 03:25:43.293 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:25:43.296 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:25:43.299 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:25:43.302 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:25:43.305 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:25:43.308 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:25:43.310 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:25:43.312 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:25:43.315 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:25:43.317 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:25:43.319 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:25:43.322 | + lib/databases/mysql:install_database_mysql:198 : is_suse 2022-05-06 03:25:43.324 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:25:43.327 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:25:43.329 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:25:43.331 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:25:43.334 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:25:43.336 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:25:43.339 | + lib/databases/mysql:install_database_mysql:201 : is_ubuntu 2022-05-06 03:25:43.341 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:43.343 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:43.345 | + lib/databases/mysql:install_database_mysql:202 : install_package mysql-server 2022-05-06 03:25:43.348 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:25:43.350 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:25:43.352 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:25:43.355 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:25:43.357 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:25:43.359 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:25:43.362 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:43.364 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:43.366 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:25:43.369 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:25:43.371 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:25:43.375 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:25:43.377 | + functions-common:install_package:1476 : real_install_package mysql-server 2022-05-06 03:25:43.380 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:25:43.382 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:43.384 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:43.387 | + functions-common:real_install_package:1462 : apt_get install mysql-server 2022-05-06 03:25:43.410 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-05-06 03:25:43.520 | Reading package lists... 2022-05-06 03:25:43.767 | Building dependency tree... 2022-05-06 03:25:43.768 | Reading state information... 2022-05-06 03:25:44.024 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-05-06 03:25:44.024 | The following packages were automatically installed and are no longer required: 2022-05-06 03:25:44.025 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:25:44.025 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:25:44.025 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:25:44.025 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:25:44.025 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:25:44.025 | python3-zope.interface 2022-05-06 03:25:44.025 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:25:44.183 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:25:44.189 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:25:44.193 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:25:44.197 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:44.199 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:44.201 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:44.204 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:44.206 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:44.208 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:25:44.210 | + functions-common:time_stop:2444 : start_time=1651807543406 2022-05-06 03:25:44.213 | + functions-common:time_stop:2446 : [[ -z 1651807543406 ]] 2022-05-06 03:25:44.216 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:44.220 | + functions-common:time_stop:2449 : end_time=1651807544217 2022-05-06 03:25:44.222 | + functions-common:time_stop:2450 : elapsed_time=811 2022-05-06 03:25:44.224 | + functions-common:time_stop:2451 : total=2372 2022-05-06 03:25:44.227 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:44.229 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=3183 2022-05-06 03:25:44.231 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:25:44.234 | + ./stack.sh:main:840 : '[' -n mysql ']' 2022-05-06 03:25:44.236 | + ./stack.sh:main:841 : install_database_python 2022-05-06 03:25:44.239 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-05-06 03:25:44.241 | + lib/databases/mysql:install_database_python_mysql:211 : pip_install_gr PyMySQL 2022-05-06 03:25:44.243 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-05-06 03:25:44.246 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-06 03:25:44.249 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-05-06 03:25:44.251 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-05-06 03:25:44.254 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-06 03:25:44.257 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-05-06 03:25:44.258 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-06 03:25:44.263 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-05-06 03:25:44.265 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-05-06 03:25:44.267 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-05-06 03:25:44.270 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-05-06 03:25:44.273 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-05-06 03:25:44.294 | Using python 3.8 to install PyMySQL 2022-05-06 03:25:44.296 | + 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-05-06 03:25:45.139 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:45.139 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:45.139 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:45.139 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:46.308 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:46.340 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-05-06 03:25:48.852 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:25:48.859 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:25:48.859 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:25:48.980 | + inc/python:pip_install:200 : result=0 2022-05-06 03:25:48.984 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:25:48.988 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:48.992 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:48.996 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:49.000 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:49.004 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:49.008 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:25:49.011 | + functions-common:time_stop:2444 : start_time=1651807544288 2022-05-06 03:25:49.014 | + functions-common:time_stop:2446 : [[ -z 1651807544288 ]] 2022-05-06 03:25:49.017 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:49.022 | + functions-common:time_stop:2449 : end_time=1651807549018 2022-05-06 03:25:49.024 | + functions-common:time_stop:2450 : elapsed_time=4730 2022-05-06 03:25:49.027 | + functions-common:time_stop:2451 : total=22337 2022-05-06 03:25:49.029 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:49.032 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=27067 2022-05-06 03:25:49.034 | + inc/python:pip_install:203 : return 0 2022-05-06 03:25:49.036 | + lib/databases/mysql:install_database_python_mysql:212 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-05-06 03:25:49.039 | + lib/databases/mysql:install_database_python_mysql:214 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-05-06 03:25:49.041 | + lib/databases/mysql:install_database_python_mysql:215 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-05-06 03:25:49.043 | + ./stack.sh:main:844 : is_service_enabled neutron 2022-05-06 03:25:49.060 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:49.062 | + ./stack.sh:main:845 : install_neutron_agent_packages 2022-05-06 03:25:49.065 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-05-06 03:25:49.068 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:25:49.068 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-06 03:25:49.074 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:25:49.076 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-06 03:25:49.078 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-06 03:25:49.081 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-06 03:25:49.083 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-05-06 03:25:49.086 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-05-06 03:25:49.101 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:49.104 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-05-06 03:25:49.106 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:25:49.109 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:25:49.111 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:25:49.113 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:25:49.116 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:25:49.118 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:25:49.120 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:49.123 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:49.125 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:25:49.128 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:25:49.131 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:25:49.134 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:25:49.137 | + functions-common:install_package:1476 : real_install_package radvd 2022-05-06 03:25:49.140 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:25:49.142 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:49.145 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:49.148 | + functions-common:real_install_package:1462 : apt_get install radvd 2022-05-06 03:25:49.170 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-05-06 03:25:49.281 | Reading package lists... 2022-05-06 03:25:49.527 | Building dependency tree... 2022-05-06 03:25:49.528 | Reading state information... 2022-05-06 03:25:49.776 | radvd is already the newest version (1:2.17-2). 2022-05-06 03:25:49.776 | The following packages were automatically installed and are no longer required: 2022-05-06 03:25:49.777 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:25:49.778 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:25:49.778 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:25:49.778 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:25:49.778 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:25:49.778 | python3-zope.interface 2022-05-06 03:25:49.778 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:25:49.906 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:25:49.912 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:25:49.915 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:25:49.918 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:49.922 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:49.924 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:49.927 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:49.930 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:49.932 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:25:49.934 | + functions-common:time_stop:2444 : start_time=1651807549167 2022-05-06 03:25:49.936 | + functions-common:time_stop:2446 : [[ -z 1651807549167 ]] 2022-05-06 03:25:49.939 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:49.943 | + functions-common:time_stop:2449 : end_time=1651807549941 2022-05-06 03:25:49.946 | + functions-common:time_stop:2450 : elapsed_time=774 2022-05-06 03:25:49.948 | + functions-common:time_stop:2451 : total=3183 2022-05-06 03:25:49.950 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:49.953 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=3957 2022-05-06 03:25:49.955 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:25:49.957 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-05-06 03:25:49.973 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:49.976 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-05-06 03:25:49.978 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-05-06 03:25:49.982 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-05-06 03:25:49.985 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-05-06 03:25:50.006 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-05-06 03:25:50.009 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:25:50.011 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:25:50.013 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:25:50.015 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:25:50.018 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:25:50.020 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:25:50.022 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:50.024 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:50.027 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:25:50.029 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:25:50.031 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:25:50.033 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:25:50.035 | + functions-common:install_package:1476 : real_install_package fakeroot make openvswitch-switch 2022-05-06 03:25:50.038 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:25:50.040 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:50.042 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:50.044 | + functions-common:real_install_package:1462 : apt_get install fakeroot make openvswitch-switch 2022-05-06 03:25:50.064 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2022-05-06 03:25:50.179 | Reading package lists... 2022-05-06 03:25:50.426 | Building dependency tree... 2022-05-06 03:25:50.427 | Reading state information... 2022-05-06 03:25:50.679 | fakeroot is already the newest version (1.24-1). 2022-05-06 03:25:50.680 | make is already the newest version (4.2.1-1.2). 2022-05-06 03:25:50.680 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-05-06 03:25:50.680 | The following packages were automatically installed and are no longer required: 2022-05-06 03:25:50.681 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:25:50.681 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:25:50.681 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:25:50.681 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:25:50.681 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:25:50.681 | python3-zope.interface 2022-05-06 03:25:50.681 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:25:50.808 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:25:50.814 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:25:50.817 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:25:50.820 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:50.823 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:50.826 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:50.829 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:50.832 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:50.836 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:25:50.838 | + functions-common:time_stop:2444 : start_time=1651807550062 2022-05-06 03:25:50.841 | + functions-common:time_stop:2446 : [[ -z 1651807550062 ]] 2022-05-06 03:25:50.843 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:50.848 | + functions-common:time_stop:2449 : end_time=1651807550845 2022-05-06 03:25:50.850 | + functions-common:time_stop:2450 : elapsed_time=783 2022-05-06 03:25:50.852 | + functions-common:time_stop:2451 : total=3957 2022-05-06 03:25:50.854 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:50.857 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=4740 2022-05-06 03:25:50.859 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:25:50.861 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-05-06 03:25:50.863 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:25:50.866 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:25:50.868 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-05-06 03:25:50.871 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-05-06 03:25:50.874 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-05-06 03:25:50.878 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-05-06 03:25:50.882 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-05-06 03:25:50.886 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-05-06 03:25:50.886 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-05-06 03:25:50.890 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-05-06 03:25:50.893 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-05-06 03:25:50.895 | + functions:vercmp:628 : local v1=5.4 2022-05-06 03:25:50.897 | + functions:vercmp:629 : local 'op=<' 2022-05-06 03:25:50.900 | + functions:vercmp:630 : local v2=3.13 2022-05-06 03:25:50.902 | + functions:vercmp:631 : local result 2022-05-06 03:25:50.906 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-05-06 03:25:50.906 | ++ functions:vercmp:635 : head -1 2022-05-06 03:25:50.907 | ++ functions:vercmp:635 : sort -V 2022-05-06 03:25:50.912 | + functions:vercmp:635 : result=3.13 2022-05-06 03:25:50.914 | + functions:vercmp:637 : case $op in 2022-05-06 03:25:50.916 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-05-06 03:25:50.919 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-05-06 03:25:50.921 | + functions:vercmp:648 : return 2022-05-06 03:25:50.923 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-05-06 03:25:50.926 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:25:50.928 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart openvswitch-switch 2022-05-06 03:25:51.423 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-05-06 03:25:51.426 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-05-06 03:25:51.431 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.433 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.437 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-05-06 03:25:51.438 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.443 | + ./stack.sh:main:848 : is_service_enabled etcd3 2022-05-06 03:25:51.461 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:25:51.463 | + ./stack.sh:main:849 : install_etcd3 2022-05-06 03:25:51.466 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-05-06 03:25:51.466 | Installing etcd 2022-05-06 03:25:51.469 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-05-06 03:25:51.482 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-05-06 03:25:51.493 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-05-06 03:25:51.495 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-05-06 03:25:51.512 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-05-06 03:25:51.515 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-06 03:25:51.518 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-06 03:25:51.521 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-06 03:25:51.525 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-05-06 03:25:51.528 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-05-06 03:25:51.530 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-05-06 03:25:51.532 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-06 03:25:51.535 | ++ functions:get_extra_file:74 : return 2022-05-06 03:25:51.538 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-05-06 03:25:51.541 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-05-06 03:25:51.543 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-05-06 03:25:51.545 | + ./stack.sh:main:858 : is_service_enabled tls-proxy 2022-05-06 03:25:51.561 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:25:51.564 | + ./stack.sh:main:868 : install_dstat 2022-05-06 03:25:51.566 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-05-06 03:25:51.583 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:25:51.585 | + ./stack.sh:main:874 : echo_summary 'Installing OpenStack project source' 2022-05-06 03:25:51.588 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:25:51.590 | + ./stack.sh:echo_summary:448 : echo -e Installing OpenStack project source 2022-05-06 03:25:51.592 | + ./stack.sh:main:877 : install_libs 2022-05-06 03:25:51.595 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-05-06 03:25:51.597 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-05-06 03:25:51.599 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-05-06 03:25:51.601 | + inc/python:use_library_from_git:250 : local name=automaton 2022-05-06 03:25:51.603 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.606 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.608 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-05-06 03:25:51.610 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.612 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-05-06 03:25:51.614 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-05-06 03:25:51.617 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-05-06 03:25:51.619 | + inc/python:use_library_from_git:250 : local name=castellan 2022-05-06 03:25:51.621 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.623 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.625 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-05-06 03:25:51.628 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.631 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-05-06 03:25:51.633 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-05-06 03:25:51.635 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-05-06 03:25:51.637 | + inc/python:use_library_from_git:250 : local name=cliff 2022-05-06 03:25:51.640 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.642 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.644 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-05-06 03:25:51.647 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.649 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-05-06 03:25:51.652 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-05-06 03:25:51.654 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-05-06 03:25:51.656 | + inc/python:use_library_from_git:250 : local name=cursive 2022-05-06 03:25:51.659 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.661 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.663 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-05-06 03:25:51.666 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.668 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-05-06 03:25:51.671 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-05-06 03:25:51.673 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-05-06 03:25:51.675 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-05-06 03:25:51.678 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.680 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.682 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-05-06 03:25:51.684 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.687 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-05-06 03:25:51.689 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-05-06 03:25:51.691 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-05-06 03:25:51.693 | + inc/python:use_library_from_git:250 : local name=futurist 2022-05-06 03:25:51.696 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.698 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.700 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-05-06 03:25:51.702 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.705 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-05-06 03:25:51.707 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-05-06 03:25:51.709 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-05-06 03:25:51.711 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-05-06 03:25:51.714 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.716 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.718 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-05-06 03:25:51.720 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.723 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-05-06 03:25:51.725 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-05-06 03:25:51.727 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-05-06 03:25:51.729 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-05-06 03:25:51.732 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.734 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.736 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-05-06 03:25:51.738 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.741 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-05-06 03:25:51.743 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-05-06 03:25:51.745 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-05-06 03:25:51.747 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-05-06 03:25:51.750 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.752 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.754 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-05-06 03:25:51.757 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.759 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-05-06 03:25:51.761 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-05-06 03:25:51.764 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-05-06 03:25:51.766 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-05-06 03:25:51.768 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.770 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.773 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-05-06 03:25:51.775 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.777 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-05-06 03:25:51.779 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-05-06 03:25:51.782 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-05-06 03:25:51.784 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-05-06 03:25:51.786 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.788 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.791 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-05-06 03:25:51.793 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.795 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-05-06 03:25:51.797 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-05-06 03:25:51.800 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-05-06 03:25:51.802 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-05-06 03:25:51.804 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.806 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.809 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-05-06 03:25:51.811 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.813 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-05-06 03:25:51.815 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-05-06 03:25:51.818 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-05-06 03:25:51.820 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-05-06 03:25:51.822 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.825 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.828 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-05-06 03:25:51.831 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.833 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-05-06 03:25:51.836 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-05-06 03:25:51.839 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-05-06 03:25:51.841 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-05-06 03:25:51.844 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.847 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.849 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-05-06 03:25:51.852 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.854 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-05-06 03:25:51.857 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-05-06 03:25:51.860 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-05-06 03:25:51.862 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-05-06 03:25:51.864 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.868 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.870 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-05-06 03:25:51.872 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.875 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-05-06 03:25:51.878 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-05-06 03:25:51.880 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-05-06 03:25:51.883 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-05-06 03:25:51.885 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.888 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.890 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-05-06 03:25:51.893 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.895 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-05-06 03:25:51.897 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-05-06 03:25:51.900 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-05-06 03:25:51.902 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-05-06 03:25:51.904 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.907 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.909 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-05-06 03:25:51.911 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.914 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-05-06 03:25:51.916 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-05-06 03:25:51.919 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-05-06 03:25:51.921 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-05-06 03:25:51.923 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.926 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.928 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-05-06 03:25:51.930 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.933 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-05-06 03:25:51.935 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-05-06 03:25:51.937 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-05-06 03:25:51.940 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-05-06 03:25:51.942 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.945 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.947 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-05-06 03:25:51.949 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.952 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-05-06 03:25:51.954 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-05-06 03:25:51.956 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-05-06 03:25:51.959 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-05-06 03:25:51.961 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.963 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.966 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-05-06 03:25:51.968 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.970 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-05-06 03:25:51.973 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-05-06 03:25:51.975 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-05-06 03:25:51.977 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-05-06 03:25:51.981 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:51.983 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:51.985 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-05-06 03:25:51.988 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:51.990 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-05-06 03:25:51.993 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-05-06 03:25:51.995 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-05-06 03:25:51.998 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-05-06 03:25:52.000 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.003 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.005 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-05-06 03:25:52.008 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.010 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-05-06 03:25:52.013 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-05-06 03:25:52.015 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-05-06 03:25:52.017 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-05-06 03:25:52.020 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.022 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.024 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-05-06 03:25:52.027 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.031 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-05-06 03:25:52.034 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-05-06 03:25:52.037 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-05-06 03:25:52.040 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-05-06 03:25:52.043 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.045 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.048 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-05-06 03:25:52.051 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.054 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-05-06 03:25:52.057 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-05-06 03:25:52.059 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-05-06 03:25:52.061 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-05-06 03:25:52.064 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.066 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.068 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-05-06 03:25:52.071 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.073 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-05-06 03:25:52.075 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-05-06 03:25:52.078 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-05-06 03:25:52.080 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-05-06 03:25:52.082 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.085 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.087 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-05-06 03:25:52.089 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.092 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-05-06 03:25:52.094 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-05-06 03:25:52.097 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-05-06 03:25:52.100 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-05-06 03:25:52.102 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.104 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.106 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-05-06 03:25:52.109 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.112 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-05-06 03:25:52.114 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-05-06 03:25:52.116 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-05-06 03:25:52.119 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-05-06 03:25:52.122 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.124 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.126 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-05-06 03:25:52.129 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.131 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-05-06 03:25:52.134 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-05-06 03:25:52.136 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-05-06 03:25:52.138 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-05-06 03:25:52.140 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.143 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.145 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-05-06 03:25:52.147 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.149 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-05-06 03:25:52.152 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-05-06 03:25:52.154 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-05-06 03:25:52.157 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-05-06 03:25:52.159 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.162 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.164 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-05-06 03:25:52.167 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.169 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-05-06 03:25:52.172 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-05-06 03:25:52.174 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-05-06 03:25:52.177 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-05-06 03:25:52.179 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.182 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.186 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-05-06 03:25:52.189 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.191 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-05-06 03:25:52.194 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-05-06 03:25:52.197 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-05-06 03:25:52.200 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-05-06 03:25:52.204 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.207 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.210 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-05-06 03:25:52.213 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.215 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-05-06 03:25:52.218 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-05-06 03:25:52.220 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-05-06 03:25:52.222 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-05-06 03:25:52.225 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.227 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.229 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-05-06 03:25:52.232 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.234 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-05-06 03:25:52.236 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-05-06 03:25:52.239 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-05-06 03:25:52.241 | + inc/python:use_library_from_git:250 : local name=tooz 2022-05-06 03:25:52.243 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.246 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.248 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-05-06 03:25:52.250 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.253 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-05-06 03:25:52.255 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-05-06 03:25:52.258 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-05-06 03:25:52.260 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-05-06 03:25:52.262 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.264 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.267 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-05-06 03:25:52.269 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.271 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-05-06 03:25:52.274 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-05-06 03:25:52.276 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-05-06 03:25:52.278 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-05-06 03:25:52.280 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.283 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.286 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-05-06 03:25:52.288 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.291 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-05-06 03:25:52.294 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-05-06 03:25:52.296 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-05-06 03:25:52.299 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-05-06 03:25:52.302 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.304 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.307 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-05-06 03:25:52.309 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.312 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-05-06 03:25:52.314 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-05-06 03:25:52.316 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-05-06 03:25:52.319 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-05-06 03:25:52.321 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:25:52.323 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:25:52.326 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-05-06 03:25:52.328 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:25:52.330 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-05-06 03:25:52.352 | Using python 3.8 to install etcd3 2022-05-06 03:25:52.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 etcd3 2022-05-06 03:25:53.207 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:53.207 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:53.207 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:53.207 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:54.395 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:54.426 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-05-06 03:25:54.435 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.20.1) 2022-05-06 03:25:54.436 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-05-06 03:25:54.437 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-05-06 03:25:54.438 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.44.0) 2022-05-06 03:25:56.959 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:25:56.966 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:25:56.966 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:25:57.087 | + inc/python:pip_install:200 : result=0 2022-05-06 03:25:57.091 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:25:57.094 | + functions-common:time_stop:2437 : local name 2022-05-06 03:25:57.098 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:25:57.101 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:25:57.104 | + functions-common:time_stop:2440 : local total 2022-05-06 03:25:57.106 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:25:57.109 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:25:57.111 | + functions-common:time_stop:2444 : start_time=1651807552346 2022-05-06 03:25:57.113 | + functions-common:time_stop:2446 : [[ -z 1651807552346 ]] 2022-05-06 03:25:57.116 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:25:57.120 | + functions-common:time_stop:2449 : end_time=1651807557118 2022-05-06 03:25:57.122 | + functions-common:time_stop:2450 : elapsed_time=4772 2022-05-06 03:25:57.125 | + functions-common:time_stop:2451 : total=27067 2022-05-06 03:25:57.127 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:25:57.129 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=31839 2022-05-06 03:25:57.132 | + inc/python:pip_install:203 : return 0 2022-05-06 03:25:57.135 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-05-06 03:25:57.156 | Using python 3.8 to install etcd3gw 2022-05-06 03:25:57.159 | + 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-05-06 03:25:58.004 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:58.004 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:58.005 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:25:58.005 | from cryptography.utils import int_from_bytes 2022-05-06 03:25:59.180 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:25:59.211 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-05-06 03:25:59.218 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.1) 2022-05-06 03:25:59.218 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-05-06 03:25:59.219 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.9.0) 2022-05-06 03:25:59.248 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-05-06 03:25:59.250 | 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-05-06 03:25:59.251 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-05-06 03:25:59.253 | 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.9) 2022-05-06 03:26:01.725 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:26:01.732 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:26:01.732 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:26:01.855 | + inc/python:pip_install:200 : result=0 2022-05-06 03:26:01.858 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:26:01.861 | + functions-common:time_stop:2437 : local name 2022-05-06 03:26:01.864 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:26:01.868 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:26:01.870 | + functions-common:time_stop:2440 : local total 2022-05-06 03:26:01.873 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:26:01.875 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:26:01.878 | + functions-common:time_stop:2444 : start_time=1651807557151 2022-05-06 03:26:01.880 | + functions-common:time_stop:2446 : [[ -z 1651807557151 ]] 2022-05-06 03:26:01.883 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:26:01.888 | + functions-common:time_stop:2449 : end_time=1651807561885 2022-05-06 03:26:01.890 | + functions-common:time_stop:2450 : elapsed_time=4734 2022-05-06 03:26:01.892 | + functions-common:time_stop:2451 : total=31839 2022-05-06 03:26:01.894 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:26:01.896 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=36573 2022-05-06 03:26:01.899 | + inc/python:pip_install:203 : return 0 2022-05-06 03:26:01.902 | + ./stack.sh:main:880 : install_apache_uwsgi 2022-05-06 03:26:01.904 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-05-06 03:26:01.908 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-05-06 03:26:01.910 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:26:01.912 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:26:01.915 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:26:01.918 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:26:01.920 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:26:01.923 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:26:01.925 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:26:01.928 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:26:01.930 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:26:01.933 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:26:01.935 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:26:01.938 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-05-06 03:26:01.940 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:01.942 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:01.945 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-05-06 03:26:01.947 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-05-06 03:26:01.949 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:26:01.952 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:26:01.954 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:26:01.956 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:26:01.959 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:26:01.961 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:26:01.963 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:01.966 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:01.968 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:26:01.971 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:26:01.973 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:26:01.975 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:26:01.978 | + functions-common:install_package:1476 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-05-06 03:26:01.980 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:26:01.983 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:01.985 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:01.988 | + functions-common:real_install_package:1462 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-05-06 03:26:02.009 | + functions-common:apt_get:1242 : 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-05-06 03:26:02.119 | Reading package lists... 2022-05-06 03:26:02.370 | Building dependency tree... 2022-05-06 03:26:02.371 | Reading state information... 2022-05-06 03:26:02.620 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-05-06 03:26:02.620 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-05-06 03:26:02.620 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.10). 2022-05-06 03:26:02.620 | The following packages were automatically installed and are no longer required: 2022-05-06 03:26:02.621 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:26:02.622 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:26:02.622 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:26:02.622 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:26:02.622 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:26:02.622 | python3-zope.interface 2022-05-06 03:26:02.622 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:26:02.753 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:26:02.758 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:26:02.761 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:26:02.764 | + functions-common:time_stop:2437 : local name 2022-05-06 03:26:02.767 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:26:02.770 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:26:02.772 | + functions-common:time_stop:2440 : local total 2022-05-06 03:26:02.775 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:26:02.777 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:26:02.780 | + functions-common:time_stop:2444 : start_time=1651807562006 2022-05-06 03:26:02.782 | + functions-common:time_stop:2446 : [[ -z 1651807562006 ]] 2022-05-06 03:26:02.785 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:26:02.789 | + functions-common:time_stop:2449 : end_time=1651807562786 2022-05-06 03:26:02.791 | + functions-common:time_stop:2450 : elapsed_time=780 2022-05-06 03:26:02.794 | + functions-common:time_stop:2451 : total=4740 2022-05-06 03:26:02.796 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:26:02.798 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=5520 2022-05-06 03:26:02.800 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:26:02.803 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-05-06 03:26:02.805 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:02.807 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:02.810 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-05-06 03:26:02.882 | Module proxy already enabled 2022-05-06 03:26:02.887 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-05-06 03:26:02.949 | Considering dependency proxy for proxy_uwsgi: 2022-05-06 03:26:02.949 | Module proxy already enabled 2022-05-06 03:26:02.949 | Module proxy_uwsgi already enabled 2022-05-06 03:26:02.955 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-05-06 03:26:02.959 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-06 03:26:02.962 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:26:02.966 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-06 03:26:03.117 | + ./stack.sh:main:883 : install_keystoneauth 2022-05-06 03:26:03.120 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-05-06 03:26:03.125 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-05-06 03:26:03.129 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.131 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.133 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-05-06 03:26:03.137 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.140 | + ./stack.sh:main:884 : install_keystoneclient 2022-05-06 03:26:03.142 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-05-06 03:26:03.144 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-05-06 03:26:03.147 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.149 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.151 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-05-06 03:26:03.154 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.156 | + ./stack.sh:main:885 : install_glanceclient 2022-05-06 03:26:03.158 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-05-06 03:26:03.160 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-05-06 03:26:03.163 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.165 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.167 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-05-06 03:26:03.170 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.172 | + ./stack.sh:main:886 : install_cinderclient 2022-05-06 03:26:03.175 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-05-06 03:26:03.177 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-05-06 03:26:03.180 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.182 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.185 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-05-06 03:26:03.187 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.190 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-05-06 03:26:03.192 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-05-06 03:26:03.194 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.197 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.199 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-05-06 03:26:03.201 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.203 | + ./stack.sh:main:887 : install_novaclient 2022-05-06 03:26:03.206 | + lib/nova:install_novaclient:882 : use_library_from_git python-novaclient 2022-05-06 03:26:03.208 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-05-06 03:26:03.210 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.212 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.215 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-05-06 03:26:03.217 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.219 | + ./stack.sh:main:888 : is_service_enabled swift glance horizon 2022-05-06 03:26:03.236 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:03.239 | + ./stack.sh:main:889 : install_swiftclient 2022-05-06 03:26:03.241 | + lib/swift:install_swiftclient:728 : use_library_from_git python-swiftclient 2022-05-06 03:26:03.243 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-05-06 03:26:03.245 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.248 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.250 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-05-06 03:26:03.253 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.255 | + ./stack.sh:main:891 : is_service_enabled neutron nova horizon 2022-05-06 03:26:03.272 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:03.274 | + ./stack.sh:main:892 : install_neutronclient 2022-05-06 03:26:03.277 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-05-06 03:26:03.279 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-05-06 03:26:03.281 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.284 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.287 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-05-06 03:26:03.290 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.296 | + ./stack.sh:main:896 : install_keystonemiddleware 2022-05-06 03:26:03.304 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-05-06 03:26:03.306 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-05-06 03:26:03.309 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:03.312 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:03.314 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-05-06 03:26:03.317 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:03.320 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-05-06 03:26:03.323 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-05-06 03:26:03.326 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-06 03:26:03.329 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-05-06 03:26:03.331 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-05-06 03:26:03.335 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-06 03:26:03.338 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-05-06 03:26:03.339 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-06 03:26:03.345 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-05-06 03:26:03.348 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-05-06 03:26:03.350 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-05-06 03:26:03.353 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-05-06 03:26:03.355 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-05-06 03:26:03.376 | Using python 3.8 to install keystonemiddleware 2022-05-06 03:26:03.379 | + 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-05-06 03:26:04.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:04.245 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:04.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:04.245 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:05.426 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:26:05.457 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.4.0) 2022-05-06 03:26:05.509 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-05-06 03:26:05.510 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-05-06 03:26:05.511 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-05-06 03:26:05.512 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.7.0) 2022-05-06 03:26:05.513 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-05-06 03:26:05.514 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-05-06 03:26:05.515 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-05-06 03:26:05.517 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.9.0) 2022-05-06 03:26:05.518 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.11.0) 2022-05-06 03:26:05.519 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-05-06 03:26:05.520 | 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-05-06 03:26:05.521 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-05-06 03:26:05.522 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-05-06 03:26:05.524 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.13.0) 2022-05-06 03:26:05.579 | 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-05-06 03:26:05.580 | 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-05-06 03:26:05.582 | 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-05-06 03:26:05.619 | 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-05-06 03:26:05.659 | 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-05-06 03:26:05.660 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.5.0) 2022-05-06 03:26:05.661 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-05-06 03:26:05.663 | 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-05-06 03:26:05.710 | 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-05-06 03:26:05.713 | 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-05-06 03:26:05.723 | 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-05-06 03:26:05.724 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2022.1) 2022-05-06 03:26:05.737 | 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-05-06 03:26:05.738 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.8) 2022-05-06 03:26:05.740 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-05-06 03:26:05.804 | 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-05-06 03:26:05.805 | 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.9) 2022-05-06 03:26:05.806 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-05-06 03:26:05.809 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-05-06 03:26:05.857 | 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.14.1) 2022-05-06 03:26:05.868 | 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-05-06 03:26:08.342 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:26:08.350 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:26:08.350 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:26:08.476 | + inc/python:pip_install:200 : result=0 2022-05-06 03:26:08.480 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:26:08.483 | + functions-common:time_stop:2437 : local name 2022-05-06 03:26:08.487 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:26:08.490 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:26:08.494 | + functions-common:time_stop:2440 : local total 2022-05-06 03:26:08.497 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:26:08.501 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:26:08.505 | + functions-common:time_stop:2444 : start_time=1651807563370 2022-05-06 03:26:08.508 | + functions-common:time_stop:2446 : [[ -z 1651807563370 ]] 2022-05-06 03:26:08.511 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:26:08.515 | + functions-common:time_stop:2449 : end_time=1651807568512 2022-05-06 03:26:08.517 | + functions-common:time_stop:2450 : elapsed_time=5142 2022-05-06 03:26:08.519 | + functions-common:time_stop:2451 : total=36573 2022-05-06 03:26:08.521 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:26:08.523 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=41715 2022-05-06 03:26:08.525 | + inc/python:pip_install:203 : return 0 2022-05-06 03:26:08.528 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-05-06 03:26:08.530 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-05-06 03:26:08.532 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-06 03:26:08.536 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-05-06 03:26:08.539 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-05-06 03:26:08.541 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-06 03:26:08.545 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-05-06 03:26:08.545 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-06 03:26:08.551 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-05-06 03:26:08.553 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-05-06 03:26:08.555 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-05-06 03:26:08.558 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-05-06 03:26:08.560 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-05-06 03:26:08.581 | Using python 3.8 to install python-memcached 2022-05-06 03:26:08.584 | + 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-05-06 03:26:09.437 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:09.437 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:09.437 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:09.437 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:10.605 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:26:10.636 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-05-06 03:26:10.639 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-05-06 03:26:13.137 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:26:13.145 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:26:13.145 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:26:13.265 | + inc/python:pip_install:200 : result=0 2022-05-06 03:26:13.268 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:26:13.272 | + functions-common:time_stop:2437 : local name 2022-05-06 03:26:13.275 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:26:13.277 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:26:13.279 | + functions-common:time_stop:2440 : local total 2022-05-06 03:26:13.282 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:26:13.284 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:26:13.286 | + functions-common:time_stop:2444 : start_time=1651807568576 2022-05-06 03:26:13.289 | + functions-common:time_stop:2446 : [[ -z 1651807568576 ]] 2022-05-06 03:26:13.292 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:26:13.296 | + functions-common:time_stop:2449 : end_time=1651807573293 2022-05-06 03:26:13.298 | + functions-common:time_stop:2450 : elapsed_time=4717 2022-05-06 03:26:13.300 | + functions-common:time_stop:2451 : total=41715 2022-05-06 03:26:13.303 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:26:13.305 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=46432 2022-05-06 03:26:13.307 | + inc/python:pip_install:203 : return 0 2022-05-06 03:26:13.310 | + ./stack.sh:main:898 : is_service_enabled keystone 2022-05-06 03:26:13.327 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:13.330 | + ./stack.sh:main:899 : '[' 10.222.0.25 == 10.222.0.25 ']' 2022-05-06 03:26:13.333 | + ./stack.sh:main:900 : stack_install_service keystone 2022-05-06 03:26:13.336 | + lib/stack:stack_install_service:20 : local service=keystone 2022-05-06 03:26:13.339 | + lib/stack:stack_install_service:21 : type install_keystone 2022-05-06 03:26:13.342 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-06 03:26:13.344 | + lib/stack:stack_install_service:32 : install_keystone 2022-05-06 03:26:13.346 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-05-06 03:26:13.362 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:13.364 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-05-06 03:26:13.366 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-05-06 03:26:13.368 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-05-06 03:26:13.370 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:26:13.372 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:26:13.375 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:26:13.378 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:26:13.380 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:26:13.383 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:26:13.398 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:26:13.400 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:26:13.402 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:26:13.404 | + functions-common:git_clone:629 : echo master 2022-05-06 03:26:13.405 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:26:13.409 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-05-06 03:26:13.411 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:26:13.414 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-05-06 03:26:13.426 | + functions-common:git_clone:689 : cd /opt/stack/keystone 2022-05-06 03:26:13.429 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:26:13.429 | + functions-common:git_clone:690 : head -1 2022-05-06 03:26:13.433 | 884f88148 Merge "Log the traceback in _handle_keystone_exception" 2022-05-06 03:26:13.435 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:26:13.438 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-05-06 03:26:13.440 | + inc/python:setup_develop:338 : local bindep 2022-05-06 03:26:13.443 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-05-06 03:26:13.445 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-05-06 03:26:13.447 | + inc/python:setup_develop:344 : local extras= 2022-05-06 03:26:13.450 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-05-06 03:26:13.452 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-06 03:26:13.454 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-05-06 03:26:13.457 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-05-06 03:26:13.459 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-06 03:26:13.461 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-06 03:26:13.464 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-05-06 03:26:13.466 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-06 03:26:13.469 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-05-06 03:26:13.471 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-06 03:26:13.473 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-06 03:26:13.476 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-05-06 03:26:13.482 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-05-06 03:26:13.485 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-05-06 03:26:14.166 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-05-06 03:26:14.169 | + inc/python:setup_package:418 : local bindep=0 2022-05-06 03:26:14.173 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-06 03:26:14.176 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-06 03:26:14.180 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-05-06 03:26:14.183 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-05-06 03:26:14.187 | + inc/python:setup_package:427 : local flags=-e 2022-05-06 03:26:14.191 | + inc/python:setup_package:428 : local extras= 2022-05-06 03:26:14.198 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-06 03:26:14.201 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-06 03:26:14.203 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-06 03:26:14.207 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-06 03:26:14.210 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-06 03:26:14.214 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-05-06 03:26:14.238 | Using python 3.8 to install /opt/stack/keystone 2022-05-06 03:26:14.241 | + 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-05-06 03:26:15.089 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:15.089 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:15.089 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:15.089 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:16.264 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:26:16.295 | Obtaining file:///opt/stack/keystone 2022-05-06 03:26:16.295 | Preparing metadata (setup.py): started 2022-05-06 03:26:21.361 | Preparing metadata (setup.py): finished with status 'done' 2022-05-06 03:26:21.442 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (5.9.0) 2022-05-06 03:26:21.443 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (1.8.7) 2022-05-06 03:26:21.444 | Requirement already satisfied: Flask!=0.11,>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (2.1.2) 2022-05-06 03:26:21.445 | Requirement already satisfied: Flask-RESTful>=0.3.5 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (0.3.9) 2022-05-06 03:26:21.446 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (36.0.2) 2022-05-06 03:26:21.447 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (1.4.36) 2022-05-06 03:26:21.448 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (0.13.0) 2022-05-06 03:26:21.449 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (3.5.0) 2022-05-06 03:26:21.450 | Requirement already satisfied: passlib>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (1.7.4) 2022-05-06 03:26:21.452 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (4.4.0) 2022-05-06 03:26:21.453 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (9.4.0) 2022-05-06 03:26:21.454 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (3.2.2) 2022-05-06 03:26:21.454 | Requirement already satisfied: scrypt>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (0.8.20) 2022-05-06 03:26:21.456 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (2.11.0) 2022-05-06 03:26:21.457 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (8.8.0) 2022-05-06 03:26:21.458 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (4.1.0) 2022-05-06 03:26:21.459 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (12.13.0) 2022-05-06 03:26:21.460 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (11.3.0) 2022-05-06 03:26:21.461 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (5.1.0) 2022-05-06 03:26:21.462 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (4.7.0) 2022-05-06 03:26:21.463 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (4.5.1) 2022-05-06 03:26:21.464 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (3.12.1) 2022-05-06 03:26:21.466 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (4.3.0) 2022-05-06 03:26:21.467 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (1.5.0) 2022-05-06 03:26:21.468 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (4.13.0) 2022-05-06 03:26:21.469 | Requirement already satisfied: oauthlib>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (3.2.0) 2022-05-06 03:26:21.470 | Requirement already satisfied: pysaml2>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (7.1.2) 2022-05-06 03:26:21.471 | Requirement already satisfied: PyJWT>=1.6.1 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (2.3.0) 2022-05-06 03:26:21.472 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (1.1.5) 2022-05-06 03:26:21.473 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==21.1.0.dev12) (3.2.0) 2022-05-06 03:26:21.474 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (3.1.1) 2022-05-06 03:26:21.475 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (1.0.3) 2022-05-06 03:26:21.476 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (3.4.3) 2022-05-06 03:26:21.477 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==21.1.0.dev12) (2022.1) 2022-05-06 03:26:21.487 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==21.1.0.dev12) (1.15.0) 2022-05-06 03:26:21.530 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==21.1.0.dev12) (5.1.1) 2022-05-06 03:26:21.546 | Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev12) (2.1.2) 2022-05-06 03:26:21.549 | Requirement already satisfied: importlib-metadata>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev12) (4.11.3) 2022-05-06 03:26:21.550 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev12) (3.1.2) 2022-05-06 03:26:21.551 | Requirement already satisfied: Werkzeug>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev12) (2.1.2) 2022-05-06 03:26:21.552 | Requirement already satisfied: click>=8.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==21.1.0.dev12) (8.1.3) 2022-05-06 03:26:21.562 | Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==21.1.0.dev12) (9.0.1) 2022-05-06 03:26:21.563 | Requirement already satisfied: six>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==21.1.0.dev12) (1.16.0) 2022-05-06 03:26:21.624 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev12) (4.5.0) 2022-05-06 03:26:21.625 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==21.1.0.dev12) (2.27.1) 2022-05-06 03:26:21.721 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev12) (6.0) 2022-05-06 03:26:21.722 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev12) (0.8.0) 2022-05-06 03:26:21.723 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev12) (1.5.0) 2022-05-06 03:26:21.724 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==21.1.0.dev12) (2.5.0) 2022-05-06 03:26:21.778 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev12) (1.7.7) 2022-05-06 03:26:21.780 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev12) (2.0.1) 2022-05-06 03:26:21.782 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==21.1.0.dev12) (0.5.0) 2022-05-06 03:26:21.831 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev12) (0.9.6) 2022-05-06 03:26:21.834 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==21.1.0.dev12) (2.8.2) 2022-05-06 03:26:21.915 | 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==21.1.0.dev12) (2.8.0) 2022-05-06 03:26:21.917 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev12) (5.0.0) 2022-05-06 03:26:21.918 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev12) (5.1.1) 2022-05-06 03:26:21.919 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev12) (0.4.0) 2022-05-06 03:26:21.921 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev12) (5.2.4) 2022-05-06 03:26:21.922 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==21.1.0.dev12) (2.4.1) 2022-05-06 03:26:21.942 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==21.1.0.dev12) (3.3.0) 2022-05-06 03:26:21.990 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev12) (3.2.0) 2022-05-06 03:26:22.010 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev12) (21.3) 2022-05-06 03:26:22.011 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev12) (3.0.8) 2022-05-06 03:26:22.012 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev12) (1.0.2) 2022-05-06 03:26:22.014 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==21.1.0.dev12) (0.11.0) 2022-05-06 03:26:22.061 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==21.1.0.dev12) (4.5.1) 2022-05-06 03:26:22.172 | Requirement already satisfied: xmlschema>=1.2.1 in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev12) (1.10.0) 2022-05-06 03:26:22.174 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev12) (62.1.0) 2022-05-06 03:26:22.174 | Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev12) (0.7.1) 2022-05-06 03:26:22.176 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev12) (5.7.1) 2022-05-06 03:26:22.177 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==21.1.0.dev12) (22.0.0) 2022-05-06 03:26:22.393 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==21.1.0.dev12) (1.1.2) 2022-05-06 03:26:22.414 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev12) (0.4.2) 2022-05-06 03:26:22.417 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==21.1.0.dev12) (0.5.2) 2022-05-06 03:26:22.486 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==21.1.0.dev12) (1.2.0) 2022-05-06 03:26:22.504 | 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==21.1.0.dev12) (5.0.0) 2022-05-06 03:26:22.559 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==21.1.0.dev12) (2.21) 2022-05-06 03:26:22.597 | 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==21.1.0.dev12) (1.14.1) 2022-05-06 03:26:22.698 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata>=3.6.0->Flask!=0.11,>=1.0.2->keystone==21.1.0.dev12) (3.8.0) 2022-05-06 03:26:22.750 | 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==21.1.0.dev12) (2.1.1) 2022-05-06 03:26:22.822 | 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==21.1.0.dev12) (1.7.0) 2022-05-06 03:26:22.946 | 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==21.1.0.dev12) (0.17.3) 2022-05-06 03:26:22.973 | 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==21.1.0.dev12) (0.14.1) 2022-05-06 03:26:23.015 | 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==21.1.0.dev12) (0.33.0) 2022-05-06 03:26:23.017 | 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==21.1.0.dev12) (3.5.0) 2022-05-06 03:26:23.018 | 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==21.1.0.dev12) (2.5.1) 2022-05-06 03:26:23.020 | 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==21.1.0.dev12) (1.3.3) 2022-05-06 03:26:23.021 | 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==21.1.0.dev12) (3.0.0) 2022-05-06 03:26:23.022 | 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==21.1.0.dev12) (2.1.1) 2022-05-06 03:26:23.073 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==21.1.0.dev12) (0.2.5) 2022-05-06 03:26:23.205 | 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==21.1.0.dev12) (1.26.9) 2022-05-06 03:26:23.206 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==21.1.0.dev12) (2019.11.28) 2022-05-06 03:26:23.209 | 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==21.1.0.dev12) (2.0.12) 2022-05-06 03:26:23.211 | 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==21.1.0.dev12) (3.3) 2022-05-06 03:26:23.354 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==21.1.0.dev12) (2.5.0) 2022-05-06 03:26:23.430 | Requirement already satisfied: elementpath<3.0.0,>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==21.1.0.dev12) (2.5.1) 2022-05-06 03:26:23.668 | 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==21.1.0.dev12) (2.2.1) 2022-05-06 03:26:23.921 | 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==21.1.0.dev12) (0.7) 2022-05-06 03:26:23.955 | 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==21.1.0.dev12) (1.0.0) 2022-05-06 03:26:25.777 | Installing collected packages: keystone 2022-05-06 03:26:25.777 | Attempting uninstall: keystone 2022-05-06 03:26:25.777 | Found existing installation: keystone 21.1.0.dev12 2022-05-06 03:26:25.781 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-05-06 03:26:25.782 | Running setup.py develop for keystone 2022-05-06 03:26:31.882 | Successfully installed keystone 2022-05-06 03:26:31.882 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:26:31.890 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:26:31.890 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:26:32.024 | + inc/python:pip_install:200 : result=0 2022-05-06 03:26:32.028 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:26:32.031 | + functions-common:time_stop:2437 : local name 2022-05-06 03:26:32.035 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:26:32.038 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:26:32.042 | + functions-common:time_stop:2440 : local total 2022-05-06 03:26:32.045 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:26:32.049 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:26:32.053 | + functions-common:time_stop:2444 : start_time=1651807574231 2022-05-06 03:26:32.056 | + functions-common:time_stop:2446 : [[ -z 1651807574231 ]] 2022-05-06 03:26:32.059 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:26:32.063 | + functions-common:time_stop:2449 : end_time=1651807592060 2022-05-06 03:26:32.065 | + functions-common:time_stop:2450 : elapsed_time=17829 2022-05-06 03:26:32.067 | + functions-common:time_stop:2451 : total=46432 2022-05-06 03:26:32.069 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:26:32.072 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=64261 2022-05-06 03:26:32.074 | + inc/python:pip_install:203 : return 0 2022-05-06 03:26:32.076 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-06 03:26:32.079 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-05-06 03:26:32.081 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-05-06 03:26:32.099 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-05-06 03:26:32.111 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-05-06 03:26:32.114 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-05-06 03:26:32.116 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:32.119 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:32.121 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-05-06 03:26:32.124 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:32.126 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-05-06 03:26:32.142 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:32.145 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-05-06 03:26:32.147 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-06 03:26:32.150 | + ./stack.sh:main:901 : configure_keystone 2022-05-06 03:26:32.152 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-05-06 03:26:32.164 | + 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-05-06 03:26:32.167 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-05-06 03:26:32.171 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-05-06 03:26:32.187 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:32.189 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-05-06 03:26:32.219 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-05-06 03:26:32.248 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-05-06 03:26:32.279 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-05-06 03:26:32.310 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-05-06 03:26:32.340 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-05-06 03:26:32.370 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-05-06 03:26:32.398 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-05-06 03:26:32.426 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-05-06 03:26:32.428 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-05-06 03:26:32.430 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-05-06 03:26:32.433 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-05-06 03:26:32.435 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-06 03:26:32.438 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-06 03:26:32.453 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:32.456 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-06 03:26:32.459 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-06 03:26:32.461 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-06 03:26:32.476 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:32.479 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:26:32.482 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:26:32.515 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-06 03:26:32.519 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-06 03:26:32.522 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-05-06 03:26:32.524 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-05-06 03:26:32.542 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:32.544 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.25/identity 2022-05-06 03:26:32.575 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-05-06 03:26:32.577 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-05-06 03:26:32.608 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-05-06 03:26:32.610 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-05-06 03:26:32.613 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-05-06 03:26:32.615 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=keystone 2022-05-06 03:26:32.618 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-05-06 03:26:32.621 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-05-06 03:26:32.654 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-05-06 03:26:32.656 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-05-06 03:26:32.660 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-05-06 03:26:32.662 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-05-06 03:26:32.666 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-06 03:26:32.683 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-06 03:26:32.685 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-06 03:26:32.688 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-06 03:26:32.690 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-06 03:26:32.693 | + 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-05-06 03:26:32.720 | + 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-05-06 03:26:32.748 | + 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-05-06 03:26:32.781 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-06 03:26:32.816 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-05-06 03:26:32.850 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-05-06 03:26:32.852 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-05-06 03:26:32.854 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-05-06 03:26:32.857 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-05-06 03:26:32.859 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-05-06 03:26:32.862 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-06 03:26:32.864 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-06 03:26:32.867 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-05-06 03:26:32.871 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-05-06 03:26:32.873 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-06 03:26:32.876 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-06 03:26:32.889 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-06 03:26:32.889 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:26:32.897 | d /var/run/uwsgi 0755 ubuntu root 2022-05-06 03:26:32.901 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:26:32.917 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-05-06 03:26:32.919 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-05-06 03:26:32.923 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-05-06 03:26:32.952 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-05-06 03:26:32.979 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-05-06 03:26:33.006 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-05-06 03:26:33.033 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-05-06 03:26:33.060 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-05-06 03:26:33.088 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-05-06 03:26:33.115 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-05-06 03:26:33.143 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-05-06 03:26:33.179 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-05-06 03:26:33.212 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-05-06 03:26:33.241 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-05-06 03:26:33.269 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-05-06 03:26:33.296 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-06 03:26:33.299 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-06 03:26:33.302 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-05-06 03:26:33.304 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-05-06 03:26:33.307 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-06 03:26:33.309 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:33.311 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:33.314 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-05-06 03:26:33.317 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-05-06 03:26:33.319 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-05-06 03:26:33.346 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-05-06 03:26:33.374 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-05-06 03:26:33.374 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-05-06 03:26:33.383 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-05-06 03:26:33.387 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-05-06 03:26:33.389 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-05-06 03:26:33.392 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-06 03:26:33.394 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-06 03:26:33.396 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:26:33.399 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:33.401 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:33.403 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-06 03:26:33.406 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-06 03:26:33.408 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:33.410 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:33.413 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-05-06 03:26:33.476 | Site keystone-wsgi-public already enabled 2022-05-06 03:26:33.482 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-06 03:26:33.486 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-06 03:26:33.490 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:26:33.493 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-06 03:26:33.631 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-05-06 03:26:33.663 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-05-06 03:26:33.696 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-05-06 03:26:33.725 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-05-06 03:26:33.728 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-05-06 03:26:33.759 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-05-06 03:26:33.794 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-05-06 03:26:33.822 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-05-06 03:26:33.824 | + ./stack.sh:main:905 : is_service_enabled swift 2022-05-06 03:26:33.842 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:33.844 | + ./stack.sh:main:906 : is_service_enabled ceilometer 2022-05-06 03:26:33.861 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:33.864 | + ./stack.sh:main:909 : stack_install_service swift 2022-05-06 03:26:33.866 | + lib/stack:stack_install_service:20 : local service=swift 2022-05-06 03:26:33.869 | + lib/stack:stack_install_service:21 : type install_swift 2022-05-06 03:26:33.871 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-06 03:26:33.874 | + lib/stack:stack_install_service:32 : install_swift 2022-05-06 03:26:33.876 | + lib/swift:install_swift:718 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-05-06 03:26:33.879 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-05-06 03:26:33.881 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-05-06 03:26:33.884 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:26:33.886 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:26:33.889 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:26:33.892 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:26:33.894 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:26:33.897 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:26:33.912 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:26:33.915 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:26:33.917 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:26:33.920 | + functions-common:git_clone:629 : echo master 2022-05-06 03:26:33.920 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:26:33.926 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-05-06 03:26:33.928 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:26:33.930 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/swift 2022-05-06 03:26:33.943 | + functions-common:git_clone:689 : cd /opt/stack/swift 2022-05-06 03:26:33.946 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:26:33.946 | + functions-common:git_clone:690 : head -1 2022-05-06 03:26:33.950 | bff6e5f8f Merge "Rip out pickle support in our memcached client" 2022-05-06 03:26:33.953 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:26:33.955 | + lib/swift:install_swift:721 : setup_develop /opt/stack/swift keystone 2022-05-06 03:26:33.958 | + inc/python:setup_develop:338 : local bindep 2022-05-06 03:26:33.960 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-05-06 03:26:33.963 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-05-06 03:26:33.965 | + inc/python:setup_develop:344 : local extras=keystone 2022-05-06 03:26:33.968 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-05-06 03:26:33.970 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-06 03:26:33.973 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-05-06 03:26:33.975 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-05-06 03:26:33.978 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-06 03:26:33.980 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-05-06 03:26:33.984 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-05-06 03:26:33.986 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-06 03:26:33.989 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-05-06 03:26:33.991 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-06 03:26:33.994 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-06 03:26:33.997 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-05-06 03:26:34.003 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-05-06 03:26:34.006 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-05-06 03:26:34.662 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-05-06 03:26:34.666 | + inc/python:setup_package:418 : local bindep=0 2022-05-06 03:26:34.669 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-06 03:26:34.673 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-06 03:26:34.676 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-05-06 03:26:34.680 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-05-06 03:26:34.683 | + inc/python:setup_package:427 : local flags=-e 2022-05-06 03:26:34.686 | + inc/python:setup_package:428 : local extras=keystone 2022-05-06 03:26:34.690 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-06 03:26:34.694 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-05-06 03:26:34.697 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-05-06 03:26:34.700 | + inc/python:setup_package:438 : extras='[keystone]' 2022-05-06 03:26:34.703 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-06 03:26:34.706 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-05-06 03:26:34.730 | Using python 3.8 to install /opt/stack/swift 2022-05-06 03:26:34.733 | + 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-05-06 03:26:35.589 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:35.589 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:35.589 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:35.589 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:36.762 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:26:36.792 | Obtaining file:///opt/stack/swift 2022-05-06 03:26:36.793 | Preparing metadata (setup.py): started 2022-05-06 03:26:41.484 | Preparing metadata (setup.py): finished with status 'done' 2022-05-06 03:26:41.527 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (0.33.0) 2022-05-06 03:26:41.528 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (1.1.2) 2022-05-06 03:26:41.529 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (0.11.0) 2022-05-06 03:26:41.530 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (2.1.1) 2022-05-06 03:26:41.531 | Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (4.8.0) 2022-05-06 03:26:41.532 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (2.27.1) 2022-05-06 03:26:41.533 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (1.16.0) 2022-05-06 03:26:41.534 | Requirement already satisfied: xattr>=0.4 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (0.9.9) 2022-05-06 03:26:41.535 | Requirement already satisfied: PyECLib>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (1.6.1) 2022-05-06 03:26:41.536 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (36.0.2) 2022-05-06 03:26:41.537 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.30.0.dev40) (9.4.0) 2022-05-06 03:26:41.574 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.30.0.dev40) (1.15.0) 2022-05-06 03:26:41.582 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.30.0.dev40) (2.2.1) 2022-05-06 03:26:41.637 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (4.1.0) 2022-05-06 03:26:41.638 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (1.8.7) 2022-05-06 03:26:41.639 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (4.5.0) 2022-05-06 03:26:41.640 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (5.1.0) 2022-05-06 03:26:41.641 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (2.11.0) 2022-05-06 03:26:41.642 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (8.8.0) 2022-05-06 03:26:41.643 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (4.13.0) 2022-05-06 03:26:41.644 | 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.30.0.dev40) (3.1.1) 2022-05-06 03:26:41.645 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (4.7.0) 2022-05-06 03:26:41.646 | 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.30.0.dev40) (4.3.0) 2022-05-06 03:26:41.647 | 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.30.0.dev40) (5.9.0) 2022-05-06 03:26:41.648 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.30.0.dev40) (4.4.0) 2022-05-06 03:26:41.669 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.30.0.dev40) (62.1.0) 2022-05-06 03:26:41.698 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.30.0.dev40) (2019.11.28) 2022-05-06 03:26:41.699 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev40) (1.26.9) 2022-05-06 03:26:41.701 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev40) (3.3) 2022-05-06 03:26:41.703 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.30.0.dev40) (2.0.12) 2022-05-06 03:26:41.726 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.30.0.dev40) (2.21) 2022-05-06 03:26:41.827 | 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.30.0.dev40) (1.7.0) 2022-05-06 03:26:41.828 | 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.30.0.dev40) (3.5.0) 2022-05-06 03:26:41.830 | 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.30.0.dev40) (1.0.2) 2022-05-06 03:26:41.871 | 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.30.0.dev40) (1.1.5) 2022-05-06 03:26:41.913 | 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.30.0.dev40) (0.8.0) 2022-05-06 03:26:41.914 | 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.30.0.dev40) (1.5.0) 2022-05-06 03:26:41.916 | 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.30.0.dev40) (2.5.0) 2022-05-06 03:26:41.917 | 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.30.0.dev40) (6.0) 2022-05-06 03:26:41.977 | 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.30.0.dev40) (0.9.6) 2022-05-06 03:26:41.979 | 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.30.0.dev40) (2.8.2) 2022-05-06 03:26:41.992 | 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.30.0.dev40) (2022.1) 2022-05-06 03:26:41.993 | 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.30.0.dev40) (1.0.3) 2022-05-06 03:26:42.011 | 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.30.0.dev40) (21.3) 2022-05-06 03:26:42.012 | 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.30.0.dev40) (3.0.8) 2022-05-06 03:26:42.153 | 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.30.0.dev40) (1.14.1) 2022-05-06 03:26:42.168 | 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.30.0.dev40) (5.1.1) 2022-05-06 03:26:44.387 | Installing collected packages: swift 2022-05-06 03:26:44.387 | Attempting uninstall: swift 2022-05-06 03:26:44.387 | Found existing installation: swift 2.30.0.dev40 2022-05-06 03:26:44.390 | Can't uninstall 'swift'. No files were found to uninstall. 2022-05-06 03:26:44.391 | Running setup.py develop for swift 2022-05-06 03:26:50.208 | Successfully installed swift 2022-05-06 03:26:50.208 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:26:50.217 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:26:50.217 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:26:50.353 | + inc/python:pip_install:200 : result=0 2022-05-06 03:26:50.357 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:26:50.360 | + functions-common:time_stop:2437 : local name 2022-05-06 03:26:50.362 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:26:50.366 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:26:50.370 | + functions-common:time_stop:2440 : local total 2022-05-06 03:26:50.374 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:26:50.378 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:26:50.382 | + functions-common:time_stop:2444 : start_time=1651807594725 2022-05-06 03:26:50.385 | + functions-common:time_stop:2446 : [[ -z 1651807594725 ]] 2022-05-06 03:26:50.388 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:26:50.394 | + functions-common:time_stop:2449 : end_time=1651807610391 2022-05-06 03:26:50.397 | + functions-common:time_stop:2450 : elapsed_time=15666 2022-05-06 03:26:50.400 | + functions-common:time_stop:2451 : total=64261 2022-05-06 03:26:50.403 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:26:50.406 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=79927 2022-05-06 03:26:50.409 | + inc/python:pip_install:203 : return 0 2022-05-06 03:26:50.413 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-06 03:26:50.416 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-05-06 03:26:50.419 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-05-06 03:26:50.438 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-05-06 03:26:50.451 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-05-06 03:26:50.453 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-05-06 03:26:50.456 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:50.458 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:50.460 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-05-06 03:26:50.463 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:50.465 | + lib/swift:install_swift:722 : '[' False == True ']' 2022-05-06 03:26:50.468 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-06 03:26:50.470 | + ./stack.sh:main:910 : configure_swift 2022-05-06 03:26:50.473 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-05-06 03:26:50.475 | + lib/swift:configure_swift:332 : local node_number 2022-05-06 03:26:50.477 | + lib/swift:configure_swift:333 : local swift_node_config 2022-05-06 03:26:50.479 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-05-06 03:26:50.481 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-05-06 03:26:51.684 | No container-auditor running 2022-05-06 03:26:51.684 | No object-server running 2022-05-06 03:26:51.684 | No account-replicator running 2022-05-06 03:26:51.684 | No container-reconciler running 2022-05-06 03:26:51.684 | No proxy-server running 2022-05-06 03:26:51.684 | No object-auditor running 2022-05-06 03:26:51.684 | No object-expirer running 2022-05-06 03:26:51.684 | No container-server running 2022-05-06 03:26:51.684 | No container-updater running 2022-05-06 03:26:51.684 | No container-replicator running 2022-05-06 03:26:51.684 | No account-server running 2022-05-06 03:26:51.684 | No container-sync running 2022-05-06 03:26:51.684 | No object-replicator running 2022-05-06 03:26:51.684 | No container-sharder running 2022-05-06 03:26:51.684 | No object-reconstructor running 2022-05-06 03:26:51.684 | No account-reaper running 2022-05-06 03:26:51.684 | No object-updater running 2022-05-06 03:26:51.684 | No account-auditor running 2022-05-06 03:26:51.781 | + lib/swift:configure_swift:337 : true 2022-05-06 03:26:51.784 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-05-06 03:26:51.800 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-05-06 03:26:51.812 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-05-06 03:26:51.815 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-05-06 03:26:51.816 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-05-06 03:26:51.821 | + lib/swift:configure_swift:351 : sed -e ' 2022-05-06 03:26:51.821 | s/%GROUP%/ubuntu/; 2022-05-06 03:26:51.821 | s/%USER%/ubuntu/; 2022-05-06 03:26:51.821 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-05-06 03:26:51.821 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-05-06 03:26:51.824 | uid = ubuntu 2022-05-06 03:26:51.824 | gid = ubuntu 2022-05-06 03:26:51.824 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-05-06 03:26:51.824 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-05-06 03:26:51.824 | address = 127.0.0.1 2022-05-06 03:26:51.824 | 2022-05-06 03:26:51.824 | [account6612] 2022-05-06 03:26:51.824 | max connections = 25 2022-05-06 03:26:51.824 | path = /opt/stack/data/swift/1/node/ 2022-05-06 03:26:51.825 | read only = false 2022-05-06 03:26:51.825 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-05-06 03:26:51.825 | 2022-05-06 03:26:51.825 | [account6622] 2022-05-06 03:26:51.825 | max connections = 25 2022-05-06 03:26:51.825 | path = /opt/stack/data/swift/2/node/ 2022-05-06 03:26:51.825 | read only = false 2022-05-06 03:26:51.825 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-05-06 03:26:51.825 | 2022-05-06 03:26:51.825 | [account6632] 2022-05-06 03:26:51.825 | max connections = 25 2022-05-06 03:26:51.825 | path = /opt/stack/data/swift/3/node/ 2022-05-06 03:26:51.825 | read only = false 2022-05-06 03:26:51.825 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-05-06 03:26:51.825 | 2022-05-06 03:26:51.825 | [account6642] 2022-05-06 03:26:51.825 | max connections = 25 2022-05-06 03:26:51.825 | path = /opt/stack/data/swift/4/node/ 2022-05-06 03:26:51.825 | read only = false 2022-05-06 03:26:51.825 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-05-06 03:26:51.825 | 2022-05-06 03:26:51.825 | 2022-05-06 03:26:51.825 | [container6611] 2022-05-06 03:26:51.825 | max connections = 25 2022-05-06 03:26:51.825 | path = /opt/stack/data/swift/1/node/ 2022-05-06 03:26:51.825 | read only = false 2022-05-06 03:26:51.825 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-05-06 03:26:51.825 | 2022-05-06 03:26:51.825 | [container6621] 2022-05-06 03:26:51.825 | max connections = 25 2022-05-06 03:26:51.825 | path = /opt/stack/data/swift/2/node/ 2022-05-06 03:26:51.825 | read only = false 2022-05-06 03:26:51.825 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-05-06 03:26:51.825 | 2022-05-06 03:26:51.825 | [container6631] 2022-05-06 03:26:51.825 | max connections = 25 2022-05-06 03:26:51.825 | path = /opt/stack/data/swift/3/node/ 2022-05-06 03:26:51.826 | read only = false 2022-05-06 03:26:51.826 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-05-06 03:26:51.826 | 2022-05-06 03:26:51.826 | [container6641] 2022-05-06 03:26:51.826 | max connections = 25 2022-05-06 03:26:51.826 | path = /opt/stack/data/swift/4/node/ 2022-05-06 03:26:51.826 | read only = false 2022-05-06 03:26:51.826 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-05-06 03:26:51.826 | 2022-05-06 03:26:51.826 | 2022-05-06 03:26:51.826 | [object6613] 2022-05-06 03:26:51.826 | max connections = 25 2022-05-06 03:26:51.826 | path = /opt/stack/data/swift/1/node/ 2022-05-06 03:26:51.826 | read only = false 2022-05-06 03:26:51.826 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-05-06 03:26:51.826 | 2022-05-06 03:26:51.826 | [object6623] 2022-05-06 03:26:51.826 | max connections = 25 2022-05-06 03:26:51.826 | path = /opt/stack/data/swift/2/node/ 2022-05-06 03:26:51.826 | read only = false 2022-05-06 03:26:51.826 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-05-06 03:26:51.826 | 2022-05-06 03:26:51.826 | [object6633] 2022-05-06 03:26:51.826 | max connections = 25 2022-05-06 03:26:51.826 | path = /opt/stack/data/swift/3/node/ 2022-05-06 03:26:51.826 | read only = false 2022-05-06 03:26:51.826 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-05-06 03:26:51.826 | 2022-05-06 03:26:51.826 | [object6643] 2022-05-06 03:26:51.826 | max connections = 25 2022-05-06 03:26:51.826 | path = /opt/stack/data/swift/4/node/ 2022-05-06 03:26:51.826 | read only = false 2022-05-06 03:26:51.826 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-05-06 03:26:51.828 | + lib/swift:configure_swift:357 : is_ubuntu 2022-05-06 03:26:51.830 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:26:51.832 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:26:51.834 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-05-06 03:26:51.847 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-05-06 03:26:51.850 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-05-06 03:26:51.855 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-05-06 03:26:51.860 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-05-06 03:26:51.862 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-05-06 03:26:51.866 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-05-06 03:26:51.895 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.25:8080/v1/ 2022-05-06 03:26:51.923 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-05-06 03:26:51.940 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-05-06 03:26:51.969 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-05-06 03:26:51.987 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-05-06 03:26:52.019 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-05-06 03:26:52.037 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-05-06 03:26:52.066 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-05-06 03:26:52.087 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-05-06 03:26:52.115 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-05-06 03:26:52.133 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-05-06 03:26:52.161 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-05-06 03:26:52.179 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-05-06 03:26:52.194 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:52.196 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-05-06 03:26:52.225 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-05-06 03:26:52.253 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-05-06 03:26:52.280 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-05-06 03:26:52.307 | + lib/swift:configure_swift:406 : is_service_enabled ceilometer 2022-05-06 03:26:52.322 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:52.324 | + lib/swift:configure_swift:417 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-05-06 03:26:52.351 | + lib/swift:configure_swift:423 : is_service_enabled s3api 2022-05-06 03:26:52.366 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:52.369 | + lib/swift:configure_swift:426 : is_service_enabled keystone 2022-05-06 03:26:52.384 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:52.386 | + lib/swift:configure_swift:427 : swift_pipeline+=' authtoken' 2022-05-06 03:26:52.388 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-05-06 03:26:52.403 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:52.406 | + lib/swift:configure_swift:433 : swift_pipeline+=' keystoneauth' 2022-05-06 03:26:52.408 | + lib/swift:configure_swift:436 : swift_pipeline+=' tempauth ' 2022-05-06 03:26:52.410 | + lib/swift:configure_swift:438 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-05-06 03:26:52.415 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-05-06 03:26:52.420 | + lib/swift:configure_swift:441 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-05-06 03:26:52.451 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-05-06 03:26:52.479 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-05-06 03:26:52.512 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-05-06 03:26:52.546 | + lib/swift:configure_swift:452 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-05-06 03:26:52.573 | + lib/swift:configure_swift:453 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-05-06 03:26:52.575 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-05-06 03:26:52.577 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-05-06 03:26:52.580 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-05-06 03:26:52.582 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-05-06 03:26:52.610 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-05-06 03:26:52.637 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.25/identity 2022-05-06 03:26:52.664 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-05-06 03:26:52.701 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-05-06 03:26:52.728 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-05-06 03:26:52.756 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-05-06 03:26:52.785 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-05-06 03:26:52.814 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:26:52.843 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-05-06 03:26:52.871 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-05-06 03:26:52.899 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-05-06 03:26:52.928 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-05-06 03:26:52.956 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-05-06 03:26:52.986 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-05-06 03:26:53.014 | + lib/swift:configure_swift:464 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-05-06 03:26:53.032 | + lib/swift:configure_swift:465 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-05-06 03:26:53.060 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-05-06 03:26:53.087 | + lib/swift:configure_swift:470 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-05-06 03:26:53.092 | + lib/swift:configure_swift:471 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-05-06 03:26:53.120 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-05-06 03:26:53.148 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-05-06 03:26:53.175 | + lib/swift:configure_swift:475 : local node_number 2022-05-06 03:26:53.177 | + lib/swift:configure_swift:476 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-05-06 03:26:53.179 | + lib/swift:configure_swift:477 : local swift_node_config=/etc/swift/object-server/1.conf 2022-05-06 03:26:53.181 | + lib/swift:configure_swift:478 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-05-06 03:26:53.186 | + lib/swift:configure_swift:479 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-05-06 03:26:53.188 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-05-06 03:26:53.191 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-05-06 03:26:53.193 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-05-06 03:26:53.195 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-05-06 03:26:53.197 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-05-06 03:26:53.200 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-05-06 03:26:53.202 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-05-06 03:26:53.220 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-05-06 03:26:53.247 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-05-06 03:26:53.266 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-05-06 03:26:53.294 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-05-06 03:26:53.312 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-05-06 03:26:53.341 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-05-06 03:26:53.359 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-05-06 03:26:53.388 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-05-06 03:26:53.406 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-05-06 03:26:53.434 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-05-06 03:26:53.452 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-05-06 03:26:53.481 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-05-06 03:26:53.499 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-05-06 03:26:53.529 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-05-06 03:26:53.547 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-05-06 03:26:53.579 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-05-06 03:26:53.598 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-05-06 03:26:53.625 | + 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-05-06 03:26:53.633 | + lib/swift:configure_swift:480 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-05-06 03:26:53.658 | + lib/swift:configure_swift:481 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-05-06 03:26:53.689 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-05-06 03:26:53.718 | + lib/swift:configure_swift:484 : swift_node_config=/etc/swift/container-server/1.conf 2022-05-06 03:26:53.720 | + lib/swift:configure_swift:485 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-05-06 03:26:53.725 | + lib/swift:configure_swift:486 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-05-06 03:26:53.727 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-05-06 03:26:53.729 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-05-06 03:26:53.732 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-05-06 03:26:53.734 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-05-06 03:26:53.736 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-05-06 03:26:53.738 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-05-06 03:26:53.741 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-05-06 03:26:53.759 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-05-06 03:26:53.786 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-05-06 03:26:53.804 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-05-06 03:26:53.832 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-05-06 03:26:53.851 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-05-06 03:26:53.880 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-05-06 03:26:53.898 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-05-06 03:26:53.926 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-05-06 03:26:53.947 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-05-06 03:26:53.976 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-05-06 03:26:53.995 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-05-06 03:26:54.025 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-05-06 03:26:54.044 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-05-06 03:26:54.072 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-05-06 03:26:54.091 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-05-06 03:26:54.119 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-05-06 03:26:54.138 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-05-06 03:26:54.165 | + 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-05-06 03:26:54.170 | + lib/swift:configure_swift:487 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-05-06 03:26:54.188 | + lib/swift:configure_swift:488 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-05-06 03:26:54.217 | + lib/swift:configure_swift:490 : swift_node_config=/etc/swift/account-server/1.conf 2022-05-06 03:26:54.219 | + lib/swift:configure_swift:491 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-05-06 03:26:54.223 | + lib/swift:configure_swift:492 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-05-06 03:26:54.226 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-05-06 03:26:54.228 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-05-06 03:26:54.230 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-05-06 03:26:54.233 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-05-06 03:26:54.235 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-05-06 03:26:54.237 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-05-06 03:26:54.240 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-05-06 03:26:54.258 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-05-06 03:26:54.286 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-05-06 03:26:54.304 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-05-06 03:26:54.332 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-05-06 03:26:54.351 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-05-06 03:26:54.379 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-05-06 03:26:54.398 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-05-06 03:26:54.426 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-05-06 03:26:54.445 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-05-06 03:26:54.473 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-05-06 03:26:54.491 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-05-06 03:26:54.520 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-05-06 03:26:54.538 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-05-06 03:26:54.569 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-05-06 03:26:54.589 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-05-06 03:26:54.618 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-05-06 03:26:54.636 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-05-06 03:26:54.663 | + 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-05-06 03:26:54.669 | + lib/swift:configure_swift:493 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-05-06 03:26:54.689 | + lib/swift:configure_swift:494 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-05-06 03:26:54.726 | + lib/swift:configure_swift:498 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-05-06 03:26:54.757 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-05-06 03:26:54.786 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-05-06 03:26:54.814 | + lib/swift:configure_swift:502 : testfile=/etc/swift/test.conf 2022-05-06 03:26:54.816 | + lib/swift:configure_swift:503 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-05-06 03:26:54.821 | + lib/swift:configure_swift:506 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-05-06 03:26:54.849 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-05-06 03:26:54.888 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-05-06 03:26:54.925 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-05-06 03:26:54.953 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-05-06 03:26:54.987 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-05-06 03:26:55.015 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-05-06 03:26:55.043 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test password4 testing4 2022-05-06 03:26:55.075 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-05-06 03:26:55.104 | + lib/swift:configure_swift:516 : is_service_enabled keystone 2022-05-06 03:26:55.120 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:55.122 | + lib/swift:configure_swift:517 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-05-06 03:26:55.141 | + lib/swift:configure_swift:518 : local auth_vers 2022-05-06 03:26:55.144 | ++ lib/swift:configure_swift:519 : iniget /etc/swift/test.conf func_test auth_version 2022-05-06 03:26:55.163 | + lib/swift:configure_swift:519 : auth_vers=3 2022-05-06 03:26:55.165 | + lib/swift:configure_swift:520 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.25 2022-05-06 03:26:55.192 | + lib/swift:configure_swift:521 : [[ http == \h\t\t\p\s ]] 2022-05-06 03:26:55.194 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_port 80 2022-05-06 03:26:55.222 | + lib/swift:configure_swift:526 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.25/identity 2022-05-06 03:26:55.251 | + lib/swift:configure_swift:527 : [[ 3 == \3 ]] 2022-05-06 03:26:55.253 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-05-06 03:26:55.281 | + lib/swift:configure_swift:532 : is_service_enabled tls-proxy 2022-05-06 03:26:55.299 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:55.302 | + lib/swift:configure_swift:538 : local user_group 2022-05-06 03:26:55.306 | ++ lib/swift:configure_swift:539 : id -g ubuntu 2022-05-06 03:26:55.310 | + lib/swift:configure_swift:539 : user_group=1000 2022-05-06 03:26:55.313 | + lib/swift:configure_swift:540 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-05-06 03:26:55.326 | + lib/swift:configure_swift:542 : local swift_log_dir=/opt/stack/data/swift/logs 2022-05-06 03:26:55.328 | + lib/swift:configure_swift:543 : sudo rm -rf /opt/stack/data/swift/logs 2022-05-06 03:26:55.340 | + lib/swift:configure_swift:544 : local swift_log_group=adm 2022-05-06 03:26:55.342 | + lib/swift:configure_swift:545 : is_suse 2022-05-06 03:26:55.344 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:26:55.347 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:26:55.349 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:26:55.351 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:26:55.354 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:26:55.356 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:26:55.358 | + lib/swift:configure_swift:548 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-05-06 03:26:55.371 | + lib/swift:configure_swift:550 : [[ False != \F\a\l\s\e ]] 2022-05-06 03:26:55.373 | + lib/swift:configure_swift:558 : '[' False == True ']' 2022-05-06 03:26:55.376 | + ./stack.sh:main:913 : is_service_enabled s3api 2022-05-06 03:26:55.393 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:26:55.396 | + ./stack.sh:main:919 : is_service_enabled g-api n-api 2022-05-06 03:26:55.413 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:55.415 | + ./stack.sh:main:921 : stack_install_service glance 2022-05-06 03:26:55.417 | + lib/stack:stack_install_service:20 : local service=glance 2022-05-06 03:26:55.420 | + lib/stack:stack_install_service:21 : type install_glance 2022-05-06 03:26:55.422 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-06 03:26:55.425 | + lib/stack:stack_install_service:32 : install_glance 2022-05-06 03:26:55.427 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-05-06 03:26:55.430 | + lib/glance:install_glance:507 : local glance_store_extras 2022-05-06 03:26:55.432 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-05-06 03:26:55.449 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:55.451 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-05-06 03:26:55.454 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-05-06 03:26:55.470 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:26:55.473 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-05-06 03:26:55.476 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-05-06 03:26:55.478 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-05-06 03:26:55.481 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:26:55.484 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:26:55.486 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-05-06 03:26:55.489 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:26:55.492 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-05-06 03:26:55.495 | ++ inc/python:join_extras:29 : local IFS=, 2022-05-06 03:26:55.497 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-05-06 03:26:55.500 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-05-06 03:26:55.503 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-05-06 03:26:55.506 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-05-06 03:26:55.509 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-05-06 03:26:55.512 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-05-06 03:26:55.515 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-05-06 03:26:55.517 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-05-06 03:26:55.521 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-05-06 03:26:55.521 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-05-06 03:26:55.527 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-05-06 03:26:55.529 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-05-06 03:26:55.532 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-05-06 03:26:55.535 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-05-06 03:26:55.537 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-05-06 03:26:55.559 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-05-06 03:26:55.562 | + 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-05-06 03:26:56.427 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:56.427 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:56.427 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:26:56.427 | from cryptography.utils import int_from_bytes 2022-05-06 03:26:57.606 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:26:57.640 | Requirement already satisfied: glance-store[cinder,swift]!=0.29.0 in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-05-06 03:26:57.721 | 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-05-06 03:26:57.722 | 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.1) 2022-05-06 03:26:57.723 | 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-05-06 03:26:57.724 | 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-05-06 03:26:57.725 | 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-05-06 03:26:57.726 | 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-05-06 03:26:57.728 | 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-05-06 03:26:57.729 | 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-05-06 03:26:57.730 | 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-05-06 03:26:57.731 | 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-05-06 03:26:57.732 | 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-05-06 03:26:57.733 | 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.13.0) 2022-05-06 03:26:57.735 | 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-05-06 03:26:57.737 | 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-05-06 03:26:57.739 | 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.8.0) 2022-05-06 03:26:57.742 | 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-05-06 03:26:57.744 | 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-05-06 03:26:57.746 | 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-05-06 03:26:57.756 | 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.2.1) 2022-05-06 03:26:57.757 | 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-05-06 03:26:57.770 | 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.8) 2022-05-06 03:26:57.837 | 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.9.0) 2022-05-06 03:26:57.838 | 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-05-06 03:26:57.839 | 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-05-06 03:26:57.864 | 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-05-06 03:26:57.865 | 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-05-06 03:26:57.866 | 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.7.0) 2022-05-06 03:26:57.867 | 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-05-06 03:26:57.870 | 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-05-06 03:26:57.880 | 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-05-06 03:26:57.921 | 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-05-06 03:26:57.922 | 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-05-06 03:26:57.923 | 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-05-06 03:26:57.924 | 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.5.0) 2022-05-06 03:26:57.944 | 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-05-06 03:26:57.946 | 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-05-06 03:26:57.961 | 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) (2022.1) 2022-05-06 03:26:57.978 | 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-05-06 03:26:57.981 | 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-05-06 03:26:57.998 | 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-05-06 03:26:58.000 | 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.2.0) 2022-05-06 03:26:58.081 | 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-05-06 03:26:58.082 | 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.9) 2022-05-06 03:26:58.084 | 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-05-06 03:26:58.085 | 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-05-06 03:26:58.134 | 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-05-06 03:26:58.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->glance-store[cinder,swift]!=0.29.0) (1.14.1) 2022-05-06 03:26:58.389 | 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-05-06 03:26:58.392 | 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-05-06 03:26:58.425 | 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-05-06 03:26:58.426 | 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-05-06 03:26:58.429 | 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-05-06 03:26:58.431 | 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-05-06 03:26:58.432 | 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-05-06 03:26:58.434 | 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-05-06 03:26:58.488 | 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-05-06 03:26:58.670 | 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-05-06 03:26:58.693 | 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) (62.1.0) 2022-05-06 03:26:58.779 | 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-05-06 03:26:58.928 | 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-05-06 03:27:00.990 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:27:00.997 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:27:00.997 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:27:01.126 | + inc/python:pip_install:200 : result=0 2022-05-06 03:27:01.129 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:27:01.134 | + functions-common:time_stop:2437 : local name 2022-05-06 03:27:01.137 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:27:01.141 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:27:01.144 | + functions-common:time_stop:2440 : local total 2022-05-06 03:27:01.148 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:27:01.151 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:27:01.153 | + functions-common:time_stop:2444 : start_time=1651807615553 2022-05-06 03:27:01.156 | + functions-common:time_stop:2446 : [[ -z 1651807615553 ]] 2022-05-06 03:27:01.158 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:27:01.163 | + functions-common:time_stop:2449 : end_time=1651807621160 2022-05-06 03:27:01.165 | + functions-common:time_stop:2450 : elapsed_time=5607 2022-05-06 03:27:01.168 | + functions-common:time_stop:2451 : total=79927 2022-05-06 03:27:01.170 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:27:01.172 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=85534 2022-05-06 03:27:01.175 | + inc/python:pip_install:203 : return 0 2022-05-06 03:27:01.177 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-05-06 03:27:01.180 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-05-06 03:27:01.183 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-05-06 03:27:01.196 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-05-06 03:27:01.201 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-05-06 03:27:01.203 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-05-06 03:27:01.206 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-05-06 03:27:01.208 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:27:01.210 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:27:01.213 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:27:01.216 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:27:01.218 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:27:01.221 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:27:01.238 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:27:01.241 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:27:01.243 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:27:01.246 | + functions-common:git_clone:629 : echo master 2022-05-06 03:27:01.246 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:27:01.252 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-05-06 03:27:01.254 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:27:01.257 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/glance 2022-05-06 03:27:01.270 | + functions-common:git_clone:689 : cd /opt/stack/glance 2022-05-06 03:27:01.273 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:27:01.273 | + functions-common:git_clone:690 : head -1 2022-05-06 03:27:01.277 | 2eb118905 Merge "Add grenade-skip-level irrelevant-files config" 2022-05-06 03:27:01.280 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:27:01.283 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-05-06 03:27:01.285 | + inc/python:setup_develop:338 : local bindep 2022-05-06 03:27:01.288 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-05-06 03:27:01.291 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-05-06 03:27:01.293 | + inc/python:setup_develop:344 : local extras= 2022-05-06 03:27:01.296 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-05-06 03:27:01.299 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-06 03:27:01.301 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-05-06 03:27:01.304 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-05-06 03:27:01.306 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-06 03:27:01.309 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-06 03:27:01.312 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-05-06 03:27:01.314 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-06 03:27:01.317 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-05-06 03:27:01.320 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-06 03:27:01.322 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-06 03:27:01.326 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-05-06 03:27:01.332 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-05-06 03:27:01.334 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-05-06 03:27:01.989 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-05-06 03:27:01.992 | + inc/python:setup_package:418 : local bindep=0 2022-05-06 03:27:01.994 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-06 03:27:01.999 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-06 03:27:02.002 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-05-06 03:27:02.005 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-05-06 03:27:02.007 | + inc/python:setup_package:427 : local flags=-e 2022-05-06 03:27:02.010 | + inc/python:setup_package:428 : local extras= 2022-05-06 03:27:02.013 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-06 03:27:02.015 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-06 03:27:02.018 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-06 03:27:02.020 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-06 03:27:02.023 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-06 03:27:02.026 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-05-06 03:27:02.052 | Using python 3.8 to install /opt/stack/glance 2022-05-06 03:27:02.055 | + 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-05-06 03:27:02.910 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:27:02.910 | from cryptography.utils import int_from_bytes 2022-05-06 03:27:02.910 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:27:02.910 | from cryptography.utils import int_from_bytes 2022-05-06 03:27:04.087 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:27:04.118 | Obtaining file:///opt/stack/glance 2022-05-06 03:27:04.119 | Preparing metadata (setup.py): started 2022-05-06 03:27:08.952 | Preparing metadata (setup.py): finished with status 'done' 2022-05-06 03:27:09.032 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (5.9.0) 2022-05-06 03:27:09.033 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (0.7.1) 2022-05-06 03:27:09.034 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (1.4.36) 2022-05-06 03:27:09.036 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (0.33.0) 2022-05-06 03:27:09.037 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (2.1.1) 2022-05-06 03:27:09.038 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (2.5.1) 2022-05-06 03:27:09.039 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (1.8.7) 2022-05-06 03:27:09.040 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (0.4.2) 2022-05-06 03:27:09.041 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (1.7.7) 2022-05-06 03:27:09.042 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (0.20.4) 2022-05-06 03:27:09.043 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (8.8.0) 2022-05-06 03:27:09.044 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.5.1) 2022-05-06 03:27:09.045 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.1.0) 2022-05-06 03:27:09.046 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (1.5.0) 2022-05-06 03:27:09.047 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.13.0) 2022-05-06 03:27:09.048 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (3.5.0) 2022-05-06 03:27:09.049 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (2.4.1) 2022-05-06 03:27:09.051 | Requirement already satisfied: taskflow>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.7.0) 2022-05-06 03:27:09.052 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.5.0) 2022-05-06 03:27:09.053 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (9.4.0) 2022-05-06 03:27:09.054 | Requirement already satisfied: WSME>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (0.11.0) 2022-05-06 03:27:09.055 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (3.2.0) 2022-05-06 03:27:09.056 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (3.5.0) 2022-05-06 03:27:09.057 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==25.0.0.dev19) (3.2.0) 2022-05-06 03:27:09.058 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.4.0) 2022-05-06 03:27:09.059 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (22.0.0) 2022-05-06 03:27:09.060 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (11.3.0) 2022-05-06 03:27:09.061 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (5.1.0) 2022-05-06 03:27:09.062 | Requirement already satisfied: oslo.limit>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (1.6.0) 2022-05-06 03:27:09.063 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.7.0) 2022-05-06 03:27:09.064 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (12.13.0) 2022-05-06 03:27:09.066 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (4.5.1) 2022-05-06 03:27:09.067 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (2.4.0) 2022-05-06 03:27:09.068 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (3.12.1) 2022-05-06 03:27:09.069 | Requirement already satisfied: retrying!=1.3.0,>=1.2.3 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (1.3.3) 2022-05-06 03:27:09.070 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (3.4.3) 2022-05-06 03:27:09.071 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (3.0.0) 2022-05-06 03:27:09.072 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (2.5.0) 2022-05-06 03:27:09.073 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (36.0.2) 2022-05-06 03:27:09.074 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (0.2.2) 2022-05-06 03:27:09.076 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (1.0.2) 2022-05-06 03:27:09.077 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (5.6.0) 2022-05-06 03:27:09.078 | Requirement already satisfied: castellan>=0.17.0 in /usr/local/lib/python3.8/dist-packages (from glance==25.0.0.dev19) (3.11.0) 2022-05-06 03:27:09.093 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev19) (1.2.0) 2022-05-06 03:27:09.095 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev19) (5.7.1) 2022-05-06 03:27:09.096 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==25.0.0.dev19) (4.11.3) 2022-05-06 03:27:09.117 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==25.0.0.dev19) (2.27.1) 2022-05-06 03:27:09.119 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==25.0.0.dev19) (5.3.0) 2022-05-06 03:27:09.157 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==25.0.0.dev19) (1.15.0) 2022-05-06 03:27:09.174 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==25.0.0.dev19) (4.3.0) 2022-05-06 03:27:09.182 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==25.0.0.dev19) (1.14.1) 2022-05-06 03:27:09.196 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev19) (1.1.2) 2022-05-06 03:27:09.197 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev19) (1.16.0) 2022-05-06 03:27:09.198 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==25.0.0.dev19) (2.2.1) 2022-05-06 03:27:09.292 | 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==25.0.0.dev19) (3.0.8) 2022-05-06 03:27:09.366 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==25.0.0.dev19) (1.7.0) 2022-05-06 03:27:09.417 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==25.0.0.dev19) (3.1.1) 2022-05-06 03:27:09.421 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==25.0.0.dev19) (2.11.0) 2022-05-06 03:27:09.453 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==25.0.0.dev19) (0.17.3) 2022-05-06 03:27:09.522 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev19) (1.5.0) 2022-05-06 03:27:09.524 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev19) (0.8.0) 2022-05-06 03:27:09.525 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==25.0.0.dev19) (6.0) 2022-05-06 03:27:09.582 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev19) (0.5.0) 2022-05-06 03:27:09.583 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev19) (0.13.0) 2022-05-06 03:27:09.585 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==25.0.0.dev19) (2.0.1) 2022-05-06 03:27:09.613 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==25.0.0.dev19) (0.61.0) 2022-05-06 03:27:09.656 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==25.0.0.dev19) (2.8.2) 2022-05-06 03:27:09.660 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==25.0.0.dev19) (0.9.6) 2022-05-06 03:27:09.727 | 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==25.0.0.dev19) (2.8.0) 2022-05-06 03:27:09.728 | 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==25.0.0.dev19) (5.0.0) 2022-05-06 03:27:09.729 | 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==25.0.0.dev19) (5.2.4) 2022-05-06 03:27:09.731 | 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==25.0.0.dev19) (0.4.0) 2022-05-06 03:27:09.734 | 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==25.0.0.dev19) (5.1.1) 2022-05-06 03:27:09.760 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev19) (3.3.0) 2022-05-06 03:27:09.762 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev19) (3.1.2) 2022-05-06 03:27:09.765 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==25.0.0.dev19) (3.2.2) 2022-05-06 03:27:09.824 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==25.0.0.dev19) (5.9.0) 2022-05-06 03:27:09.867 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev19) (0.11.0) 2022-05-06 03:27:09.869 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev19) (2022.1) 2022-05-06 03:27:09.870 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==25.0.0.dev19) (21.3) 2022-05-06 03:27:09.941 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==25.0.0.dev19) (62.1.0) 2022-05-06 03:27:09.997 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==25.0.0.dev19) (0.2.5) 2022-05-06 03:27:10.096 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==25.0.0.dev19) (0.7) 2022-05-06 03:27:10.362 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev19) (6.3.1) 2022-05-06 03:27:10.363 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev19) (2.8) 2022-05-06 03:27:10.365 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev19) (1.4.2) 2022-05-06 03:27:10.367 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==25.0.0.dev19) (2.5.0) 2022-05-06 03:27:10.422 | Requirement already satisfied: simplegeneric in /usr/local/lib/python3.8/dist-packages (from WSME>=0.8.0->glance==25.0.0.dev19) (0.8.1) 2022-05-06 03:27:10.444 | 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==25.0.0.dev19) (5.0.0) 2022-05-06 03:27:10.531 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==25.0.0.dev19) (2.21) 2022-05-06 03:27:10.642 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==25.0.0.dev19) (2.1.1) 2022-05-06 03:27:10.852 | 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==25.0.0.dev19) (2.5.0) 2022-05-06 03:27:10.853 | 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==25.0.0.dev19) (1.4.0) 2022-05-06 03:27:10.855 | 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==25.0.0.dev19) (1.1.5) 2022-05-06 03:27:10.856 | 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==25.0.0.dev19) (1.0.0) 2022-05-06 03:27:10.857 | 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==25.0.0.dev19) (1.4.4) 2022-05-06 03:27:10.859 | 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==25.0.0.dev19) (1.32) 2022-05-06 03:27:10.860 | 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==25.0.0.dev19) (5.1.1) 2022-05-06 03:27:10.974 | 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==25.0.0.dev19) (0.14.1) 2022-05-06 03:27:11.004 | 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==25.0.0.dev19) (1.0.3) 2022-05-06 03:27:11.050 | 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==25.0.0.dev19) (1.3.3) 2022-05-06 03:27:11.052 | 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==25.0.0.dev19) (3.0.0) 2022-05-06 03:27:11.286 | 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==25.0.0.dev19) (3.10.1) 2022-05-06 03:27:11.461 | 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==25.0.0.dev19) (3.3) 2022-05-06 03:27:11.462 | 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==25.0.0.dev19) (2019.11.28) 2022-05-06 03:27:11.464 | 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==25.0.0.dev19) (2.0.12) 2022-05-06 03:27:11.465 | 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==25.0.0.dev19) (1.26.9) 2022-05-06 03:27:11.565 | 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==25.0.0.dev19) (0.5.2) 2022-05-06 03:27:11.714 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==25.0.0.dev19) (2.5.0) 2022-05-06 03:27:11.842 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==25.0.0.dev19) (3.8.0) 2022-05-06 03:27:12.146 | 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==25.0.0.dev19) (2.4.1) 2022-05-06 03:27:12.149 | 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==25.0.0.dev19) (0.5.0) 2022-05-06 03:27:12.367 | 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==25.0.0.dev19) (2.3) 2022-05-06 03:27:12.634 | 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==25.0.0.dev19) (1.0.0) 2022-05-06 03:27:12.986 | 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==25.0.0.dev19) (21.4.0) 2022-05-06 03:27:12.987 | 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==25.0.0.dev19) (1.8.2) 2022-05-06 03:27:14.454 | Installing collected packages: glance 2022-05-06 03:27:14.455 | Attempting uninstall: glance 2022-05-06 03:27:14.455 | Found existing installation: glance 25.0.0.dev19 2022-05-06 03:27:14.461 | Can't uninstall 'glance'. No files were found to uninstall. 2022-05-06 03:27:14.463 | Running setup.py develop for glance 2022-05-06 03:27:20.447 | Successfully installed glance 2022-05-06 03:27:20.447 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:27:20.455 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:27:20.455 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:27:20.599 | + inc/python:pip_install:200 : result=0 2022-05-06 03:27:20.603 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:27:20.607 | + functions-common:time_stop:2437 : local name 2022-05-06 03:27:20.611 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:27:20.616 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:27:20.620 | + functions-common:time_stop:2440 : local total 2022-05-06 03:27:20.623 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:27:20.626 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:27:20.629 | + functions-common:time_stop:2444 : start_time=1651807622045 2022-05-06 03:27:20.632 | + functions-common:time_stop:2446 : [[ -z 1651807622045 ]] 2022-05-06 03:27:20.635 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:27:20.639 | + functions-common:time_stop:2449 : end_time=1651807640636 2022-05-06 03:27:20.641 | + functions-common:time_stop:2450 : elapsed_time=18591 2022-05-06 03:27:20.645 | + functions-common:time_stop:2451 : total=85534 2022-05-06 03:27:20.647 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:27:20.650 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=104125 2022-05-06 03:27:20.653 | + inc/python:pip_install:203 : return 0 2022-05-06 03:27:20.656 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-06 03:27:20.659 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-05-06 03:27:20.662 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-05-06 03:27:20.684 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-05-06 03:27:20.698 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-05-06 03:27:20.701 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-05-06 03:27:20.705 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:27:20.708 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:27:20.711 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-05-06 03:27:20.714 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:27:20.716 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-06 03:27:20.719 | + ./stack.sh:main:922 : configure_glance 2022-05-06 03:27:20.721 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-05-06 03:27:20.734 | + lib/glance:configure_glance:326 : local dburl 2022-05-06 03:27:20.737 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-05-06 03:27:20.740 | ++ lib/database:database_connection_url:134 : local db=glance 2022-05-06 03:27:20.743 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-05-06 03:27:20.745 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=glance 2022-05-06 03:27:20.747 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-05-06 03:27:20.751 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-05-06 03:27:20.754 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-05-06 03:27:20.785 | + 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-05-06 03:27:20.814 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-05-06 03:27:20.843 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-05-06 03:27:20.873 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-05-06 03:27:20.904 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-05-06 03:27:20.938 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-05-06 03:27:20.940 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-05-06 03:27:20.943 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-05-06 03:27:20.946 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-06 03:27:20.948 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-05-06 03:27:20.983 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-05-06 03:27:21.018 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.25/identity 2022-05-06 03:27:21.047 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-05-06 03:27:21.077 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-05-06 03:27:21.107 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-05-06 03:27:21.137 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-05-06 03:27:21.167 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-05-06 03:27:21.197 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:27:21.234 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-05-06 03:27:21.265 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-05-06 03:27:21.295 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-05-06 03:27:21.297 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-05-06 03:27:21.300 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-05-06 03:27:21.302 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-06 03:27:21.305 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-06 03:27:21.308 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-06 03:27:21.326 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:21.330 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-06 03:27:21.333 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-06 03:27:21.337 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-06 03:27:21.356 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:21.359 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:27:21.362 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:27:21.398 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-06 03:27:21.401 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-06 03:27:21.403 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-05-06 03:27:21.406 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-05-06 03:27:21.408 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-05-06 03:27:21.441 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-05-06 03:27:21.473 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-05-06 03:27:21.476 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-05-06 03:27:21.478 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-05-06 03:27:21.481 | + lib/glance:configure_glance_store:254 : local be 2022-05-06 03:27:21.484 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-05-06 03:27:21.487 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-05-06 03:27:21.489 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-05-06 03:27:21.523 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-05-06 03:27:21.526 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.25 2022-05-06 03:27:21.561 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-05-06 03:27:21.563 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-05-06 03:27:21.585 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:21.589 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-05-06 03:27:21.626 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-05-06 03:27:21.657 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-05-06 03:27:21.688 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-05-06 03:27:21.725 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-05-06 03:27:21.763 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-05-06 03:27:21.779 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:27:21.782 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-05-06 03:27:21.812 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-05-06 03:27:21.841 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-05-06 03:27:21.871 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.25/identity/v3 2022-05-06 03:27:21.901 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-05-06 03:27:21.932 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.25/image 2022-05-06 03:27:21.961 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-05-06 03:27:21.979 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:27:21.981 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-05-06 03:27:21.984 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-05-06 03:27:21.987 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-05-06 03:27:21.991 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-06 03:27:22.009 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-06 03:27:22.012 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-06 03:27:22.014 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-06 03:27:22.016 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-06 03:27:22.019 | + 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-05-06 03:27:22.049 | + 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-05-06 03:27:22.078 | + 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-05-06 03:27:22.108 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-06 03:27:22.138 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-05-06 03:27:22.143 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-05-06 03:27:22.173 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-05-06 03:27:22.203 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-05-06 03:27:22.232 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.25/identity 2022-05-06 03:27:22.263 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-05-06 03:27:22.292 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-05-06 03:27:22.324 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-05-06 03:27:22.354 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-05-06 03:27:22.384 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-05-06 03:27:22.414 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-05-06 03:27:22.445 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-05-06 03:27:22.475 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-05-06 03:27:22.480 | + 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-05-06 03:27:22.488 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-05-06 03:27:22.504 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:27:22.507 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-05-06 03:27:22.509 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-05-06 03:27:22.512 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-05-06 03:27:22.514 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-05-06 03:27:22.517 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-05-06 03:27:22.520 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-05-06 03:27:22.524 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-05-06 03:27:22.526 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-05-06 03:27:22.530 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-05-06 03:27:22.560 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-05-06 03:27:22.562 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-05-06 03:27:22.565 | ++ functions:get_random_port:837 : true 2022-05-06 03:27:22.567 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-05-06 03:27:22.570 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-05-06 03:27:22.572 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-05-06 03:27:22.637 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-05-06 03:27:22.640 | ++ functions:get_random_port:841 : break 2 2022-05-06 03:27:22.644 | ++ functions:get_random_port:845 : echo 60999 2022-05-06 03:27:22.648 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-05-06 03:27:22.652 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-05-06 03:27:22.684 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-05-06 03:27:22.712 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-05-06 03:27:22.739 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-05-06 03:27:22.767 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-05-06 03:27:22.795 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-05-06 03:27:22.828 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-05-06 03:27:22.856 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-05-06 03:27:22.885 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-05-06 03:27:22.913 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-06 03:27:22.950 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-05-06 03:27:22.982 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-06 03:27:23.012 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-05-06 03:27:23.040 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-05-06 03:27:23.067 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-05-06 03:27:23.095 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-05-06 03:27:23.123 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-05-06 03:27:23.151 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-05-06 03:27:23.179 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-05-06 03:27:23.207 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-05-06 03:27:23.210 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-05-06 03:27:23.212 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:27:23.215 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:23.217 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:23.220 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-05-06 03:27:23.222 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-05-06 03:27:23.280 | proxy (enabled by site administrator) 2022-05-06 03:27:23.284 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-05-06 03:27:23.289 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-05-06 03:27:23.291 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:27:23.299 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:23.299 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:23.301 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-05-06 03:27:23.304 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-05-06 03:27:23.363 | proxy_http (enabled by site administrator) 2022-05-06 03:27:23.366 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-05-06 03:27:23.369 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-05-06 03:27:23.372 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-05-06 03:27:23.374 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-06 03:27:23.377 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:23.379 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:23.382 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-06 03:27:23.385 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-06 03:27:23.388 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-05-06 03:27:23.389 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-06 03:27:23.398 | KeepAlive Off 2022-05-06 03:27:23.402 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-05-06 03:27:23.402 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-06 03:27:23.411 | SetEnv proxy-sendchunked 1 2022-05-06 03:27:23.416 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-05-06 03:27:23.416 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-05-06 03:27:23.425 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-05-06 03:27:23.428 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-05-06 03:27:23.431 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-05-06 03:27:23.433 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-06 03:27:23.435 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-06 03:27:23.438 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:27:23.440 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:23.442 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:23.445 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-06 03:27:23.448 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-06 03:27:23.450 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:23.452 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:23.455 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-05-06 03:27:23.516 | Site glance-wsgi-api already enabled 2022-05-06 03:27:23.521 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-05-06 03:27:23.523 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-06 03:27:23.526 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:27:23.529 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-06 03:27:23.664 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-05-06 03:27:23.673 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-05-06 03:27:23.705 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-05-06 03:27:23.708 | + ./stack.sh:main:925 : is_service_enabled cinder 2022-05-06 03:27:23.727 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:23.730 | + ./stack.sh:main:927 : stack_install_service cinder 2022-05-06 03:27:23.732 | + lib/stack:stack_install_service:20 : local service=cinder 2022-05-06 03:27:23.735 | + lib/stack:stack_install_service:21 : type install_cinder 2022-05-06 03:27:23.737 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-06 03:27:23.740 | + lib/stack:stack_install_service:32 : install_cinder 2022-05-06 03:27:23.742 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-05-06 03:27:23.745 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-05-06 03:27:23.747 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-05-06 03:27:23.749 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:27:23.752 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:27:23.755 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:27:23.758 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:27:23.760 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:27:23.763 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:27:23.779 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:27:23.782 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:27:23.784 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:27:23.787 | + functions-common:git_clone:629 : echo master 2022-05-06 03:27:23.787 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:27:23.792 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-05-06 03:27:23.795 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:27:23.797 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-05-06 03:27:23.810 | + functions-common:git_clone:689 : cd /opt/stack/cinder 2022-05-06 03:27:23.814 | + functions-common:git_clone:690 : head -1 2022-05-06 03:27:23.814 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:27:23.834 | 4f73ff920 Merge "mypy: policy.py" 2022-05-06 03:27:23.839 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:27:23.842 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-05-06 03:27:23.846 | + inc/python:setup_develop:338 : local bindep 2022-05-06 03:27:23.851 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-05-06 03:27:23.854 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-05-06 03:27:23.856 | + inc/python:setup_develop:344 : local extras= 2022-05-06 03:27:23.859 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-05-06 03:27:23.862 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-06 03:27:23.865 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-05-06 03:27:23.867 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-05-06 03:27:23.870 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-06 03:27:23.873 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-06 03:27:23.877 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-05-06 03:27:23.880 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-06 03:27:23.883 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-05-06 03:27:23.886 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-06 03:27:23.888 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-06 03:27:23.892 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-05-06 03:27:23.898 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-05-06 03:27:23.900 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-05-06 03:27:24.557 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-05-06 03:27:24.560 | + inc/python:setup_package:418 : local bindep=0 2022-05-06 03:27:24.565 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-06 03:27:24.568 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-06 03:27:24.573 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-05-06 03:27:24.576 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-05-06 03:27:24.581 | + inc/python:setup_package:427 : local flags=-e 2022-05-06 03:27:24.585 | + inc/python:setup_package:428 : local extras= 2022-05-06 03:27:24.588 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-06 03:27:24.590 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-06 03:27:24.593 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-06 03:27:24.596 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-06 03:27:24.598 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-06 03:27:24.601 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-05-06 03:27:24.622 | Using python 3.8 to install /opt/stack/cinder 2022-05-06 03:27:24.625 | + 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-05-06 03:27:25.473 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:27:25.473 | from cryptography.utils import int_from_bytes 2022-05-06 03:27:25.474 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:27:25.474 | from cryptography.utils import int_from_bytes 2022-05-06 03:27:26.644 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:27:26.674 | Obtaining file:///opt/stack/cinder 2022-05-06 03:27:26.675 | Preparing metadata (setup.py): started 2022-05-06 03:27:32.226 | Preparing metadata (setup.py): finished with status 'done' 2022-05-06 03:27:32.372 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (5.9.0) 2022-05-06 03:27:32.374 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (5.1.1) 2022-05-06 03:27:32.375 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (0.33.0) 2022-05-06 03:27:32.376 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.1.2) 2022-05-06 03:27:32.377 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (0.20.4) 2022-05-06 03:27:32.378 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.0.2) 2022-05-06 03:27:32.379 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==20.1.0.dev124) (3.2.0) 2022-05-06 03:27:32.380 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.5.0) 2022-05-06 03:27:32.381 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (9.4.0) 2022-05-06 03:27:32.382 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.8.0) 2022-05-06 03:27:32.383 | Requirement already satisfied: oauth2client>=4.1.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.1.3) 2022-05-06 03:27:32.385 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (8.8.0) 2022-05-06 03:27:32.386 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.5.1) 2022-05-06 03:27:32.387 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.1.0) 2022-05-06 03:27:32.388 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (11.3.0) 2022-05-06 03:27:32.389 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.7.0) 2022-05-06 03:27:32.390 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (12.13.0) 2022-05-06 03:27:32.391 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.5.1) 2022-05-06 03:27:32.392 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.12.1) 2022-05-06 03:27:32.393 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.8.0) 2022-05-06 03:27:32.395 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.4.0) 2022-05-06 03:27:32.396 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (6.3.1) 2022-05-06 03:27:32.397 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.3.0) 2022-05-06 03:27:32.398 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.8.0) 2022-05-06 03:27:32.400 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.5.0) 2022-05-06 03:27:32.401 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.13.0) 2022-05-06 03:27:32.402 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.6.0) 2022-05-06 03:27:32.403 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.4.3) 2022-05-06 03:27:32.404 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (21.3) 2022-05-06 03:27:32.405 | Requirement already satisfied: paramiko>=2.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.8.1) 2022-05-06 03:27:32.406 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.5.0) 2022-05-06 03:27:32.407 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.1.1) 2022-05-06 03:27:32.408 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (5.9.0) 2022-05-06 03:27:32.409 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.0.8) 2022-05-06 03:27:32.410 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (5.3.0) 2022-05-06 03:27:32.411 | Requirement already satisfied: python-glanceclient>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.6.0) 2022-05-06 03:27:32.412 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.4.0) 2022-05-06 03:27:32.413 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (17.7.0) 2022-05-06 03:27:32.415 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.13.1) 2022-05-06 03:27:32.416 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2022.1) 2022-05-06 03:27:32.417 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.27.1) 2022-05-06 03:27:32.418 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.5.1) 2022-05-06 03:27:32.419 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (4.7.0) 2022-05-06 03:27:32.420 | Requirement already satisfied: rtslib-fb>=2.1.74 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.1.74) 2022-05-06 03:27:32.421 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.16.0) 2022-05-06 03:27:32.422 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.4.36) 2022-05-06 03:27:32.423 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (0.13.0) 2022-05-06 03:27:32.424 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.5.0) 2022-05-06 03:27:32.425 | Requirement already satisfied: tabulate>=0.8.7 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (0.8.9) 2022-05-06 03:27:32.426 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (6.3.1) 2022-05-06 03:27:32.427 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.8.7) 2022-05-06 03:27:32.428 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (5.1.0) 2022-05-06 03:27:32.429 | Requirement already satisfied: oslo.vmware>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.10.0) 2022-05-06 03:27:32.430 | Requirement already satisfied: os-brick>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (5.2.0) 2022-05-06 03:27:32.432 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (5.6.0) 2022-05-06 03:27:32.433 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.11.1) 2022-05-06 03:27:32.434 | Requirement already satisfied: google-api-python-client>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (2.47.0) 2022-05-06 03:27:32.435 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (3.11.0) 2022-05-06 03:27:32.436 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (36.0.2) 2022-05-06 03:27:32.437 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (0.2.2) 2022-05-06 03:27:32.438 | Requirement already satisfied: zstd>=1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.5.2.5) 2022-05-06 03:27:32.439 | Requirement already satisfied: boto3>=1.16.51 in /usr/local/lib/python3.8/dist-packages (from cinder==20.1.0.dev124) (1.22.6) 2022-05-06 03:27:32.452 | Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev124) (0.5.2) 2022-05-06 03:27:32.454 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev124) (1.0.0) 2022-05-06 03:27:32.455 | Requirement already satisfied: botocore<1.26.0,>=1.25.6 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==20.1.0.dev124) (1.25.6) 2022-05-06 03:27:32.516 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==20.1.0.dev124) (1.15.0) 2022-05-06 03:27:32.546 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==20.1.0.dev124) (2.2.1) 2022-05-06 03:27:32.562 | 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==20.1.0.dev124) (2.6.6) 2022-05-06 03:27:32.564 | 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==20.1.0.dev124) (0.1.0) 2022-05-06 03:27:32.565 | Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==20.1.0.dev124) (2.7.3) 2022-05-06 03:27:32.566 | 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==20.1.0.dev124) (4.1.1) 2022-05-06 03:27:32.662 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==20.1.0.dev124) (1.7.0) 2022-05-06 03:27:32.716 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev124) (3.1.1) 2022-05-06 03:27:32.718 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==20.1.0.dev124) (2.11.0) 2022-05-06 03:27:32.743 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev124) (0.4.8) 2022-05-06 03:27:32.745 | Requirement already satisfied: rsa>=3.1.4 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev124) (4.8) 2022-05-06 03:27:32.746 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==20.1.0.dev124) (0.2.8) 2022-05-06 03:27:32.825 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->cinder==20.1.0.dev124) (0.17.3) 2022-05-06 03:27:32.870 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev124) (0.8.0) 2022-05-06 03:27:32.871 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev124) (6.0) 2022-05-06 03:27:32.873 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev124) (2.5.0) 2022-05-06 03:27:32.874 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==20.1.0.dev124) (1.5.0) 2022-05-06 03:27:32.934 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev124) (2.0.1) 2022-05-06 03:27:32.936 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev124) (1.7.7) 2022-05-06 03:27:32.937 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==20.1.0.dev124) (0.5.0) 2022-05-06 03:27:32.997 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev124) (0.9.6) 2022-05-06 03:27:32.999 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->cinder==20.1.0.dev124) (2.8.2) 2022-05-06 03:27:33.058 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev124) (0.4.0) 2022-05-06 03:27:33.059 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev124) (5.0.0) 2022-05-06 03:27:33.060 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev124) (5.1.1) 2022-05-06 03:27:33.062 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev124) (2.4.1) 2022-05-06 03:27:33.067 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==20.1.0.dev124) (5.2.4) 2022-05-06 03:27:33.089 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev124) (3.2.2) 2022-05-06 03:27:33.091 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev124) (3.1.2) 2022-05-06 03:27:33.093 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==20.1.0.dev124) (3.3.0) 2022-05-06 03:27:33.141 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->cinder==20.1.0.dev124) (1.0.3) 2022-05-06 03:27:33.221 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev124) (3.0.0) 2022-05-06 03:27:33.228 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->cinder==20.1.0.dev124) (1.3.3) 2022-05-06 03:27:33.251 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev124) (3.2.0) 2022-05-06 03:27:33.276 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->cinder==20.1.0.dev124) (0.11.0) 2022-05-06 03:27:33.343 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev124) (1.26.9) 2022-05-06 03:27:33.346 | Requirement already satisfied: suds-community>=0.6 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==20.1.0.dev124) (1.1.1) 2022-05-06 03:27:33.471 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.2->cinder==20.1.0.dev124) (1.5.0) 2022-05-06 03:27:33.497 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==20.1.0.dev124) (62.1.0) 2022-05-06 03:27:33.636 | 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==20.1.0.dev124) (3.10.1) 2022-05-06 03:27:33.672 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev124) (1.14.1) 2022-05-06 03:27:33.673 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev124) (22.0.0) 2022-05-06 03:27:33.677 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==20.1.0.dev124) (1.3.3) 2022-05-06 03:27:33.877 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev124) (2.0.12) 2022-05-06 03:27:33.879 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev124) (3.3) 2022-05-06 03:27:33.881 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==20.1.0.dev124) (2019.11.28) 2022-05-06 03:27:33.918 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==20.1.0.dev124) (0.7) 2022-05-06 03:27:33.970 | Requirement already satisfied: pyudev>=0.16.1 in /usr/local/lib/python3.8/dist-packages (from rtslib-fb>=2.1.74->cinder==20.1.0.dev124) (0.23.2) 2022-05-06 03:27:34.209 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev124) (0.4.2) 2022-05-06 03:27:34.210 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==20.1.0.dev124) (0.5.2) 2022-05-06 03:27:34.356 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev124) (1.4.2) 2022-05-06 03:27:34.361 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev124) (2.8) 2022-05-06 03:27:34.363 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==20.1.0.dev124) (2.5.0) 2022-05-06 03:27:34.523 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==20.1.0.dev124) (0.13.1) 2022-05-06 03:27:34.642 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev124) (5.7.1) 2022-05-06 03:27:34.643 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev124) (1.2.0) 2022-05-06 03:27:34.644 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==20.1.0.dev124) (4.11.3) 2022-05-06 03:27:34.680 | 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==20.1.0.dev124) (5.0.0) 2022-05-06 03:27:34.894 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==20.1.0.dev124) (2.21) 2022-05-06 03:27:34.972 | 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==20.1.0.dev124) (0.5.0) 2022-05-06 03:27:34.974 | 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==20.1.0.dev124) (2.4.1) 2022-05-06 03:27:35.157 | 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->cinder==20.1.0.dev124) (2.5.0) 2022-05-06 03:27:35.243 | Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev124) (1.56.0) 2022-05-06 03:27:35.244 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==20.1.0.dev124) (3.20.1) 2022-05-06 03:27:35.423 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==20.1.0.dev124) (2.1.1) 2022-05-06 03:27:35.843 | 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==20.1.0.dev124) (1.1.5) 2022-05-06 03:27:35.895 | 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==20.1.0.dev124) (0.14.1) 2022-05-06 03:27:35.944 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==20.1.0.dev124) (0.2.5) 2022-05-06 03:27:37.005 | 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==20.1.0.dev124) (1.32) 2022-05-06 03:27:37.276 | 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==20.1.0.dev124) (21.4.0) 2022-05-06 03:27:37.277 | 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==20.1.0.dev124) (1.8.2) 2022-05-06 03:27:37.424 | 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==20.1.0.dev124) (2.3) 2022-05-06 03:27:37.613 | 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->cinder==20.1.0.dev124) (1.0.0) 2022-05-06 03:27:37.786 | 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==20.1.0.dev124) (3.8.0) 2022-05-06 03:27:39.449 | Installing collected packages: cinder 2022-05-06 03:27:39.449 | Attempting uninstall: cinder 2022-05-06 03:27:39.450 | Found existing installation: cinder 20.1.0.dev124 2022-05-06 03:27:39.456 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-05-06 03:27:39.457 | Running setup.py develop for cinder 2022-05-06 03:27:46.893 | Successfully installed cinder 2022-05-06 03:27:46.893 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:27:46.901 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:27:46.901 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:27:47.056 | + inc/python:pip_install:200 : result=0 2022-05-06 03:27:47.060 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:27:47.063 | + functions-common:time_stop:2437 : local name 2022-05-06 03:27:47.066 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:27:47.070 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:27:47.073 | + functions-common:time_stop:2440 : local total 2022-05-06 03:27:47.077 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:27:47.080 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:27:47.084 | + functions-common:time_stop:2444 : start_time=1651807644616 2022-05-06 03:27:47.087 | + functions-common:time_stop:2446 : [[ -z 1651807644616 ]] 2022-05-06 03:27:47.090 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:27:47.095 | + functions-common:time_stop:2449 : end_time=1651807667092 2022-05-06 03:27:47.097 | + functions-common:time_stop:2450 : elapsed_time=22476 2022-05-06 03:27:47.099 | + functions-common:time_stop:2451 : total=104125 2022-05-06 03:27:47.102 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:27:47.104 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=126601 2022-05-06 03:27:47.109 | + inc/python:pip_install:203 : return 0 2022-05-06 03:27:47.112 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-06 03:27:47.115 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-05-06 03:27:47.118 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-05-06 03:27:47.141 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-05-06 03:27:47.153 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-05-06 03:27:47.156 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-05-06 03:27:47.158 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:27:47.161 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:27:47.163 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-05-06 03:27:47.166 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:27:47.169 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-05-06 03:27:47.171 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-05-06 03:27:47.174 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-05-06 03:27:47.176 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:47.179 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:47.181 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-05-06 03:27:47.193 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-05-06 03:27:47.196 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:27:47.198 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:27:47.201 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:27:47.203 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:27:47.206 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:27:47.208 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:27:47.211 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:47.213 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:47.216 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:27:47.219 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:27:47.221 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:27:47.223 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:27:47.226 | + functions-common:install_package:1476 : real_install_package targetcli-fb 2022-05-06 03:27:47.228 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:27:47.231 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:47.233 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:47.236 | + functions-common:real_install_package:1462 : apt_get install targetcli-fb 2022-05-06 03:27:47.260 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-05-06 03:27:47.370 | Reading package lists... 2022-05-06 03:27:47.619 | Building dependency tree... 2022-05-06 03:27:47.620 | Reading state information... 2022-05-06 03:27:47.883 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-05-06 03:27:47.883 | The following packages were automatically installed and are no longer required: 2022-05-06 03:27:47.884 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:27:47.884 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:27:47.884 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:27:47.884 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:27:47.885 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:27:47.885 | python3-zope.interface 2022-05-06 03:27:47.885 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:27:48.012 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:27:48.017 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:27:48.021 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:27:48.024 | + functions-common:time_stop:2437 : local name 2022-05-06 03:27:48.027 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:27:48.031 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:27:48.034 | + functions-common:time_stop:2440 : local total 2022-05-06 03:27:48.040 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:27:48.043 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:27:48.046 | + functions-common:time_stop:2444 : start_time=1651807667256 2022-05-06 03:27:48.048 | + functions-common:time_stop:2446 : [[ -z 1651807667256 ]] 2022-05-06 03:27:48.051 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:27:48.056 | + functions-common:time_stop:2449 : end_time=1651807668053 2022-05-06 03:27:48.059 | + functions-common:time_stop:2450 : elapsed_time=797 2022-05-06 03:27:48.061 | + functions-common:time_stop:2451 : total=5520 2022-05-06 03:27:48.064 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:27:48.066 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=6317 2022-05-06 03:27:48.069 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:27:48.072 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-06 03:27:48.074 | + ./stack.sh:main:928 : configure_cinder 2022-05-06 03:27:48.077 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-05-06 03:27:48.090 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-05-06 03:27:48.094 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-05-06 03:27:48.096 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-05-06 03:27:48.098 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-05-06 03:27:48.102 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-05-06 03:27:48.102 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-05-06 03:27:48.107 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-05-06 03:27:48.109 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-05-06 03:27:48.111 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-05-06 03:27:48.113 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-05-06 03:27:48.115 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-05-06 03:27:48.118 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-05-06 03:27:48.120 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-05-06 03:27:48.122 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-05-06 03:27:48.134 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-05-06 03:27:48.146 | + 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-05-06 03:27:48.158 | + 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-05-06 03:27:48.170 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-05-06 03:27:48.182 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-05-06 03:27:48.185 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-05-06 03:27:48.189 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.IkEI6Cfwzq 2022-05-06 03:27:48.191 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-05-06 03:27:48.194 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-05-06 03:27:48.196 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-05-06 03:27:48.198 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.IkEI6Cfwzq 2022-05-06 03:27:48.202 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.IkEI6Cfwzq 2022-05-06 03:27:48.214 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.IkEI6Cfwzq /etc/sudoers.d/cinder-rootwrap 2022-05-06 03:27:48.226 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-05-06 03:27:48.230 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-05-06 03:27:48.233 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-05-06 03:27:48.235 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-05-06 03:27:48.237 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-05-06 03:27:48.239 | + 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-05-06 03:27:48.241 | + 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-05-06 03:27:48.244 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-05-06 03:27:48.246 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-05-06 03:27:48.251 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-05-06 03:27:48.256 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-05-06 03:27:48.274 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-05-06 03:27:48.293 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-05-06 03:27:48.312 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-05-06 03:27:48.330 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-05-06 03:27:48.349 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-05-06 03:27:48.370 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-05-06 03:27:48.389 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-05-06 03:27:48.408 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-05-06 03:27:48.410 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-05-06 03:27:48.412 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-05-06 03:27:48.415 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-06 03:27:48.417 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-05-06 03:27:48.446 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-05-06 03:27:48.474 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.25/identity 2022-05-06 03:27:48.501 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-05-06 03:27:48.529 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-05-06 03:27:48.557 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-05-06 03:27:48.585 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-05-06 03:27:48.613 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-05-06 03:27:48.641 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:27:48.669 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-05-06 03:27:48.697 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-05-06 03:27:48.728 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-05-06 03:27:48.757 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-05-06 03:27:48.759 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-05-06 03:27:48.761 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-05-06 03:27:48.764 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=cinder 2022-05-06 03:27:48.767 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-05-06 03:27:48.770 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-05-06 03:27:48.801 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-05-06 03:27:48.830 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-05-06 03:27:48.858 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-05-06 03:27:48.887 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-05-06 03:27:48.915 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-05-06 03:27:48.943 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-05-06 03:27:48.974 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-05-06 03:27:48.977 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.25 2022-05-06 03:27:49.005 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-05-06 03:27:49.036 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-05-06 03:27:49.044 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key efad9ac5fd1391846ced729fc5691218 2022-05-06 03:27:49.072 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-05-06 03:27:49.075 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-05-06 03:27:49.103 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-05-06 03:27:49.134 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-05-06 03:27:49.165 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-05-06 03:27:49.193 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-05-06 03:27:49.209 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:49.212 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-05-06 03:27:49.214 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-05-06 03:27:49.217 | + lib/cinder:configure_cinder:301 : local default_name= 2022-05-06 03:27:49.219 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-05-06 03:27:49.221 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-05-06 03:27:49.224 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-05-06 03:27:49.226 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-05-06 03:27:49.229 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-05-06 03:27:49.231 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-05-06 03:27:49.233 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-05-06 03:27:49.236 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-05-06 03:27:49.270 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-05-06 03:27:49.299 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-05-06 03:27:49.327 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-05-06 03:27:49.355 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-05-06 03:27:49.384 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-05-06 03:27:49.412 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-05-06 03:27:49.414 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-05-06 03:27:49.417 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-05-06 03:27:49.419 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-05-06 03:27:49.447 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-05-06 03:27:49.450 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-05-06 03:27:49.478 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-05-06 03:27:49.480 | + lib/cinder:configure_cinder_image_volume_cache:619 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-05-06 03:27:49.483 | + lib/cinder:configure_cinder_image_volume_cache:620 : local be_name=lvmdriver-1 2022-05-06 03:27:49.485 | + lib/cinder:configure_cinder_image_volume_cache:622 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-05-06 03:27:49.514 | + lib/cinder:configure_cinder_image_volume_cache:624 : [[ -n '' ]] 2022-05-06 03:27:49.516 | + lib/cinder:configure_cinder_image_volume_cache:628 : [[ -n '' ]] 2022-05-06 03:27:49.519 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-05-06 03:27:49.535 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:49.538 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-05-06 03:27:49.540 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-05-06 03:27:49.543 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-05-06 03:27:49.546 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-05-06 03:27:49.574 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.25:8080/v1/AUTH_ 2022-05-06 03:27:49.602 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-05-06 03:27:49.618 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:27:49.621 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-05-06 03:27:49.638 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:27:49.641 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-05-06 03:27:49.657 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:27:49.660 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-05-06 03:27:49.662 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-05-06 03:27:49.665 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-05-06 03:27:49.667 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-05-06 03:27:49.670 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-06 03:27:49.672 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-06 03:27:49.675 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-06 03:27:49.691 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:49.694 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-06 03:27:49.697 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-06 03:27:49.699 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-06 03:27:49.715 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:49.718 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:27:49.721 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:27:49.748 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-06 03:27:49.751 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-06 03:27:49.754 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-05-06 03:27:49.756 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-05-06 03:27:49.759 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-05-06 03:27:49.762 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-06 03:27:49.779 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-06 03:27:49.781 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-06 03:27:49.783 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-06 03:27:49.786 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-06 03:27:49.788 | + 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-05-06 03:27:49.817 | + 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-05-06 03:27:49.847 | + 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-05-06 03:27:49.876 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-06 03:27:49.905 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-05-06 03:27:49.922 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:49.925 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-05-06 03:27:49.927 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-05-06 03:27:49.930 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-05-06 03:27:49.932 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-05-06 03:27:49.935 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-06 03:27:49.937 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-06 03:27:49.940 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-05-06 03:27:49.944 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-05-06 03:27:49.947 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-06 03:27:49.949 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-06 03:27:49.962 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-06 03:27:49.962 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:27:49.970 | d /var/run/uwsgi 0755 ubuntu root 2022-05-06 03:27:49.974 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:27:49.990 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-05-06 03:27:49.992 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-05-06 03:27:49.996 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-05-06 03:27:50.026 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-05-06 03:27:50.054 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-05-06 03:27:50.081 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-05-06 03:27:50.109 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-05-06 03:27:50.136 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-06 03:27:50.164 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-05-06 03:27:50.192 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-05-06 03:27:50.220 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-05-06 03:27:50.247 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-05-06 03:27:50.276 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-05-06 03:27:50.303 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-06 03:27:50.331 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-05-06 03:27:50.363 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-06 03:27:50.366 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-06 03:27:50.369 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-05-06 03:27:50.371 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-05-06 03:27:50.374 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-06 03:27:50.376 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:50.379 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:50.381 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-05-06 03:27:50.384 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-05-06 03:27:50.387 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-05-06 03:27:50.415 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-05-06 03:27:50.443 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-05-06 03:27:50.444 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-05-06 03:27:50.452 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-05-06 03:27:50.456 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-05-06 03:27:50.458 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-05-06 03:27:50.461 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-06 03:27:50.463 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-06 03:27:50.466 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:27:50.468 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:50.470 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:50.473 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-06 03:27:50.475 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-06 03:27:50.478 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:27:50.480 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:27:50.483 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-05-06 03:27:50.546 | Enabling site cinder-wsgi. 2022-05-06 03:27:50.556 | To activate the new configuration, you need to run: 2022-05-06 03:27:50.556 | systemctl reload apache2 2022-05-06 03:27:50.560 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-06 03:27:50.563 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-06 03:27:50.565 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:27:50.568 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-06 03:27:50.708 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-05-06 03:27:50.711 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-05-06 03:27:50.743 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.25/image 2022-05-06 03:27:50.774 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-05-06 03:27:50.790 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:27:50.792 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-05-06 03:27:50.795 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-05-06 03:27:50.797 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-05-06 03:27:50.799 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-05-06 03:27:50.802 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-05-06 03:27:50.832 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-05-06 03:27:50.861 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.25/identity 2022-05-06 03:27:50.889 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-05-06 03:27:50.918 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-05-06 03:27:50.946 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-05-06 03:27:50.974 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-05-06 03:27:51.003 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-05-06 03:27:51.031 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:27:51.065 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-05-06 03:27:51.096 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-05-06 03:27:51.125 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-05-06 03:27:51.155 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-05-06 03:27:51.158 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-05-06 03:27:51.175 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:51.178 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.25:2379 2022-05-06 03:27:51.209 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-05-06 03:27:51.212 | + ./stack.sh:main:931 : is_service_enabled neutron 2022-05-06 03:27:51.229 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:27:51.232 | + ./stack.sh:main:933 : stack_install_service neutron 2022-05-06 03:27:51.234 | + lib/stack:stack_install_service:20 : local service=neutron 2022-05-06 03:27:51.237 | + lib/stack:stack_install_service:21 : type install_neutron 2022-05-06 03:27:51.239 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-06 03:27:51.242 | + lib/stack:stack_install_service:32 : install_neutron 2022-05-06 03:27:51.244 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-05-06 03:27:51.248 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:27:51.248 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-06 03:27:51.254 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:27:51.256 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-06 03:27:51.259 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-06 03:27:51.262 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-06 03:27:51.264 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-05-06 03:27:51.267 | + lib/neutron-legacy:install_mutnauq:467 : use_library_from_git neutron-lib 2022-05-06 03:27:51.269 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-05-06 03:27:51.272 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:27:51.274 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:27:51.277 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-05-06 03:27:51.279 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:27:51.282 | + lib/neutron-legacy:install_mutnauq:472 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-05-06 03:27:51.285 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/neutron.git 2022-05-06 03:27:51.287 | + functions-common:git_clone:609 : local git_dest=/opt/stack/neutron 2022-05-06 03:27:51.289 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:27:51.291 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:27:51.294 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:27:51.297 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:27:51.299 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:27:51.302 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:27:51.321 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:27:51.324 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:27:51.327 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:27:51.330 | + functions-common:git_clone:629 : echo master 2022-05-06 03:27:51.330 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:27:51.336 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/neutron ]] 2022-05-06 03:27:51.338 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:27:51.341 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-05-06 03:27:51.353 | + functions-common:git_clone:689 : cd /opt/stack/neutron 2022-05-06 03:27:51.357 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:27:51.357 | + functions-common:git_clone:690 : head -1 2022-05-06 03:27:51.362 | 0a99ef92c0 Merge commit 'refs/changes/65/840565/4' of ssh://review.openstack.org:29418/openstack/neutron into HEAD 2022-05-06 03:27:51.365 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:27:51.367 | + lib/neutron-legacy:install_mutnauq:473 : setup_develop /opt/stack/neutron 2022-05-06 03:27:51.370 | + inc/python:setup_develop:338 : local bindep 2022-05-06 03:27:51.372 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-05-06 03:27:51.375 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-05-06 03:27:51.378 | + inc/python:setup_develop:344 : local extras= 2022-05-06 03:27:51.381 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-05-06 03:27:51.383 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-06 03:27:51.386 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-05-06 03:27:51.388 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-05-06 03:27:51.391 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-06 03:27:51.394 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-06 03:27:51.397 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-05-06 03:27:51.399 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-06 03:27:51.403 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-05-06 03:27:51.405 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-06 03:27:51.408 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-06 03:27:51.411 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-05-06 03:27:51.417 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-05-06 03:27:51.419 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-05-06 03:27:52.081 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-05-06 03:27:52.084 | + inc/python:setup_package:418 : local bindep=0 2022-05-06 03:27:52.088 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-06 03:27:52.090 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-06 03:27:52.093 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-05-06 03:27:52.095 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-05-06 03:27:52.098 | + inc/python:setup_package:427 : local flags=-e 2022-05-06 03:27:52.101 | + inc/python:setup_package:428 : local extras= 2022-05-06 03:27:52.103 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-06 03:27:52.106 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-06 03:27:52.109 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-06 03:27:52.112 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-06 03:27:52.115 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-06 03:27:52.118 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-05-06 03:27:52.140 | Using python 3.8 to install /opt/stack/neutron 2022-05-06 03:27:52.142 | + 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-05-06 03:27:52.998 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:27:52.999 | from cryptography.utils import int_from_bytes 2022-05-06 03:27:52.999 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:27:52.999 | from cryptography.utils import int_from_bytes 2022-05-06 03:27:54.156 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:27:54.187 | Obtaining file:///opt/stack/neutron 2022-05-06 03:27:54.187 | Preparing metadata (setup.py): started 2022-05-06 03:27:59.878 | Preparing metadata (setup.py): finished with status 'done' 2022-05-06 03:27:59.970 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (5.9.0) 2022-05-06 03:27:59.971 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (3.5.0) 2022-05-06 03:27:59.972 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.1.1) 2022-05-06 03:27:59.973 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.5.1) 2022-05-06 03:27:59.974 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.5.0) 2022-05-06 03:27:59.975 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (5.1.1) 2022-05-06 03:27:59.976 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (0.33.0) 2022-05-06 03:27:59.977 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (1.4.1) 2022-05-06 03:27:59.978 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (0.20.4) 2022-05-06 03:27:59.979 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.27.1) 2022-05-06 03:27:59.980 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (3.1.2) 2022-05-06 03:27:59.981 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (9.4.0) 2022-05-06 03:27:59.982 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (0.8.0) 2022-05-06 03:27:59.984 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (0.11.0) 2022-05-06 03:27:59.985 | Requirement already satisfied: neutron-lib>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.20.0) 2022-05-06 03:27:59.986 | Requirement already satisfied: python-neutronclient>=7.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (7.8.0) 2022-05-06 03:27:59.987 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (6.3.1) 2022-05-06 03:27:59.988 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (1.4.36) 2022-05-06 03:27:59.989 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (1.8.7) 2022-05-06 03:27:59.990 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.5.0) 2022-05-06 03:27:59.991 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (1.7.7) 2022-05-06 03:27:59.992 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (3.5.0) 2022-05-06 03:27:59.993 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.11.0) 2022-05-06 03:27:59.995 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.5.1) 2022-05-06 03:27:59.996 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (8.8.0) 2022-05-06 03:27:59.997 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.1.0) 2022-05-06 03:27:59.998 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (11.3.0) 2022-05-06 03:27:59.999 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (5.1.0) 2022-05-06 03:28:00.000 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.7.0) 2022-05-06 03:28:00.001 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (12.13.0) 2022-05-06 03:28:00.002 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.5.1) 2022-05-06 03:28:00.003 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (3.12.1) 2022-05-06 03:28:00.005 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.8.0) 2022-05-06 03:28:00.006 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.4.0) 2022-05-06 03:28:00.007 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (6.3.1) 2022-05-06 03:28:00.008 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.3.0) 2022-05-06 03:28:00.009 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.8.0) 2022-05-06 03:28:00.010 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (1.5.0) 2022-05-06 03:28:00.011 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.13.0) 2022-05-06 03:28:00.012 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.6.0) 2022-05-06 03:28:00.013 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (3.4.3) 2022-05-06 03:28:00.014 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.3.1) 2022-05-06 03:28:00.016 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (1.1.0) 2022-05-06 03:28:00.017 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.17.1.post1) 2022-05-06 03:28:00.017 | Requirement already satisfied: ovsdbapp>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (1.16.0) 2022-05-06 03:28:00.018 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (21.3) 2022-05-06 03:28:00.020 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (5.9.0) 2022-05-06 03:28:00.021 | Requirement already satisfied: pyroute2>=0.6.6 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:00.022 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (22.0.0) 2022-05-06 03:28:00.023 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (17.7.0) 2022-05-06 03:28:00.024 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (0.61.0) 2022-05-06 03:28:00.025 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (4.5.0) 2022-05-06 03:28:00.026 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.7.1) 2022-05-06 03:28:00.027 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.4.1) 2022-05-06 03:28:00.028 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==20.1.0.dev187) (2.11.1) 2022-05-06 03:28:00.044 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev187) (4.11.3) 2022-05-06 03:28:00.045 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev187) (5.7.1) 2022-05-06 03:28:00.046 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==20.1.0.dev187) (1.2.0) 2022-05-06 03:28:00.054 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==20.1.0.dev187) (1.14.1) 2022-05-06 03:28:00.066 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev187) (1.16.0) 2022-05-06 03:28:00.067 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev187) (2.2.1) 2022-05-06 03:28:00.068 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==20.1.0.dev187) (1.1.2) 2022-05-06 03:28:00.084 | 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==20.1.0.dev187) (3.0.8) 2022-05-06 03:28:00.091 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==20.1.0.dev187) (2.1.1) 2022-05-06 03:28:00.151 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev187) (1.7.0) 2022-05-06 03:28:00.153 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==20.1.0.dev187) (1.0.2) 2022-05-06 03:28:00.207 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev187) (3.1.1) 2022-05-06 03:28:00.208 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==20.1.0.dev187) (4.4.0) 2022-05-06 03:28:00.264 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==20.1.0.dev187) (1.2.3) 2022-05-06 03:28:00.266 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==20.1.0.dev187) (2.7.0) 2022-05-06 03:28:00.293 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (1.4.0) 2022-05-06 03:28:00.295 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (1.32) 2022-05-06 03:28:00.296 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (6.0) 2022-05-06 03:28:00.298 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (1.1.5) 2022-05-06 03:28:00.299 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (36.0.2) 2022-05-06 03:28:00.300 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (1.0.0) 2022-05-06 03:28:00.301 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (1.4.4) 2022-05-06 03:28:00.303 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==20.1.0.dev187) (2.5.0) 2022-05-06 03:28:00.321 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==20.1.0.dev187) (1.0.3) 2022-05-06 03:28:00.412 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==20.1.0.dev187) (0.17.3) 2022-05-06 03:28:00.481 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==20.1.0.dev187) (1.5.0) 2022-05-06 03:28:00.542 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev187) (0.5.0) 2022-05-06 03:28:00.543 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev187) (0.13.0) 2022-05-06 03:28:00.546 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==20.1.0.dev187) (2.0.1) 2022-05-06 03:28:00.600 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev187) (2.8.2) 2022-05-06 03:28:00.603 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==20.1.0.dev187) (0.9.6) 2022-05-06 03:28:00.665 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev187) (5.1.1) 2022-05-06 03:28:00.667 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev187) (0.4.0) 2022-05-06 03:28:00.668 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev187) (5.2.4) 2022-05-06 03:28:00.673 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==20.1.0.dev187) (5.0.0) 2022-05-06 03:28:00.695 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev187) (3.2.2) 2022-05-06 03:28:00.697 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==20.1.0.dev187) (3.3.0) 2022-05-06 03:28:00.745 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==20.1.0.dev187) (1.15.0) 2022-05-06 03:28:00.796 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==20.1.0.dev187) (2022.1) 2022-05-06 03:28:00.828 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev187) (1.3.3) 2022-05-06 03:28:00.832 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==20.1.0.dev187) (3.0.0) 2022-05-06 03:28:00.855 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev187) (3.2.0) 2022-05-06 03:28:00.989 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==20.1.0.dev187) (2.4.0) 2022-05-06 03:28:01.059 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==20.1.0.dev187) (62.1.0) 2022-05-06 03:28:01.133 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev187) (0.3.5) 2022-05-06 03:28:01.135 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==20.1.0.dev187) (3.0.0) 2022-05-06 03:28:01.245 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:01.246 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:01.247 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:01.248 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:01.249 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:01.251 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:01.252 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.6->neutron==20.1.0.dev187) (0.6.9) 2022-05-06 03:28:01.450 | 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==20.1.0.dev187) (3.10.1) 2022-05-06 03:28:01.454 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev187) (2.5.0) 2022-05-06 03:28:01.455 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==20.1.0.dev187) (3.2.0) 2022-05-06 03:28:01.496 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev187) (3.17.6) 2022-05-06 03:28:01.498 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==20.1.0.dev187) (2.1.0) 2022-05-06 03:28:01.589 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev187) (2019.11.28) 2022-05-06 03:28:01.590 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev187) (1.26.9) 2022-05-06 03:28:01.593 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev187) (2.0.12) 2022-05-06 03:28:01.595 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==20.1.0.dev187) (3.3) 2022-05-06 03:28:01.630 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==20.1.0.dev187) (0.7) 2022-05-06 03:28:01.958 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==20.1.0.dev187) (0.13.1) 2022-05-06 03:28:02.038 | 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==20.1.0.dev187) (5.0.0) 2022-05-06 03:28:02.193 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==20.1.0.dev187) (2.21) 2022-05-06 03:28:02.264 | 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==20.1.0.dev187) (2.4.1) 2022-05-06 03:28:02.266 | 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==20.1.0.dev187) (0.5.0) 2022-05-06 03:28:02.499 | 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==20.1.0.dev187) (2.5.0) 2022-05-06 03:28:02.667 | 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==20.1.0.dev187) (2.3) 2022-05-06 03:28:03.210 | 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==20.1.0.dev187) (0.14.1) 2022-05-06 03:28:03.261 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==20.1.0.dev187) (0.2.5) 2022-05-06 03:28:03.849 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==20.1.0.dev187) (0.4.2) 2022-05-06 03:28:03.850 | 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==20.1.0.dev187) (0.5.2) 2022-05-06 03:28:04.156 | 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==20.1.0.dev187) (2.1.1) 2022-05-06 03:28:04.157 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==20.1.0.dev187) (4.11.1) 2022-05-06 03:28:04.317 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==20.1.0.dev187) (3.8.0) 2022-05-06 03:28:04.553 | 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==20.1.0.dev187) (1.8.2) 2022-05-06 03:28:04.554 | 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==20.1.0.dev187) (21.4.0) 2022-05-06 03:28:04.731 | 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==20.1.0.dev187) (1.0.0) 2022-05-06 03:28:04.985 | 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==20.1.0.dev187) (2.3.2.post1) 2022-05-06 03:28:06.563 | Installing collected packages: neutron 2022-05-06 03:28:06.563 | Attempting uninstall: neutron 2022-05-06 03:28:06.564 | Found existing installation: neutron 20.1.0.dev187 2022-05-06 03:28:06.582 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-05-06 03:28:06.584 | Running setup.py develop for neutron 2022-05-06 03:28:14.221 | Successfully installed neutron 2022-05-06 03:28:14.221 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:28:14.230 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:28:14.230 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:28:14.384 | + inc/python:pip_install:200 : result=0 2022-05-06 03:28:14.386 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:28:14.389 | + functions-common:time_stop:2437 : local name 2022-05-06 03:28:14.392 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:28:14.395 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:28:14.399 | + functions-common:time_stop:2440 : local total 2022-05-06 03:28:14.402 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:28:14.405 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:28:14.408 | + functions-common:time_stop:2444 : start_time=1651807672134 2022-05-06 03:28:14.411 | + functions-common:time_stop:2446 : [[ -z 1651807672134 ]] 2022-05-06 03:28:14.415 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:28:14.419 | + functions-common:time_stop:2449 : end_time=1651807694417 2022-05-06 03:28:14.422 | + functions-common:time_stop:2450 : elapsed_time=22283 2022-05-06 03:28:14.424 | + functions-common:time_stop:2451 : total=126601 2022-05-06 03:28:14.426 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:28:14.429 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=148884 2022-05-06 03:28:14.431 | + inc/python:pip_install:203 : return 0 2022-05-06 03:28:14.433 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-06 03:28:14.436 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-05-06 03:28:14.439 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-05-06 03:28:14.457 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-05-06 03:28:14.470 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-05-06 03:28:14.472 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-05-06 03:28:14.475 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:28:14.477 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:28:14.479 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-05-06 03:28:14.482 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:28:14.484 | + lib/neutron-legacy:install_mutnauq:475 : [[ openvswitch == \o\v\n ]] 2022-05-06 03:28:14.487 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-06 03:28:14.489 | + ./stack.sh:main:936 : is_service_enabled nova 2022-05-06 03:28:14.507 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:14.509 | + ./stack.sh:main:938 : stack_install_service nova 2022-05-06 03:28:14.511 | + lib/stack:stack_install_service:20 : local service=nova 2022-05-06 03:28:14.514 | + lib/stack:stack_install_service:21 : type install_nova 2022-05-06 03:28:14.516 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-06 03:28:14.519 | + lib/stack:stack_install_service:32 : install_nova 2022-05-06 03:28:14.522 | + lib/nova:install_nova:893 : use_library_from_git os-vif 2022-05-06 03:28:14.524 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-05-06 03:28:14.526 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:28:14.529 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:28:14.531 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-05-06 03:28:14.534 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:28:14.536 | + lib/nova:install_nova:898 : is_service_enabled n-cpu 2022-05-06 03:28:14.552 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:14.554 | + lib/nova:install_nova:902 : is_service_enabled n-novnc 2022-05-06 03:28:14.571 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:14.576 | + lib/nova:install_nova:914 : is_service_enabled n-spice 2022-05-06 03:28:14.593 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:14.596 | + lib/nova:install_nova:926 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-05-06 03:28:14.598 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/nova.git 2022-05-06 03:28:14.601 | + functions-common:git_clone:609 : local git_dest=/opt/stack/nova 2022-05-06 03:28:14.603 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:28:14.605 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:28:14.608 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:28:14.611 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:28:14.613 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:28:14.616 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:28:14.632 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:28:14.634 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:28:14.637 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:28:14.639 | + functions-common:git_clone:629 : echo master 2022-05-06 03:28:14.640 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:28:14.645 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/nova ]] 2022-05-06 03:28:14.647 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:28:14.650 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/nova 2022-05-06 03:28:14.663 | + functions-common:git_clone:689 : cd /opt/stack/nova 2022-05-06 03:28:14.666 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:28:14.666 | + functions-common:git_clone:690 : head -1 2022-05-06 03:28:14.672 | 7520711a0e Merge "Allow claiming PCI PF if child VF is unavailable" 2022-05-06 03:28:14.675 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:28:14.678 | + lib/nova:install_nova:927 : setup_develop /opt/stack/nova 2022-05-06 03:28:14.681 | + inc/python:setup_develop:338 : local bindep 2022-05-06 03:28:14.683 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-05-06 03:28:14.686 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-05-06 03:28:14.688 | + inc/python:setup_develop:344 : local extras= 2022-05-06 03:28:14.691 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-05-06 03:28:14.693 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-06 03:28:14.696 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-05-06 03:28:14.698 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-05-06 03:28:14.701 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-06 03:28:14.703 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-06 03:28:14.707 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-05-06 03:28:14.709 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-06 03:28:14.712 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-05-06 03:28:14.715 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-06 03:28:14.717 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-06 03:28:14.720 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-05-06 03:28:14.726 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-05-06 03:28:14.729 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-05-06 03:28:15.394 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-05-06 03:28:15.398 | + inc/python:setup_package:418 : local bindep=0 2022-05-06 03:28:15.401 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-06 03:28:15.404 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-06 03:28:15.407 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-05-06 03:28:15.410 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-05-06 03:28:15.414 | + inc/python:setup_package:427 : local flags=-e 2022-05-06 03:28:15.417 | + inc/python:setup_package:428 : local extras= 2022-05-06 03:28:15.421 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-06 03:28:15.424 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-06 03:28:15.428 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-06 03:28:15.431 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-06 03:28:15.434 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-06 03:28:15.436 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-05-06 03:28:15.457 | Using python 3.8 to install /opt/stack/nova 2022-05-06 03:28:15.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 -e /opt/stack/nova 2022-05-06 03:28:16.331 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:28:16.331 | from cryptography.utils import int_from_bytes 2022-05-06 03:28:16.331 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:28:16.331 | from cryptography.utils import int_from_bytes 2022-05-06 03:28:17.524 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:28:17.555 | Obtaining file:///opt/stack/nova 2022-05-06 03:28:17.556 | Preparing metadata (setup.py): started 2022-05-06 03:28:24.234 | Preparing metadata (setup.py): finished with status 'done' 2022-05-06 03:28:24.363 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (5.9.0) 2022-05-06 03:28:24.364 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.4.36) 2022-05-06 03:28:24.365 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (5.1.1) 2022-05-06 03:28:24.366 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (0.33.0) 2022-05-06 03:28:24.367 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (3.1.2) 2022-05-06 03:28:24.368 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (9.4.0) 2022-05-06 03:28:24.369 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.8.0) 2022-05-06 03:28:24.371 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.5.1) 2022-05-06 03:28:24.372 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (36.0.2) 2022-05-06 03:28:24.373 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.8.7) 2022-05-06 03:28:24.374 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.1.2) 2022-05-06 03:28:24.375 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.1.1) 2022-05-06 03:28:24.376 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (3.5.0) 2022-05-06 03:28:24.377 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (3.2.0) 2022-05-06 03:28:24.378 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (0.13.0) 2022-05-06 03:28:24.379 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.7.7) 2022-05-06 03:28:24.380 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (0.8.0) 2022-05-06 03:28:24.382 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (0.11.0) 2022-05-06 03:28:24.383 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.8.1) 2022-05-06 03:28:24.384 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.0.2) 2022-05-06 03:28:24.385 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==25.1.0.dev90) (3.2.0) 2022-05-06 03:28:24.386 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (8.3.0) 2022-05-06 03:28:24.387 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.5.0) 2022-05-06 03:28:24.388 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (7.8.0) 2022-05-06 03:28:24.389 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (3.6.0) 2022-05-06 03:28:24.390 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.27.1) 2022-05-06 03:28:24.392 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (3.5.0) 2022-05-06 03:28:24.393 | Requirement already satisfied: websockify>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (0.10.0) 2022-05-06 03:28:24.394 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.11.0) 2022-05-06 03:28:24.395 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.5.1) 2022-05-06 03:28:24.396 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (8.8.0) 2022-05-06 03:28:24.397 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.1.0) 2022-05-06 03:28:24.398 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.7.0) 2022-05-06 03:28:24.399 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.6.0) 2022-05-06 03:28:24.400 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.4.0) 2022-05-06 03:28:24.402 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.3.0) 2022-05-06 03:28:24.403 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.5.0) 2022-05-06 03:28:24.404 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.13.0) 2022-05-06 03:28:24.405 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (11.3.0) 2022-05-06 03:28:24.406 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (6.3.1) 2022-05-06 03:28:24.408 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (12.13.0) 2022-05-06 03:28:24.409 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (3.12.1) 2022-05-06 03:28:24.410 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.8.0) 2022-05-06 03:28:24.411 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (5.1.0) 2022-05-06 03:28:24.412 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.8.0) 2022-05-06 03:28:24.413 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.5.0) 2022-05-06 03:28:24.414 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.5.1) 2022-05-06 03:28:24.415 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (5.9.0) 2022-05-06 03:28:24.416 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.6.0) 2022-05-06 03:28:24.418 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (5.2.0) 2022-05-06 03:28:24.419 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.1.0) 2022-05-06 03:28:24.420 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.7.0) 2022-05-06 03:28:24.421 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.7.1) 2022-05-06 03:28:24.422 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (3.11.0) 2022-05-06 03:28:24.423 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.0.1) 2022-05-06 03:28:24.424 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.11.1) 2022-05-06 03:28:24.425 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (0.2.2) 2022-05-06 03:28:24.426 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.3.3) 2022-05-06 03:28:24.428 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (1.7.0) 2022-05-06 03:28:24.429 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (4.7.0) 2022-05-06 03:28:24.430 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.8.2) 2022-05-06 03:28:24.431 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (2.4.1) 2022-05-06 03:28:24.432 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (0.61.0) 2022-05-06 03:28:24.433 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==25.1.0.dev90) (6.0) 2022-05-06 03:28:24.449 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev90) (4.11.3) 2022-05-06 03:28:24.450 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev90) (1.2.0) 2022-05-06 03:28:24.452 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==25.1.0.dev90) (5.7.1) 2022-05-06 03:28:24.474 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==25.1.0.dev90) (5.3.0) 2022-05-06 03:28:24.514 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==25.1.0.dev90) (1.15.0) 2022-05-06 03:28:24.545 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev90) (1.16.0) 2022-05-06 03:28:24.546 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==25.1.0.dev90) (2.2.1) 2022-05-06 03:28:24.568 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==25.1.0.dev90) (2.1.1) 2022-05-06 03:28:24.694 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev90) (3.1.1) 2022-05-06 03:28:24.696 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==25.1.0.dev90) (4.4.0) 2022-05-06 03:28:24.757 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev90) (1.4.4) 2022-05-06 03:28:24.758 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev90) (1.4.0) 2022-05-06 03:28:24.787 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev90) (1.0.0) 2022-05-06 03:28:24.788 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev90) (1.1.5) 2022-05-06 03:28:24.790 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev90) (2.5.0) 2022-05-06 03:28:24.792 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==25.1.0.dev90) (1.32) 2022-05-06 03:28:24.813 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev90) (6.3.1) 2022-05-06 03:28:24.815 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==25.1.0.dev90) (5.6.0) 2022-05-06 03:28:24.866 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev90) (2.5.0) 2022-05-06 03:28:24.869 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:24.873 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==25.1.0.dev90) (1.16.0) 2022-05-06 03:28:24.933 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->nova==25.1.0.dev90) (0.17.3) 2022-05-06 03:28:25.043 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev90) (0.5.0) 2022-05-06 03:28:25.045 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==25.1.0.dev90) (2.0.1) 2022-05-06 03:28:25.129 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->nova==25.1.0.dev90) (0.9.6) 2022-05-06 03:28:25.192 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev90) (5.2.4) 2022-05-06 03:28:25.195 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev90) (0.4.0) 2022-05-06 03:28:25.197 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev90) (5.0.0) 2022-05-06 03:28:25.199 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==25.1.0.dev90) (5.1.1) 2022-05-06 03:28:25.226 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev90) (3.3.0) 2022-05-06 03:28:25.228 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==25.1.0.dev90) (3.2.2) 2022-05-06 03:28:25.279 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->nova==25.1.0.dev90) (1.0.3) 2022-05-06 03:28:25.339 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.2.0->nova==25.1.0.dev90) (2022.1) 2022-05-06 03:28:25.374 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev90) (1.3.3) 2022-05-06 03:28:25.378 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==25.1.0.dev90) (3.0.0) 2022-05-06 03:28:25.430 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev90) (21.3) 2022-05-06 03:28:25.433 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==25.1.0.dev90) (3.0.8) 2022-05-06 03:28:25.521 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==25.1.0.dev90) (1.5.0) 2022-05-06 03:28:25.548 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==25.1.0.dev90) (62.1.0) 2022-05-06 03:28:25.629 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==25.1.0.dev90) (0.2.5) 2022-05-06 03:28:25.706 | 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==25.1.0.dev90) (3.17.6) 2022-05-06 03:28:25.772 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev90) (1.3.3) 2022-05-06 03:28:25.776 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev90) (1.14.1) 2022-05-06 03:28:25.777 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==25.1.0.dev90) (22.0.0) 2022-05-06 03:28:25.823 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev90) (2.5.0) 2022-05-06 03:28:25.827 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev90) (2.1.0) 2022-05-06 03:28:25.828 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==25.1.0.dev90) (3.10.1) 2022-05-06 03:28:25.906 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev90) (1.26.9) 2022-05-06 03:28:25.908 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev90) (3.3) 2022-05-06 03:28:25.909 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==25.1.0.dev90) (2019.11.28) 2022-05-06 03:28:25.912 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==25.1.0.dev90) (2.0.12) 2022-05-06 03:28:26.008 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==25.1.0.dev90) (0.7) 2022-05-06 03:28:26.223 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev90) (0.5.2) 2022-05-06 03:28:26.223 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==25.1.0.dev90) (0.4.2) 2022-05-06 03:28:26.339 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev90) (2.8) 2022-05-06 03:28:26.342 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev90) (2.5.0) 2022-05-06 03:28:26.345 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==25.1.0.dev90) (1.4.2) 2022-05-06 03:28:26.435 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==25.1.0.dev90) (0.13.1) 2022-05-06 03:28:26.511 | Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (from websockify>=0.9.0->nova==25.1.0.dev90) (1.22.3) 2022-05-06 03:28:26.574 | 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==25.1.0.dev90) (5.0.0) 2022-05-06 03:28:26.782 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==25.1.0.dev90) (2.21) 2022-05-06 03:28:26.862 | 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==25.1.0.dev90) (2.4.1) 2022-05-06 03:28:26.863 | 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==25.1.0.dev90) (0.5.0) 2022-05-06 03:28:27.080 | 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==25.1.0.dev90) (2.5.0) 2022-05-06 03:28:27.193 | 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==25.1.0.dev90) (2.3) 2022-05-06 03:28:27.701 | 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==25.1.0.dev90) (0.14.1) 2022-05-06 03:28:27.745 | 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==25.1.0.dev90) (2.17.1.post1) 2022-05-06 03:28:28.116 | Requirement already satisfied: pyroute2.core==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:28.117 | Requirement already satisfied: pyroute2.ipdb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:28.118 | Requirement already satisfied: pyroute2.nslink==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:28.119 | Requirement already satisfied: pyroute2.nftables==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:28.120 | Requirement already satisfied: pyroute2.ipset==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:28.121 | Requirement already satisfied: pyroute2.ndb==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:28.122 | Requirement already satisfied: pyroute2.ethtool==0.6.9 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==25.1.0.dev90) (0.6.9) 2022-05-06 03:28:29.371 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==25.1.0.dev90) (3.8.0) 2022-05-06 03:28:29.785 | 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==25.1.0.dev90) (1.8.2) 2022-05-06 03:28:29.786 | 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==25.1.0.dev90) (21.4.0) 2022-05-06 03:28:29.884 | 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==25.1.0.dev90) (2.4.0) 2022-05-06 03:28:29.990 | 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==25.1.0.dev90) (1.0.0) 2022-05-06 03:28:31.633 | Installing collected packages: nova 2022-05-06 03:28:31.634 | Attempting uninstall: nova 2022-05-06 03:28:31.634 | Found existing installation: nova 25.1.0.dev90 2022-05-06 03:28:31.642 | Can't uninstall 'nova'. No files were found to uninstall. 2022-05-06 03:28:31.644 | Running setup.py develop for nova 2022-05-06 03:28:39.797 | Successfully installed nova 2022-05-06 03:28:39.797 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:28:39.806 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:28:39.806 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:28:39.957 | + inc/python:pip_install:200 : result=0 2022-05-06 03:28:39.961 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:28:39.964 | + functions-common:time_stop:2437 : local name 2022-05-06 03:28:39.967 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:28:39.970 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:28:39.972 | + functions-common:time_stop:2440 : local total 2022-05-06 03:28:39.975 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:28:39.978 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:28:39.982 | + functions-common:time_stop:2444 : start_time=1651807695451 2022-05-06 03:28:39.985 | + functions-common:time_stop:2446 : [[ -z 1651807695451 ]] 2022-05-06 03:28:39.990 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:28:39.995 | + functions-common:time_stop:2449 : end_time=1651807719991 2022-05-06 03:28:39.997 | + functions-common:time_stop:2450 : elapsed_time=24540 2022-05-06 03:28:39.999 | + functions-common:time_stop:2451 : total=148884 2022-05-06 03:28:40.002 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:28:40.004 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=173424 2022-05-06 03:28:40.007 | + inc/python:pip_install:203 : return 0 2022-05-06 03:28:40.009 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-06 03:28:40.012 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-05-06 03:28:40.015 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-05-06 03:28:40.034 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-05-06 03:28:40.046 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-05-06 03:28:40.048 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-05-06 03:28:40.051 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:28:40.053 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:28:40.056 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-05-06 03:28:40.059 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:28:40.061 | + lib/nova:install_nova:928 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-05-06 03:28:40.074 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-06 03:28:40.077 | + ./stack.sh:main:939 : configure_nova 2022-05-06 03:28:40.080 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-05-06 03:28:40.093 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-05-06 03:28:40.095 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-05-06 03:28:40.098 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-05-06 03:28:40.101 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-05-06 03:28:40.102 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-05-06 03:28:40.106 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-05-06 03:28:40.109 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-05-06 03:28:40.111 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-05-06 03:28:40.114 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-05-06 03:28:40.116 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-05-06 03:28:40.119 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-05-06 03:28:40.122 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-05-06 03:28:40.124 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-05-06 03:28:40.136 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-05-06 03:28:40.148 | + 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-05-06 03:28:40.161 | + 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-05-06 03:28:40.173 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-05-06 03:28:40.186 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-05-06 03:28:40.189 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-05-06 03:28:40.193 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.vAdld6HK4Q 2022-05-06 03:28:40.196 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-05-06 03:28:40.198 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-05-06 03:28:40.201 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-05-06 03:28:40.204 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-05-06 03:28:40.206 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-05-06 03:28:40.209 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.vAdld6HK4Q 2022-05-06 03:28:40.213 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.vAdld6HK4Q 2022-05-06 03:28:40.225 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.vAdld6HK4Q /etc/sudoers.d/nova-rootwrap 2022-05-06 03:28:40.237 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-05-06 03:28:40.242 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-05-06 03:28:40.244 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-05-06 03:28:40.247 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-05-06 03:28:40.250 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-05-06 03:28:40.253 | + 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-05-06 03:28:40.255 | + 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-05-06 03:28:40.258 | + 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-05-06 03:28:40.260 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-05-06 03:28:40.265 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-05-06 03:28:40.283 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:40.286 | + lib/nova:configure_nova:338 : create_nova_conf 2022-05-06 03:28:40.289 | + lib/nova:create_nova_conf:412 : rm -f /opt/stack/nova/bin/nova.conf 2022-05-06 03:28:40.292 | + lib/nova:create_nova_conf:415 : rm -f /etc/nova/nova.conf 2022-05-06 03:28:40.296 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-05-06 03:28:40.330 | + lib/nova:create_nova_conf:417 : '[' True == True ']' 2022-05-06 03:28:40.333 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-05-06 03:28:40.362 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-05-06 03:28:40.394 | + lib/nova:create_nova_conf:421 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-05-06 03:28:40.421 | + lib/nova:create_nova_conf:422 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-05-06 03:28:40.451 | + lib/nova:create_nova_conf:423 : iniset /etc/nova/nova.conf scheduler workers 2 2022-05-06 03:28:40.481 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-05-06 03:28:40.511 | + lib/nova:create_nova_conf:425 : [[ 4 == 6 ]] 2022-05-06 03:28:40.513 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.25 2022-05-06 03:28:40.541 | + lib/nova:create_nova_conf:430 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-05-06 03:28:40.568 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-05-06 03:28:40.596 | + lib/nova:create_nova_conf:432 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-05-06 03:28:40.628 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-05-06 03:28:40.658 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-05-06 03:28:40.699 | + lib/nova:create_nova_conf:437 : is_fedora 2022-05-06 03:28:40.701 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:28:40.704 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:28:40.706 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:28:40.708 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:28:40.711 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:28:40.713 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:28:40.715 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:28:40.718 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:28:40.720 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:28:40.722 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:28:40.724 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:28:40.727 | + lib/nova:create_nova_conf:437 : is_suse 2022-05-06 03:28:40.729 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:28:40.731 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:28:40.734 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:28:40.736 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:28:40.738 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:28:40.740 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:28:40.743 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api n-cond n-sched 2022-05-06 03:28:40.759 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:40.762 | + lib/nova:create_nova_conf:450 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-06 03:28:40.764 | + lib/nova:create_nova_conf:453 : local db=nova_cell0 2022-05-06 03:28:40.766 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-05-06 03:28:40.795 | ++ lib/nova:create_nova_conf:459 : database_connection_url nova_cell0 2022-05-06 03:28:40.797 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-05-06 03:28:40.799 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-05-06 03:28:40.802 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=nova_cell0 2022-05-06 03:28:40.804 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-05-06 03:28:40.807 | + 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-05-06 03:28:40.844 | ++ lib/nova:create_nova_conf:460 : database_connection_url nova_api 2022-05-06 03:28:40.847 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-05-06 03:28:40.849 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-05-06 03:28:40.851 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=nova_api 2022-05-06 03:28:40.854 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-05-06 03:28:40.857 | + 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-05-06 03:28:40.887 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf cache enabled True 2022-05-06 03:28:40.917 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-05-06 03:28:40.944 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-05-06 03:28:40.971 | + lib/nova:create_nova_conf:470 : is_service_enabled n-api 2022-05-06 03:28:40.988 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:40.990 | + lib/nova:create_nova_conf:471 : is_service_enabled n-api-meta 2022-05-06 03:28:41.007 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:41.010 | ++ lib/nova:create_nova_conf:473 : echo osapi_compute,metadata 2022-05-06 03:28:41.010 | ++ lib/nova:create_nova_conf:473 : sed s/,metadata// 2022-05-06 03:28:41.015 | + lib/nova:create_nova_conf:473 : NOVA_ENABLED_APIS=osapi_compute 2022-05-06 03:28:41.018 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-05-06 03:28:41.045 | + lib/nova:create_nova_conf:476 : is_service_enabled tls-proxy 2022-05-06 03:28:41.062 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:41.064 | + lib/nova:create_nova_conf:482 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-05-06 03:28:41.066 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-05-06 03:28:41.069 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-05-06 03:28:41.071 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-06 03:28:41.074 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-05-06 03:28:41.103 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-05-06 03:28:41.131 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.25/identity 2022-05-06 03:28:41.159 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-05-06 03:28:41.187 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-05-06 03:28:41.214 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-05-06 03:28:41.241 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-05-06 03:28:41.269 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-05-06 03:28:41.296 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:28:41.324 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-05-06 03:28:41.351 | + lib/nova:create_nova_conf:485 : is_service_enabled cinder 2022-05-06 03:28:41.368 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:41.370 | + lib/nova:create_nova_conf:486 : configure_cinder_access 2022-05-06 03:28:41.372 | + lib/nova:configure_cinder_access:613 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-05-06 03:28:41.402 | + lib/nova:configure_cinder_access:614 : iniset /etc/nova/nova.conf cinder auth_type password 2022-05-06 03:28:41.429 | + lib/nova:configure_cinder_access:615 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.25/identity 2022-05-06 03:28:41.457 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder username nova 2022-05-06 03:28:41.484 | + lib/nova:configure_cinder_access:623 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-05-06 03:28:41.512 | + lib/nova:configure_cinder_access:624 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-05-06 03:28:41.539 | + lib/nova:configure_cinder_access:625 : iniset /etc/nova/nova.conf cinder project_name service 2022-05-06 03:28:41.571 | + lib/nova:configure_cinder_access:626 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-05-06 03:28:41.599 | + lib/nova:configure_cinder_access:627 : is_service_enabled tls-proxy 2022-05-06 03:28:41.615 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:41.618 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova ']' 2022-05-06 03:28:41.620 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-05-06 03:28:41.652 | + lib/nova:create_nova_conf:491 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-05-06 03:28:41.683 | + lib/nova:create_nova_conf:493 : '[' -n /opt/stack/data/nova/instances ']' 2022-05-06 03:28:41.686 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-05-06 03:28:41.722 | + lib/nova:create_nova_conf:496 : '[' False '!=' False ']' 2022-05-06 03:28:41.724 | + lib/nova:create_nova_conf:499 : '[' False '!=' False ']' 2022-05-06 03:28:41.727 | + lib/nova:create_nova_conf:505 : is_suse 2022-05-06 03:28:41.729 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:28:41.731 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:28:41.734 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:28:41.736 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:28:41.738 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:28:41.741 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:28:41.743 | + lib/nova:create_nova_conf:505 : is_fedora 2022-05-06 03:28:41.746 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:28:41.748 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:28:41.750 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:28:41.753 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:28:41.755 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:28:41.757 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:28:41.760 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:28:41.762 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:28:41.764 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:28:41.766 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:28:41.769 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:28:41.771 | + lib/nova:create_nova_conf:510 : setup_logging /etc/nova/nova.conf 2022-05-06 03:28:41.773 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-05-06 03:28:41.776 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-05-06 03:28:41.779 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-06 03:28:41.795 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-06 03:28:41.798 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-06 03:28:41.800 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-06 03:28:41.802 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-06 03:28:41.805 | + 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-05-06 03:28:41.833 | + 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-05-06 03:28:41.860 | + 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-05-06 03:28:41.891 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-06 03:28:41.922 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-05-06 03:28:41.952 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api 2022-05-06 03:28:41.969 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:41.971 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-05-06 03:28:41.973 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-05-06 03:28:41.976 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-05-06 03:28:41.978 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-05-06 03:28:41.981 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-06 03:28:41.983 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-06 03:28:41.986 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-05-06 03:28:41.990 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-05-06 03:28:41.992 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-06 03:28:41.995 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-06 03:28:42.008 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-06 03:28:42.008 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:28:42.017 | d /var/run/uwsgi 0755 ubuntu root 2022-05-06 03:28:42.020 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:28:42.036 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-05-06 03:28:42.038 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-05-06 03:28:42.042 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-05-06 03:28:42.071 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-05-06 03:28:42.098 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-05-06 03:28:42.125 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-05-06 03:28:42.153 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-05-06 03:28:42.180 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-06 03:28:42.207 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-05-06 03:28:42.235 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-05-06 03:28:42.263 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-05-06 03:28:42.290 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-05-06 03:28:42.318 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-05-06 03:28:42.345 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-06 03:28:42.372 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-05-06 03:28:42.400 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-06 03:28:42.402 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-06 03:28:42.405 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-05-06 03:28:42.408 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-05-06 03:28:42.410 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-06 03:28:42.413 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:42.415 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:42.418 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-05-06 03:28:42.420 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-05-06 03:28:42.423 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-05-06 03:28:42.451 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-05-06 03:28:42.479 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-05-06 03:28:42.480 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-05-06 03:28:42.488 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-05-06 03:28:42.492 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-05-06 03:28:42.494 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-05-06 03:28:42.496 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-06 03:28:42.499 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-06 03:28:42.501 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:28:42.504 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:42.506 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:42.509 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-06 03:28:42.511 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-06 03:28:42.514 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:42.516 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:42.518 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-05-06 03:28:42.582 | Enabling site nova-api-wsgi. 2022-05-06 03:28:42.591 | To activate the new configuration, you need to run: 2022-05-06 03:28:42.591 | systemctl reload apache2 2022-05-06 03:28:42.598 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-06 03:28:42.601 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-06 03:28:42.604 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:28:42.607 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-06 03:28:42.740 | + lib/nova:create_nova_conf:518 : is_service_enabled n-api-meta 2022-05-06 03:28:42.760 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:42.762 | + 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-05-06 03:28:42.764 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-05-06 03:28:42.767 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-05-06 03:28:42.769 | + lib/apache:write_uwsgi_config:256 : local url= 2022-05-06 03:28:42.771 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-05-06 03:28:42.774 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-06 03:28:42.777 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-05-06 03:28:42.781 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-05-06 03:28:42.783 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-06 03:28:42.785 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-06 03:28:42.799 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-06 03:28:42.801 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:28:42.809 | d /var/run/uwsgi 0755 ubuntu root 2022-05-06 03:28:42.813 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:28:42.828 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-05-06 03:28:42.831 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-05-06 03:28:42.834 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-05-06 03:28:42.864 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-05-06 03:28:42.892 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-05-06 03:28:42.919 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-05-06 03:28:42.946 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-05-06 03:28:42.974 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-06 03:28:43.001 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-05-06 03:28:43.029 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-05-06 03:28:43.056 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-05-06 03:28:43.084 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-05-06 03:28:43.112 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-05-06 03:28:43.139 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-06 03:28:43.167 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-05-06 03:28:43.194 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-05-06 03:28:43.197 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-05-06 03:28:43.224 | + lib/nova:create_nova_conf:522 : is_service_enabled ceilometer 2022-05-06 03:28:43.240 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:43.243 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-05-06 03:28:43.275 | ++ lib/nova:create_nova_conf:531 : get_notification_url 2022-05-06 03:28:43.277 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-05-06 03:28:43.280 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-05-06 03:28:43.297 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:43.299 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:28:43.302 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:28:43.330 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-05-06 03:28:43.361 | + lib/nova:create_nova_conf:533 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-05-06 03:28:43.364 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-05-06 03:28:43.366 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-05-06 03:28:43.368 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-06 03:28:43.371 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-06 03:28:43.373 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-06 03:28:43.390 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:43.393 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-06 03:28:43.396 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-06 03:28:43.398 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-06 03:28:43.415 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:43.417 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:28:43.420 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:28:43.448 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-06 03:28:43.451 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-06 03:28:43.453 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-05-06 03:28:43.481 | + lib/nova:create_nova_conf:536 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-05-06 03:28:43.510 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova.conf conductor workers 2 2022-05-06 03:28:43.541 | + lib/nova:create_nova_conf:540 : is_service_enabled tls-proxy 2022-05-06 03:28:43.558 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:43.561 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-05-06 03:28:43.591 | + lib/nova:create_nova_conf:547 : '[' True == True ']' 2022-05-06 03:28:43.594 | + lib/nova:create_nova_conf:548 : init_nova_service_user_conf 2022-05-06 03:28:43.596 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-05-06 03:28:43.627 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user auth_type password 2022-05-06 03:28:43.655 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.25/identity 2022-05-06 03:28:43.684 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user username nova 2022-05-06 03:28:43.712 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-05-06 03:28:43.739 | + lib/nova:init_nova_service_user_conf:801 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-05-06 03:28:43.768 | + lib/nova:init_nova_service_user_conf:802 : iniset /etc/nova/nova.conf service_user project_name service 2022-05-06 03:28:43.796 | + lib/nova:init_nova_service_user_conf:803 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-05-06 03:28:43.824 | + lib/nova:init_nova_service_user_conf:804 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-05-06 03:28:43.852 | + lib/nova:create_nova_conf:551 : is_service_enabled n-cond 2022-05-06 03:28:43.868 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:43.872 | ++ lib/nova:create_nova_conf:552 : seq 1 1 2022-05-06 03:28:43.876 | + lib/nova:create_nova_conf:552 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-06 03:28:43.879 | + lib/nova:create_nova_conf:553 : local conf 2022-05-06 03:28:43.881 | + lib/nova:create_nova_conf:554 : local vhost 2022-05-06 03:28:43.884 | ++ lib/nova:create_nova_conf:555 : conductor_conf 1 2022-05-06 03:28:43.886 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-06 03:28:43.889 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-06 03:28:43.892 | + lib/nova:create_nova_conf:555 : conf=/etc/nova/nova_cell1.conf 2022-05-06 03:28:43.894 | + lib/nova:create_nova_conf:556 : vhost=nova_cell1 2022-05-06 03:28:43.897 | + lib/nova:create_nova_conf:558 : rm -f /etc/nova/nova_cell1.conf 2022-05-06 03:28:43.901 | ++ lib/nova:create_nova_conf:559 : database_connection_url nova_cell1 2022-05-06 03:28:43.904 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-05-06 03:28:43.906 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-05-06 03:28:43.909 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=nova_cell1 2022-05-06 03:28:43.911 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-05-06 03:28:43.914 | + 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-05-06 03:28:43.952 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-05-06 03:28:43.986 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-05-06 03:28:44.017 | + lib/nova:create_nova_conf:563 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-06 03:28:44.019 | + lib/nova:create_nova_conf:566 : rpc_backend_add_vhost nova_cell1 2022-05-06 03:28:44.021 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-05-06 03:28:44.024 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-05-06 03:28:44.040 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:44.044 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-05-06 03:28:44.044 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-05-06 03:28:44.759 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-05-06 03:28:44.761 | + lib/nova:create_nova_conf:567 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-05-06 03:28:44.764 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-05-06 03:28:44.766 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-05-06 03:28:44.769 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-06 03:28:44.771 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-05-06 03:28:44.773 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-06 03:28:44.793 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:44.797 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-05-06 03:28:44.799 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-05-06 03:28:44.802 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-06 03:28:44.819 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:44.822 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/nova_cell1 2022-05-06 03:28:44.825 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/nova_cell1 2022-05-06 03:28:44.856 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-06 03:28:44.859 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-06 03:28:44.861 | + lib/nova:create_nova_conf:571 : is_service_enabled placement placement-client 2022-05-06 03:28:44.881 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:44.883 | + lib/nova:create_nova_conf:572 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-05-06 03:28:44.886 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova_cell1.conf 2022-05-06 03:28:44.888 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-05-06 03:28:44.919 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.25/identity 2022-05-06 03:28:44.946 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-05-06 03:28:44.975 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-05-06 03:28:45.004 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-05-06 03:28:45.032 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-05-06 03:28:45.060 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-05-06 03:28:45.089 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-05-06 03:28:45.116 | + lib/nova:create_nova_conf:576 : setup_logging /etc/nova/nova_cell1.conf 2022-05-06 03:28:45.119 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-05-06 03:28:45.121 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-05-06 03:28:45.124 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-06 03:28:45.142 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-06 03:28:45.144 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-06 03:28:45.146 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-06 03:28:45.149 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-06 03:28:45.151 | + 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-05-06 03:28:45.180 | + 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-05-06 03:28:45.208 | + 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-05-06 03:28:45.236 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-06 03:28:45.264 | + lib/nova:create_nova_conf:583 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-06 03:28:45.266 | ++ lib/nova:create_nova_conf:586 : seq 1 1 2022-05-06 03:28:45.271 | + lib/nova:create_nova_conf:586 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-06 03:28:45.273 | + lib/nova:create_nova_conf:587 : local conf 2022-05-06 03:28:45.275 | + lib/nova:create_nova_conf:588 : local offset 2022-05-06 03:28:45.278 | ++ lib/nova:create_nova_conf:589 : conductor_conf 1 2022-05-06 03:28:45.281 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-06 03:28:45.283 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-06 03:28:45.286 | + lib/nova:create_nova_conf:589 : conf=/etc/nova/nova_cell1.conf 2022-05-06 03:28:45.288 | + lib/nova:create_nova_conf:590 : offset=0 2022-05-06 03:28:45.291 | + lib/nova:create_nova_conf:591 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-05-06 03:28:45.293 | + lib/nova:configure_console_proxies:698 : local conf=/etc/nova/nova_cell1.conf 2022-05-06 03:28:45.295 | + lib/nova:configure_console_proxies:699 : local offset=0 2022-05-06 03:28:45.298 | + lib/nova:configure_console_proxies:703 : offset=0 2022-05-06 03:28:45.300 | + lib/nova:configure_console_proxies:705 : is_service_enabled n-novnc 2022-05-06 03:28:45.316 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:45.318 | + lib/nova:configure_console_proxies:705 : '[' False '!=' False ']' 2022-05-06 03:28:45.321 | + lib/nova:configure_console_proxies:737 : is_service_enabled n-spice 2022-05-06 03:28:45.336 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:45.339 | + lib/nova:configure_console_proxies:742 : is_service_enabled n-sproxy 2022-05-06 03:28:45.355 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:45.357 | + lib/nova:configure_nova:340 : is_service_enabled n-cpu 2022-05-06 03:28:45.374 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:28:45.376 | + ./stack.sh:main:942 : is_service_enabled placement 2022-05-06 03:28:45.393 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:28:45.395 | + ./stack.sh:main:944 : stack_install_service placement 2022-05-06 03:28:45.398 | + lib/stack:stack_install_service:20 : local service=placement 2022-05-06 03:28:45.401 | + lib/stack:stack_install_service:21 : type install_placement 2022-05-06 03:28:45.403 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-05-06 03:28:45.406 | + lib/stack:stack_install_service:32 : install_placement 2022-05-06 03:28:45.408 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-05-06 03:28:45.411 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-05-06 03:28:45.413 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:45.416 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:45.418 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-05-06 03:28:45.421 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:28:45.423 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:28:45.426 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:28:45.428 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:28:45.431 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:28:45.433 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:28:45.436 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:45.438 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:45.441 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:28:45.443 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:28:45.446 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:28:45.448 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:28:45.451 | + functions-common:install_package:1476 : real_install_package apache2 2022-05-06 03:28:45.453 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:28:45.456 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:45.458 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:45.461 | + functions-common:real_install_package:1462 : apt_get install apache2 2022-05-06 03:28:45.482 | + functions-common:apt_get:1242 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-05-06 03:28:45.604 | Reading package lists... 2022-05-06 03:28:45.854 | Building dependency tree... 2022-05-06 03:28:45.856 | Reading state information... 2022-05-06 03:28:46.116 | apache2 is already the newest version (2.4.41-4ubuntu3.10). 2022-05-06 03:28:46.116 | The following packages were automatically installed and are no longer required: 2022-05-06 03:28:46.117 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:28:46.117 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:28:46.117 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:28:46.117 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:28:46.117 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:28:46.117 | python3-zope.interface 2022-05-06 03:28:46.117 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:28:46.247 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:28:46.253 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:28:46.257 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:28:46.260 | + functions-common:time_stop:2437 : local name 2022-05-06 03:28:46.263 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:28:46.266 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:28:46.270 | + functions-common:time_stop:2440 : local total 2022-05-06 03:28:46.273 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:28:46.276 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:28:46.279 | + functions-common:time_stop:2444 : start_time=1651807725479 2022-05-06 03:28:46.281 | + functions-common:time_stop:2446 : [[ -z 1651807725479 ]] 2022-05-06 03:28:46.284 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:28:46.289 | + functions-common:time_stop:2449 : end_time=1651807726286 2022-05-06 03:28:46.291 | + functions-common:time_stop:2450 : elapsed_time=807 2022-05-06 03:28:46.293 | + functions-common:time_stop:2451 : total=6317 2022-05-06 03:28:46.296 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:28:46.298 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=7124 2022-05-06 03:28:46.301 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:28:46.303 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-05-06 03:28:46.306 | + functions-common:is_package_installed:1484 : [[ -z libapache2-mod-wsgi ]] 2022-05-06 03:28:46.309 | + functions-common:is_package_installed:1488 : [[ -z deb ]] 2022-05-06 03:28:46.311 | + functions-common:is_package_installed:1492 : [[ deb = \d\e\b ]] 2022-05-06 03:28:46.314 | + functions-common:is_package_installed:1493 : dpkg -s libapache2-mod-wsgi 2022-05-06 03:28:46.337 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-05-06 03:28:46.339 | + functions-common:install_package:1475 : update_package_repo 2022-05-06 03:28:46.343 | + functions-common:update_package_repo:1447 : NO_UPDATE_REPOS=False 2022-05-06 03:28:46.346 | + functions-common:update_package_repo:1448 : REPOS_UPDATED=True 2022-05-06 03:28:46.348 | + functions-common:update_package_repo:1449 : RETRY_UPDATE=False 2022-05-06 03:28:46.352 | + functions-common:update_package_repo:1451 : [[ False = \T\r\u\e ]] 2022-05-06 03:28:46.355 | + functions-common:update_package_repo:1455 : is_ubuntu 2022-05-06 03:28:46.357 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:46.360 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:46.362 | + functions-common:update_package_repo:1456 : apt_get_update 2022-05-06 03:28:46.365 | + functions-common:apt_get_update:1201 : [[ True == \T\r\u\e ]] 2022-05-06 03:28:46.367 | + functions-common:apt_get_update:1201 : [[ False != \T\r\u\e ]] 2022-05-06 03:28:46.370 | + functions-common:apt_get_update:1202 : return 2022-05-06 03:28:46.372 | + functions-common:install_package:1476 : real_install_package libapache2-mod-wsgi-py3 2022-05-06 03:28:46.375 | + functions-common:real_install_package:1461 : is_ubuntu 2022-05-06 03:28:46.378 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:46.380 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:46.383 | + functions-common:real_install_package:1462 : apt_get install libapache2-mod-wsgi-py3 2022-05-06 03:28:46.406 | + functions-common:apt_get:1242 : 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-05-06 03:28:46.517 | Reading package lists... 2022-05-06 03:28:46.765 | Building dependency tree... 2022-05-06 03:28:46.767 | Reading state information... 2022-05-06 03:28:47.022 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-05-06 03:28:47.022 | The following packages were automatically installed and are no longer required: 2022-05-06 03:28:47.023 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-05-06 03:28:47.023 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-05-06 03:28:47.023 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-05-06 03:28:47.023 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-05-06 03:28:47.023 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-05-06 03:28:47.024 | python3-zope.interface 2022-05-06 03:28:47.024 | Use 'sudo apt autoremove' to remove them. 2022-05-06 03:28:47.166 | 0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded. 2022-05-06 03:28:47.171 | + functions-common:apt_get:1246 : result=0 2022-05-06 03:28:47.175 | + functions-common:apt_get:1249 : time_stop apt-get 2022-05-06 03:28:47.179 | + functions-common:time_stop:2437 : local name 2022-05-06 03:28:47.183 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:28:47.186 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:28:47.190 | + functions-common:time_stop:2440 : local total 2022-05-06 03:28:47.194 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:28:47.197 | + functions-common:time_stop:2443 : name=apt-get 2022-05-06 03:28:47.200 | + functions-common:time_stop:2444 : start_time=1651807726403 2022-05-06 03:28:47.202 | + functions-common:time_stop:2446 : [[ -z 1651807726403 ]] 2022-05-06 03:28:47.206 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:28:47.210 | + functions-common:time_stop:2449 : end_time=1651807727207 2022-05-06 03:28:47.213 | + functions-common:time_stop:2450 : elapsed_time=804 2022-05-06 03:28:47.215 | + functions-common:time_stop:2451 : total=7124 2022-05-06 03:28:47.217 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:28:47.220 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=7928 2022-05-06 03:28:47.223 | + functions-common:apt_get:1250 : return 0 2022-05-06 03:28:47.225 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-05-06 03:28:47.228 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-05-06 03:28:47.230 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:28:47.233 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:28:47.235 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:28:47.238 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-05-06 03:28:47.241 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-05-06 03:28:47.297 | wsgi (enabled by maintainer script) 2022-05-06 03:28:47.303 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-05-06 03:28:47.307 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-05-06 03:28:47.311 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-06 03:28:47.316 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-05-06 03:28:47.320 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-05-06 03:28:47.323 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-06 03:28:47.327 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-05-06 03:28:47.328 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-06 03:28:47.333 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-05-06 03:28:47.336 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-05-06 03:28:47.338 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-05-06 03:28:47.342 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-05-06 03:28:47.344 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-05-06 03:28:47.367 | Using python 3.8 to install osc-placement 2022-05-06 03:28:47.370 | + 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-05-06 03:28:48.233 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:28:48.233 | from cryptography.utils import int_from_bytes 2022-05-06 03:28:48.233 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:28:48.233 | from cryptography.utils import int_from_bytes 2022-05-06 03:28:49.419 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:28:49.450 | Requirement already satisfied: osc-placement in /usr/local/lib/python3.8/dist-packages (3.2.0) 2022-05-06 03:28:49.462 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.6) 2022-05-06 03:28:49.463 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.5.0) 2022-05-06 03:28:49.464 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.9.0) 2022-05-06 03:28:49.465 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-05-06 03:28:49.466 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.13.0) 2022-05-06 03:28:49.467 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.5.0) 2022-05-06 03:28:49.525 | 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-05-06 03:28:49.526 | 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-05-06 03:28:49.527 | 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-05-06 03:28:49.529 | 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-05-06 03:28:49.541 | 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-05-06 03:28:49.542 | 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-05-06 03:28:49.544 | 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-05-06 03:28:49.558 | 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-05-06 03:28:49.559 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2022-05-06 03:28:49.562 | 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-05-06 03:28:49.562 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.1) 2022-05-06 03:28:49.564 | 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.8) 2022-05-06 03:28:49.566 | 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-05-06 03:28:49.587 | 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-05-06 03:28:49.588 | 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.1) 2022-05-06 03:28:49.589 | 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.2.0) 2022-05-06 03:28:49.591 | 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-05-06 03:28:49.599 | 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.14.1) 2022-05-06 03:28:49.640 | 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-05-06 03:28:49.640 | 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) (1.0.0) 2022-05-06 03:28:49.641 | 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-05-06 03:28:49.644 | 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.2) 2022-05-06 03:28:49.645 | 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-05-06 03:28:49.646 | 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-05-06 03:28:49.648 | 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-05-06 03:28:49.649 | 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-05-06 03:28:49.713 | 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.9) 2022-05-06 03:28:49.715 | 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-05-06 03:28:49.716 | 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-05-06 03:28:49.718 | 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-05-06 03:28:49.805 | 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-05-06 03:28:49.806 | 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-05-06 03:28:49.808 | 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-05-06 03:28:49.849 | 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-05-06 03:28:49.890 | 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.3) 2022-05-06 03:28:50.061 | 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-05-06 03:28:52.259 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:28:52.266 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:28:52.266 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:28:52.393 | + inc/python:pip_install:200 : result=0 2022-05-06 03:28:52.397 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:28:52.402 | + functions-common:time_stop:2437 : local name 2022-05-06 03:28:52.405 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:28:52.409 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:28:52.413 | + functions-common:time_stop:2440 : local total 2022-05-06 03:28:52.417 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:28:52.419 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:28:52.422 | + functions-common:time_stop:2444 : start_time=1651807727361 2022-05-06 03:28:52.424 | + functions-common:time_stop:2446 : [[ -z 1651807727361 ]] 2022-05-06 03:28:52.428 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:28:52.432 | + functions-common:time_stop:2449 : end_time=1651807732429 2022-05-06 03:28:52.435 | + functions-common:time_stop:2450 : elapsed_time=5068 2022-05-06 03:28:52.438 | + functions-common:time_stop:2451 : total=173424 2022-05-06 03:28:52.440 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:28:52.443 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=178492 2022-05-06 03:28:52.445 | + inc/python:pip_install:203 : return 0 2022-05-06 03:28:52.448 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-05-06 03:28:52.450 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/placement.git 2022-05-06 03:28:52.453 | + functions-common:git_clone:609 : local git_dest=/opt/stack/placement 2022-05-06 03:28:52.455 | + functions-common:git_clone:610 : local git_ref=master 2022-05-06 03:28:52.458 | + functions-common:git_clone:611 : local orig_dir 2022-05-06 03:28:52.462 | ++ functions-common:git_clone:612 : pwd 2022-05-06 03:28:52.465 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-05-06 03:28:52.468 | + functions-common:git_clone:613 : local git_clone_flags= 2022-05-06 03:28:52.472 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-05-06 03:28:52.490 | + functions-common:git_clone:615 : RECLONE=False 2022-05-06 03:28:52.492 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-05-06 03:28:52.495 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-05-06 03:28:52.498 | + functions-common:git_clone:629 : echo master 2022-05-06 03:28:52.498 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-05-06 03:28:52.504 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/placement ]] 2022-05-06 03:28:52.506 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-05-06 03:28:52.509 | + functions-common:git_clone:686 : sudo git config --system --add safe.directory /opt/stack/placement 2022-05-06 03:28:52.522 | + functions-common:git_clone:689 : cd /opt/stack/placement 2022-05-06 03:28:52.526 | + functions-common:git_clone:690 : git show --oneline 2022-05-06 03:28:52.526 | + functions-common:git_clone:690 : head -1 2022-05-06 03:28:52.530 | 5acaa2ee Merge "Make perfload jobs fail if write allocation fails" 2022-05-06 03:28:52.533 | + functions-common:git_clone:691 : cd /home/ubuntu/devstack 2022-05-06 03:28:52.535 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-05-06 03:28:52.538 | + inc/python:setup_develop:338 : local bindep 2022-05-06 03:28:52.541 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-05-06 03:28:52.543 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-05-06 03:28:52.546 | + inc/python:setup_develop:344 : local extras= 2022-05-06 03:28:52.548 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-05-06 03:28:52.551 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-05-06 03:28:52.554 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-05-06 03:28:52.556 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-05-06 03:28:52.559 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-05-06 03:28:52.561 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-05-06 03:28:52.565 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-05-06 03:28:52.567 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-05-06 03:28:52.570 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-05-06 03:28:52.573 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-05-06 03:28:52.576 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-05-06 03:28:52.579 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-05-06 03:28:52.585 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-05-06 03:28:52.588 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-05-06 03:28:53.247 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-05-06 03:28:53.251 | + inc/python:setup_package:418 : local bindep=0 2022-05-06 03:28:53.255 | + inc/python:setup_package:419 : local bindep_flag= 2022-05-06 03:28:53.259 | + inc/python:setup_package:420 : local bindep_profiles= 2022-05-06 03:28:53.262 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-05-06 03:28:53.265 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-05-06 03:28:53.267 | + inc/python:setup_package:427 : local flags=-e 2022-05-06 03:28:53.270 | + inc/python:setup_package:428 : local extras= 2022-05-06 03:28:53.272 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-05-06 03:28:53.275 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-05-06 03:28:53.277 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-05-06 03:28:53.280 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-05-06 03:28:53.283 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-05-06 03:28:53.285 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-05-06 03:28:53.308 | Using python 3.8 to install /opt/stack/placement 2022-05-06 03:28:53.311 | + 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-05-06 03:28:54.168 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:28:54.168 | from cryptography.utils import int_from_bytes 2022-05-06 03:28:54.168 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:28:54.168 | from cryptography.utils import int_from_bytes 2022-05-06 03:28:55.359 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:28:55.390 | Obtaining file:///opt/stack/placement 2022-05-06 03:28:55.391 | Preparing metadata (setup.py): started 2022-05-06 03:28:59.966 | Preparing metadata (setup.py): finished with status 'done' 2022-05-06 03:29:00.016 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (5.9.0) 2022-05-06 03:29:00.018 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (1.4.36) 2022-05-06 03:29:00.019 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (9.4.0) 2022-05-06 03:29:00.020 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (2.5.1) 2022-05-06 03:29:00.021 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (1.8.7) 2022-05-06 03:29:00.022 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==7.1.0.dev20) (3.2.0) 2022-05-06 03:29:00.023 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (2.27.1) 2022-05-06 03:29:00.025 | 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==7.1.0.dev20) (62.1.0) 2022-05-06 03:29:00.026 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (4.5.1) 2022-05-06 03:29:00.027 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (8.8.0) 2022-05-06 03:29:00.028 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (4.1.0) 2022-05-06 03:29:00.029 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (4.7.0) 2022-05-06 03:29:00.030 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (4.3.0) 2022-05-06 03:29:00.031 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (4.13.0) 2022-05-06 03:29:00.032 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (11.3.0) 2022-05-06 03:29:00.033 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (3.12.1) 2022-05-06 03:29:00.034 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (4.5.1) 2022-05-06 03:29:00.035 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (1.5.0) 2022-05-06 03:29:00.036 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (1.1.0) 2022-05-06 03:29:00.038 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (2.7.0) 2022-05-06 03:29:00.039 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==7.1.0.dev20) (1.0.1) 2022-05-06 03:29:00.103 | 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==7.1.0.dev20) (3.1.1) 2022-05-06 03:29:00.105 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev20) (2.11.0) 2022-05-06 03:29:00.106 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev20) (4.5.0) 2022-05-06 03:29:00.108 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev20) (1.16.0) 2022-05-06 03:29:00.109 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev20) (4.4.0) 2022-05-06 03:29:00.110 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==7.1.0.dev20) (5.1.0) 2022-05-06 03:29:00.130 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==7.1.0.dev20) (0.17.3) 2022-05-06 03:29:00.171 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev20) (1.5.0) 2022-05-06 03:29:00.172 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev20) (2.5.0) 2022-05-06 03:29:00.173 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev20) (0.8.0) 2022-05-06 03:29:00.175 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev20) (3.5.0) 2022-05-06 03:29:00.176 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==7.1.0.dev20) (6.0) 2022-05-06 03:29:00.227 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (2.0.1) 2022-05-06 03:29:00.228 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (0.5.0) 2022-05-06 03:29:00.229 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (1.7.7) 2022-05-06 03:29:00.230 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (0.13.0) 2022-05-06 03:29:00.272 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev20) (0.9.6) 2022-05-06 03:29:00.274 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==7.1.0.dev20) (2.8.2) 2022-05-06 03:29:00.292 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev20) (3.2.2) 2022-05-06 03:29:00.294 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev20) (3.3.0) 2022-05-06 03:29:00.296 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==7.1.0.dev20) (3.1.2) 2022-05-06 03:29:00.321 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev20) (2022.1) 2022-05-06 03:29:00.322 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==7.1.0.dev20) (1.0.3) 2022-05-06 03:29:00.334 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev20) (3.2.0) 2022-05-06 03:29:00.352 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev20) (3.0.8) 2022-05-06 03:29:00.354 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev20) (0.11.0) 2022-05-06 03:29:00.355 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev20) (1.0.2) 2022-05-06 03:29:00.356 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==7.1.0.dev20) (21.3) 2022-05-06 03:29:00.398 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev20) (1.26.9) 2022-05-06 03:29:00.400 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev20) (2.0.12) 2022-05-06 03:29:00.401 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev20) (2019.11.28) 2022-05-06 03:29:00.403 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==7.1.0.dev20) (3.3) 2022-05-06 03:29:00.420 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==7.1.0.dev20) (0.7) 2022-05-06 03:29:00.607 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==7.1.0.dev20) (1.1.2) 2022-05-06 03:29:00.647 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (5.7.1) 2022-05-06 03:29:00.649 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (1.2.0) 2022-05-06 03:29:00.650 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (4.11.3) 2022-05-06 03:29:00.665 | 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==7.1.0.dev20) (1.15.0) 2022-05-06 03:29:00.698 | 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==7.1.0.dev20) (1.14.1) 2022-05-06 03:29:00.754 | 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==7.1.0.dev20) (2.1.1) 2022-05-06 03:29:00.819 | 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==7.1.0.dev20) (1.7.0) 2022-05-06 03:29:00.900 | 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==7.1.0.dev20) (1.1.5) 2022-05-06 03:29:00.951 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==7.1.0.dev20) (0.2.5) 2022-05-06 03:29:01.140 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (5.1.1) 2022-05-06 03:29:01.142 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (0.5.2) 2022-05-06 03:29:01.143 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (0.4.2) 2022-05-06 03:29:01.218 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (2.5.0) 2022-05-06 03:29:01.281 | 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==7.1.0.dev20) (2.21) 2022-05-06 03:29:01.441 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (3.8.0) 2022-05-06 03:29:01.551 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (3.0.0) 2022-05-06 03:29:01.553 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==7.1.0.dev20) (1.0.0) 2022-05-06 03:29:03.654 | Installing collected packages: openstack-placement 2022-05-06 03:29:03.654 | Attempting uninstall: openstack-placement 2022-05-06 03:29:03.655 | Found existing installation: openstack-placement 7.1.0.dev20 2022-05-06 03:29:03.657 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-05-06 03:29:03.659 | Running setup.py develop for openstack-placement 2022-05-06 03:29:09.617 | Successfully installed openstack-placement 2022-05-06 03:29:09.617 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:29:09.624 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:29:09.625 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:29:09.758 | + inc/python:pip_install:200 : result=0 2022-05-06 03:29:09.761 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:29:09.765 | + functions-common:time_stop:2437 : local name 2022-05-06 03:29:09.767 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:29:09.771 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:29:09.773 | + functions-common:time_stop:2440 : local total 2022-05-06 03:29:09.776 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:29:09.779 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:29:09.782 | + functions-common:time_stop:2444 : start_time=1651807733303 2022-05-06 03:29:09.785 | + functions-common:time_stop:2446 : [[ -z 1651807733303 ]] 2022-05-06 03:29:09.788 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:29:09.794 | + functions-common:time_stop:2449 : end_time=1651807749790 2022-05-06 03:29:09.799 | + functions-common:time_stop:2450 : elapsed_time=16487 2022-05-06 03:29:09.803 | + functions-common:time_stop:2451 : total=178492 2022-05-06 03:29:09.806 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:29:09.809 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=194979 2022-05-06 03:29:09.812 | + inc/python:pip_install:203 : return 0 2022-05-06 03:29:09.816 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-05-06 03:29:09.820 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-05-06 03:29:09.824 | + functions-common:safe_chown:2338 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-05-06 03:29:09.846 | + functions-common:_safe_permission_operation:2186 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-05-06 03:29:09.862 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-05-06 03:29:09.864 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-05-06 03:29:09.867 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:29:09.870 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:29:09.872 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-05-06 03:29:09.875 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:29:09.878 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-05-06 03:29:09.880 | + ./stack.sh:main:945 : configure_placement 2022-05-06 03:29:09.883 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-05-06 03:29:09.896 | + lib/placement:configure_placement:107 : create_placement_conf 2022-05-06 03:29:09.898 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-05-06 03:29:09.903 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-05-06 03:29:09.906 | ++ lib/database:database_connection_url:134 : local db=placement 2022-05-06 03:29:09.909 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-05-06 03:29:09.911 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=placement 2022-05-06 03:29:09.914 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-05-06 03:29:09.917 | + 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-05-06 03:29:09.955 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-05-06 03:29:09.988 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-05-06 03:29:10.020 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-05-06 03:29:10.023 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-05-06 03:29:10.025 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-05-06 03:29:10.028 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-06 03:29:10.031 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-05-06 03:29:10.062 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-05-06 03:29:10.097 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.25/identity 2022-05-06 03:29:10.126 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-05-06 03:29:10.156 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-05-06 03:29:10.191 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-05-06 03:29:10.223 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-05-06 03:29:10.253 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-05-06 03:29:10.282 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:29:10.312 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-05-06 03:29:10.341 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-05-06 03:29:10.344 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-05-06 03:29:10.346 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-05-06 03:29:10.350 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-06 03:29:10.368 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-06 03:29:10.370 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-06 03:29:10.373 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-06 03:29:10.375 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-06 03:29:10.378 | + 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-05-06 03:29:10.408 | + 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-05-06 03:29:10.437 | + 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-05-06 03:29:10.466 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-06 03:29:10.496 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-05-06 03:29:10.499 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-05-06 03:29:10.501 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-05-06 03:29:10.504 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-05-06 03:29:10.507 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-05-06 03:29:10.509 | + lib/apache:write_uwsgi_config:257 : local http= 2022-05-06 03:29:10.512 | + lib/apache:write_uwsgi_config:258 : local name= 2022-05-06 03:29:10.515 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-05-06 03:29:10.519 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-05-06 03:29:10.522 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-05-06 03:29:10.525 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-05-06 03:29:10.538 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-05-06 03:29:10.538 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:29:10.546 | d /var/run/uwsgi 0755 ubuntu root 2022-05-06 03:29:10.550 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-05-06 03:29:10.566 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-05-06 03:29:10.571 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-05-06 03:29:10.578 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-05-06 03:29:10.615 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-05-06 03:29:10.644 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-05-06 03:29:10.673 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-05-06 03:29:10.702 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-05-06 03:29:10.731 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-05-06 03:29:10.760 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-05-06 03:29:10.789 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-05-06 03:29:10.818 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-05-06 03:29:10.847 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-05-06 03:29:10.877 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-05-06 03:29:10.912 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-05-06 03:29:10.948 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-05-06 03:29:10.979 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-05-06 03:29:10.981 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-05-06 03:29:10.985 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-05-06 03:29:10.988 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-05-06 03:29:10.990 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-05-06 03:29:10.993 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:29:10.996 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:29:10.999 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-05-06 03:29:11.003 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-05-06 03:29:11.006 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-05-06 03:29:11.041 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-05-06 03:29:11.071 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-05-06 03:29:11.071 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-05-06 03:29:11.080 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-05-06 03:29:11.084 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-05-06 03:29:11.086 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-05-06 03:29:11.089 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-05-06 03:29:11.092 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-05-06 03:29:11.094 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-05-06 03:29:11.097 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:29:11.099 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:29:11.102 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-05-06 03:29:11.105 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-05-06 03:29:11.107 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:29:11.110 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:29:11.112 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-05-06 03:29:11.177 | Site placement-api already enabled 2022-05-06 03:29:11.183 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-05-06 03:29:11.188 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-05-06 03:29:11.191 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:29:11.196 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart apache2 2022-05-06 03:29:11.332 | + ./stack.sh:main:952 : is_service_enabled placement placement-client 2022-05-06 03:29:11.353 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:11.356 | + ./stack.sh:main:953 : is_service_enabled n-cpu 2022-05-06 03:29:11.373 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:11.376 | + ./stack.sh:main:953 : is_service_enabled n-sch 2022-05-06 03:29:11.394 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:11.397 | + ./stack.sh:main:954 : configure_placement_nova_compute 2022-05-06 03:29:11.399 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova.conf 2022-05-06 03:29:11.402 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement auth_type password 2022-05-06 03:29:11.434 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.25/identity 2022-05-06 03:29:11.463 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement username placement 2022-05-06 03:29:11.493 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-05-06 03:29:11.522 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-05-06 03:29:11.552 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova.conf placement project_name service 2022-05-06 03:29:11.583 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-05-06 03:29:11.621 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-05-06 03:29:11.651 | + ./stack.sh:main:958 : is_service_enabled horizon 2022-05-06 03:29:11.669 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:11.672 | + ./stack.sh:main:963 : is_service_enabled tls-proxy 2022-05-06 03:29:11.689 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:11.692 | + ./stack.sh:main:971 : run_phase stack install 2022-05-06 03:29:11.695 | + functions-common:run_phase:1865 : local mode=stack 2022-05-06 03:29:11.697 | + functions-common:run_phase:1866 : local phase=install 2022-05-06 03:29:11.700 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-06 03:29:11.702 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-06 03:29:11.705 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-06 03:29:11.708 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-06 03:29:11.710 | + functions-common:run_phase:1875 : local extra 2022-05-06 03:29:11.714 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-06 03:29:11.719 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-06 03:29:11.722 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-06 03:29:11.724 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-06 03:29:11.728 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-05-06 03:29:11.731 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-06 03:29:11.747 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:11.750 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-05-06 03:29:11.752 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:29:11.755 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-05-06 03:29:11.757 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-05-06 03:29:11.760 | ++ ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:29:11.762 | ++ ./stack.sh:echo_summary:448 : echo -e Installing Tempest 2022-05-06 03:29:11.764 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-05-06 03:29:11.767 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-05-06 03:29:11.829 | ++ inc/async:async_inner:63 : install_tempest 2022-05-06 03:29:11.869 | [108478 Async install_tempest:134123]: running: install_tempest 2022-05-06 03:29:11.872 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-05-06 03:29:11.874 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-05-06 03:29:11.878 | + functions-common:run_phase:1886 : [[ stack == \s\o\u\r\c\e ]] 2022-05-06 03:29:11.881 | + functions-common:run_phase:1889 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-06 03:29:11.883 | + functions-common:run_phase:1892 : run_plugins stack install 2022-05-06 03:29:11.886 | + functions-common:run_plugins:1851 : local mode=stack 2022-05-06 03:29:11.889 | + functions-common:run_plugins:1852 : local phase=install 2022-05-06 03:29:11.892 | + functions-common:run_plugins:1854 : local plugins= 2022-05-06 03:29:11.894 | + functions-common:run_plugins:1855 : local plugin 2022-05-06 03:29:11.897 | + ./stack.sh:main:974 : use_library_from_git python-openstackclient 2022-05-06 03:29:11.899 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-05-06 03:29:11.902 | + inc/python:use_library_from_git:251 : local enabled=1 2022-05-06 03:29:11.905 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-05-06 03:29:11.907 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-05-06 03:29:11.911 | + inc/python:use_library_from_git:253 : return 1 2022-05-06 03:29:11.913 | + ./stack.sh:main:978 : pip_install_gr python-openstackclient 2022-05-06 03:29:11.916 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-05-06 03:29:11.919 | + inc/python:pip_install_gr:77 : local clean_name 2022-05-06 03:29:11.922 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-05-06 03:29:11.925 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-05-06 03:29:11.928 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-05-06 03:29:11.933 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-05-06 03:29:11.935 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-05-06 03:29:11.940 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-05-06 03:29:11.942 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-05-06 03:29:11.945 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-05-06 03:29:11.948 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-05-06 03:29:11.951 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-05-06 03:29:11.973 | Using python 3.8 to install python-openstackclient 2022-05-06 03:29:11.975 | + 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-05-06 03:29:12.830 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:29:12.830 | from cryptography.utils import int_from_bytes 2022-05-06 03:29:12.830 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:29:12.830 | from cryptography.utils import int_from_bytes 2022-05-06 03:29:13.992 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-05-06 03:29:14.024 | Requirement already satisfied: python-openstackclient in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-05-06 03:29:14.043 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.9.0) 2022-05-06 03:29:14.044 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.1) 2022-05-06 03:29:14.045 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.3.0) 2022-05-06 03:29:14.046 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2) 2022-05-06 03:29:14.047 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.13.0) 2022-05-06 03:29:14.048 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.7.0) 2022-05-06 03:29:14.049 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2022-05-06 03:29:14.050 | Requirement already satisfied: openstacksdk>=0.61.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.61.0) 2022-05-06 03:29:14.051 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-05-06 03:29:14.052 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.5.0) 2022-05-06 03:29:14.053 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.4.0) 2022-05-06 03:29:14.064 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.2.0) 2022-05-06 03:29:14.065 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2022-05-06 03:29:14.067 | 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-05-06 03:29:14.068 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.8) 2022-05-06 03:29:14.069 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.1) 2022-05-06 03:29:14.095 | 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-05-06 03:29:14.096 | 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-05-06 03:29:14.097 | 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-05-06 03:29:14.098 | 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-05-06 03:29:14.099 | 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-05-06 03:29:14.100 | 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-05-06 03:29:14.101 | 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-05-06 03:29:14.102 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.0.0) 2022-05-06 03:29:14.103 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (36.0.2) 2022-05-06 03:29:14.105 | 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-05-06 03:29:14.106 | 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-05-06 03:29:14.119 | 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-05-06 03:29:14.138 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2022-05-06 03:29:14.139 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.1) 2022-05-06 03:29:14.140 | 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-05-06 03:29:14.142 | 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-05-06 03:29:14.163 | 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-05-06 03:29:14.181 | 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-05-06 03:29:14.182 | 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-05-06 03:29:14.184 | 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-05-06 03:29:14.281 | 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-05-06 03:29:14.282 | 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-05-06 03:29:14.283 | 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-05-06 03:29:14.324 | 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-05-06 03:29:14.335 | 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.14.1) 2022-05-06 03:29:14.368 | 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.3) 2022-05-06 03:29:14.529 | 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-05-06 03:29:14.545 | 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-05-06 03:29:14.645 | 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-05-06 03:29:14.648 | 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-05-06 03:29:14.649 | 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-05-06 03:29:14.650 | 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.9) 2022-05-06 03:29:14.799 | 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-05-06 03:29:17.024 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-05-06 03:29:17.031 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-05-06 03:29:17.031 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-05-06 03:29:17.161 | + inc/python:pip_install:200 : result=0 2022-05-06 03:29:17.164 | + inc/python:pip_install:202 : time_stop pip_install 2022-05-06 03:29:17.166 | + functions-common:time_stop:2437 : local name 2022-05-06 03:29:17.169 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:29:17.171 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:29:17.174 | + functions-common:time_stop:2440 : local total 2022-05-06 03:29:17.176 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:29:17.178 | + functions-common:time_stop:2443 : name=pip_install 2022-05-06 03:29:17.181 | + functions-common:time_stop:2444 : start_time=1651807751967 2022-05-06 03:29:17.183 | + functions-common:time_stop:2446 : [[ -z 1651807751967 ]] 2022-05-06 03:29:17.186 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:29:17.190 | + functions-common:time_stop:2449 : end_time=1651807757188 2022-05-06 03:29:17.193 | + functions-common:time_stop:2450 : elapsed_time=5221 2022-05-06 03:29:17.195 | + functions-common:time_stop:2451 : total=194979 2022-05-06 03:29:17.198 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:29:17.200 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=200200 2022-05-06 03:29:17.203 | + inc/python:pip_install:203 : return 0 2022-05-06 03:29:17.205 | + ./stack.sh:main:983 : install_oscwrap 2022-05-06 03:29:17.208 | ++ functions-common:install_oscwrap:2482 : mktemp 2022-05-06 03:29:17.213 | + functions-common:install_oscwrap:2482 : OSCWRAP_TIMER_FILE=/tmp/tmp.9Qyq2PLOWw 2022-05-06 03:29:17.215 | + functions-common:install_oscwrap:2485 : shopt -s expand_aliases 2022-05-06 03:29:17.218 | + functions-common:install_oscwrap:2488 : unalias -a 2022-05-06 03:29:17.220 | + functions-common:install_oscwrap:2490 : alias openstack=oscwrap 2022-05-06 03:29:17.223 | + ./stack.sh:main:988 : [[ False != \F\a\l\s\e ]] 2022-05-06 03:29:17.226 | + ./stack.sh:main:1028 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-05-06 03:29:17.228 | + ./stack.sh:main:1036 : is_service_enabled mysql postgresql 2022-05-06 03:29:17.246 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:17.249 | + ./stack.sh:main:1037 : configure_database 2022-05-06 03:29:17.252 | + lib/database:configure_database:128 : configure_database_mysql 2022-05-06 03:29:17.255 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-05-06 03:29:17.257 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-05-06 03:29:17.259 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:29:17.262 | + ./stack.sh:echo_summary:448 : echo -e Configuring and starting MySQL 2022-05-06 03:29:17.264 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-05-06 03:29:17.267 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:29:17.269 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:29:17.271 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-05-06 03:29:17.274 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-05-06 03:29:17.278 | ++ functions-common:ipv6_unquote:2235 : tr -d '[]' 2022-05-06 03:29:17.278 | ++ functions-common:ipv6_unquote:2235 : echo 0.0.0.0 2022-05-06 03:29:17.282 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-05-06 03:29:17.335 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-05-06 03:29:17.337 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:29:17.340 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:29:17.342 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:29:17.345 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:29:17.347 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:29:17.350 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:29:17.352 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:29:17.354 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:29:17.357 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:29:17.359 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:29:17.362 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:29:17.364 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-05-06 03:29:17.366 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:29:17.369 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:29:17.371 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:29:17.374 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:29:17.376 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:29:17.379 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:29:17.381 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-05-06 03:29:17.384 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:29:17.386 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:29:17.388 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-05-06 03:29:17.391 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:29:17.393 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart mysql 2022-05-06 03:29:19.561 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-05-06 03:29:19.576 | mysqladmin: connect to server at 'localhost' failed 2022-05-06 03:29:19.577 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-05-06 03:29:19.580 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-05-06 03:29:19.583 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-05-06 03:29:19.585 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:29:19.588 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:29:19.590 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-05-06 03:29:19.593 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-05-06 03:29:19.595 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-05-06 03:29:19.597 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:29:19.600 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:29:19.602 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-05-06 03:29:19.604 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-05-06 03:29:19.607 | + lib/databases/mysql:configure_database_mysql:122 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-05-06 03:29:19.619 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:29:19.655 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-05-06 03:29:19.667 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:29:19.686 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-05-06 03:29:19.742 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-05-06 03:29:19.799 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-05-06 03:29:19.853 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-05-06 03:29:19.856 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-05-06 03:29:19.858 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance_schema items' 2022-05-06 03:29:19.858 | enabling MySQL performance_schema items 2022-05-06 03:29:19.861 | + lib/databases/mysql:configure_database_mysql:156 : iniset -sudo /etc/mysql/my.cnf mysqld performance-schema-consumer-events-statements-history-long TRUE 2022-05-06 03:29:19.919 | + lib/databases/mysql:configure_database_mysql:158 : iniset -sudo /etc/mysql/my.cnf mysqld performance_schema_events_stages_history_long_size 1000000 2022-05-06 03:29:19.975 | + lib/databases/mysql:configure_database_mysql:162 : restart_service mysql 2022-05-06 03:29:19.977 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:29:19.980 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart mysql 2022-05-06 03:29:22.481 | + ./stack.sh:main:1041 : save_stackenv 1041 2022-05-06 03:29:22.484 | + functions-common:save_stackenv:60 : local tag=1041 2022-05-06 03:29:22.487 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-05-06 03:29:22.492 | + functions-common:save_stackenv:62 : time_stamp=2022-05-06-032922 2022-05-06 03:29:22.495 | + functions-common:save_stackenv:63 : echo '# 2022-05-06-032922 1041' 2022-05-06 03:29:22.498 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.502 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-05-06 03:29:22.505 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.507 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-05-06 03:29:22.510 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.512 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-05-06 03:29:22.515 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.518 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-05-06 03:29:22.520 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.523 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.25 2022-05-06 03:29:22.525 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.528 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.25/identity 2022-05-06 03:29:22.530 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.533 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-05-06-032454 2022-05-06 03:29:22.535 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.538 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-05-06 03:29:22.540 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.543 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.25 2022-05-06 03:29:22.545 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.548 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-05-06 03:29:22.550 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.552 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-05-06 03:29:22.555 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.557 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-05-06 03:29:22.560 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-05-06 03:29:22.562 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-05-06 03:29:22.565 | + ./stack.sh:main:1053 : [[ True == \T\r\u\e ]] 2022-05-06 03:29:22.567 | + ./stack.sh:main:1054 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-05-06 03:29:22.569 | + ./stack.sh:main:1055 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-05-06 03:29:22.581 | + ./stack.sh:main:1067 : start_dstat 2022-05-06 03:29:22.584 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.586 | + functions-common:run_process:1692 : local service=dstat 2022-05-06 03:29:22.589 | + functions-common:run_process:1693 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.591 | + functions-common:run_process:1694 : local group= 2022-05-06 03:29:22.594 | + functions-common:run_process:1695 : local user= 2022-05-06 03:29:22.596 | + functions-common:run_process:1697 : local name=dstat 2022-05-06 03:29:22.599 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:29:22.601 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:29:22.604 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:29:22.606 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:29:22.609 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:29:22.614 | + functions-common:time_start:2428 : _TIME_START[$name]=1651807762611 2022-05-06 03:29:22.616 | + functions-common:run_process:1700 : is_service_enabled dstat 2022-05-06 03:29:22.634 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:22.637 | + functions-common:run_process:1701 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-05-06 03:29:22.639 | + functions-common:_run_under_systemd:1657 : local service=dstat 2022-05-06 03:29:22.642 | + functions-common:_run_under_systemd:1658 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.644 | + functions-common:_run_under_systemd:1659 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.646 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.649 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.651 | + functions-common:_common_systemd_pitfalls:1632 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-05-06 03:29:22.654 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-05-06 03:29:22.656 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@dstat.service 2022-05-06 03:29:22.659 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:29:22.661 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:29:22.664 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-05-06 03:29:22.667 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-05-06 03:29:22.669 | + functions-common:write_user_unit_file:1574 : local service=devstack@dstat.service 2022-05-06 03:29:22.672 | + functions-common:write_user_unit_file:1575 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.674 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:29:22.676 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-06 03:29:22.679 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:29:22.681 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:29:22.683 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-05-06 03:29:22.686 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:29:22.690 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-05-06 03:29:22.746 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-05-06 03:29:22.801 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-05-06 03:29:22.856 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-05-06 03:29:22.908 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-05-06 03:29:22.960 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:29:23.013 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:29:23.016 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-05-06 03:29:23.073 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:29:23.461 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-05-06 03:29:23.476 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-05-06 03:29:23.872 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-05-06 03:29:23.895 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:29:23.906 | + functions-common:time_stop:2437 : local name 2022-05-06 03:29:23.909 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:29:23.912 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:29:23.914 | + functions-common:time_stop:2440 : local total 2022-05-06 03:29:23.917 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:29:23.920 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:29:23.924 | + functions-common:time_stop:2444 : start_time=1651807762611 2022-05-06 03:29:23.926 | + functions-common:time_stop:2446 : [[ -z 1651807762611 ]] 2022-05-06 03:29:23.930 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:29:23.938 | + functions-common:time_stop:2449 : end_time=1651807763932 2022-05-06 03:29:23.941 | + functions-common:time_stop:2450 : elapsed_time=1321 2022-05-06 03:29:23.944 | + functions-common:time_stop:2451 : total=0 2022-05-06 03:29:23.947 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:29:23.950 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=1321 2022-05-06 03:29:23.952 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-05-06 03:29:23.955 | + functions-common:run_process:1692 : local service=memory_tracker 2022-05-06 03:29:23.957 | + functions-common:run_process:1693 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-05-06 03:29:23.960 | + functions-common:run_process:1694 : local group= 2022-05-06 03:29:23.962 | + functions-common:run_process:1695 : local user=root 2022-05-06 03:29:23.964 | + functions-common:run_process:1697 : local name=memory_tracker 2022-05-06 03:29:23.967 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:29:23.969 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:29:23.972 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:29:23.974 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:29:23.981 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:29:23.987 | + functions-common:time_start:2428 : _TIME_START[$name]=1651807763982 2022-05-06 03:29:23.989 | + functions-common:run_process:1700 : is_service_enabled memory_tracker 2022-05-06 03:29:24.014 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:24.016 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:29:24.018 | + functions-common:time_stop:2437 : local name 2022-05-06 03:29:24.021 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:29:24.024 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:29:24.027 | + functions-common:time_stop:2440 : local total 2022-05-06 03:29:24.029 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:29:24.032 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:29:24.034 | + functions-common:time_stop:2444 : start_time=1651807763982 2022-05-06 03:29:24.037 | + functions-common:time_stop:2446 : [[ -z 1651807763982 ]] 2022-05-06 03:29:24.040 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:29:24.053 | + functions-common:time_stop:2449 : end_time=1651807764043 2022-05-06 03:29:24.056 | + functions-common:time_stop:2450 : elapsed_time=61 2022-05-06 03:29:24.058 | + functions-common:time_stop:2451 : total=1321 2022-05-06 03:29:24.060 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:29:24.063 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=1382 2022-05-06 03:29:24.065 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-05-06 03:29:24.087 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:24.090 | + ./stack.sh:main:1071 : is_service_enabled tcpdump 2022-05-06 03:29:24.110 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:24.113 | + ./stack.sh:main:1079 : is_service_enabled etcd3 2022-05-06 03:29:24.134 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:24.137 | + ./stack.sh:main:1080 : start_etcd3 2022-05-06 03:29:24.139 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-05-06 03:29:24.142 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-840565-4-hyperv --data-dir /opt/stack/data/etcd' 2022-05-06 03:29:24.144 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-05-06 03:29:24.147 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-840565-4-hyperv=http://10.222.0.25:2380' 2022-05-06 03:29:24.149 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.25:2380' 2022-05-06 03:29:24.152 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.25:2379' 2022-05-06 03:29:24.154 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-05-06 03:29:24.157 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-05-06 03:29:24.160 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.25:2379' 2022-05-06 03:29:24.162 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-05-06 03:29:24.164 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-05-06 03:29:24.167 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-05-06 03:29:24.170 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-840565-4-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-840565-4-hyperv=http://10.222.0.25:2380 --initial-advertise-peer-urls http://10.222.0.25:2380 --advertise-client-urls http://10.222.0.25:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.25:2379 --debug' '' root 2022-05-06 03:29:24.172 | + functions-common:write_user_unit_file:1574 : local service=devstack@etcd.service 2022-05-06 03:29:24.175 | + functions-common:write_user_unit_file:1575 : local 'command=/opt/stack/bin/etcd --name dv-neutron-840565-4-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-840565-4-hyperv=http://10.222.0.25:2380 --initial-advertise-peer-urls http://10.222.0.25:2380 --advertise-client-urls http://10.222.0.25:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.25:2379 --debug' 2022-05-06 03:29:24.177 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:29:24.180 | + functions-common:write_user_unit_file:1577 : local user=root 2022-05-06 03:29:24.182 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:29:24.185 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:29:24.188 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-05-06 03:29:24.190 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:29:24.194 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-05-06 03:29:24.281 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-05-06 03:29:24.345 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-840565-4-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-840565-4-hyperv=http://10.222.0.25:2380 --initial-advertise-peer-urls http://10.222.0.25:2380 --advertise-client-urls http://10.222.0.25:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.25:2379 --debug' 2022-05-06 03:29:24.397 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-05-06 03:29:24.447 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-05-06 03:29:24.500 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:29:24.551 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:29:24.554 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-05-06 03:29:24.616 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:29:24.985 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-05-06 03:29:25.040 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-05-06 03:29:25.093 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-05-06 03:29:25.147 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-05-06 03:29:25.200 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-05-06 03:29:25.203 | ++ functions-common:is_arch:506 : uname -m 2022-05-06 03:29:25.208 | + functions-common:is_arch:506 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-05-06 03:29:25.210 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-05-06 03:29:25.607 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-05-06 03:29:25.621 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-05-06 03:29:26.018 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-05-06 03:29:26.788 | + ./stack.sh:main:1086 : is_service_enabled tls-proxy 2022-05-06 03:29:26.807 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:26.810 | + ./stack.sh:main:1091 : write_clouds_yaml 2022-05-06 03:29:26.812 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-05-06 03:29:26.815 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-05-06 03:29:26.820 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-05-06 03:29:26.832 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-05-06 03:29:26.844 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-05-06 03:29:26.847 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-05-06 03:29:26.849 | + 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.25/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-05-06 03:29:26.988 | + 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.25/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-05-06 03:29:27.123 | + 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.25/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-05-06 03:29:27.264 | + 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.25/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-05-06 03:29:27.401 | + 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.25/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-05-06 03:29:27.537 | + 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.25/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-05-06 03:29:27.671 | + 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.25/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-05-06 03:29:27.806 | + 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.25/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-05-06 03:29:27.945 | + 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.25/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-05-06 03:29:28.081 | + 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.25/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-05-06 03:29:28.217 | + functions-common:write_clouds_yaml:198 : cat 2022-05-06 03:29:28.222 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-05-06 03:29:28.226 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-05-06 03:29:28.229 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-05-06 03:29:28.233 | + ./stack.sh:main:1092 : export OS_CLOUD=devstack-admin 2022-05-06 03:29:28.236 | + ./stack.sh:main:1092 : OS_CLOUD=devstack-admin 2022-05-06 03:29:28.238 | + ./stack.sh:main:1094 : is_service_enabled keystone 2022-05-06 03:29:28.256 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:28.258 | + ./stack.sh:main:1095 : echo_summary 'Starting Keystone' 2022-05-06 03:29:28.261 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:29:28.263 | + ./stack.sh:echo_summary:448 : echo -e Starting Keystone 2022-05-06 03:29:28.266 | + ./stack.sh:main:1097 : '[' 10.222.0.25 == 10.222.0.25 ']' 2022-05-06 03:29:28.268 | + ./stack.sh:main:1098 : init_keystone 2022-05-06 03:29:28.271 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-05-06 03:29:28.287 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:28.289 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-05-06 03:29:28.292 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-05-06 03:29:28.294 | + lib/database:recreate_database:112 : local db=keystone 2022-05-06 03:29:28.297 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-05-06 03:29:28.299 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-05-06 03:29:28.301 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-05-06 03:29:28.306 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:29:28.772 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-05-06 03:29:28.778 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:29:28.795 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-05-06 03:29:28.798 | + functions-common:time_start:2423 : local name=dbsync 2022-05-06 03:29:28.800 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:29:28.803 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:29:28.806 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:29:28.810 | + functions-common:time_start:2428 : _TIME_START[$name]=1651807768808 2022-05-06 03:29:28.813 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-05-06 03:29:33.295 | 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=136149) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-06 03:29:33.302 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:33.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.303 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.303 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.304 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.304 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.304 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.304 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.304 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.305 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.305 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.305 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:33.305 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:33.334 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:33.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.335 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.335 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.335 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.336 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.336 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.336 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.336 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.337 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.337 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.337 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:33.337 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:33.493 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:33.493 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.494 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.494 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.494 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.494 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.495 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.495 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.495 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:33.496 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:33.496 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:33.496 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:33.504 | INFO migrate.versioning.api [-] 72 -> 73...  2022-05-06 03:29:35.423 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:35.423 | INFO migrate.versioning.api [-] 73 -> 74...  2022-05-06 03:29:35.437 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:35.437 | INFO migrate.versioning.api [-] 74 -> 75...  2022-05-06 03:29:35.445 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:35.446 | INFO migrate.versioning.api [-] 75 -> 76...  2022-05-06 03:29:35.455 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:35.455 | INFO migrate.versioning.api [-] 76 -> 77...  2022-05-06 03:29:35.463 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:35.464 | INFO migrate.versioning.api [-] 77 -> 78...  2022-05-06 03:29:35.472 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:35.472 | INFO migrate.versioning.api [-] 78 -> 79...  2022-05-06 03:29:35.530 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:35.531 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:35.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.532 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.532 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.533 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.533 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.533 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.533 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.534 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.534 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.534 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.534 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.534 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:35.534 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:35.535 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:35.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.536 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.536 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.536 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.536 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.537 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.537 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.537 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.538 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.538 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:35.538 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:35.546 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:35.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.548 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.548 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.548 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.549 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.549 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.549 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.549 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:35.549 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:35.549 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:35.549 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.145 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:36.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.146 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.146 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.147 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.147 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.147 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.147 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.148 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.148 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.148 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.148 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.148 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:36.148 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.175 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:36.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.176 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.176 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.177 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.177 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.177 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.177 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.178 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.178 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.178 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.178 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.178 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:36.178 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.186 | INFO migrate.versioning.api [-] 72 -> 73...  2022-05-06 03:29:36.247 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.247 | INFO migrate.versioning.api [-] 73 -> 74...  2022-05-06 03:29:36.255 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.255 | INFO migrate.versioning.api [-] 74 -> 75...  2022-05-06 03:29:36.262 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.262 | INFO migrate.versioning.api [-] 75 -> 76...  2022-05-06 03:29:36.270 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.270 | INFO migrate.versioning.api [-] 76 -> 77...  2022-05-06 03:29:36.279 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.279 | INFO migrate.versioning.api [-] 77 -> 78...  2022-05-06 03:29:36.287 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.287 | INFO migrate.versioning.api [-] 78 -> 79...  2022-05-06 03:29:36.295 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.295 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:36.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.296 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.296 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.297 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.297 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.297 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.297 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.297 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.298 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.298 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.298 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:36.298 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.298 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:36.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.299 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.299 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.300 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.300 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.300 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.300 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.301 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.301 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.301 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.301 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.301 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:36.301 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.309 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:36.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.310 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.310 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.311 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.311 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.311 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.312 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.312 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.312 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.312 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.312 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:36.312 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.831 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:36.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.832 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.832 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.833 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.833 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.833 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.834 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:36.834 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.865 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:29:36.865 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.866 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.866 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.866 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.867 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.867 | 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=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.867 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:29:36.867 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:29:36.867 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:29:36.868 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=136149) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:29:36.875 | INFO migrate.versioning.api [-] 72 -> 73...  2022-05-06 03:29:36.886 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.886 | INFO migrate.versioning.api [-] 73 -> 74...  2022-05-06 03:29:36.893 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.894 | INFO migrate.versioning.api [-] 74 -> 75...  2022-05-06 03:29:36.901 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.901 | INFO migrate.versioning.api [-] 75 -> 76...  2022-05-06 03:29:36.908 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.908 | INFO migrate.versioning.api [-] 76 -> 77...  2022-05-06 03:29:36.916 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.916 | INFO migrate.versioning.api [-] 77 -> 78...  2022-05-06 03:29:36.924 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:36.924 | INFO migrate.versioning.api [-] 78 -> 79...  2022-05-06 03:29:36.932 | INFO migrate.versioning.api [-] done 2022-05-06 03:29:37.339 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-05-06 03:29:37.342 | + functions-common:time_stop:2437 : local name 2022-05-06 03:29:37.344 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:29:37.347 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:29:37.349 | + functions-common:time_stop:2440 : local total 2022-05-06 03:29:37.352 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:29:37.354 | + functions-common:time_stop:2443 : name=dbsync 2022-05-06 03:29:37.356 | + functions-common:time_stop:2444 : start_time=1651807768808 2022-05-06 03:29:37.359 | + functions-common:time_stop:2446 : [[ -z 1651807768808 ]] 2022-05-06 03:29:37.362 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:29:37.366 | + functions-common:time_stop:2449 : end_time=1651807777364 2022-05-06 03:29:37.369 | + functions-common:time_stop:2450 : elapsed_time=8556 2022-05-06 03:29:37.371 | + functions-common:time_stop:2451 : total=0 2022-05-06 03:29:37.373 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:29:37.376 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=8556 2022-05-06 03:29:37.378 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-05-06 03:29:37.381 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-05-06 03:29:37.385 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-05-06 03:29:41.695 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-05-06 03:29:41.696 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-05-06 03:29:41.696 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-05-06 03:29:41.697 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-05-06 03:29:41.697 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-05-06 03:29:41.697 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-05-06 03:29:41.697 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-05-06 03:29:41.698 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-05-06 03:29:41.698 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-05-06 03:29:42.082 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-05-06 03:29:42.086 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-05-06 03:29:46.418 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-05-06 03:29:46.418 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-05-06 03:29:46.419 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-05-06 03:29:46.419 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-05-06 03:29:46.419 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-05-06 03:29:46.420 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-05-06 03:29:46.420 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-05-06 03:29:46.420 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-05-06 03:29:46.420 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-05-06 03:29:46.789 | + ./stack.sh:main:1099 : start_keystone 2022-05-06 03:29:46.792 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-05-06 03:29:46.794 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-05-06 03:29:46.797 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-05-06 03:29:46.813 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:46.815 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-05-06 03:29:46.819 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-05-06 03:29:46.823 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-05-06 03:29:46.825 | + functions-common:run_process:1692 : local service=keystone 2022-05-06 03:29:46.828 | + functions-common:run_process:1693 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-06 03:29:46.830 | + functions-common:run_process:1694 : local group= 2022-05-06 03:29:46.832 | + functions-common:run_process:1695 : local user= 2022-05-06 03:29:46.835 | + functions-common:run_process:1697 : local name=keystone 2022-05-06 03:29:46.837 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:29:46.840 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:29:46.842 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:29:46.845 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:29:46.848 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:29:46.852 | + functions-common:time_start:2428 : _TIME_START[$name]=1651807786849 2022-05-06 03:29:46.854 | + functions-common:run_process:1700 : is_service_enabled keystone 2022-05-06 03:29:46.870 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:29:46.872 | + functions-common:run_process:1701 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-05-06 03:29:46.875 | + functions-common:_run_under_systemd:1657 : local service=keystone 2022-05-06 03:29:46.877 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-06 03:29:46.880 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-06 03:29:46.882 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-06 03:29:46.884 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-06 03:29:46.886 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-05-06 03:29:46.889 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-05-06 03:29:46.891 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@keystone.service 2022-05-06 03:29:46.893 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:29:46.896 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:29:46.898 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-05-06 03:29:46.900 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-05-06 03:29:46.903 | + functions-common:write_uwsgi_user_unit_file:1601 : local service=devstack@keystone.service 2022-05-06 03:29:46.906 | + functions-common:write_uwsgi_user_unit_file:1602 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-06 03:29:46.908 | + functions-common:write_uwsgi_user_unit_file:1603 : local group= 2022-05-06 03:29:46.910 | + functions-common:write_uwsgi_user_unit_file:1604 : local user=ubuntu 2022-05-06 03:29:46.912 | + functions-common:write_uwsgi_user_unit_file:1605 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-05-06 03:29:46.914 | + functions-common:write_uwsgi_user_unit_file:1606 : mkdir -p /etc/systemd/system 2022-05-06 03:29:46.918 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-05-06 03:29:46.969 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-05-06 03:29:47.020 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-05-06 03:29:47.071 | + functions-common:write_uwsgi_user_unit_file:1611 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-05-06 03:29:47.124 | + functions-common:write_uwsgi_user_unit_file:1612 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:29:47.176 | + functions-common:write_uwsgi_user_unit_file:1613 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-05-06 03:29:47.229 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-05-06 03:29:47.285 | + functions-common:write_uwsgi_user_unit_file:1615 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-05-06 03:29:47.340 | + functions-common:write_uwsgi_user_unit_file:1616 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-05-06 03:29:47.391 | + functions-common:write_uwsgi_user_unit_file:1617 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-05-06 03:29:47.443 | + functions-common:write_uwsgi_user_unit_file:1619 : [[ -n '' ]] 2022-05-06 03:29:47.446 | + functions-common:write_uwsgi_user_unit_file:1622 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-05-06 03:29:47.498 | + functions-common:write_uwsgi_user_unit_file:1625 : sudo systemctl daemon-reload 2022-05-06 03:29:47.895 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-05-06 03:29:47.909 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-05-06 03:29:48.310 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-05-06 03:29:48.394 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:29:48.397 | + functions-common:time_stop:2437 : local name 2022-05-06 03:29:48.400 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:29:48.402 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:29:48.405 | + functions-common:time_stop:2440 : local total 2022-05-06 03:29:48.407 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:29:48.413 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:29:48.415 | + functions-common:time_stop:2444 : start_time=1651807786849 2022-05-06 03:29:48.418 | + functions-common:time_stop:2446 : [[ -z 1651807786849 ]] 2022-05-06 03:29:48.421 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:29:48.426 | + functions-common:time_stop:2449 : end_time=1651807788423 2022-05-06 03:29:48.428 | + functions-common:time_stop:2450 : elapsed_time=1574 2022-05-06 03:29:48.431 | + functions-common:time_stop:2451 : total=1382 2022-05-06 03:29:48.433 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:29:48.436 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=2956 2022-05-06 03:29:48.438 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-05-06 03:29:48.438 | Waiting for keystone to start... 2022-05-06 03:29:48.441 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.25/identity/v3/ 2022-05-06 03:29:48.443 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.25/identity/v3/ 2022-05-06 03:29:48.446 | + functions:wait_for_service:457 : local timeout=60 2022-05-06 03:29:48.448 | + functions:wait_for_service:458 : local url=http://10.222.0.25/identity/v3/ 2022-05-06 03:29:48.450 | + functions:wait_for_service:459 : local rval=0 2022-05-06 03:29:48.453 | + functions:wait_for_service:460 : time_start wait_for_service 2022-05-06 03:29:48.455 | + functions-common:time_start:2423 : local name=wait_for_service 2022-05-06 03:29:48.458 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:29:48.460 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:29:48.463 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:29:48.468 | + functions-common:time_start:2428 : _TIME_START[$name]=1651807788465 2022-05-06 03:29:48.470 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-05-06 03:29:48.476 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.25/identity/v3/ 2022-05-06 03:29:52.181 | ++ inc/async:async_inner:64 : rc=0 2022-05-06 03:29:52.206 | [134123 Async install_tempest:134123]: finished successfully 2022-05-06 03:29:54.794 | + :: : [[ 200 == 503 ]] 2022-05-06 03:29:54.796 | + :: : [[ 0 -eq 7 ]] 2022-05-06 03:29:54.801 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-05-06 03:29:54.804 | + functions-common:time_stop:2437 : local name 2022-05-06 03:29:54.808 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:29:54.811 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:29:54.815 | + functions-common:time_stop:2440 : local total 2022-05-06 03:29:54.818 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:29:54.822 | + functions-common:time_stop:2443 : name=wait_for_service 2022-05-06 03:29:54.825 | + functions-common:time_stop:2444 : start_time=1651807788465 2022-05-06 03:29:54.827 | + functions-common:time_stop:2446 : [[ -z 1651807788465 ]] 2022-05-06 03:29:54.830 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:29:54.835 | + functions-common:time_stop:2449 : end_time=1651807794832 2022-05-06 03:29:54.837 | + functions-common:time_stop:2450 : elapsed_time=6367 2022-05-06 03:29:54.840 | + functions-common:time_stop:2451 : total=0 2022-05-06 03:29:54.842 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:29:54.844 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=6367 2022-05-06 03:29:54.847 | + functions:wait_for_service:467 : return 0 2022-05-06 03:29:54.850 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-05-06 03:29:54.869 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:29:54.872 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-05-06 03:29:54.876 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:29:54.879 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart memcached 2022-05-06 03:29:54.909 | + ./stack.sh:main:1100 : bootstrap_keystone 2022-05-06 03:29:54.913 | + 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.25/identity 2022-05-06 03:29:59.417 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.417 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.418 | 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=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.426 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.442 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.443 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.473 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.505 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.505 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.595 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.596 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.609 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.609 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.609 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.609 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.610 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.610 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.610 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.617 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.620 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.620 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.620 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.620 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.621 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.621 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.621 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=136949) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-05-06 03:29:59.656 | 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=136949) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-06 03:29:59.878 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created domain default 2022-05-06 03:29:59.920 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created project admin 2022-05-06 03:29:59.949 | DEBUG passlib.handlers.bcrypt [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=136949) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-05-06 03:29:59.949 | DEBUG passlib.handlers.bcrypt [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=136949) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-05-06 03:30:00.014 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created user admin 2022-05-06 03:30:00.032 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created role reader 2022-05-06 03:30:00.046 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created role member 2022-05-06 03:30:00.073 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created implied role where 7f156a761861413fa5604dd31f687466 implies d165f8f80a744b7f941982898873d00e 2022-05-06 03:30:00.085 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created role admin 2022-05-06 03:30:00.106 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created implied role where faf2c8945a43480da274275c1bb165f9 implies 7f156a761861413fa5604dd31f687466 2022-05-06 03:30:00.121 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Granted role admin on project admin to user admin. 2022-05-06 03:30:00.134 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Granted role admin on the system to user admin. 2022-05-06 03:30:00.148 | WARNING py.warnings [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf 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-05-06 03:30:00.148 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-05-06 03:30:00.148 |  2022-05-06 03:30:00.151 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created region RegionOne 2022-05-06 03:30:00.189 | INFO keystone.cmd.bootstrap [None req-7956858b-63b6-4a3b-a5f6-6b0730d860cf None None] Created public endpoint http://10.222.0.25/identity 2022-05-06 03:30:00.657 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-05-06 03:30:00.661 | + ./stack.sh:main:1103 : create_keystone_accounts 2022-05-06 03:30:00.665 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-05-06 03:30:00.669 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-05-06 03:30:03.537 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:03.537 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:03.538 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:03.538 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:03.705 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:03.710 | + lib/keystone:create_keystone_accounts:310 : admin_project=17cdab49b7174d03a41236986b57d3f3 2022-05-06 03:30:03.714 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-05-06 03:30:03.719 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-05-06 03:30:05.834 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:05.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:05.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:05.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:06.013 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:06.017 | + lib/keystone:create_keystone_accounts:312 : admin_user=862c704267fb45928eaa154c39049612 2022-05-06 03:30:06.021 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-05-06 03:30:06.025 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-05-06 03:30:06.028 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-05-06 03:30:06.032 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 862c704267fb45928eaa154c39049612 default 2022-05-06 03:30:06.091 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 862c704267fb45928eaa154c39049612 default 2022-05-06 03:30:06.130 | [108478 Async ks-domain-role:137320]: running: get_or_add_user_domain_role admin 862c704267fb45928eaa154c39049612 default 2022-05-06 03:30:06.132 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-05-06 03:30:06.135 | + functions-common:get_or_create_domain:889 : local domain_id 2022-05-06 03:30:06.138 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-05-06 03:30:09.359 | + functions-common:get_or_create_domain:899 : domain_id=default 2022-05-06 03:30:09.361 | + functions-common:get_or_create_domain:900 : echo default 2022-05-06 03:30:09.361 | default 2022-05-06 03:30:09.364 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-05-06 03:30:09.424 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-05-06 03:30:09.475 | [108478 Async ks-project:137794]: running: get_or_create_project service Default 2022-05-06 03:30:09.477 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-05-06 03:30:09.545 | + inc/async:async_inner:63 : get_or_create_role service 2022-05-06 03:30:09.588 | [108478 Async ks-service:137884]: running: get_or_create_role service 2022-05-06 03:30:09.590 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-05-06 03:30:09.661 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-05-06 03:30:09.839 | [108478 Async ks-reseller:137975]: running: get_or_create_role ResellerAdmin 2022-05-06 03:30:09.857 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-05-06 03:30:09.885 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-05-06 03:30:10.273 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-05-06 03:30:10.474 | [108478 Async ks-anotherrole:138086]: running: get_or_create_role anotherrole 2022-05-06 03:30:10.493 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-05-06 03:30:10.522 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-05-06 03:30:10.545 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:30:10.577 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-05-06 03:30:13.002 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:13.081 | [137884 Async ks-service:137884]: finished successfully 2022-05-06 03:30:13.582 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:13.641 | [137975 Async ks-reseller:137975]: finished successfully 2022-05-06 03:30:13.767 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:13.796 | [137794 Async ks-project:137794]: finished successfully 2022-05-06 03:30:14.247 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:14.287 | [138086 Async ks-anotherrole:138086]: finished successfully 2022-05-06 03:30:14.338 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:14.338 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:14.338 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:14.339 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:14.516 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:14.519 | ++ functions-common:get_or_create_project:950 : project_id=89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:30:14.521 | ++ functions-common:get_or_create_project:951 : echo 89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:30:14.525 | + lib/keystone:create_keystone_accounts:340 : invis_project=89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:30:14.527 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-05-06 03:30:14.530 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-05-06 03:30:14.532 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:30:14.535 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-05-06 03:30:16.987 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:16.987 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:16.987 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:16.987 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:17.185 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:17.188 | ++ functions-common:get_or_create_project:950 : project_id=3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:17.190 | ++ functions-common:get_or_create_project:951 : echo 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:17.193 | + lib/keystone:create_keystone_accounts:344 : demo_project=3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:17.196 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-05-06 03:30:17.199 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-05-06 03:30:17.202 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:30:17.204 | ++ functions-common:get_or_create_user:922 : [[ ! -z demo@example.com ]] 2022-05-06 03:30:17.207 | ++ functions-common:get_or_create_user:923 : local email=--email=demo@example.com 2022-05-06 03:30:17.210 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-05-06 03:30:17.238 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:17.263 | [137320 Async ks-domain-role:137320]: finished successfully 2022-05-06 03:30:19.672 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.672 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.672 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.672 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.845 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:19.850 | ++ functions-common:get_or_create_user:937 : user_id=6d6b3841517842adba390889f69205c2 2022-05-06 03:30:19.853 | ++ functions-common:get_or_create_user:938 : echo 6d6b3841517842adba390889f69205c2 2022-05-06 03:30:19.857 | + lib/keystone:create_keystone_accounts:347 : demo_user=6d6b3841517842adba390889f69205c2 2022-05-06 03:30:19.861 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-05-06 03:30:19.914 | [108478 Async ks-domain-role:137320]: Waiting for completion of get_or_add_user_domain_role admin 862c704267fb45928eaa154c39049612 default running on PID 137320 (6 other jobs running) 2022-05-06 03:30:19.943 | [108478 Async ks-domain-role:137320]: Signaling child to exit 2022-05-06 03:30:19.943 | WAKEUP 2022-05-06 03:30:19.966 | [108478 Async ks-domain-role:137320]: Signaled 2022-05-06 03:30:19.968 | + functions-common:get_or_add_user_domain_role:1015 : local user_role_id 2022-05-06 03:30:19.968 | ++ functions-common:get_or_add_user_domain_role:1021 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 862c704267fb45928eaa154c39049612 --domain default 2022-05-06 03:30:19.968 | ++ functions-common:get_or_add_user_domain_role:1021 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:30:19.969 | ++ functions-common:get_or_add_user_domain_role:1021 : get_field 1 2022-05-06 03:30:19.969 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:30:19.969 | ++ functions-common:get_field:824 : read data 2022-05-06 03:30:19.969 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.969 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.969 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.969 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.969 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:19.969 | + functions-common:get_or_add_user_domain_role:1021 : user_role_id= 2022-05-06 03:30:19.969 | + functions-common:get_or_add_user_domain_role:1022 : [[ -z '' ]] 2022-05-06 03:30:19.969 | + functions-common:get_or_add_user_domain_role:1024 : openstack --os-cloud devstack-system-admin role add admin --user 862c704267fb45928eaa154c39049612 --domain default 2022-05-06 03:30:19.969 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.969 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.969 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.969 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.969 | ++ functions-common:get_or_add_user_domain_role:1031 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:30:19.969 | ++ functions-common:get_or_add_user_domain_role:1031 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 862c704267fb45928eaa154c39049612 --domain default 2022-05-06 03:30:19.969 | ++ functions-common:get_or_add_user_domain_role:1031 : get_field 1 2022-05-06 03:30:19.969 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:30:19.969 | ++ functions-common:get_field:824 : read data 2022-05-06 03:30:19.969 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.969 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.969 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:19.969 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:19.969 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:19.969 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:30:19.969 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:30:19.969 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 862c704267fb45928eaa154c39049612 | | | default | | False |' 2022-05-06 03:30:19.969 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:30:19.969 | ++ functions-common:get_field:824 : read data 2022-05-06 03:30:19.969 | + functions-common:get_or_add_user_domain_role:1031 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:30:19.969 | + functions-common:get_or_add_user_domain_role:1033 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:30:19.969 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:30:20.013 | [108478 Async ks-domain-role:137320]: finished get_or_add_user_domain_role admin 862c704267fb45928eaa154c39049612 default with result 0 in 11 seconds 2022-05-06 03:30:20.020 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-05-06 03:30:20.054 | [108478 Async ks-project:137794]: Waiting for completion of get_or_create_project service Default running on PID 137794 (5 other jobs running) 2022-05-06 03:30:20.079 | [108478 Async ks-project:137794]: Signaling child to exit 2022-05-06 03:30:20.080 | WAKEUP 2022-05-06 03:30:20.102 | [108478 Async ks-project:137794]: Signaled 2022-05-06 03:30:20.103 | + functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:30:20.103 | ++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-05-06 03:30:20.103 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.103 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.103 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.103 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.103 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:20.103 | + functions-common:get_or_create_project:950 : project_id=b351ac6649404dc2b7bb21858bebe2d3 2022-05-06 03:30:20.103 | + functions-common:get_or_create_project:951 : echo b351ac6649404dc2b7bb21858bebe2d3 2022-05-06 03:30:20.104 | b351ac6649404dc2b7bb21858bebe2d3 2022-05-06 03:30:20.148 | [108478 Async ks-project:137794]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-05-06 03:30:20.184 | [108478 Async ks-service:137884]: Waiting for completion of get_or_create_role service running on PID 137884 (4 other jobs running) 2022-05-06 03:30:20.208 | [108478 Async ks-service:137884]: Signaling child to exit 2022-05-06 03:30:20.209 | WAKEUP 2022-05-06 03:30:20.230 | [108478 Async ks-service:137884]: Signaled 2022-05-06 03:30:20.233 | + functions-common:get_or_create_role:957 : local role_id 2022-05-06 03:30:20.233 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-05-06 03:30:20.233 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.233 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.233 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.233 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.233 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:20.233 | + functions-common:get_or_create_role:962 : role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:30:20.233 | + functions-common:get_or_create_role:963 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:30:20.233 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:30:20.285 | [108478 Async ks-service:137884]: finished get_or_create_role service with result 0 in 3 seconds 2022-05-06 03:30:20.325 | [108478 Async ks-reseller:137975]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 137975 (3 other jobs running) 2022-05-06 03:30:20.350 | [108478 Async ks-reseller:137975]: Signaling child to exit 2022-05-06 03:30:20.350 | WAKEUP 2022-05-06 03:30:20.372 | [108478 Async ks-reseller:137975]: Signaled 2022-05-06 03:30:20.373 | + functions-common:get_or_create_role:957 : local role_id 2022-05-06 03:30:20.373 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-05-06 03:30:20.373 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.373 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.373 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.373 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.373 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:20.373 | + functions-common:get_or_create_role:962 : role_id=7e613e806bc3400da8421e644cd46d53 2022-05-06 03:30:20.373 | + functions-common:get_or_create_role:963 : echo 7e613e806bc3400da8421e644cd46d53 2022-05-06 03:30:20.373 | 7e613e806bc3400da8421e644cd46d53 2022-05-06 03:30:20.423 | [108478 Async ks-reseller:137975]: finished get_or_create_role ResellerAdmin with result 0 in 4 seconds 2022-05-06 03:30:20.459 | [108478 Async ks-anotherrole:138086]: Waiting for completion of get_or_create_role anotherrole running on PID 138086 (2 other jobs running) 2022-05-06 03:30:20.483 | [108478 Async ks-anotherrole:138086]: Signaling child to exit 2022-05-06 03:30:20.483 | WAKEUP 2022-05-06 03:30:20.506 | [108478 Async ks-anotherrole:138086]: Signaled 2022-05-06 03:30:20.507 | + functions-common:get_or_create_role:957 : local role_id 2022-05-06 03:30:20.507 | ++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-05-06 03:30:20.507 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.507 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.507 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:20.507 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:20.507 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:20.507 | + functions-common:get_or_create_role:962 : role_id=dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:30:20.507 | + functions-common:get_or_create_role:963 : echo dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:30:20.507 | dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:30:20.551 | [108478 Async ks-anotherrole:138086]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-05-06 03:30:20.555 | + inc/async:async_wait:197 : return 0 2022-05-06 03:30:20.558 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.624 | + inc/async:async_inner:63 : get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.663 | [108478 Async ks-demo-member:139388]: running: get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.666 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 862c704267fb45928eaa154c39049612 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.726 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 862c704267fb45928eaa154c39049612 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.773 | [108478 Async ks-demo-admin:139502]: running: get_or_add_user_project_role admin 862c704267fb45928eaa154c39049612 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.776 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.843 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.891 | [108478 Async ks-demo-another:139620]: running: get_or_add_user_project_role anotherrole 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:20.894 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:30:20.969 | + inc/async:async_inner:63 : get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:30:21.036 | [108478 Async ks-demo-invis:139736]: running: get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:30:21.040 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-05-06 03:30:21.044 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-05-06 03:30:21.050 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:30:21.061 | ++ functions-common:get_or_create_user:922 : [[ ! -z demo_reader@example.com ]] 2022-05-06 03:30:21.067 | ++ functions-common:get_or_create_user:923 : local email=--email=demo_reader@example.com 2022-05-06 03:30:21.081 | +++ functions-common:get_or_create_user:939 : 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-05-06 03:30:24.747 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:24.747 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:24.747 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:24.748 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:24.935 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:24.938 | ++ functions-common:get_or_create_user:937 : user_id=9c58e840af6441b1bd403fe427af3f75 2022-05-06 03:30:24.941 | ++ functions-common:get_or_create_user:938 : echo 9c58e840af6441b1bd403fe427af3f75 2022-05-06 03:30:24.944 | + lib/keystone:create_keystone_accounts:360 : demo_reader=9c58e840af6441b1bd403fe427af3f75 2022-05-06 03:30:24.946 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader 9c58e840af6441b1bd403fe427af3f75 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:25.011 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 9c58e840af6441b1bd403fe427af3f75 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:25.071 | [108478 Async ks-demo-reader:140076]: running: get_or_add_user_project_role reader 9c58e840af6441b1bd403fe427af3f75 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:25.082 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-05-06 03:30:25.093 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-05-06 03:30:25.100 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:30:25.113 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-05-06 03:30:28.928 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:28.928 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:28.928 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:28.928 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:29.209 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:29.217 | ++ functions-common:get_or_create_project:950 : project_id=c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:29.233 | ++ functions-common:get_or_create_project:951 : echo c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:29.249 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:29.259 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-05-06 03:30:29.283 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-05-06 03:30:29.306 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:30:29.330 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo@example.com ]] 2022-05-06 03:30:29.345 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo@example.com 2022-05-06 03:30:29.350 | +++ functions-common:get_or_create_user:939 : 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-05-06 03:30:32.686 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:32.686 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:32.686 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:32.686 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:33.035 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:33.057 | ++ functions-common:get_or_create_user:937 : user_id=43a1bc66e77c4c28a4689e8588949f3e 2022-05-06 03:30:33.073 | ++ functions-common:get_or_create_user:938 : echo 43a1bc66e77c4c28a4689e8588949f3e 2022-05-06 03:30:33.093 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=43a1bc66e77c4c28a4689e8588949f3e 2022-05-06 03:30:33.110 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:33.565 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:33.785 | [108478 Async ks-alt-admin:142136]: running: get_or_add_user_project_role admin 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:33.801 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:34.197 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:34.459 | [108478 Async ks-alt-another:142406]: running: get_or_add_user_project_role anotherrole 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:34.494 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-05-06 03:30:34.523 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-05-06 03:30:34.545 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:30:34.562 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo_member@example.com ]] 2022-05-06 03:30:34.598 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo_member@example.com 2022-05-06 03:30:34.632 | +++ functions-common:get_or_create_user:939 : 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-05-06 03:30:35.600 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:35.750 | [139388 Async ks-demo-member:139388]: finished successfully 2022-05-06 03:30:38.778 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:38.828 | [139502 Async ks-demo-admin:139502]: finished successfully 2022-05-06 03:30:39.354 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:39.397 | [139620 Async ks-demo-another:139620]: finished successfully 2022-05-06 03:30:39.794 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:39.794 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:39.794 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:39.794 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:39.989 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:39.992 | ++ functions-common:get_or_create_user:937 : user_id=e86b45a0ee7c470c9d9dcc67b0c40c89 2022-05-06 03:30:39.996 | ++ functions-common:get_or_create_user:938 : echo e86b45a0ee7c470c9d9dcc67b0c40c89 2022-05-06 03:30:40.000 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=e86b45a0ee7c470c9d9dcc67b0c40c89 2022-05-06 03:30:40.003 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member e86b45a0ee7c470c9d9dcc67b0c40c89 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:40.074 | + inc/async:async_inner:63 : get_or_add_user_project_role member e86b45a0ee7c470c9d9dcc67b0c40c89 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:40.128 | [108478 Async ks-alt-member-user:144735]: running: get_or_add_user_project_role member e86b45a0ee7c470c9d9dcc67b0c40c89 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:40.136 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-05-06 03:30:40.139 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-05-06 03:30:40.142 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:30:40.148 | ++ functions-common:get_or_create_user:922 : [[ ! -z alt_demo_reader@example.com ]] 2022-05-06 03:30:40.150 | ++ functions-common:get_or_create_user:923 : local email=--email=alt_demo_reader@example.com 2022-05-06 03:30:40.165 | +++ functions-common:get_or_create_user:939 : 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-05-06 03:30:40.830 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:40.924 | [139736 Async ks-demo-invis:139736]: finished successfully 2022-05-06 03:30:43.151 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:43.274 | [140076 Async ks-demo-reader:140076]: finished successfully 2022-05-06 03:30:43.299 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:43.299 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:43.299 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:43.299 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:43.555 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:43.557 | ++ functions-common:get_or_create_user:937 : user_id=2e9854eaebd646658d39582f0eb8550b 2022-05-06 03:30:43.566 | ++ functions-common:get_or_create_user:938 : echo 2e9854eaebd646658d39582f0eb8550b 2022-05-06 03:30:43.570 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=2e9854eaebd646658d39582f0eb8550b 2022-05-06 03:30:43.579 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 2e9854eaebd646658d39582f0eb8550b c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:43.736 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 2e9854eaebd646658d39582f0eb8550b c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:43.879 | [108478 Async ks-alt-reader-user:146046]: running: get_or_add_user_project_role reader 2e9854eaebd646658d39582f0eb8550b c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:43.895 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-05-06 03:30:43.900 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:30:43.905 | ++ functions-common:get_or_create_user:922 : [[ ! -z system_member@example.com ]] 2022-05-06 03:30:43.911 | ++ functions-common:get_or_create_user:923 : local email=--email=system_member@example.com 2022-05-06 03:30:43.923 | +++ functions-common:get_or_create_user:939 : 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-05-06 03:30:47.335 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:47.335 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:47.335 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:47.335 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:47.605 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:47.609 | ++ functions-common:get_or_create_user:937 : user_id=e36037f7310245e2b4f09c6cdbdd5671 2022-05-06 03:30:47.612 | ++ functions-common:get_or_create_user:938 : echo e36037f7310245e2b4f09c6cdbdd5671 2022-05-06 03:30:47.615 | + lib/keystone:create_keystone_accounts:392 : system_member_user=e36037f7310245e2b4f09c6cdbdd5671 2022-05-06 03:30:47.619 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member e36037f7310245e2b4f09c6cdbdd5671 all 2022-05-06 03:30:47.801 | + inc/async:async_inner:63 : get_or_add_user_system_role member e36037f7310245e2b4f09c6cdbdd5671 all 2022-05-06 03:30:47.967 | [108478 Async ks-system-member:146603]: running: get_or_add_user_system_role member e36037f7310245e2b4f09c6cdbdd5671 all 2022-05-06 03:30:47.990 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-05-06 03:30:48.009 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:30:48.025 | ++ functions-common:get_or_create_user:922 : [[ ! -z system_reader@example.com ]] 2022-05-06 03:30:48.045 | ++ functions-common:get_or_create_user:923 : local email=--email=system_reader@example.com 2022-05-06 03:30:48.074 | +++ functions-common:get_or_create_user:939 : 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-05-06 03:30:51.549 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:51.666 | [142136 Async ks-alt-admin:142136]: finished successfully 2022-05-06 03:30:52.295 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:52.295 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:52.296 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:52.296 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:52.390 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:52.535 | [142406 Async ks-alt-another:142406]: finished successfully 2022-05-06 03:30:52.544 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:52.547 | ++ functions-common:get_or_create_user:937 : user_id=51b0d60d56cb43ca92d3d6250c2bc245 2022-05-06 03:30:52.550 | ++ functions-common:get_or_create_user:938 : echo 51b0d60d56cb43ca92d3d6250c2bc245 2022-05-06 03:30:52.558 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=51b0d60d56cb43ca92d3d6250c2bc245 2022-05-06 03:30:52.561 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader 51b0d60d56cb43ca92d3d6250c2bc245 all 2022-05-06 03:30:52.663 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 51b0d60d56cb43ca92d3d6250c2bc245 all 2022-05-06 03:30:52.754 | [108478 Async ks-system-reader:146897]: running: get_or_add_user_system_role reader 51b0d60d56cb43ca92d3d6250c2bc245 all 2022-05-06 03:30:52.757 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-05-06 03:30:52.762 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-05-06 03:30:52.764 | ++ functions-common:get_or_create_group:906 : local 'desc=openstack admin group' 2022-05-06 03:30:52.781 | ++ functions-common:get_or_create_group:907 : local group_id 2022-05-06 03:30:52.805 | +++ functions-common:get_or_create_group:916 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-05-06 03:30:54.317 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:54.482 | [144735 Async ks-alt-member-user:144735]: finished successfully 2022-05-06 03:30:55.767 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:55.767 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:55.767 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:55.767 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:55.986 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:55.989 | ++ functions-common:get_or_create_group:914 : group_id=9ba303e9b02848f1b57f8cceb738d5c9 2022-05-06 03:30:55.992 | ++ functions-common:get_or_create_group:915 : echo 9ba303e9b02848f1b57f8cceb738d5c9 2022-05-06 03:30:55.997 | + lib/keystone:create_keystone_accounts:402 : admin_group=9ba303e9b02848f1b57f8cceb738d5c9 2022-05-06 03:30:56.000 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-05-06 03:30:56.004 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-05-06 03:30:56.011 | ++ functions-common:get_or_create_group:906 : local 'desc=non-admin group' 2022-05-06 03:30:56.018 | ++ functions-common:get_or_create_group:907 : local group_id 2022-05-06 03:30:56.025 | +++ functions-common:get_or_create_group:916 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-05-06 03:30:57.351 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:57.380 | [146046 Async ks-alt-reader-user:146046]: finished successfully 2022-05-06 03:30:58.579 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:58.579 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:58.579 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:30:58.579 | from cryptography.utils import int_from_bytes 2022-05-06 03:30:58.776 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:30:58.779 | ++ functions-common:get_or_create_group:914 : group_id=8fd9f181967d45748c4cd55576315aa4 2022-05-06 03:30:58.782 | ++ functions-common:get_or_create_group:915 : echo 8fd9f181967d45748c4cd55576315aa4 2022-05-06 03:30:58.785 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=8fd9f181967d45748c4cd55576315aa4 2022-05-06 03:30:58.788 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:58.851 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:58.937 | [108478 Async ks-group-memberdemo:147240]: running: get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:58.941 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:59.040 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:59.099 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:30:59.113 | [108478 Async ks-group-anotherdemo:147326]: running: get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:30:59.116 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:59.166 | [146603 Async ks-system-member:146603]: finished successfully 2022-05-06 03:30:59.233 | + inc/async:async_inner:63 : get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:59.428 | [108478 Async ks-group-memberalt:147450]: running: get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:59.449 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:59.649 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:59.859 | [108478 Async ks-group-anotheralt:147557]: running: get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d 2022-05-06 03:30:59.881 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 2022-05-06 03:31:00.321 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 2022-05-06 03:31:00.573 | [108478 Async ks-group-admin:147644]: running: get_or_add_group_project_role admin 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 2022-05-06 03:31:00.589 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-05-06 03:31:00.959 | [108478 Async ks-demo-member:139388]: Waiting for completion of get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a running on PID 139388 (17 other jobs running) 2022-05-06 03:31:01.139 | [108478 Async ks-demo-member:139388]: Signaling child to exit 2022-05-06 03:31:01.139 | WAKEUP 2022-05-06 03:31:01.306 | [108478 Async ks-demo-member:139388]: Signaled 2022-05-06 03:31:01.322 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:01.322 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:01.322 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:01.322 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:01.322 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:01.322 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:01.322 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:01.322 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:01.322 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6d6b3841517842adba390889f69205c2 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:01.322 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:01.322 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:01.322 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:01.322 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:01.322 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:01.322 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:01.322 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:01.322 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:01.323 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:01.323 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:01.323 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:01.323 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 6d6b3841517842adba390889f69205c2 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:01.323 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:01.323 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:01.323 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:01.323 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:01.323 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6d6b3841517842adba390889f69205c2 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:01.323 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:01.323 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:01.323 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:01.323 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:01.323 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:01.323 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:01.323 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:01.323 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:01.323 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:01.323 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:01.323 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:01.323 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:01.323 | ++ functions-common:get_field:830 : echo '| 7f156a761861413fa5604dd31f687466 | 6d6b3841517842adba390889f69205c2 | | 3ddecd3e2fdf404cabe9d578d7de700a | | | False |' 2022-05-06 03:31:01.323 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:01.323 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=7f156a761861413fa5604dd31f687466 2022-05-06 03:31:01.323 | + functions-common:get_or_add_user_project_role:1009 : echo 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:01.323 | 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:01.598 | [108478 Async ks-demo-member:139388]: finished get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a with result 0 in 15 seconds 2022-05-06 03:31:01.864 | [108478 Async ks-demo-admin:139502]: Waiting for completion of get_or_add_user_project_role admin 862c704267fb45928eaa154c39049612 3ddecd3e2fdf404cabe9d578d7de700a running on PID 139502 (16 other jobs running) 2022-05-06 03:31:02.052 | [108478 Async ks-demo-admin:139502]: Signaling child to exit 2022-05-06 03:31:02.052 | WAKEUP 2022-05-06 03:31:02.202 | [108478 Async ks-demo-admin:139502]: Signaled 2022-05-06 03:31:02.211 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:02.211 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:02.211 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:02.211 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:02.211 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:02.212 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:02.212 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:02.212 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:02.212 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 862c704267fb45928eaa154c39049612 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:02.212 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:02.212 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:02.212 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:02.212 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:02.212 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.212 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.212 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.212 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.212 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:02.212 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:02.212 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:02.212 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 862c704267fb45928eaa154c39049612 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:02.212 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.212 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.212 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.212 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.212 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:02.212 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:02.212 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:02.212 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 862c704267fb45928eaa154c39049612 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:02.212 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:02.212 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.212 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.212 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.212 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.212 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:02.212 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:02.212 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:02.213 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 862c704267fb45928eaa154c39049612 | | 3ddecd3e2fdf404cabe9d578d7de700a | | | False |' 2022-05-06 03:31:02.213 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:02.213 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:02.213 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:31:02.213 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:31:02.213 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:31:02.520 | [108478 Async ks-demo-admin:139502]: finished get_or_add_user_project_role admin 862c704267fb45928eaa154c39049612 3ddecd3e2fdf404cabe9d578d7de700a with result 0 in 18 seconds 2022-05-06 03:31:02.737 | [108478 Async ks-demo-another:139620]: Waiting for completion of get_or_add_user_project_role anotherrole 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a running on PID 139620 (15 other jobs running) 2022-05-06 03:31:02.815 | [108478 Async ks-demo-another:139620]: Signaling child to exit 2022-05-06 03:31:02.816 | WAKEUP 2022-05-06 03:31:02.971 | [108478 Async ks-demo-another:139620]: Signaled 2022-05-06 03:31:02.973 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:02.973 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:02.974 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:02.974 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:02.974 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:02.974 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:02.974 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:02.974 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:02.974 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 6d6b3841517842adba390889f69205c2 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:02.974 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:02.974 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:02.974 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:02.974 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:02.974 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.974 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.974 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.974 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.974 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:02.974 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:02.974 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:02.974 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add anotherrole --user 6d6b3841517842adba390889f69205c2 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:02.974 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.974 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.974 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.974 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.974 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 6d6b3841517842adba390889f69205c2 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:02.974 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:02.974 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:02.974 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:02.974 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:02.974 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.974 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.974 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:02.974 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:02.975 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:02.975 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:02.975 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:02.975 | ++ functions-common:get_field:830 : echo '| dea6f73131f341178020f1b9a00fdeba | 6d6b3841517842adba390889f69205c2 | | 3ddecd3e2fdf404cabe9d578d7de700a | | | False |' 2022-05-06 03:31:02.975 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:02.975 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:02.975 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:31:02.975 | + functions-common:get_or_add_user_project_role:1009 : echo dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:31:02.975 | dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:31:03.121 | [108478 Async ks-demo-another:139620]: finished get_or_add_user_project_role anotherrole 6d6b3841517842adba390889f69205c2 3ddecd3e2fdf404cabe9d578d7de700a with result 0 in 18 seconds 2022-05-06 03:31:03.179 | [108478 Async ks-demo-invis:139736]: Waiting for completion of get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 89e89271cb5b4eadae4580aa462c6f7f running on PID 139736 (14 other jobs running) 2022-05-06 03:31:03.221 | [108478 Async ks-demo-invis:139736]: Signaling child to exit 2022-05-06 03:31:03.222 | WAKEUP 2022-05-06 03:31:03.301 | [108478 Async ks-demo-invis:139736]: Signaled 2022-05-06 03:31:03.312 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:03.312 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:03.313 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:03.313 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:03.313 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:03.313 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:03.313 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:03.313 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:03.313 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6d6b3841517842adba390889f69205c2 --project 89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:31:03.313 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:03.313 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:03.313 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:03.313 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:03.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.313 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.313 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.313 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:03.313 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:03.313 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:03.313 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user 6d6b3841517842adba390889f69205c2 --project 89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:31:03.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.313 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.313 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.313 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:03.313 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 6d6b3841517842adba390889f69205c2 --project 89e89271cb5b4eadae4580aa462c6f7f 2022-05-06 03:31:03.313 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:03.313 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:03.313 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:03.313 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.313 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.313 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.313 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.314 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:03.314 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:03.314 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:03.314 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:03.314 | ++ functions-common:get_field:830 : echo '| 7f156a761861413fa5604dd31f687466 | 6d6b3841517842adba390889f69205c2 | | 89e89271cb5b4eadae4580aa462c6f7f | | | False |' 2022-05-06 03:31:03.314 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:03.314 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=7f156a761861413fa5604dd31f687466 2022-05-06 03:31:03.314 | + functions-common:get_or_add_user_project_role:1009 : echo 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:03.314 | 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:03.531 | [108478 Async ks-demo-invis:139736]: finished get_or_add_user_project_role member 6d6b3841517842adba390889f69205c2 89e89271cb5b4eadae4580aa462c6f7f with result 0 in 19 seconds 2022-05-06 03:31:03.643 | [108478 Async ks-demo-reader:140076]: Waiting for completion of get_or_add_user_project_role reader 9c58e840af6441b1bd403fe427af3f75 3ddecd3e2fdf404cabe9d578d7de700a running on PID 140076 (13 other jobs running) 2022-05-06 03:31:03.686 | [108478 Async ks-demo-reader:140076]: Signaling child to exit 2022-05-06 03:31:03.686 | WAKEUP 2022-05-06 03:31:03.725 | [108478 Async ks-demo-reader:140076]: Signaled 2022-05-06 03:31:03.727 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:03.727 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:03.727 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:03.727 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:03.727 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:03.727 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:03.727 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:03.727 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:03.727 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:03.727 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 9c58e840af6441b1bd403fe427af3f75 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:03.727 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:03.727 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:03.727 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:03.727 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.727 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.727 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.727 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.727 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:03.728 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:03.728 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:03.728 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add reader --user 9c58e840af6441b1bd403fe427af3f75 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:03.728 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.728 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.728 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.728 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.728 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:03.728 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:03.728 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:03.728 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 9c58e840af6441b1bd403fe427af3f75 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:03.728 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:03.728 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.728 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.728 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:03.728 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:03.728 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:03.728 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:03.728 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:03.728 | ++ functions-common:get_field:830 : echo '| d165f8f80a744b7f941982898873d00e | 9c58e840af6441b1bd403fe427af3f75 | | 3ddecd3e2fdf404cabe9d578d7de700a | | | False |' 2022-05-06 03:31:03.728 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:03.728 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:03.728 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:03.728 | + functions-common:get_or_add_user_project_role:1009 : echo d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:03.728 | d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:03.875 | [108478 Async ks-demo-reader:140076]: finished get_or_add_user_project_role reader 9c58e840af6441b1bd403fe427af3f75 3ddecd3e2fdf404cabe9d578d7de700a with result 0 in 18 seconds 2022-05-06 03:31:03.893 | + inc/async:async_wait:197 : return 0 2022-05-06 03:31:03.909 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-05-06 03:31:04.158 | [108478 Async ks-alt-admin:142136]: Waiting for completion of get_or_add_user_project_role admin 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d running on PID 142136 (12 other jobs running) 2022-05-06 03:31:04.288 | [108478 Async ks-alt-admin:142136]: Signaling child to exit 2022-05-06 03:31:04.288 | WAKEUP 2022-05-06 03:31:04.411 | [108478 Async ks-alt-admin:142136]: Signaled 2022-05-06 03:31:04.421 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:04.421 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:04.421 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:04.421 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:04.421 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:04.421 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:04.421 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:04.421 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:04.421 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:04.421 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 43a1bc66e77c4c28a4689e8588949f3e --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:04.421 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:04.421 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:04.421 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:04.421 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:04.421 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:04.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:04.422 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:04.422 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:04.422 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:04.422 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:04.422 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 43a1bc66e77c4c28a4689e8588949f3e --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:04.422 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:04.422 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:04.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:04.422 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:04.422 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 43a1bc66e77c4c28a4689e8588949f3e --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:04.422 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:04.422 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:04.422 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:04.422 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:04.422 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:04.422 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:04.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:04.422 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:04.422 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:04.422 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:04.422 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:04.422 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 43a1bc66e77c4c28a4689e8588949f3e | | c06a439eaa424fc2b180764edb28389d | | | False |' 2022-05-06 03:31:04.422 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:04.422 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:04.422 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:31:04.422 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:31:04.422 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:31:04.637 | [108478 Async ks-alt-admin:142136]: finished get_or_add_user_project_role admin 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d with result 0 in 18 seconds 2022-05-06 03:31:04.866 | [108478 Async ks-alt-another:142406]: Waiting for completion of get_or_add_user_project_role anotherrole 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d running on PID 142406 (11 other jobs running) 2022-05-06 03:31:04.908 | [108478 Async ks-alt-another:142406]: Signaling child to exit 2022-05-06 03:31:04.909 | WAKEUP 2022-05-06 03:31:05.096 | [108478 Async ks-alt-another:142406]: Signaled 2022-05-06 03:31:05.106 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:05.106 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:05.106 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:05.106 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:05.106 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:05.106 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:05.106 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:05.106 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:05.106 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:05.106 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:05.106 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 43a1bc66e77c4c28a4689e8588949f3e --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:05.106 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:05.106 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:05.106 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.106 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.106 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.106 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.106 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:05.106 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:05.106 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:05.106 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add anotherrole --user 43a1bc66e77c4c28a4689e8588949f3e --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:05.106 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.106 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.106 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.107 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.107 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:05.107 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:05.107 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:05.107 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:05.107 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 43a1bc66e77c4c28a4689e8588949f3e --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:05.107 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.107 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.107 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.107 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.107 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:05.107 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:05.107 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:05.107 | ++ functions-common:get_field:830 : echo '| dea6f73131f341178020f1b9a00fdeba | 43a1bc66e77c4c28a4689e8588949f3e | | c06a439eaa424fc2b180764edb28389d | | | False |' 2022-05-06 03:31:05.107 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:05.107 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:05.107 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:31:05.107 | + functions-common:get_or_add_user_project_role:1009 : echo dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:31:05.107 | dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:31:05.159 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:31:05.253 | [146897 Async ks-system-reader:146897]: finished successfully 2022-05-06 03:31:05.314 | [108478 Async ks-alt-another:142406]: finished get_or_add_user_project_role anotherrole 43a1bc66e77c4c28a4689e8588949f3e c06a439eaa424fc2b180764edb28389d with result 0 in 18 seconds 2022-05-06 03:31:05.536 | [108478 Async ks-alt-member-user:144735]: Waiting for completion of get_or_add_user_project_role member e86b45a0ee7c470c9d9dcc67b0c40c89 c06a439eaa424fc2b180764edb28389d running on PID 144735 (10 other jobs running) 2022-05-06 03:31:05.688 | [108478 Async ks-alt-member-user:144735]: Signaling child to exit 2022-05-06 03:31:05.688 | WAKEUP 2022-05-06 03:31:05.854 | [108478 Async ks-alt-member-user:144735]: Signaled 2022-05-06 03:31:05.865 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:05.866 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:05.866 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:05.866 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:05.866 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:05.866 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:05.866 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:05.866 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:05.866 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:05.866 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:05.866 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e86b45a0ee7c470c9d9dcc67b0c40c89 --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:05.866 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:05.866 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:05.866 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.866 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.866 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.866 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.866 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:05.866 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:05.867 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:05.867 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add member --user e86b45a0ee7c470c9d9dcc67b0c40c89 --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:05.867 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.867 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.867 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.867 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.867 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e86b45a0ee7c470c9d9dcc67b0c40c89 --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:05.867 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:05.867 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:05.867 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:05.867 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:05.867 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.867 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.867 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:05.867 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:05.867 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:05.867 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:05.867 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:05.868 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:05.868 | ++ functions-common:get_field:830 : echo '| 7f156a761861413fa5604dd31f687466 | e86b45a0ee7c470c9d9dcc67b0c40c89 | | c06a439eaa424fc2b180764edb28389d | | | False |' 2022-05-06 03:31:05.868 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:05.868 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=7f156a761861413fa5604dd31f687466 2022-05-06 03:31:05.868 | + functions-common:get_or_add_user_project_role:1009 : echo 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:05.868 | 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:06.201 | [108478 Async ks-alt-member-user:144735]: finished get_or_add_user_project_role member e86b45a0ee7c470c9d9dcc67b0c40c89 c06a439eaa424fc2b180764edb28389d with result 0 in 14 seconds 2022-05-06 03:31:06.503 | [108478 Async ks-alt-reader-user:146046]: Waiting for completion of get_or_add_user_project_role reader 2e9854eaebd646658d39582f0eb8550b c06a439eaa424fc2b180764edb28389d running on PID 146046 (9 other jobs running) 2022-05-06 03:31:06.677 | [108478 Async ks-alt-reader-user:146046]: Signaling child to exit 2022-05-06 03:31:06.678 | WAKEUP 2022-05-06 03:31:06.827 | [108478 Async ks-alt-reader-user:146046]: Signaled 2022-05-06 03:31:06.841 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:31:06.841 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:31:06.841 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:06.841 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:06.841 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:06.841 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:06.841 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:06.841 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:31:06.841 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:06.841 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2e9854eaebd646658d39582f0eb8550b --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:06.841 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:31:06.841 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:06.842 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:06.842 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:06.842 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:06.842 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:06.842 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:06.842 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:06.842 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:31:06.842 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:31:06.842 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add reader --user 2e9854eaebd646658d39582f0eb8550b --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:06.842 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:06.842 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:06.842 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:06.842 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:06.842 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 2e9854eaebd646658d39582f0eb8550b --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:06.842 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:31:06.842 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:31:06.842 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:31:06.842 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:06.842 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:06.842 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:06.842 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:06.842 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:06.842 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:06.842 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:31:06.842 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:31:06.842 | ++ functions-common:get_field:830 : echo '| d165f8f80a744b7f941982898873d00e | 2e9854eaebd646658d39582f0eb8550b | | c06a439eaa424fc2b180764edb28389d | | | False |' 2022-05-06 03:31:06.842 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:31:06.842 | ++ functions-common:get_field:824 : read data 2022-05-06 03:31:06.842 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:06.842 | + functions-common:get_or_add_user_project_role:1009 : echo d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:06.842 | d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:07.151 | [108478 Async ks-alt-reader-user:146046]: finished get_or_add_user_project_role reader 2e9854eaebd646658d39582f0eb8550b c06a439eaa424fc2b180764edb28389d with result 0 in 13 seconds 2022-05-06 03:31:07.182 | + inc/async:async_wait:197 : return 0 2022-05-06 03:31:07.201 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-05-06 03:31:07.535 | [108478 Async ks-system-member:146603]: Waiting for completion of get_or_add_user_system_role member e36037f7310245e2b4f09c6cdbdd5671 all running on PID 146603 (8 other jobs running) 2022-05-06 03:31:07.696 | [108478 Async ks-system-member:146603]: Signaling child to exit 2022-05-06 03:31:07.696 | WAKEUP 2022-05-06 03:31:07.824 | [108478 Async ks-system-member:146603]: Signaled 2022-05-06 03:31:07.834 | + functions-common:get_or_add_user_system_role:1039 : local user_role_id 2022-05-06 03:31:07.834 | + functions-common:get_or_add_user_system_role:1040 : local domain_args 2022-05-06 03:31:07.834 | ++ functions-common:get_or_add_user_system_role:1042 : _get_domain_args 2022-05-06 03:31:07.834 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:07.834 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:07.834 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:07.834 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:07.834 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:07.834 | + functions-common:get_or_add_user_system_role:1042 : domain_args= 2022-05-06 03:31:07.834 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e36037f7310245e2b4f09c6cdbdd5671 --system all -f value -c Role 2022-05-06 03:31:07.834 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:07.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:07.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:07.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:07.834 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:07.834 | + functions-common:get_or_add_user_system_role:1050 : user_role_id= 2022-05-06 03:31:07.834 | + functions-common:get_or_add_user_system_role:1051 : [[ -z '' ]] 2022-05-06 03:31:07.834 | + functions-common:get_or_add_user_system_role:1053 : openstack --os-cloud devstack-system-admin role add member --user e36037f7310245e2b4f09c6cdbdd5671 --system all 2022-05-06 03:31:07.834 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:07.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:07.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:07.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:07.834 | ++ functions-common:get_or_add_user_system_role:1062 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e36037f7310245e2b4f09c6cdbdd5671 --system all -f value -c Role 2022-05-06 03:31:07.834 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:07.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:07.834 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:07.834 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:07.834 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:07.834 | + functions-common:get_or_add_user_system_role:1062 : user_role_id=7f156a761861413fa5604dd31f687466 2022-05-06 03:31:07.835 | + functions-common:get_or_add_user_system_role:1064 : echo 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:07.835 | 7f156a761861413fa5604dd31f687466 2022-05-06 03:31:08.073 | [108478 Async ks-system-member:146603]: finished get_or_add_user_system_role member e36037f7310245e2b4f09c6cdbdd5671 all with result 0 in 11 seconds 2022-05-06 03:31:08.311 | [108478 Async ks-system-reader:146897]: Waiting for completion of get_or_add_user_system_role reader 51b0d60d56cb43ca92d3d6250c2bc245 all running on PID 146897 (7 other jobs running) 2022-05-06 03:31:08.468 | [108478 Async ks-system-reader:146897]: Signaling child to exit 2022-05-06 03:31:08.468 | WAKEUP 2022-05-06 03:31:08.640 | [108478 Async ks-system-reader:146897]: Signaled 2022-05-06 03:31:08.653 | + functions-common:get_or_add_user_system_role:1039 : local user_role_id 2022-05-06 03:31:08.653 | + functions-common:get_or_add_user_system_role:1040 : local domain_args 2022-05-06 03:31:08.653 | ++ functions-common:get_or_add_user_system_role:1042 : _get_domain_args 2022-05-06 03:31:08.653 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:31:08.653 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:31:08.653 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:31:08.653 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:31:08.653 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:31:08.653 | + functions-common:get_or_add_user_system_role:1042 : domain_args= 2022-05-06 03:31:08.653 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 51b0d60d56cb43ca92d3d6250c2bc245 --system all -f value -c Role 2022-05-06 03:31:08.653 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:08.653 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:08.653 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:08.653 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:08.653 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:08.653 | + functions-common:get_or_add_user_system_role:1050 : user_role_id= 2022-05-06 03:31:08.653 | + functions-common:get_or_add_user_system_role:1051 : [[ -z '' ]] 2022-05-06 03:31:08.653 | + functions-common:get_or_add_user_system_role:1053 : openstack --os-cloud devstack-system-admin role add reader --user 51b0d60d56cb43ca92d3d6250c2bc245 --system all 2022-05-06 03:31:08.653 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:08.653 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:08.653 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:08.653 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:08.653 | ++ functions-common:get_or_add_user_system_role:1062 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 51b0d60d56cb43ca92d3d6250c2bc245 --system all -f value -c Role 2022-05-06 03:31:08.653 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:08.653 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:08.653 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:08.654 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:08.654 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:08.654 | + functions-common:get_or_add_user_system_role:1062 : user_role_id=d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:08.654 | + functions-common:get_or_add_user_system_role:1064 : echo d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:08.654 | d165f8f80a744b7f941982898873d00e 2022-05-06 03:31:08.918 | [108478 Async ks-system-reader:146897]: finished get_or_add_user_system_role reader 51b0d60d56cb43ca92d3d6250c2bc245 all with result 0 in 12 seconds 2022-05-06 03:31:08.956 | + inc/async:async_wait:197 : return 0 2022-05-06 03:31:08.974 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-05-06 03:31:09.230 | [108478 Async ks-group-memberdemo:147240]: Waiting for completion of get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a running on PID 147240 (6 other jobs running) 2022-05-06 03:31:09.318 | [108478 Async ks-group-memberdemo:147240]: Signaling child to exit 2022-05-06 03:31:12.688 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:31:12.776 | [147326 Async ks-group-anotherdemo:147326]: finished successfully 2022-05-06 03:31:13.230 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:31:13.278 | [147240 Async ks-group-memberdemo:147240]: finished successfully 2022-05-06 03:31:13.299 | WAKEUP 2022-05-06 03:31:13.325 | [108478 Async ks-group-memberdemo:147240]: Signaled 2022-05-06 03:31:13.326 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-06 03:31:13.327 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8fd9f181967d45748c4cd55576315aa4 --project 3ddecd3e2fdf404cabe9d578d7de700a -f value 2022-05-06 03:31:13.327 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.327 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.327 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.327 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:13.327 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-06 03:31:13.327 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-06 03:31:13.327 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add member --group 8fd9f181967d45748c4cd55576315aa4 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:13.327 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.327 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.327 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.327 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8fd9f181967d45748c4cd55576315aa4 --project 3ddecd3e2fdf404cabe9d578d7de700a -f value 2022-05-06 03:31:13.327 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.327 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.327 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.327 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.327 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:13.327 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='7f156a761861413fa5604dd31f687466 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a False' 2022-05-06 03:31:13.327 | + functions-common:get_or_add_group_project_role:1088 : echo 7f156a761861413fa5604dd31f687466 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a False 2022-05-06 03:31:13.327 | 7f156a761861413fa5604dd31f687466 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a False 2022-05-06 03:31:13.380 | [108478 Async ks-group-memberdemo:147240]: finished get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a with result 0 in 14 seconds 2022-05-06 03:31:13.421 | [108478 Async ks-group-anotherdemo:147326]: Waiting for completion of get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a running on PID 147326 (5 other jobs running) 2022-05-06 03:31:13.447 | [108478 Async ks-group-anotherdemo:147326]: Signaling child to exit 2022-05-06 03:31:13.448 | WAKEUP 2022-05-06 03:31:13.472 | [108478 Async ks-group-anotherdemo:147326]: Signaled 2022-05-06 03:31:13.479 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-06 03:31:13.479 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8fd9f181967d45748c4cd55576315aa4 --project 3ddecd3e2fdf404cabe9d578d7de700a -f value 2022-05-06 03:31:13.479 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.479 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.479 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.479 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.479 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:13.479 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-06 03:31:13.479 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-06 03:31:13.479 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add anotherrole --group 8fd9f181967d45748c4cd55576315aa4 --project 3ddecd3e2fdf404cabe9d578d7de700a 2022-05-06 03:31:13.479 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.479 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.479 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.479 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.479 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8fd9f181967d45748c4cd55576315aa4 --project 3ddecd3e2fdf404cabe9d578d7de700a -f value 2022-05-06 03:31:13.479 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.479 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.479 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:13.479 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:13.480 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:13.480 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='dea6f73131f341178020f1b9a00fdeba 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a False' 2022-05-06 03:31:13.480 | + functions-common:get_or_add_group_project_role:1088 : echo dea6f73131f341178020f1b9a00fdeba 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a False 2022-05-06 03:31:13.480 | dea6f73131f341178020f1b9a00fdeba 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a False 2022-05-06 03:31:13.528 | [108478 Async ks-group-anotherdemo:147326]: finished get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 3ddecd3e2fdf404cabe9d578d7de700a with result 0 in 13 seconds 2022-05-06 03:31:13.570 | [108478 Async ks-group-memberalt:147450]: Waiting for completion of get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d running on PID 147450 (4 other jobs running) 2022-05-06 03:31:13.602 | [108478 Async ks-group-memberalt:147450]: Signaling child to exit 2022-05-06 03:31:14.209 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:31:14.236 | [147450 Async ks-group-memberalt:147450]: finished successfully 2022-05-06 03:31:14.258 | WAKEUP 2022-05-06 03:31:14.283 | [108478 Async ks-group-memberalt:147450]: Signaled 2022-05-06 03:31:14.285 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-06 03:31:14.285 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8fd9f181967d45748c4cd55576315aa4 --project c06a439eaa424fc2b180764edb28389d -f value 2022-05-06 03:31:14.285 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:14.285 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:14.285 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:14.285 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:14.285 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:14.285 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-06 03:31:14.285 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-06 03:31:14.285 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add member --group 8fd9f181967d45748c4cd55576315aa4 --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:14.285 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:14.285 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:14.285 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:14.285 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:14.285 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 8fd9f181967d45748c4cd55576315aa4 --project c06a439eaa424fc2b180764edb28389d -f value 2022-05-06 03:31:14.285 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:14.285 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:14.285 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:14.285 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:14.285 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:14.285 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='7f156a761861413fa5604dd31f687466 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d False' 2022-05-06 03:31:14.285 | + functions-common:get_or_add_group_project_role:1088 : echo 7f156a761861413fa5604dd31f687466 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d False 2022-05-06 03:31:14.285 | 7f156a761861413fa5604dd31f687466 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d False 2022-05-06 03:31:14.337 | [108478 Async ks-group-memberalt:147450]: finished get_or_add_group_project_role member 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d with result 0 in 15 seconds 2022-05-06 03:31:14.386 | [108478 Async ks-group-anotheralt:147557]: Waiting for completion of get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d running on PID 147557 (3 other jobs running) 2022-05-06 03:31:14.418 | [108478 Async ks-group-anotheralt:147557]: Signaling child to exit 2022-05-06 03:31:14.524 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:31:14.550 | [147644 Async ks-group-admin:147644]: finished successfully 2022-05-06 03:31:15.126 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:31:15.157 | [147557 Async ks-group-anotheralt:147557]: finished successfully 2022-05-06 03:31:15.176 | WAKEUP 2022-05-06 03:31:15.199 | [108478 Async ks-group-anotheralt:147557]: Signaled 2022-05-06 03:31:15.200 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-06 03:31:15.201 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8fd9f181967d45748c4cd55576315aa4 --project c06a439eaa424fc2b180764edb28389d -f value 2022-05-06 03:31:15.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.201 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.201 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.201 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:15.201 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-06 03:31:15.201 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-06 03:31:15.201 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add anotherrole --group 8fd9f181967d45748c4cd55576315aa4 --project c06a439eaa424fc2b180764edb28389d 2022-05-06 03:31:15.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.201 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.201 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.201 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 8fd9f181967d45748c4cd55576315aa4 --project c06a439eaa424fc2b180764edb28389d -f value 2022-05-06 03:31:15.201 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.201 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.201 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.201 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.201 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:15.201 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='dea6f73131f341178020f1b9a00fdeba 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d False' 2022-05-06 03:31:15.201 | + functions-common:get_or_add_group_project_role:1088 : echo dea6f73131f341178020f1b9a00fdeba 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d False 2022-05-06 03:31:15.201 | dea6f73131f341178020f1b9a00fdeba 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d False 2022-05-06 03:31:15.245 | [108478 Async ks-group-anotheralt:147557]: finished get_or_add_group_project_role anotherrole 8fd9f181967d45748c4cd55576315aa4 c06a439eaa424fc2b180764edb28389d with result 0 in 15 seconds 2022-05-06 03:31:15.283 | [108478 Async ks-group-admin:147644]: Waiting for completion of get_or_add_group_project_role admin 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 running on PID 147644 (2 other jobs running) 2022-05-06 03:31:15.309 | [108478 Async ks-group-admin:147644]: Signaling child to exit 2022-05-06 03:31:15.309 | WAKEUP 2022-05-06 03:31:15.332 | [108478 Async ks-group-admin:147644]: Signaled 2022-05-06 03:31:15.333 | + functions-common:get_or_add_group_project_role:1070 : local group_role_id 2022-05-06 03:31:15.333 | ++ functions-common:get_or_add_group_project_role:1076 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 9ba303e9b02848f1b57f8cceb738d5c9 --project 17cdab49b7174d03a41236986b57d3f3 -f value 2022-05-06 03:31:15.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.334 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.334 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.334 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.334 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:15.334 | + functions-common:get_or_add_group_project_role:1076 : group_role_id= 2022-05-06 03:31:15.334 | + functions-common:get_or_add_group_project_role:1077 : [[ -z '' ]] 2022-05-06 03:31:15.334 | + functions-common:get_or_add_group_project_role:1079 : openstack --os-cloud devstack-system-admin role add admin --group 9ba303e9b02848f1b57f8cceb738d5c9 --project 17cdab49b7174d03a41236986b57d3f3 2022-05-06 03:31:15.334 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.334 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.334 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.334 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.334 | ++ functions-common:get_or_add_group_project_role:1086 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 9ba303e9b02848f1b57f8cceb738d5c9 --project 17cdab49b7174d03a41236986b57d3f3 -f value 2022-05-06 03:31:15.334 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.334 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.334 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:31:15.334 | from cryptography.utils import int_from_bytes 2022-05-06 03:31:15.334 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:31:15.334 | + functions-common:get_or_add_group_project_role:1086 : group_role_id='faf2c8945a43480da274275c1bb165f9 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 False' 2022-05-06 03:31:15.334 | + functions-common:get_or_add_group_project_role:1088 : echo faf2c8945a43480da274275c1bb165f9 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 False 2022-05-06 03:31:15.334 | faf2c8945a43480da274275c1bb165f9 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 False 2022-05-06 03:31:15.378 | [108478 Async ks-group-admin:147644]: finished get_or_add_group_project_role admin 9ba303e9b02848f1b57f8cceb738d5c9 17cdab49b7174d03a41236986b57d3f3 with result 0 in 14 seconds 2022-05-06 03:31:15.383 | + inc/async:async_wait:197 : return 0 2022-05-06 03:31:15.385 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-05-06 03:31:15.402 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:31:15.405 | + ./stack.sh:main:1104 : is_service_enabled nova 2022-05-06 03:31:15.423 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:31:15.426 | + ./stack.sh:main:1105 : async_runfunc create_nova_accounts 2022-05-06 03:31:15.428 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-05-06 03:31:15.486 | + inc/async:async_inner:63 : create_nova_accounts 2022-05-06 03:31:15.526 | [108478 Async create_nova_accounts:149543]: running: create_nova_accounts 2022-05-06 03:31:15.529 | + ./stack.sh:main:1107 : is_service_enabled glance 2022-05-06 03:31:15.547 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:31:15.550 | + ./stack.sh:main:1108 : async_runfunc create_glance_accounts 2022-05-06 03:31:15.552 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-05-06 03:31:15.612 | + inc/async:async_inner:63 : create_glance_accounts 2022-05-06 03:31:15.655 | [108478 Async create_glance_accounts:149658]: running: create_glance_accounts 2022-05-06 03:31:15.661 | + ./stack.sh:main:1110 : is_service_enabled cinder 2022-05-06 03:31:15.686 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:31:15.688 | + ./stack.sh:main:1111 : async_runfunc create_cinder_accounts 2022-05-06 03:31:15.691 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-05-06 03:31:15.755 | + inc/async:async_inner:63 : create_cinder_accounts 2022-05-06 03:31:15.799 | [108478 Async create_cinder_accounts:149788]: running: create_cinder_accounts 2022-05-06 03:31:15.802 | + ./stack.sh:main:1113 : is_service_enabled neutron 2022-05-06 03:31:15.823 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:31:15.826 | + ./stack.sh:main:1114 : async_runfunc create_neutron_accounts 2022-05-06 03:31:15.828 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-05-06 03:31:15.897 | + inc/async:async_inner:63 : create_neutron_accounts 2022-05-06 03:31:15.972 | [108478 Async create_neutron_accounts:149904]: running: create_neutron_accounts 2022-05-06 03:31:15.978 | + ./stack.sh:main:1116 : is_service_enabled swift 2022-05-06 03:31:16.018 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:31:16.021 | + ./stack.sh:main:1117 : async_runfunc create_swift_accounts 2022-05-06 03:31:16.023 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-05-06 03:31:16.246 | + inc/async:async_inner:63 : create_swift_accounts 2022-05-06 03:31:16.478 | [108478 Async create_swift_accounts:150046]: running: create_swift_accounts 2022-05-06 03:31:16.505 | + ./stack.sh:main:1125 : is_service_enabled horizon 2022-05-06 03:31:16.629 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:31:16.642 | + ./stack.sh:main:1130 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-05-06 03:31:17.011 | [108478 Async create_nova_accounts:149543]: Waiting for completion of create_nova_accounts running on PID 149543 (6 other jobs running) 2022-05-06 03:31:17.184 | [108478 Async create_nova_accounts:149543]: Signaling child to exit 2022-05-06 03:31:55.769 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:31:55.818 | [149904 Async create_neutron_accounts:149904]: finished successfully 2022-05-06 03:32:15.427 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:32:15.464 | [149788 Async create_cinder_accounts:149788]: finished successfully 2022-05-06 03:32:30.344 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:32:30.371 | [149658 Async create_glance_accounts:149658]: finished successfully 2022-05-06 03:32:34.293 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:32:34.319 | [149543 Async create_nova_accounts:149543]: finished successfully 2022-05-06 03:32:34.346 | WAKEUP 2022-05-06 03:32:34.371 | [108478 Async create_nova_accounts:149543]: Signaled 2022-05-06 03:32:34.373 | + 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-05-06 03:32:34.373 | + lib/nova:create_nova_accounts:359 : create_service_user nova admin 2022-05-06 03:32:34.373 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-05-06 03:32:34.373 | + functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:32:34.373 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:32:34.373 | + functions-common:get_or_create_user:925 : local email= 2022-05-06 03:32:34.373 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-06 03:32:34.373 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.373 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.373 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.373 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.373 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.373 | + functions-common:get_or_create_user:937 : user_id=7dca7f8d9dc544e681eeedd7ceb8792e 2022-05-06 03:32:34.374 | + functions-common:get_or_create_user:938 : echo 7dca7f8d9dc544e681eeedd7ceb8792e 2022-05-06 03:32:34.374 | 7dca7f8d9dc544e681eeedd7ceb8792e 2022-05-06 03:32:34.374 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-05-06 03:32:34.374 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.374 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.374 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.374 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.374 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.374 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.374 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.374 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.374 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.374 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.374 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.374 | ++ 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-05-06 03:32:34.374 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.374 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.374 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.374 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.374 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.374 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.374 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.374 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.374 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.374 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.374 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.374 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.374 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.374 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.374 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.374 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.374 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.375 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.375 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.375 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.375 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.375 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.375 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.375 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.375 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.375 | ++ functions-common:get_field:830 : echo '| baa812d6a85244269b91b0ec4c2fb6a1 | 7dca7f8d9dc544e681eeedd7ceb8792e | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.375 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.375 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.375 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.375 | + functions-common:get_or_add_user_project_role:1009 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.375 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.375 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-05-06 03:32:34.375 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-05-06 03:32:34.375 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.375 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.375 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.375 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.375 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.375 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.375 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.375 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.375 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.375 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.375 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.375 | ++ 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-05-06 03:32:34.375 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.375 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.376 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.376 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.376 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.376 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.376 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.376 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.376 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.376 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.376 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.376 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.376 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.376 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.376 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.376 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.376 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.376 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.376 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.376 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.376 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.376 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.376 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.377 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.377 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.377 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.377 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.377 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.377 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 7dca7f8d9dc544e681eeedd7ceb8792e | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.377 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.377 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:32:34.377 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:32:34.377 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:32:34.377 | + lib/nova:create_nova_accounts:361 : local nova_api_url 2022-05-06 03:32:34.377 | + lib/nova:create_nova_accounts:362 : [[ True == \F\a\l\s\e ]] 2022-05-06 03:32:34.377 | + lib/nova:create_nova_accounts:365 : nova_api_url=http://10.222.0.25/compute 2022-05-06 03:32:34.377 | + lib/nova:create_nova_accounts:368 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-05-06 03:32:34.377 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:32:34.377 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-05-06 03:32:34.377 | ++ functions-common:get_or_create_service:1109 : 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-05-06 03:32:34.377 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.377 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.377 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.377 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.377 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.377 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:32:34.377 | 872d6ef45f7a457d98ba24a3236333b4' 2022-05-06 03:32:34.377 | + functions-common:get_or_create_service:1106 : echo 872d6ef45f7a457d98ba24a3236333b4 2022-05-06 03:32:34.377 | 872d6ef45f7a457d98ba24a3236333b4 2022-05-06 03:32:34.377 | + lib/nova:create_nova_accounts:370 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.25/compute/v2/$(project_id)s' 2022-05-06 03:32:34.377 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:32:34.377 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.25/compute/v2/$(project_id)s' RegionOne 2022-05-06 03:32:34.377 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:32:34.377 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-05-06 03:32:34.377 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.377 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.378 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.378 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.378 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:32:34.378 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:32:34.378 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.25/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-05-06 03:32:34.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.378 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.378 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.378 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.378 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=e0e71525c81b44b1b8af6d35b3aa8699 2022-05-06 03:32:34.378 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo e0e71525c81b44b1b8af6d35b3aa8699 2022-05-06 03:32:34.378 | + functions-common:get_or_create_endpoint:1139 : public_id=e0e71525c81b44b1b8af6d35b3aa8699 2022-05-06 03:32:34.378 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-06 03:32:34.378 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:32:34.378 | + functions-common:get_or_create_endpoint:1148 : echo e0e71525c81b44b1b8af6d35b3aa8699 2022-05-06 03:32:34.378 | e0e71525c81b44b1b8af6d35b3aa8699 2022-05-06 03:32:34.378 | + lib/nova:create_nova_accounts:374 : get_or_create_service nova compute 'Nova Compute Service' 2022-05-06 03:32:34.378 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:32:34.378 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-05-06 03:32:34.378 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-05-06 03:32:34.378 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.378 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.378 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.378 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.378 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.378 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:32:34.378 | 2a7a7c513f2748a58395adadfb0cc5fd' 2022-05-06 03:32:34.378 | + functions-common:get_or_create_service:1106 : echo 2a7a7c513f2748a58395adadfb0cc5fd 2022-05-06 03:32:34.378 | 2a7a7c513f2748a58395adadfb0cc5fd 2022-05-06 03:32:34.378 | + lib/nova:create_nova_accounts:376 : get_or_create_endpoint compute RegionOne http://10.222.0.25/compute/v2.1 2022-05-06 03:32:34.379 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:32:34.379 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface compute public http://10.222.0.25/compute/v2.1 RegionOne 2022-05-06 03:32:34.379 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:32:34.379 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-05-06 03:32:34.379 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.379 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.379 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.379 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.379 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.379 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:32:34.379 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:32:34.379 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.25/compute/v2.1 --region RegionOne -f value -c id 2022-05-06 03:32:34.379 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.379 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.379 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.379 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.379 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.379 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=eea5ded409834da296a8318ba7738faa 2022-05-06 03:32:34.379 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo eea5ded409834da296a8318ba7738faa 2022-05-06 03:32:34.379 | + functions-common:get_or_create_endpoint:1139 : public_id=eea5ded409834da296a8318ba7738faa 2022-05-06 03:32:34.379 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-06 03:32:34.379 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:32:34.379 | + functions-common:get_or_create_endpoint:1148 : echo eea5ded409834da296a8318ba7738faa 2022-05-06 03:32:34.379 | eea5ded409834da296a8318ba7738faa 2022-05-06 03:32:34.379 | + lib/nova:create_nova_accounts:381 : is_service_enabled n-api 2022-05-06 03:32:34.379 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:32:34.379 | + lib/nova:create_nova_accounts:383 : is_service_enabled swift 2022-05-06 03:32:34.379 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:32:34.379 | + lib/nova:create_nova_accounts:386 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-05-06 03:32:34.379 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.379 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.379 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.379 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.380 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.380 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.380 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.380 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.380 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.380 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.380 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.380 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.380 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.380 | ++ 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-05-06 03:32:34.380 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.380 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.380 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.380 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.380 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.380 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.380 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.380 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.380 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.380 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.380 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.380 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.380 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.380 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.380 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.380 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.380 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.380 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.380 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.380 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.380 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.380 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.381 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.381 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.381 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.381 | ++ functions-common:get_field:830 : echo '| 7e613e806bc3400da8421e644cd46d53 | 7dca7f8d9dc544e681eeedd7ceb8792e | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.381 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.381 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.381 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=7e613e806bc3400da8421e644cd46d53 2022-05-06 03:32:34.381 | + functions-common:get_or_add_user_project_role:1009 : echo 7e613e806bc3400da8421e644cd46d53 2022-05-06 03:32:34.381 | 7e613e806bc3400da8421e644cd46d53 2022-05-06 03:32:34.381 | + lib/nova:create_nova_accounts:391 : is_service_enabled s3api 2022-05-06 03:32:34.381 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:32:34.381 | + lib/nova:create_nova_accounts:402 : is_service_enabled n-api 2022-05-06 03:32:34.381 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:32:34.381 | + lib/nova:create_nova_accounts:403 : [[ False = True ]] 2022-05-06 03:32:34.421 | [108478 Async create_nova_accounts:149543]: finished create_nova_accounts with result 0 in 78 seconds 2022-05-06 03:32:34.459 | [108478 Async create_glance_accounts:149658]: Waiting for completion of create_glance_accounts running on PID 149658 (5 other jobs running) 2022-05-06 03:32:34.485 | [108478 Async create_glance_accounts:149658]: Signaling child to exit 2022-05-06 03:32:34.485 | WAKEUP 2022-05-06 03:32:34.509 | [108478 Async create_glance_accounts:149658]: Signaled 2022-05-06 03:32:34.510 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-05-06 03:32:34.510 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:32:34.510 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-05-06 03:32:34.510 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-05-06 03:32:34.510 | + functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:32:34.510 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:32:34.510 | + functions-common:get_or_create_user:925 : local email= 2022-05-06 03:32:34.510 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-06 03:32:34.510 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.510 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.510 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.510 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.510 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.510 | + functions-common:get_or_create_user:937 : user_id=6d0d925da5f04bf3b3529c594f446791 2022-05-06 03:32:34.511 | + functions-common:get_or_create_user:938 : echo 6d0d925da5f04bf3b3529c594f446791 2022-05-06 03:32:34.511 | 6d0d925da5f04bf3b3529c594f446791 2022-05-06 03:32:34.511 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-05-06 03:32:34.511 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.511 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.511 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.511 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.511 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.511 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.511 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.511 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.511 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.511 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.511 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.511 | ++ 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-05-06 03:32:34.511 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.511 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.511 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.511 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.511 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.511 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.511 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.511 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.511 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.511 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.511 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.511 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.511 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.511 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.511 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.512 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.512 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.512 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.512 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.512 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.512 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.512 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.512 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.512 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.512 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.512 | ++ functions-common:get_field:830 : echo '| baa812d6a85244269b91b0ec4c2fb6a1 | 6d0d925da5f04bf3b3529c594f446791 | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.512 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.512 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.512 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.512 | + functions-common:get_or_add_user_project_role:1009 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.512 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.512 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-05-06 03:32:34.512 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-05-06 03:32:34.512 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:32:34.512 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-05-06 03:32:34.512 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-05-06 03:32:34.512 | + functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:32:34.512 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:32:34.512 | + functions-common:get_or_create_user:925 : local email= 2022-05-06 03:32:34.512 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-06 03:32:34.512 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.512 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.512 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.512 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.512 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.512 | + functions-common:get_or_create_user:937 : user_id=0c1aca62e690447eb1136fa05879beec 2022-05-06 03:32:34.512 | + functions-common:get_or_create_user:938 : echo 0c1aca62e690447eb1136fa05879beec 2022-05-06 03:32:34.512 | 0c1aca62e690447eb1136fa05879beec 2022-05-06 03:32:34.513 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-05-06 03:32:34.513 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.513 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.513 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.513 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.513 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.513 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.513 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.513 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.513 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.513 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.513 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.513 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.513 | ++ 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-05-06 03:32:34.513 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.513 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.513 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.513 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.513 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.513 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.513 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.513 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.513 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.513 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.513 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.513 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.513 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.513 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.513 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.513 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.514 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.514 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.514 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.514 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.514 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.514 | ++ functions-common:get_field:830 : echo '| baa812d6a85244269b91b0ec4c2fb6a1 | 0c1aca62e690447eb1136fa05879beec | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.514 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.514 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.514 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.514 | + functions-common:get_or_add_user_project_role:1009 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.514 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.514 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-05-06 03:32:34.514 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-05-06 03:32:34.514 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.514 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.514 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.514 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.514 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.514 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.514 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.514 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.514 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.514 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.514 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.514 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.514 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.514 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.514 | ++ 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-05-06 03:32:34.514 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.514 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.514 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.515 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.515 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.515 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.515 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.515 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.515 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.515 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.515 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.515 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.515 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.515 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.515 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.515 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.515 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.515 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.515 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.515 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.515 | ++ functions-common:get_field:830 : echo '| 7e613e806bc3400da8421e644cd46d53 | 0c1aca62e690447eb1136fa05879beec | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.515 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.515 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.515 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=7e613e806bc3400da8421e644cd46d53 2022-05-06 03:32:34.515 | + functions-common:get_or_add_user_project_role:1009 : echo 7e613e806bc3400da8421e644cd46d53 2022-05-06 03:32:34.515 | 7e613e806bc3400da8421e644cd46d53 2022-05-06 03:32:34.515 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-05-06 03:32:34.515 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:32:34.515 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-05-06 03:32:34.515 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-05-06 03:32:34.515 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.516 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.516 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.516 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.516 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:32:34.516 | 8b9a15fc6a5a44168e655fff05f434a3' 2022-05-06 03:32:34.516 | + functions-common:get_or_create_service:1106 : echo 8b9a15fc6a5a44168e655fff05f434a3 2022-05-06 03:32:34.516 | 8b9a15fc6a5a44168e655fff05f434a3 2022-05-06 03:32:34.516 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.25/image 2022-05-06 03:32:34.516 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:32:34.516 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface image public http://10.222.0.25/image RegionOne 2022-05-06 03:32:34.516 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:32:34.516 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-05-06 03:32:34.516 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.516 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.516 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.516 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.516 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:32:34.516 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:32:34.516 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.25/image --region RegionOne -f value -c id 2022-05-06 03:32:34.516 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.516 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.516 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.516 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.516 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.516 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=db48d12c671a462585d596734bd131d6 2022-05-06 03:32:34.516 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo db48d12c671a462585d596734bd131d6 2022-05-06 03:32:34.516 | + functions-common:get_or_create_endpoint:1139 : public_id=db48d12c671a462585d596734bd131d6 2022-05-06 03:32:34.516 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-06 03:32:34.516 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:32:34.516 | + functions-common:get_or_create_endpoint:1148 : echo db48d12c671a462585d596734bd131d6 2022-05-06 03:32:34.516 | db48d12c671a462585d596734bd131d6 2022-05-06 03:32:34.516 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-05-06 03:32:34.517 | ++ functions-common:get_or_create_domain:889 : local domain_id 2022-05-06 03:32:34.517 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-05-06 03:32:34.517 | ++ functions-common:get_or_create_domain:899 : domain_id=default 2022-05-06 03:32:34.517 | ++ functions-common:get_or_create_domain:900 : echo default 2022-05-06 03:32:34.517 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-05-06 03:32:34.517 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-05-06 03:32:34.517 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-05-06 03:32:34.517 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-05-06 03:32:34.556 | [108478 Async create_glance_accounts:149658]: finished create_glance_accounts with result 0 in 74 seconds 2022-05-06 03:32:34.593 | [108478 Async create_cinder_accounts:149788]: Waiting for completion of create_cinder_accounts running on PID 149788 (4 other jobs running) 2022-05-06 03:32:34.619 | [108478 Async create_cinder_accounts:149788]: Signaling child to exit 2022-05-06 03:32:34.619 | WAKEUP 2022-05-06 03:32:34.643 | [108478 Async create_cinder_accounts:149788]: Signaled 2022-05-06 03:32:34.644 | + 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-05-06 03:32:34.644 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-05-06 03:32:34.644 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-05-06 03:32:34.645 | + functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:32:34.645 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:32:34.645 | + functions-common:get_or_create_user:925 : local email= 2022-05-06 03:32:34.645 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-06 03:32:34.645 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.645 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.645 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.645 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.645 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.645 | + functions-common:get_or_create_user:937 : user_id=f52c2c582d1340bc8a95d22b618eacc0 2022-05-06 03:32:34.645 | + functions-common:get_or_create_user:938 : echo f52c2c582d1340bc8a95d22b618eacc0 2022-05-06 03:32:34.645 | f52c2c582d1340bc8a95d22b618eacc0 2022-05-06 03:32:34.645 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-05-06 03:32:34.645 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.645 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.645 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.645 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.645 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.645 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.645 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.645 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.645 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.645 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.645 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.645 | ++ 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-05-06 03:32:34.645 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.645 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.645 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.645 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.645 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.646 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.646 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.646 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.646 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.646 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.646 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.646 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.646 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.646 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.646 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.646 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.646 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.646 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.646 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.646 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.646 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.646 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.646 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.646 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.646 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.646 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.646 | ++ functions-common:get_field:830 : echo '| baa812d6a85244269b91b0ec4c2fb6a1 | f52c2c582d1340bc8a95d22b618eacc0 | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.646 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.646 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.646 | + functions-common:get_or_add_user_project_role:1009 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.646 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.646 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-05-06 03:32:34.646 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-05-06 03:32:34.646 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:32:34.646 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-05-06 03:32:34.646 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-05-06 03:32:34.646 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.647 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.647 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.647 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.647 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:32:34.647 | 5444494a5297469991d4aa43ab1f794d' 2022-05-06 03:32:34.647 | + functions-common:get_or_create_service:1106 : echo 5444494a5297469991d4aa43ab1f794d 2022-05-06 03:32:34.647 | 5444494a5297469991d4aa43ab1f794d 2022-05-06 03:32:34.647 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-05-06 03:32:34.647 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.25/volume/v3/$(project_id)s' 2022-05-06 03:32:34.647 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:32:34.647 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.25/volume/v3/$(project_id)s' RegionOne 2022-05-06 03:32:34.647 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:32:34.647 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-05-06 03:32:34.647 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.647 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.647 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.647 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.647 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:32:34.647 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:32:34.647 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.25/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-05-06 03:32:34.647 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.647 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.647 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.647 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.647 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.647 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=b588eb796aa14e8fab6d108e54833eb9 2022-05-06 03:32:34.647 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo b588eb796aa14e8fab6d108e54833eb9 2022-05-06 03:32:34.647 | + functions-common:get_or_create_endpoint:1139 : public_id=b588eb796aa14e8fab6d108e54833eb9 2022-05-06 03:32:34.647 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-06 03:32:34.648 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:32:34.648 | + functions-common:get_or_create_endpoint:1148 : echo b588eb796aa14e8fab6d108e54833eb9 2022-05-06 03:32:34.648 | b588eb796aa14e8fab6d108e54833eb9 2022-05-06 03:32:34.648 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-05-06 03:32:34.648 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:32:34.648 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-05-06 03:32:34.648 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-05-06 03:32:34.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.648 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.648 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.648 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.648 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.648 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:32:34.648 | 24c951493019435c8d88cff3855d2313' 2022-05-06 03:32:34.648 | + functions-common:get_or_create_service:1106 : echo 24c951493019435c8d88cff3855d2313 2022-05-06 03:32:34.648 | 24c951493019435c8d88cff3855d2313 2022-05-06 03:32:34.648 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.25/volume/v3/$(project_id)s' 2022-05-06 03:32:34.648 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:32:34.648 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.25/volume/v3/$(project_id)s' RegionOne 2022-05-06 03:32:34.648 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:32:34.648 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-05-06 03:32:34.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.648 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.648 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.648 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.648 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.648 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:32:34.648 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:32:34.648 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.25/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-05-06 03:32:34.648 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.648 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.648 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.648 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.649 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.649 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=49c0bb1f3eab48318470dd6970277efd 2022-05-06 03:32:34.649 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 49c0bb1f3eab48318470dd6970277efd 2022-05-06 03:32:34.649 | + functions-common:get_or_create_endpoint:1139 : public_id=49c0bb1f3eab48318470dd6970277efd 2022-05-06 03:32:34.649 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-06 03:32:34.649 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:32:34.649 | + functions-common:get_or_create_endpoint:1148 : echo 49c0bb1f3eab48318470dd6970277efd 2022-05-06 03:32:34.649 | 49c0bb1f3eab48318470dd6970277efd 2022-05-06 03:32:34.649 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-05-06 03:32:34.649 | ++ lib/cinder:configure_cinder_internal_tenant:611 : get_or_create_project service 2022-05-06 03:32:34.649 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:32:34.649 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-05-06 03:32:34.649 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.649 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.649 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.649 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.649 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.649 | ++ functions-common:get_or_create_project:950 : project_id=b351ac6649404dc2b7bb21858bebe2d3 2022-05-06 03:32:34.649 | ++ functions-common:get_or_create_project:951 : echo b351ac6649404dc2b7bb21858bebe2d3 2022-05-06 03:32:34.649 | + lib/cinder:configure_cinder_internal_tenant:611 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id b351ac6649404dc2b7bb21858bebe2d3 2022-05-06 03:32:34.650 | ++ lib/cinder:configure_cinder_internal_tenant:612 : get_or_create_user cinder 2022-05-06 03:32:34.650 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:32:34.650 | ++ functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:32:34.650 | ++ functions-common:get_or_create_user:925 : local email= 2022-05-06 03:32:34.650 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-05-06 03:32:34.650 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.650 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.650 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.650 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.650 | No password was supplied, authentication will fail when a user does not have a password. 2022-05-06 03:32:34.650 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.650 | ++ functions-common:get_or_create_user:937 : user_id=f52c2c582d1340bc8a95d22b618eacc0 2022-05-06 03:32:34.650 | ++ functions-common:get_or_create_user:938 : echo f52c2c582d1340bc8a95d22b618eacc0 2022-05-06 03:32:34.650 | + lib/cinder:configure_cinder_internal_tenant:612 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id f52c2c582d1340bc8a95d22b618eacc0 2022-05-06 03:32:34.698 | [108478 Async create_cinder_accounts:149788]: finished create_cinder_accounts with result 0 in 59 seconds 2022-05-06 03:32:34.702 | + inc/async:async_wait:197 : return 0 2022-05-06 03:32:34.705 | + ./stack.sh:main:1131 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-05-06 03:32:34.762 | [108478 Async create_neutron_accounts:149904]: Waiting for completion of create_neutron_accounts running on PID 149904 (3 other jobs running) 2022-05-06 03:32:34.789 | [108478 Async create_neutron_accounts:149904]: Signaling child to exit 2022-05-06 03:32:34.789 | WAKEUP 2022-05-06 03:32:34.813 | [108478 Async create_neutron_accounts:149904]: Signaled 2022-05-06 03:32:34.815 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-05-06 03:32:34.815 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-06 03:32:34.815 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:32:34.815 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:32:34.815 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-06 03:32:34.815 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-06 03:32:34.815 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-06 03:32:34.815 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-05-06 03:32:34.815 | + lib/neutron-legacy:create_mutnauq_accounts:436 : local neutron_url 2022-05-06 03:32:34.815 | + lib/neutron-legacy:create_mutnauq_accounts:437 : '[' False == True ']' 2022-05-06 03:32:34.815 | + lib/neutron-legacy:create_mutnauq_accounts:440 : neutron_url=http://10.222.0.25:9696/ 2022-05-06 03:32:34.815 | + 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-05-06 03:32:34.815 | + lib/neutron-legacy:create_mutnauq_accounts:445 : create_service_user neutron 2022-05-06 03:32:34.815 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-05-06 03:32:34.815 | + functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:32:34.815 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:32:34.815 | + functions-common:get_or_create_user:925 : local email= 2022-05-06 03:32:34.815 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-06 03:32:34.815 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.815 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.815 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.816 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.816 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.816 | + functions-common:get_or_create_user:937 : user_id=ba189c85fc494650bc1aaf3b153a21fa 2022-05-06 03:32:34.816 | + functions-common:get_or_create_user:938 : echo ba189c85fc494650bc1aaf3b153a21fa 2022-05-06 03:32:34.816 | ba189c85fc494650bc1aaf3b153a21fa 2022-05-06 03:32:34.816 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-05-06 03:32:34.816 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:32:34.816 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:32:34.816 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:32:34.816 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:32:34.816 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:32:34.816 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:32:34.816 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:32:34.816 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:32:34.816 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:32:34.816 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:32:34.816 | ++ 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-05-06 03:32:34.816 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.816 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:32:34.816 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.816 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.816 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.816 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.816 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.816 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.816 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.816 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:32:34.816 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:32:34.816 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.816 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.816 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.816 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.816 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.817 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-05-06 03:32:34.817 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:32:34.817 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:32:34.817 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:32:34.817 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.817 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.817 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.817 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.817 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:32:34.817 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:32:34.817 | ++ functions-common:get_field:830 : echo '| baa812d6a85244269b91b0ec4c2fb6a1 | ba189c85fc494650bc1aaf3b153a21fa | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:32:34.817 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:32:34.817 | ++ functions-common:get_field:824 : read data 2022-05-06 03:32:34.817 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.817 | + functions-common:get_or_add_user_project_role:1009 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.817 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:32:34.817 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-05-06 03:32:34.817 | + lib/neutron-legacy:create_mutnauq_accounts:447 : get_or_create_service neutron network 'Neutron Service' 2022-05-06 03:32:34.817 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:32:34.817 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-05-06 03:32:34.817 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-05-06 03:32:34.817 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.817 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.817 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.817 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.817 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.817 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:32:34.817 | 078761d36d474c9e990f0626a754c553' 2022-05-06 03:32:34.817 | + functions-common:get_or_create_service:1106 : echo 078761d36d474c9e990f0626a754c553 2022-05-06 03:32:34.817 | 078761d36d474c9e990f0626a754c553 2022-05-06 03:32:34.817 | + lib/neutron-legacy:create_mutnauq_accounts:449 : get_or_create_endpoint network RegionOne http://10.222.0.25:9696/ 2022-05-06 03:32:34.818 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:32:34.818 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface network public http://10.222.0.25:9696/ RegionOne 2022-05-06 03:32:34.818 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:32:34.818 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-05-06 03:32:34.818 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.818 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.818 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.818 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.818 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.818 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:32:34.818 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:32:34.818 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.25:9696/ --region RegionOne -f value -c id 2022-05-06 03:32:34.818 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.818 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.818 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:32:34.818 | from cryptography.utils import int_from_bytes 2022-05-06 03:32:34.818 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:32:34.818 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=74f3bf8b107f432a8396e255763161fd 2022-05-06 03:32:34.818 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 74f3bf8b107f432a8396e255763161fd 2022-05-06 03:32:34.818 | + functions-common:get_or_create_endpoint:1139 : public_id=74f3bf8b107f432a8396e255763161fd 2022-05-06 03:32:34.818 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-06 03:32:34.818 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:32:34.818 | + functions-common:get_or_create_endpoint:1148 : echo 74f3bf8b107f432a8396e255763161fd 2022-05-06 03:32:34.818 | 74f3bf8b107f432a8396e255763161fd 2022-05-06 03:32:34.863 | [108478 Async create_neutron_accounts:149904]: finished create_neutron_accounts with result 0 in 39 seconds 2022-05-06 03:32:34.903 | [108478 Async create_swift_accounts:150046]: Waiting for completion of create_swift_accounts running on PID 150046 (2 other jobs running) 2022-05-06 03:32:34.931 | [108478 Async create_swift_accounts:150046]: Signaling child to exit 2022-05-06 03:33:20.618 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:33:20.644 | [150046 Async create_swift_accounts:150046]: finished successfully 2022-05-06 03:33:20.664 | WAKEUP 2022-05-06 03:33:20.687 | [108478 Async create_swift_accounts:150046]: Signaled 2022-05-06 03:33:20.688 | + lib/swift:create_swift_accounts:608 : export swiftusertest1_password=testing 2022-05-06 03:33:20.688 | + lib/swift:create_swift_accounts:608 : swiftusertest1_password=testing 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:609 : export swiftusertest2_password=testing2 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:609 : swiftusertest2_password=testing2 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:610 : export swiftusertest3_password=testing3 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:610 : swiftusertest3_password=testing3 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:611 : export swiftusertest4_password=testing4 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:611 : swiftusertest4_password=testing4 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:613 : local another_role 2022-05-06 03:33:20.689 | ++ lib/swift:create_swift_accounts:614 : get_or_create_role anotherrole 2022-05-06 03:33:20.689 | ++ functions-common:get_or_create_role:957 : local role_id 2022-05-06 03:33:20.689 | +++ functions-common:get_or_create_role:964 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-05-06 03:33:20.689 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.689 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.689 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.689 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.689 | ++ functions-common:get_or_create_role:962 : role_id=dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:33:20.689 | ++ functions-common:get_or_create_role:963 : echo dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:614 : another_role=dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:33:20.689 | + lib/swift:create_swift_accounts:618 : create_service_user swift admin 2022-05-06 03:33:20.689 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-05-06 03:33:20.689 | + functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:33:20.689 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:33:20.689 | + functions-common:get_or_create_user:925 : local email= 2022-05-06 03:33:20.689 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-06 03:33:20.689 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.689 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.689 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.689 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.689 | + functions-common:get_or_create_user:937 : user_id=9551686a66b944dba5f132b71b0b674e 2022-05-06 03:33:20.689 | + functions-common:get_or_create_user:938 : echo 9551686a66b944dba5f132b71b0b674e 2022-05-06 03:33:20.689 | 9551686a66b944dba5f132b71b0b674e 2022-05-06 03:33:20.689 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-05-06 03:33:20.690 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:33:20.690 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:33:20.690 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:33:20.690 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:33:20.690 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:33:20.690 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:33:20.690 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:33:20.690 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:33:20.690 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:33:20.690 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:33:20.690 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:33:20.690 | ++ 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-05-06 03:33:20.690 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.690 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.690 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.690 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.690 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.690 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.690 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:33:20.690 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:33:20.690 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-05-06 03:33:20.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.690 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.690 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.690 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-05-06 03:33:20.690 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.690 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:33:20.690 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.690 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.691 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.691 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.691 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.691 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:33:20.691 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:33:20.691 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:33:20.691 | ++ functions-common:get_field:830 : echo '| baa812d6a85244269b91b0ec4c2fb6a1 | 9551686a66b944dba5f132b71b0b674e | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:33:20.691 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.691 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:33:20.691 | + functions-common:get_or_add_user_project_role:1009 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:33:20.691 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:33:20.691 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-05-06 03:33:20.691 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-05-06 03:33:20.691 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:33:20.691 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:33:20.691 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:33:20.691 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:33:20.691 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:33:20.691 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:33:20.691 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:33:20.691 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:33:20.691 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:33:20.691 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:33:20.691 | ++ 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-05-06 03:33:20.691 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:33:20.691 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.691 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.691 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.692 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.692 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.692 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.692 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:33:20.692 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:33:20.692 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-05-06 03:33:20.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.692 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.692 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.692 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-05-06 03:33:20.692 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.692 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:33:20.692 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.692 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.692 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.692 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.692 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.692 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:33:20.692 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:33:20.692 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 9551686a66b944dba5f132b71b0b674e | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:33:20.692 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:33:20.692 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.692 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.692 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.692 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.692 | + lib/swift:create_swift_accounts:620 : get_or_create_service swift object-store 'Swift Service' 2022-05-06 03:33:20.692 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:33:20.692 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-05-06 03:33:20.692 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-05-06 03:33:20.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.693 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.693 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.693 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.693 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:33:20.693 | b3bb531d7d784df59d87be5959a9aaa7' 2022-05-06 03:33:20.693 | + functions-common:get_or_create_service:1106 : echo b3bb531d7d784df59d87be5959a9aaa7 2022-05-06 03:33:20.693 | b3bb531d7d784df59d87be5959a9aaa7 2022-05-06 03:33:20.693 | + lib/swift:create_swift_accounts:622 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.25:8080/v1/AUTH_$(project_id)s' http://10.222.0.25:8080 2022-05-06 03:33:20.693 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:33:20.693 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.25:8080/v1/AUTH_$(project_id)s' RegionOne 2022-05-06 03:33:20.693 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:33:20.693 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-05-06 03:33:20.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.693 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.693 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.693 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.693 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:33:20.693 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:33:20.693 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.25:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-05-06 03:33:20.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.693 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.693 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.693 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.693 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=963c188e301045958a4ea1dea7bc3710 2022-05-06 03:33:20.693 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 963c188e301045958a4ea1dea7bc3710 2022-05-06 03:33:20.693 | + functions-common:get_or_create_endpoint:1139 : public_id=963c188e301045958a4ea1dea7bc3710 2022-05-06 03:33:20.693 | + functions-common:get_or_create_endpoint:1141 : [[ -n http://10.222.0.25:8080 ]] 2022-05-06 03:33:20.693 | + functions-common:get_or_create_endpoint:1142 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.25:8080 RegionOne 2022-05-06 03:33:20.694 | + functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:33:20.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-05-06 03:33:20.694 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.694 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.694 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.694 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.694 | + functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:33:20.694 | + functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:33:20.694 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.25:8080 --region RegionOne -f value -c id 2022-05-06 03:33:20.694 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.694 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.694 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.694 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.694 | + functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=05f1479896ba4894b158d0ac53690be2 2022-05-06 03:33:20.694 | + functions-common:_get_or_create_endpoint_with_interface:1124 : echo 05f1479896ba4894b158d0ac53690be2 2022-05-06 03:33:20.694 | 05f1479896ba4894b158d0ac53690be2 2022-05-06 03:33:20.694 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:33:20.694 | + functions-common:get_or_create_endpoint:1148 : echo 963c188e301045958a4ea1dea7bc3710 2022-05-06 03:33:20.694 | 963c188e301045958a4ea1dea7bc3710 2022-05-06 03:33:20.694 | + lib/swift:create_swift_accounts:627 : local swift_project_test1 2022-05-06 03:33:20.694 | ++ lib/swift:create_swift_accounts:628 : get_or_create_project swiftprojecttest1 default 2022-05-06 03:33:20.694 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:33:20.694 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-05-06 03:33:20.694 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.694 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.694 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.694 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.694 | ++ functions-common:get_or_create_project:950 : project_id=2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.694 | ++ functions-common:get_or_create_project:951 : echo 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.695 | + lib/swift:create_swift_accounts:628 : swift_project_test1=2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.695 | + lib/swift:create_swift_accounts:629 : die_if_not_set 629 swift_project_test1 'Failure creating swift_project_test1' 2022-05-06 03:33:20.695 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.695 | ++ lib/swift:create_swift_accounts:631 : get_or_create_user swiftusertest1 testing default test@example.com 2022-05-06 03:33:20.695 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:33:20.695 | ++ functions-common:get_or_create_user:922 : [[ ! -z test@example.com ]] 2022-05-06 03:33:20.695 | ++ functions-common:get_or_create_user:923 : local email=--email=test@example.com 2022-05-06 03:33:20.695 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-05-06 03:33:20.695 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.695 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.695 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.695 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.695 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.695 | ++ functions-common:get_or_create_user:937 : user_id=bc9fb32974eb4f518c8ab2b8979f6d64 2022-05-06 03:33:20.695 | ++ functions-common:get_or_create_user:938 : echo bc9fb32974eb4f518c8ab2b8979f6d64 2022-05-06 03:33:20.695 | + lib/swift:create_swift_accounts:631 : SWIFT_USER_TEST1=bc9fb32974eb4f518c8ab2b8979f6d64 2022-05-06 03:33:20.695 | + lib/swift:create_swift_accounts:632 : die_if_not_set 632 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-05-06 03:33:20.695 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.695 | + lib/swift:create_swift_accounts:633 : get_or_add_user_project_role admin bc9fb32974eb4f518c8ab2b8979f6d64 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.695 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:33:20.695 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:33:20.695 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:33:20.695 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:33:20.695 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:33:20.695 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:33:20.695 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:33:20.695 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:33:20.695 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.695 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user bc9fb32974eb4f518c8ab2b8979f6d64 --project 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.695 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:33:20.695 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.696 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.696 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.696 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.696 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.696 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.696 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.696 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:33:20.696 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:33:20.696 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user bc9fb32974eb4f518c8ab2b8979f6d64 --project 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.696 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.696 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.696 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.696 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.696 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user bc9fb32974eb4f518c8ab2b8979f6d64 --project 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.696 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.696 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:33:20.696 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.696 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.696 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.696 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.696 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.696 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.696 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.696 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:33:20.696 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:33:20.696 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | bc9fb32974eb4f518c8ab2b8979f6d64 | | 2d79377a66364b2b861d2bd9fa9fc0f4 | | | False |' 2022-05-06 03:33:20.696 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:33:20.696 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.696 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.696 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.696 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.696 | + lib/swift:create_swift_accounts:635 : local swift_user_test3 2022-05-06 03:33:20.696 | ++ lib/swift:create_swift_accounts:637 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-05-06 03:33:20.696 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:33:20.697 | ++ functions-common:get_or_create_user:922 : [[ ! -z test3@example.com ]] 2022-05-06 03:33:20.697 | ++ functions-common:get_or_create_user:923 : local email=--email=test3@example.com 2022-05-06 03:33:20.697 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-05-06 03:33:20.697 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.697 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.697 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.697 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.697 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.697 | ++ functions-common:get_or_create_user:937 : user_id=33dcf32a409e42f89b5c4dac71464afe 2022-05-06 03:33:20.697 | ++ functions-common:get_or_create_user:938 : echo 33dcf32a409e42f89b5c4dac71464afe 2022-05-06 03:33:20.697 | + lib/swift:create_swift_accounts:637 : swift_user_test3=33dcf32a409e42f89b5c4dac71464afe 2022-05-06 03:33:20.697 | + lib/swift:create_swift_accounts:638 : die_if_not_set 638 swift_user_test3 'Failure creating swift_user_test3' 2022-05-06 03:33:20.697 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.697 | + lib/swift:create_swift_accounts:639 : get_or_add_user_project_role dea6f73131f341178020f1b9a00fdeba 33dcf32a409e42f89b5c4dac71464afe 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.697 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:33:20.697 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:33:20.697 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:33:20.697 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:33:20.697 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:33:20.697 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:33:20.697 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:33:20.697 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:33:20.697 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role dea6f73131f341178020f1b9a00fdeba --user 33dcf32a409e42f89b5c4dac71464afe --project 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.697 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.697 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:33:20.697 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.697 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.697 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.697 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.697 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.697 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.697 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.698 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:33:20.698 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:33:20.698 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add dea6f73131f341178020f1b9a00fdeba --user 33dcf32a409e42f89b5c4dac71464afe --project 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.698 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.698 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.698 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.698 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.698 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role dea6f73131f341178020f1b9a00fdeba --user 33dcf32a409e42f89b5c4dac71464afe --project 2d79377a66364b2b861d2bd9fa9fc0f4 2022-05-06 03:33:20.698 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.698 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:33:20.698 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.698 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.698 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.698 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.698 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.698 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.698 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.698 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:33:20.698 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:33:20.698 | ++ functions-common:get_field:830 : echo '| dea6f73131f341178020f1b9a00fdeba | 33dcf32a409e42f89b5c4dac71464afe | | 2d79377a66364b2b861d2bd9fa9fc0f4 | | | False |' 2022-05-06 03:33:20.698 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:33:20.698 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.698 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:33:20.698 | + functions-common:get_or_add_user_project_role:1009 : echo dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:33:20.698 | dea6f73131f341178020f1b9a00fdeba 2022-05-06 03:33:20.698 | + lib/swift:create_swift_accounts:641 : local swift_project_test2 2022-05-06 03:33:20.698 | ++ lib/swift:create_swift_accounts:642 : get_or_create_project swiftprojecttest2 default 2022-05-06 03:33:20.698 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:33:20.698 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-05-06 03:33:20.698 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.698 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.698 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.698 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.699 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.699 | ++ functions-common:get_or_create_project:950 : project_id=527680ecae634d2192e2cacc4ac9459f 2022-05-06 03:33:20.699 | ++ functions-common:get_or_create_project:951 : echo 527680ecae634d2192e2cacc4ac9459f 2022-05-06 03:33:20.699 | + lib/swift:create_swift_accounts:642 : swift_project_test2=527680ecae634d2192e2cacc4ac9459f 2022-05-06 03:33:20.699 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_project_test2 'Failure creating swift_project_test2' 2022-05-06 03:33:20.699 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.699 | + lib/swift:create_swift_accounts:645 : local swift_user_test2 2022-05-06 03:33:20.699 | ++ lib/swift:create_swift_accounts:647 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-05-06 03:33:20.699 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:33:20.699 | ++ functions-common:get_or_create_user:922 : [[ ! -z test2@example.com ]] 2022-05-06 03:33:20.699 | ++ functions-common:get_or_create_user:923 : local email=--email=test2@example.com 2022-05-06 03:33:20.699 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-05-06 03:33:20.699 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.699 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.699 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.699 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.699 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.699 | ++ functions-common:get_or_create_user:937 : user_id=25527c4d12be4bf79c8b5bf1ae856344 2022-05-06 03:33:20.699 | ++ functions-common:get_or_create_user:938 : echo 25527c4d12be4bf79c8b5bf1ae856344 2022-05-06 03:33:20.699 | + lib/swift:create_swift_accounts:647 : swift_user_test2=25527c4d12be4bf79c8b5bf1ae856344 2022-05-06 03:33:20.699 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_user_test2 'Failure creating swift_user_test2' 2022-05-06 03:33:20.699 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.699 | + lib/swift:create_swift_accounts:649 : get_or_add_user_project_role admin 25527c4d12be4bf79c8b5bf1ae856344 527680ecae634d2192e2cacc4ac9459f 2022-05-06 03:33:20.699 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:33:20.699 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:33:20.699 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:33:20.699 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:33:20.699 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:33:20.699 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:33:20.699 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:33:20.700 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:33:20.700 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 25527c4d12be4bf79c8b5bf1ae856344 --project 527680ecae634d2192e2cacc4ac9459f 2022-05-06 03:33:20.700 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:33:20.700 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.700 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.700 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.700 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.700 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.700 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.700 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.700 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.700 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:33:20.700 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:33:20.700 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 25527c4d12be4bf79c8b5bf1ae856344 --project 527680ecae634d2192e2cacc4ac9459f 2022-05-06 03:33:20.700 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.700 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.700 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.700 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.700 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 25527c4d12be4bf79c8b5bf1ae856344 --project 527680ecae634d2192e2cacc4ac9459f 2022-05-06 03:33:20.700 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.700 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:33:20.700 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.700 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.700 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.700 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.700 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.700 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.700 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.700 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:33:20.700 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:33:20.700 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 25527c4d12be4bf79c8b5bf1ae856344 | | 527680ecae634d2192e2cacc4ac9459f | | | False |' 2022-05-06 03:33:20.700 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:33:20.701 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.701 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.701 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.701 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.701 | + lib/swift:create_swift_accounts:651 : local swift_domain 2022-05-06 03:33:20.701 | ++ lib/swift:create_swift_accounts:652 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-05-06 03:33:20.701 | ++ functions-common:get_or_create_domain:889 : local domain_id 2022-05-06 03:33:20.701 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-05-06 03:33:20.701 | +++ functions-common:get_or_create_domain:903 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-05-06 03:33:20.701 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.701 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.701 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.701 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.701 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.701 | ++ functions-common:get_or_create_domain:899 : domain_id=' 2022-05-06 03:33:20.701 | 0832bcb813c349099926664d156dfa19' 2022-05-06 03:33:20.701 | ++ functions-common:get_or_create_domain:900 : echo 0832bcb813c349099926664d156dfa19 2022-05-06 03:33:20.701 | + lib/swift:create_swift_accounts:652 : swift_domain=0832bcb813c349099926664d156dfa19 2022-05-06 03:33:20.701 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_domain 'Failure creating swift_test domain' 2022-05-06 03:33:20.701 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.701 | + lib/swift:create_swift_accounts:655 : local swift_project_test4 2022-05-06 03:33:20.701 | ++ lib/swift:create_swift_accounts:656 : get_or_create_project swiftprojecttest4 0832bcb813c349099926664d156dfa19 2022-05-06 03:33:20.701 | ++ functions-common:get_or_create_project:944 : local project_id 2022-05-06 03:33:20.701 | +++ functions-common:get_or_create_project:952 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=0832bcb813c349099926664d156dfa19 --or-show -f value -c id 2022-05-06 03:33:20.701 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.701 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.701 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.701 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.701 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.701 | ++ functions-common:get_or_create_project:950 : project_id=ae0dab4d2fb94c5da59a880bca05da09 2022-05-06 03:33:20.701 | ++ functions-common:get_or_create_project:951 : echo ae0dab4d2fb94c5da59a880bca05da09 2022-05-06 03:33:20.701 | + lib/swift:create_swift_accounts:656 : swift_project_test4=ae0dab4d2fb94c5da59a880bca05da09 2022-05-06 03:33:20.701 | + lib/swift:create_swift_accounts:657 : die_if_not_set 657 swift_project_test4 'Failure creating swift_project_test4' 2022-05-06 03:33:20.702 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.702 | + lib/swift:create_swift_accounts:659 : local swift_user_test4 2022-05-06 03:33:20.702 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest4 testing4 0832bcb813c349099926664d156dfa19 test4@example.com 2022-05-06 03:33:20.702 | ++ functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:33:20.702 | ++ functions-common:get_or_create_user:922 : [[ ! -z test4@example.com ]] 2022-05-06 03:33:20.702 | ++ functions-common:get_or_create_user:923 : local email=--email=test4@example.com 2022-05-06 03:33:20.702 | +++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=0832bcb813c349099926664d156dfa19 --email=test4@example.com --or-show -f value -c id 2022-05-06 03:33:20.702 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.702 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.702 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.702 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.702 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.702 | ++ functions-common:get_or_create_user:937 : user_id=47e7939b7af44cf1ae88437541d230aa 2022-05-06 03:33:20.702 | ++ functions-common:get_or_create_user:938 : echo 47e7939b7af44cf1ae88437541d230aa 2022-05-06 03:33:20.702 | + lib/swift:create_swift_accounts:661 : swift_user_test4=47e7939b7af44cf1ae88437541d230aa 2022-05-06 03:33:20.702 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test4 'Failure creating swift_user_test4' 2022-05-06 03:33:20.702 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-05-06 03:33:20.702 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role admin 47e7939b7af44cf1ae88437541d230aa ae0dab4d2fb94c5da59a880bca05da09 2022-05-06 03:33:20.702 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:33:20.702 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args 2022-05-06 03:33:20.702 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:33:20.702 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:33:20.702 | ++ functions-common:_get_domain_args:972 : [[ -n '' ]] 2022-05-06 03:33:20.702 | ++ functions-common:_get_domain_args:975 : [[ -n '' ]] 2022-05-06 03:33:20.702 | ++ functions-common:_get_domain_args:979 : echo 2022-05-06 03:33:20.702 | + functions-common:get_or_add_user_project_role:987 : domain_args= 2022-05-06 03:33:20.702 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 47e7939b7af44cf1ae88437541d230aa --project ae0dab4d2fb94c5da59a880bca05da09 2022-05-06 03:33:20.702 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:33:20.702 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.702 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.702 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.702 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.703 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.703 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.703 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.703 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.703 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:33:20.703 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:33:20.703 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user 47e7939b7af44cf1ae88437541d230aa --project ae0dab4d2fb94c5da59a880bca05da09 2022-05-06 03:33:20.703 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.703 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.703 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.703 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.703 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:33:20.703 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 47e7939b7af44cf1ae88437541d230aa --project ae0dab4d2fb94c5da59a880bca05da09 2022-05-06 03:33:20.703 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:33:20.703 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:33:20.703 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.703 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.703 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.703 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:20.703 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:20.703 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:33:20.703 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:33:20.703 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:33:20.703 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 47e7939b7af44cf1ae88437541d230aa | | ae0dab4d2fb94c5da59a880bca05da09 | | | False |' 2022-05-06 03:33:20.703 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:33:20.703 | ++ functions-common:get_field:824 : read data 2022-05-06 03:33:20.703 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.703 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.703 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:33:20.734 | [108478 Async create_swift_accounts:150046]: finished create_swift_accounts with result 0 in 124 seconds 2022-05-06 03:33:20.741 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-05-06 03:33:20.744 | + inc/async:async_wait:197 : return 0 2022-05-06 03:33:20.746 | + ./stack.sh:main:1137 : is_service_enabled mysql postgresql 2022-05-06 03:33:20.765 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:33:20.767 | + ./stack.sh:main:1137 : is_service_enabled glance 2022-05-06 03:33:20.785 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:33:20.787 | + ./stack.sh:main:1138 : echo_summary 'Configuring Glance' 2022-05-06 03:33:20.790 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:33:20.793 | + ./stack.sh:echo_summary:448 : echo -e Configuring Glance 2022-05-06 03:33:20.795 | + ./stack.sh:main:1139 : async_runfunc init_glance 2022-05-06 03:33:20.798 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-05-06 03:33:20.859 | + inc/async:async_inner:63 : init_glance 2022-05-06 03:33:20.898 | [108478 Async init_glance:154301]: running: init_glance 2022-05-06 03:33:20.901 | + ./stack.sh:main:1146 : is_service_enabled neutron 2022-05-06 03:33:20.921 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:33:20.924 | + ./stack.sh:main:1147 : echo_summary 'Configuring Neutron' 2022-05-06 03:33:20.927 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:33:20.930 | + ./stack.sh:echo_summary:448 : echo -e Configuring Neutron 2022-05-06 03:33:20.933 | + ./stack.sh:main:1149 : configure_neutron 2022-05-06 03:33:20.935 | + lib/neutron:configure_neutron:620 : is_neutron_legacy_enabled 2022-05-06 03:33:20.939 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:33:20.940 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-06 03:33:20.947 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:33:20.950 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-06 03:33:20.953 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-06 03:33:20.956 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-06 03:33:20.958 | + lib/neutron:configure_neutron:622 : configure_mutnauq 2022-05-06 03:33:20.961 | + lib/neutron-legacy:configure_mutnauq:349 : _configure_neutron_common 2022-05-06 03:33:20.964 | + lib/neutron-legacy:_configure_neutron_common:774 : _create_neutron_conf_dir 2022-05-06 03:33:20.967 | + lib/neutron-legacy:_create_neutron_conf_dir:767 : sudo install -d -o ubuntu /etc/neutron 2022-05-06 03:33:20.981 | + lib/neutron-legacy:_configure_neutron_common:777 : cd /opt/stack/neutron 2022-05-06 03:33:20.983 | + lib/neutron-legacy:_configure_neutron_common:777 : exec ./tools/generate_config_file_samples.sh 2022-05-06 03:33:24.422 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:24.422 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:24.422 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:24.422 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:27.973 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:27.973 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:27.973 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:27.973 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:30.887 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:33:30.912 | [154301 Async init_glance:154301]: finished successfully 2022-05-06 03:33:31.452 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:31.452 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:31.452 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:31.452 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:34.887 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:34.887 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:34.887 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:34.887 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:38.315 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:38.315 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:38.315 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:38.315 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:41.746 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:41.746 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:41.746 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:41.746 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:45.140 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:45.140 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:45.140 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:45.140 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:48.727 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:48.727 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:48.727 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:48.727 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:53.366 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:53.366 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:53.366 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:53.366 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:59.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:59.100 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:59.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:33:59.100 | from cryptography.utils import int_from_bytes 2022-05-06 03:33:59.434 | + lib/neutron-legacy:_configure_neutron_common:779 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-05-06 03:33:59.442 | + lib/neutron-legacy:_configure_neutron_common:781 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-05-06 03:33:59.446 | + lib/neutron-legacy:_configure_neutron_common:785 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-05-06 03:33:59.449 | + lib/neutron-legacy:_configure_neutron_common:789 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-05-06 03:33:59.453 | + lib/neutron-legacy:_configure_neutron_common:794 : neutron_plugin_configure_common 2022-05-06 03:33:59.457 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-05-06 03:33:59.462 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-05-06 03:33:59.465 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-05-06 03:33:59.468 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-05-06 03:33:59.471 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=router 2022-05-06 03:33:59.473 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ '' == '' ]] 2022-05-06 03:33:59.475 | + lib/neutron-legacy:_neutron_service_plugin_class_add:945 : Q_SERVICE_PLUGIN_CLASSES=router 2022-05-06 03:33:59.478 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-05-06 03:33:59.480 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2_conf.ini == '' ]] 2022-05-06 03:33:59.483 | + lib/neutron-legacy:_configure_neutron_common:796 : [[ ml2 == '' ]] 2022-05-06 03:33:59.485 | + lib/neutron-legacy:_configure_neutron_common:801 : mkdir -p /etc/neutron/plugins/ml2 2022-05-06 03:33:59.490 | + lib/neutron-legacy:_configure_neutron_common:802 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:33:59.496 | + lib/neutron-legacy:_configure_neutron_common:805 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-05-06 03:33:59.499 | + lib/neutron-legacy:_configure_neutron_common:806 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:33:59.505 | ++ lib/neutron-legacy:_configure_neutron_common:811 : database_connection_url neutron 2022-05-06 03:33:59.507 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-05-06 03:33:59.510 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-05-06 03:33:59.513 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=neutron 2022-05-06 03:33:59.516 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-05-06 03:33:59.519 | + lib/neutron-legacy:_configure_neutron_common:811 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8' 2022-05-06 03:33:59.553 | + lib/neutron-legacy:_configure_neutron_common:812 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-05-06 03:33:59.584 | + lib/neutron-legacy:_configure_neutron_common:813 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-05-06 03:33:59.613 | + lib/neutron-legacy:_configure_neutron_common:814 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-05-06 03:33:59.643 | + lib/neutron-legacy:_configure_neutron_common:815 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-05-06 03:33:59.678 | + lib/neutron-legacy:_configure_neutron_common:818 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-05-06 03:33:59.711 | + lib/neutron-legacy:_configure_neutron_common:820 : '[' libvirt = fake ']' 2022-05-06 03:33:59.714 | + lib/neutron-legacy:_configure_neutron_common:830 : setup_logging /etc/neutron/neutron.conf 2022-05-06 03:33:59.717 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-05-06 03:33:59.720 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-05-06 03:33:59.724 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-05-06 03:33:59.741 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-05-06 03:33:59.743 | + functions:setup_systemd_logging:695 : local pidstr= 2022-05-06 03:33:59.745 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-05-06 03:33:59.748 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-05-06 03:33:59.750 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-05-06 03:33:59.779 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.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-05-06 03:33:59.809 | + functions:setup_systemd_logging:705 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-05-06 03:33:59.839 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-05-06 03:33:59.871 | + lib/neutron-legacy:_configure_neutron_common:832 : is_service_enabled tls-proxy 2022-05-06 03:33:59.889 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:33:59.892 | + lib/neutron-legacy:_configure_neutron_common:838 : _neutron_setup_rootwrap 2022-05-06 03:33:59.894 | + lib/neutron-legacy:_neutron_setup_rootwrap:978 : [[ True == \F\a\l\s\e ]] 2022-05-06 03:33:59.897 | + lib/neutron-legacy:_neutron_setup_rootwrap:982 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-05-06 03:33:59.899 | + lib/neutron-legacy:_neutron_setup_rootwrap:983 : [[ -d /etc/neutron/rootwrap.d ]] 2022-05-06 03:33:59.902 | + lib/neutron-legacy:_neutron_setup_rootwrap:984 : sudo rm -rf /etc/neutron/rootwrap.d 2022-05-06 03:33:59.914 | + lib/neutron-legacy:_neutron_setup_rootwrap:987 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-05-06 03:33:59.916 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:968 : [[ True == \F\a\l\s\e ]] 2022-05-06 03:33:59.919 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:971 : local srcdir=/opt/stack/neutron 2022-05-06 03:33:59.921 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:972 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-05-06 03:33:59.934 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:973 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-05-06 03:33:59.946 | + lib/neutron-legacy:_neutron_setup_rootwrap:991 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-05-06 03:33:59.949 | + lib/neutron-legacy:_neutron_setup_rootwrap:994 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-05-06 03:33:59.962 | + lib/neutron-legacy:_neutron_setup_rootwrap:996 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-05-06 03:33:59.974 | + lib/neutron-legacy:_neutron_setup_rootwrap:997 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-05-06 03:33:59.987 | + lib/neutron-legacy:_neutron_setup_rootwrap:1000 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-05-06 03:33:59.989 | + lib/neutron-legacy:_neutron_setup_rootwrap:1001 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-06 03:33:59.993 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1004 : mktemp 2022-05-06 03:33:59.998 | + lib/neutron-legacy:_neutron_setup_rootwrap:1004 : TEMPFILE=/tmp/tmp.MhRhZj0Onc 2022-05-06 03:34:00.001 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-05-06 03:34:00.003 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-06 03:34:00.006 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 : chmod 0440 /tmp/tmp.MhRhZj0Onc 2022-05-06 03:34:00.010 | + lib/neutron-legacy:_neutron_setup_rootwrap:1008 : sudo chown root:root /tmp/tmp.MhRhZj0Onc 2022-05-06 03:34:00.022 | + lib/neutron-legacy:_neutron_setup_rootwrap:1009 : sudo mv /tmp/tmp.MhRhZj0Onc /etc/sudoers.d/neutron-rootwrap 2022-05-06 03:34:00.034 | + lib/neutron-legacy:_neutron_setup_rootwrap:1012 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-06 03:34:00.063 | + lib/neutron-legacy:_neutron_setup_rootwrap:1013 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:00.065 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-06 03:34:00.094 | + lib/neutron-legacy:configure_mutnauq:350 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-05-06 03:34:00.097 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-05-06 03:34:00.099 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-05-06 03:34:00.102 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-05-06 03:34:00.104 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-05-06 03:34:00.107 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-05-06 03:34:00.123 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:00.127 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-05-06 03:34:00.129 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-05-06 03:34:00.132 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-05-06 03:34:00.151 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:00.153 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:34:00.156 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.25:5672/ 2022-05-06 03:34:00.191 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-05-06 03:34:00.193 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-05-06 03:34:00.196 | + lib/neutron-legacy:configure_mutnauq:352 : is_service_enabled q-metering 2022-05-06 03:34:00.217 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:00.220 | + lib/neutron-legacy:configure_mutnauq:353 : _configure_neutron_metering 2022-05-06 03:34:00.223 | + lib/neutron-legacy:_configure_neutron_metering:887 : neutron_agent_metering_configure_common 2022-05-06 03:34:00.225 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-05-06 03:34:00.228 | + lib/neutron-legacy:_neutron_service_plugin_class_add:943 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-05-06 03:34:00.232 | + lib/neutron-legacy:_neutron_service_plugin_class_add:944 : [[ router == '' ]] 2022-05-06 03:34:00.235 | + lib/neutron-legacy:_neutron_service_plugin_class_add:946 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-05-06 03:34:00.238 | + lib/neutron-legacy:_neutron_service_plugin_class_add:947 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-05-06 03:34:00.241 | + lib/neutron-legacy:_configure_neutron_metering:888 : neutron_agent_metering_configure_agent 2022-05-06 03:34:00.244 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-05-06 03:34:00.248 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-05-06 03:34:00.254 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-05-06 03:34:00.256 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2022-05-06 03:34:00.262 | + lib/neutron-legacy:configure_mutnauq:355 : is_service_enabled q-agt q-svc 2022-05-06 03:34:00.281 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:00.284 | + lib/neutron-legacy:configure_mutnauq:356 : _configure_neutron_service 2022-05-06 03:34:00.286 | + lib/neutron-legacy:_configure_neutron_service:915 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-05-06 03:34:00.289 | + lib/neutron-legacy:_configure_neutron_service:916 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-05-06 03:34:00.293 | + lib/neutron-legacy:_configure_neutron_service:919 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-05-06 03:34:00.324 | + lib/neutron-legacy:_configure_neutron_service:921 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-05-06 03:34:00.353 | + lib/neutron-legacy:_configure_neutron_service:922 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-05-06 03:34:00.384 | + lib/neutron-legacy:_configure_neutron_service:923 : iniset /etc/neutron/neutron.conf DEFAULT allow_overlapping_ips True 2022-05-06 03:34:00.419 | + lib/neutron-legacy:_configure_neutron_service:925 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-05-06 03:34:00.450 | + lib/neutron-legacy:_configure_neutron_service:926 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-05-06 03:34:00.452 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-05-06 03:34:00.455 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-05-06 03:34:00.457 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-05-06 03:34:00.460 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-05-06 03:34:00.490 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-05-06 03:34:00.522 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.25/identity 2022-05-06 03:34:00.552 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-05-06 03:34:00.582 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-05-06 03:34:00.613 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-05-06 03:34:00.645 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-05-06 03:34:00.677 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-05-06 03:34:00.707 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:34:00.737 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-05-06 03:34:00.767 | + lib/neutron-legacy:_configure_neutron_service:929 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-05-06 03:34:00.797 | + lib/neutron-legacy:_configure_neutron_service:930 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-05-06 03:34:00.828 | + lib/neutron-legacy:_configure_neutron_service:932 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-05-06 03:34:00.830 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-05-06 03:34:00.833 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-05-06 03:34:00.836 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-05-06 03:34:00.838 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-05-06 03:34:00.868 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-05-06 03:34:00.899 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.25/identity 2022-05-06 03:34:00.928 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-05-06 03:34:00.959 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-05-06 03:34:00.989 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-05-06 03:34:01.019 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-05-06 03:34:01.049 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-05-06 03:34:01.079 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-05-06 03:34:01.109 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-05-06 03:34:01.139 | + lib/neutron-legacy:_configure_neutron_service:935 : neutron_plugin_configure_service 2022-05-06 03:34:01.142 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-05-06 03:34:01.145 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-05-06 03:34:01.147 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-05-06 03:34:01.150 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-05-06 03:34:01.152 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-05-06 03:34:01.155 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-05-06 03:34:01.157 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 100:149 != '' ]] 2022-05-06 03:34:01.160 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:100:149 2022-05-06 03:34:01.162 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:100:149 != '' ]] 2022-05-06 03:34:01.165 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-05-06 03:34:01.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-05-06 03:34:01.170 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-05-06 03:34:01.172 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-05-06 03:34:01.175 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-05-06 03:34:01.177 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-05-06 03:34:01.180 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-05-06 03:34:01.182 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-05-06 03:34:01.185 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:01.187 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2022-05-06 03:34:01.215 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2022-05-06 03:34:01.218 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.220 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-05-06 03:34:01.223 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-05-06 03:34:01.225 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-05-06 03:34:01.228 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.230 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-05-06 03:34:01.258 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:129 : [[ -n '' ]] 2022-05-06 03:34:01.261 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-05-06 03:34:01.263 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.266 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-05-06 03:34:01.268 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-05-06 03:34:01.271 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-05-06 03:34:01.273 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.275 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-05-06 03:34:01.304 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:135 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-05-06 03:34:01.307 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.309 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-05-06 03:34:01.312 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-05-06 03:34:01.314 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-05-06 03:34:01.317 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.320 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-05-06 03:34:01.354 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-05-06 03:34:01.356 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.359 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-05-06 03:34:01.361 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-05-06 03:34:01.364 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-05-06 03:34:01.366 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.369 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2022-05-06 03:34:01.398 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-05-06 03:34:01.400 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.403 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-05-06 03:34:01.405 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-05-06 03:34:01.408 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-05-06 03:34:01.410 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.413 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-05-06 03:34:01.441 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-05-06 03:34:01.444 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.446 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-05-06 03:34:01.449 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-05-06 03:34:01.453 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-05-06 03:34:01.457 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.459 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-05-06 03:34:01.490 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:100:149 2022-05-06 03:34:01.493 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.495 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-05-06 03:34:01.498 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:100:149 2022-05-06 03:34:01.500 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:100:149 ']' 2022-05-06 03:34:01.503 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.505 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:100:149 2022-05-06 03:34:01.534 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-05-06 03:34:01.536 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:34:01.539 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-05-06 03:34:01.541 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-05-06 03:34:01.544 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-05-06 03:34:01.547 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-05-06 03:34:01.550 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-05-06 03:34:01.580 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : [[ legacy != \l\e\g\a\c\y ]] 2022-05-06 03:34:01.583 | + lib/neutron-legacy:configure_mutnauq:358 : is_service_enabled q-agt 2022-05-06 03:34:01.600 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:01.603 | + lib/neutron-legacy:configure_mutnauq:359 : _configure_neutron_plugin_agent 2022-05-06 03:34:01.606 | + lib/neutron-legacy:_configure_neutron_plugin_agent:902 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-06 03:34:01.639 | + lib/neutron-legacy:_configure_neutron_plugin_agent:903 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:01.642 | + lib/neutron-legacy:_configure_neutron_plugin_agent:904 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-06 03:34:01.673 | + lib/neutron-legacy:_configure_neutron_plugin_agent:906 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-05-06 03:34:01.704 | + lib/neutron-legacy:_configure_neutron_plugin_agent:909 : neutron_plugin_configure_plugin_agent 2022-05-06 03:34:01.707 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-05-06 03:34:01.710 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-05-06 03:34:01.712 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-05-06 03:34:04.678 | INFO neutron.common.config [-] Logging enabled! 2022-05-06 03:34:04.678 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev187 2022-05-06 03:34:04.679 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=156274) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-05-06 03:34:04.730 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=156274) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-06 03:34:04.730 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=156274) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-06 03:34:04.730 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=156274) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:04.730 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=156274) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:04.730 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=156274) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:04.731 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=156274) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:04.784 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-05-06 03:34:04.784 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:04.784 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:04.784 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:04.785 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:05.160 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-05-06 03:34:05.163 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-05-06 03:34:05.167 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-05-06 03:34:05.169 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-05-06 03:34:05.172 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-05-06 03:34:05.226 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-05-06 03:34:05.244 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-05-06 03:34:05.247 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:05.249 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-05-06 03:34:05.284 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-05-06 03:34:05.288 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-05-06 03:34:05.297 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-05-06 03:34:05.300 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-05-06 03:34:05.303 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-05-06 03:34:05.318 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-05-06 03:34:05.331 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-05-06 03:34:05.334 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-05-06 03:34:05.343 | net.bridge.bridge-nf-call-iptables = 1 2022-05-06 03:34:05.346 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-05-06 03:34:05.349 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-05-06 03:34:05.359 | net.bridge.bridge-nf-call-ip6tables = 1 2022-05-06 03:34:05.363 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-05-06 03:34:05.365 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-05-06 03:34:05.368 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-05-06 03:34:05.370 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-05-06 03:34:05.373 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-05-06 03:34:05.376 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-05-06 03:34:05.380 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-05-06 03:34:05.383 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-05-06 03:34:05.386 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-05-06 03:34:05.417 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-05-06 03:34:05.420 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2022-05-06 03:34:05.454 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-05-06 03:34:05.456 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-05-06 03:34:05.486 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-05-06 03:34:05.516 | + lib/neutron-legacy:configure_mutnauq:361 : is_service_enabled q-dhcp 2022-05-06 03:34:05.534 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:05.536 | + lib/neutron-legacy:configure_mutnauq:362 : _configure_neutron_dhcp_agent 2022-05-06 03:34:05.539 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:843 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-05-06 03:34:05.544 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:845 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-05-06 03:34:05.573 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:847 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-05-06 03:34:05.603 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:848 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-06 03:34:05.641 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:849 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:05.643 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:850 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-06 03:34:05.673 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:853 : is_service_enabled q-l3 2022-05-06 03:34:05.690 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:05.693 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:864 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-05-06 03:34:05.695 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-05-06 03:34:05.724 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-05-06 03:34:05.727 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-05-06 03:34:05.730 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-05-06 03:34:05.759 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:866 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-05-06 03:34:05.762 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-05-06 03:34:05.764 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-05-06 03:34:05.767 | + lib/neutron-legacy:configure_mutnauq:364 : is_service_enabled q-l3 2022-05-06 03:34:05.784 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:05.787 | + lib/neutron-legacy:configure_mutnauq:365 : _configure_neutron_l3_agent 2022-05-06 03:34:05.789 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2022-05-06 03:34:05.794 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-05-06 03:34:05.824 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-06 03:34:05.856 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:05.858 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-06 03:34:05.888 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-05-06 03:34:05.891 | + lib/neutron-legacy:_neutron_setup_interface_driver:1022 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-05-06 03:34:05.920 | + lib/neutron-legacy:_neutron_setup_interface_driver:1024 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-05-06 03:34:05.923 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-05-06 03:34:05.925 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-05-06 03:34:05.955 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-05-06 03:34:05.957 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-05-06 03:34:05.960 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-05-06 03:34:05.962 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-05-06 03:34:08.908 | INFO neutron.common.config [-] Logging enabled! 2022-05-06 03:34:08.908 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev187 2022-05-06 03:34:08.909 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=156804) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-05-06 03:34:08.960 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=156804) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-06 03:34:08.960 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=156804) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-05-06 03:34:08.960 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=156804) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:08.960 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=156804) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:08.960 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=156804) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:08.960 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=156804) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-05-06 03:34:09.022 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-05-06 03:34:09.023 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=156804) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-05-06 03:34:09.024 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=156804) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-05-06 03:34:09.024 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-05-06 03:34:09.024 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:09.024 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:09.024 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:09.024 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:09.411 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-05-06 03:34:09.415 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-05-06 03:34:09.418 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-05-06 03:34:09.421 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-05-06 03:34:09.424 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-05-06 03:34:09.428 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-05-06 03:34:09.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-05-06 03:34:09.449 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-05-06 03:34:09.451 | + functions:set_mtu:785 : local dev=br-data 2022-05-06 03:34:09.454 | + functions:set_mtu:786 : local mtu=1500 2022-05-06 03:34:09.456 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-05-06 03:34:09.468 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-05-06 03:34:09.486 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-05-06 03:34:09.489 | + lib/neutron-legacy:_configure_public_network_connectivity:709 : [[ -n eth1 ]] 2022-05-06 03:34:09.491 | + lib/neutron-legacy:_configure_public_network_connectivity:710 : _move_neutron_addresses_route eth1 br-data True False inet 2022-05-06 03:34:09.494 | + lib/neutron-legacy:_move_neutron_addresses_route:650 : local from_intf=eth1 2022-05-06 03:34:09.497 | + lib/neutron-legacy:_move_neutron_addresses_route:651 : local to_intf=br-data 2022-05-06 03:34:09.499 | + lib/neutron-legacy:_move_neutron_addresses_route:652 : local add_ovs_port=True 2022-05-06 03:34:09.502 | + lib/neutron-legacy:_move_neutron_addresses_route:653 : local del_ovs_port=False 2022-05-06 03:34:09.504 | + lib/neutron-legacy:_move_neutron_addresses_route:654 : local af=inet 2022-05-06 03:34:09.507 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : [[ -n eth1 ]] 2022-05-06 03:34:09.509 | + lib/neutron-legacy:_move_neutron_addresses_route:656 : [[ -n br-data ]] 2022-05-06 03:34:09.512 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : local IP_REPLACE= 2022-05-06 03:34:09.514 | + lib/neutron-legacy:_move_neutron_addresses_route:663 : local IP_DEL= 2022-05-06 03:34:09.517 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : local IP_UP= 2022-05-06 03:34:09.519 | + lib/neutron-legacy:_move_neutron_addresses_route:665 : local DEFAULT_ROUTE_GW 2022-05-06 03:34:09.523 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 : ip -f inet r 2022-05-06 03:34:09.523 | ++ lib/neutron-legacy:_move_neutron_addresses_route:666 : awk '/default.+eth1\s/ { print $3; exit }' 2022-05-06 03:34:09.530 | + lib/neutron-legacy:_move_neutron_addresses_route:666 : DEFAULT_ROUTE_GW= 2022-05-06 03:34:09.532 | + lib/neutron-legacy:_move_neutron_addresses_route:667 : local ADD_OVS_PORT= 2022-05-06 03:34:09.535 | + lib/neutron-legacy:_move_neutron_addresses_route:668 : local DEL_OVS_PORT= 2022-05-06 03:34:09.538 | + lib/neutron-legacy:_move_neutron_addresses_route:669 : local ARP_CMD= 2022-05-06 03:34:09.542 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : ip -f inet a s dev eth1 scope global primary 2022-05-06 03:34:09.543 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : awk '{ print $2, $3, $4; exit }' 2022-05-06 03:34:09.543 | ++ lib/neutron-legacy:_move_neutron_addresses_route:671 : grep inet 2022-05-06 03:34:09.549 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : IP_BRD='192.168.0.34/22 brd 192.168.3.255' 2022-05-06 03:34:09.551 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : '[' '' '!=' '' ']' 2022-05-06 03:34:09.554 | + lib/neutron-legacy:_move_neutron_addresses_route:677 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:09.556 | + lib/neutron-legacy:_move_neutron_addresses_route:678 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-05-06 03:34:09.558 | + lib/neutron-legacy:_move_neutron_addresses_route:681 : [[ False == \T\r\u\e ]] 2022-05-06 03:34:09.561 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : [[ 192.168.0.34/22 brd 192.168.3.255 != '' ]] 2022-05-06 03:34:09.563 | + lib/neutron-legacy:_move_neutron_addresses_route:686 : IP_DEL='sudo ip addr del 192.168.0.34/22 brd 192.168.3.255 dev eth1' 2022-05-06 03:34:09.566 | + lib/neutron-legacy:_move_neutron_addresses_route:687 : IP_REPLACE='sudo ip addr replace 192.168.0.34/22 brd 192.168.3.255 dev br-data' 2022-05-06 03:34:09.568 | + lib/neutron-legacy:_move_neutron_addresses_route:688 : IP_UP='sudo ip link set br-data up' 2022-05-06 03:34:09.571 | + lib/neutron-legacy:_move_neutron_addresses_route:689 : [[ inet == \i\n\e\t ]] 2022-05-06 03:34:09.574 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : echo 192.168.0.34/22 brd 192.168.3.255 2022-05-06 03:34:09.575 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : awk '{ print $1; exit }' 2022-05-06 03:34:09.576 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : cut -d / -f1 2022-05-06 03:34:09.576 | ++ lib/neutron-legacy:_move_neutron_addresses_route:690 : grep -o -E '(.*)/' 2022-05-06 03:34:09.581 | + lib/neutron-legacy:_move_neutron_addresses_route:690 : IP=192.168.0.34 2022-05-06 03:34:09.584 | + lib/neutron-legacy:_move_neutron_addresses_route:691 : ARP_CMD='sudo ping -c 3 -w 5 -I br-data 192.168.0.34 ' 2022-05-06 03:34:09.586 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip addr del 192.168.0.34/22 brd 192.168.3.255 dev eth1 2022-05-06 03:34:09.599 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip addr replace 192.168.0.34/22 brd 192.168.3.255 dev br-data 2022-05-06 03:34:09.611 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ip link set br-data up 2022-05-06 03:34:09.624 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-05-06 03:34:09.644 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : sudo ping -c 3 -w 5 -I br-data 192.168.0.34 2022-05-06 03:34:09.654 | PING 192.168.0.34 (192.168.0.34) from 192.168.0.34 br-data: 56(84) bytes of data. 2022-05-06 03:34:09.654 | 64 bytes from 192.168.0.34: icmp_seq=1 ttl=64 time=0.088 ms 2022-05-06 03:34:10.668 | 64 bytes from 192.168.0.34: icmp_seq=2 ttl=64 time=0.071 ms 2022-05-06 03:34:11.692 | 64 bytes from 192.168.0.34: icmp_seq=3 ttl=64 time=0.063 ms 2022-05-06 03:34:11.692 | 2022-05-06 03:34:11.692 | --- 192.168.0.34 ping statistics --- 2022-05-06 03:34:11.692 | 3 packets transmitted, 3 received, 0% packet loss, time 2038ms 2022-05-06 03:34:11.692 | rtt min/avg/max/mdev = 0.063/0.074/0.088/0.010 ms 2022-05-06 03:34:11.701 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 : ip -f inet6 a s dev eth1 2022-05-06 03:34:11.701 | ++ lib/neutron-legacy:_configure_public_network_connectivity:712 : grep -c global 2022-05-06 03:34:11.711 | + lib/neutron-legacy:_configure_public_network_connectivity:712 : [[ 0 != 0 ]] 2022-05-06 03:34:11.716 | + lib/neutron-legacy:configure_mutnauq:367 : is_service_enabled q-meta 2022-05-06 03:34:11.739 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:11.741 | + lib/neutron-legacy:configure_mutnauq:368 : _configure_neutron_metadata_agent 2022-05-06 03:34:11.744 | + lib/neutron-legacy:_configure_neutron_metadata_agent:871 : cp /opt/stack/neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2022-05-06 03:34:11.749 | + lib/neutron-legacy:_configure_neutron_metadata_agent:873 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2022-05-06 03:34:11.778 | + lib/neutron-legacy:_configure_neutron_metadata_agent:874 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.222.0.25 2022-05-06 03:34:11.808 | + lib/neutron-legacy:_configure_neutron_metadata_agent:875 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2022-05-06 03:34:11.838 | + lib/neutron-legacy:_configure_neutron_metadata_agent:876 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-05-06 03:34:11.870 | + lib/neutron-legacy:_configure_neutron_metadata_agent:877 : [[ True == \T\r\u\e ]] 2022-05-06 03:34:11.872 | + lib/neutron-legacy:_configure_neutron_metadata_agent:878 : iniset /etc/neutron/metadata_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-05-06 03:34:11.902 | + lib/neutron-legacy:configure_mutnauq:371 : [[ legacy != \l\e\g\a\c\y ]] 2022-05-06 03:34:11.904 | + lib/neutron-legacy:configure_mutnauq:374 : is_service_enabled ceilometer 2022-05-06 03:34:11.922 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:34:11.925 | + lib/neutron-legacy:configure_mutnauq:378 : [[ openvswitch == \o\v\n ]] 2022-05-06 03:34:11.927 | + lib/neutron-legacy:configure_mutnauq:384 : is_service_enabled q-placement neutron-placement 2022-05-06 03:34:11.945 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:34:11.948 | + lib/neutron-legacy:configure_mutnauq:387 : is_service_enabled q-trunk neutron-trunk 2022-05-06 03:34:11.965 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:34:11.968 | + lib/neutron-legacy:configure_mutnauq:390 : is_service_enabled q-qos neutron-qos 2022-05-06 03:34:11.985 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:34:11.988 | + lib/neutron-legacy:configure_mutnauq:398 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2022-05-06 03:34:12.019 | + lib/neutron-legacy:configure_mutnauq:402 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2022-05-06 03:34:12.050 | + lib/neutron:configure_neutron:627 : '[' False == True ']' 2022-05-06 03:34:12.052 | + ./stack.sh:main:1152 : is_service_enabled mysql postgresql 2022-05-06 03:34:12.070 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:12.072 | + ./stack.sh:main:1152 : is_service_enabled neutron 2022-05-06 03:34:12.090 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:12.092 | + ./stack.sh:main:1153 : async_runfunc init_neutron 2022-05-06 03:34:12.095 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2022-05-06 03:34:12.155 | + inc/async:async_inner:63 : init_neutron 2022-05-06 03:34:12.194 | [108478 Async init_neutron:157282]: running: init_neutron 2022-05-06 03:34:12.197 | + ./stack.sh:main:1161 : is_service_enabled q-dhcp 2022-05-06 03:34:12.215 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:12.218 | ++ ./stack.sh:main:1164 : pidof NetworkManager 2022-05-06 03:34:12.229 | ++ ./stack.sh:main:1164 : true 2022-05-06 03:34:12.232 | + ./stack.sh:main:1164 : netman_pid= 2022-05-06 03:34:12.234 | + ./stack.sh:main:1165 : '[' -z '' ']' 2022-05-06 03:34:12.237 | + ./stack.sh:main:1166 : sudo killall dnsmasq 2022-05-06 03:34:12.249 | dnsmasq: no process found 2022-05-06 03:34:12.253 | + ./stack.sh:main:1166 : true 2022-05-06 03:34:12.255 | + ./stack.sh:main:1171 : clean_iptables 2022-05-06 03:34:12.268 | + lib/nova:clean_iptables:186 : sudo iptables -S -v 2022-05-06 03:34:12.268 | + lib/nova:clean_iptables:186 : grep nova 2022-05-06 03:34:12.268 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables",$0}' 2022-05-06 03:34:12.268 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-06 03:34:12.272 | + lib/nova:clean_iptables:186 : bash 2022-05-06 03:34:12.275 | + lib/nova:clean_iptables:186 : grep '\-A' 2022-05-06 03:34:12.275 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2022-05-06 03:34:12.291 | + lib/nova:clean_iptables:188 : sudo iptables -S -v -t nat 2022-05-06 03:34:12.291 | + lib/nova:clean_iptables:188 : grep '\-A' 2022-05-06 03:34:12.291 | + lib/nova:clean_iptables:188 : bash 2022-05-06 03:34:12.291 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-06 03:34:12.294 | + lib/nova:clean_iptables:188 : grep nova 2022-05-06 03:34:12.294 | + lib/nova:clean_iptables:188 : sed s/-A/-D/g 2022-05-06 03:34:12.300 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables -t nat",$0}' 2022-05-06 03:34:12.310 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-06 03:34:12.310 | + lib/nova:clean_iptables:190 : sudo iptables -S -v 2022-05-06 03:34:12.314 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2022-05-06 03:34:12.317 | + lib/nova:clean_iptables:190 : grep nova 2022-05-06 03:34:12.317 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables",$0}' 2022-05-06 03:34:12.317 | + lib/nova:clean_iptables:190 : grep '\-N' 2022-05-06 03:34:12.317 | + lib/nova:clean_iptables:190 : bash 2022-05-06 03:34:12.331 | + lib/nova:clean_iptables:192 : grep nova 2022-05-06 03:34:12.331 | + lib/nova:clean_iptables:192 : sed 's/-c [0-9]* [0-9]* //g' 2022-05-06 03:34:12.331 | + lib/nova:clean_iptables:192 : grep '\-N' 2022-05-06 03:34:12.333 | + lib/nova:clean_iptables:192 : sed s/-N/-X/g 2022-05-06 03:34:12.334 | + lib/nova:clean_iptables:192 : bash 2022-05-06 03:34:12.335 | + lib/nova:clean_iptables:192 : awk '{print "sudo iptables -t nat",$0}' 2022-05-06 03:34:12.338 | + lib/nova:clean_iptables:192 : sudo iptables -S -v -t nat 2022-05-06 03:34:12.352 | + ./stack.sh:main:1174 : sudo sysctl -w net.ipv4.ip_forward=1 2022-05-06 03:34:12.361 | net.ipv4.ip_forward = 1 2022-05-06 03:34:12.364 | + ./stack.sh:main:1179 : is_service_enabled nova neutron 2022-05-06 03:34:12.384 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:12.387 | + ./stack.sh:main:1180 : configure_os_vif 2022-05-06 03:34:12.390 | + lib/os-vif:configure_os_vif:21 : [[ -e /etc/nova/nova.conf ]] 2022-05-06 03:34:12.393 | + lib/os-vif:configure_os_vif:22 : iniset /etc/nova/nova.conf os_vif_ovs ovsdb_interface vsctl 2022-05-06 03:34:12.428 | + lib/os-vif:configure_os_vif:23 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2022-05-06 03:34:12.459 | + lib/os-vif:configure_os_vif:25 : [[ -e /etc/neutron/neutron.conf ]] 2022-05-06 03:34:12.462 | + lib/os-vif:configure_os_vif:26 : iniset /etc/neutron/neutron.conf os_vif_ovs ovsdb_interface vsctl 2022-05-06 03:34:12.498 | + lib/os-vif:configure_os_vif:27 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2022-05-06 03:34:12.531 | + ./stack.sh:main:1186 : is_service_enabled swift 2022-05-06 03:34:12.550 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:12.553 | + ./stack.sh:main:1187 : echo_summary 'Configuring Swift' 2022-05-06 03:34:12.555 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:34:12.558 | + ./stack.sh:echo_summary:448 : echo -e Configuring Swift 2022-05-06 03:34:12.560 | + ./stack.sh:main:1188 : async_runfunc init_swift 2022-05-06 03:34:12.563 | + inc/async:async_runfunc:116 : async_run init_swift init_swift 2022-05-06 03:34:12.627 | + inc/async:async_inner:63 : init_swift 2022-05-06 03:34:12.684 | [108478 Async init_swift:157640]: running: init_swift 2022-05-06 03:34:12.687 | + ./stack.sh:main:1195 : is_service_enabled cinder 2022-05-06 03:34:12.716 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:12.719 | + ./stack.sh:main:1196 : echo_summary 'Configuring Cinder' 2022-05-06 03:34:12.722 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:34:12.725 | + ./stack.sh:echo_summary:448 : echo -e Configuring Cinder 2022-05-06 03:34:12.727 | + ./stack.sh:main:1197 : async_runfunc init_cinder 2022-05-06 03:34:12.730 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2022-05-06 03:34:12.809 | + inc/async:async_inner:63 : init_cinder 2022-05-06 03:34:12.858 | [108478 Async init_cinder:157735]: running: init_cinder 2022-05-06 03:34:12.861 | + ./stack.sh:main:1203 : is_service_enabled placement 2022-05-06 03:34:12.905 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:12.910 | + ./stack.sh:main:1204 : echo_summary 'Configuring placement' 2022-05-06 03:34:12.914 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:34:12.917 | + ./stack.sh:echo_summary:448 : echo -e Configuring placement 2022-05-06 03:34:12.919 | + ./stack.sh:main:1205 : async_runfunc init_placement 2022-05-06 03:34:12.922 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2022-05-06 03:34:13.059 | + inc/async:async_inner:63 : init_placement 2022-05-06 03:34:13.109 | [108478 Async init_placement:157854]: running: init_placement 2022-05-06 03:34:13.113 | + ./stack.sh:main:1209 : async_wait init_neutron 2022-05-06 03:34:13.223 | [108478 Async init_neutron:157282]: Waiting for completion of init_neutron running on PID 157282 (6 other jobs running) 2022-05-06 03:34:13.276 | [108478 Async init_neutron:157282]: Signaling child to exit 2022-05-06 03:34:23.986 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:34:24.019 | [157735 Async init_cinder:157735]: finished successfully 2022-05-06 03:34:26.914 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:34:26.949 | [157640 Async init_swift:157640]: finished successfully 2022-05-06 03:34:40.723 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:34:40.751 | [157282 Async init_neutron:157282]: finished successfully 2022-05-06 03:34:40.771 | WAKEUP 2022-05-06 03:34:40.795 | [108478 Async init_neutron:157282]: Signaled 2022-05-06 03:34:40.796 | + lib/neutron:init_neutron:678 : is_neutron_legacy_enabled 2022-05-06 03:34:40.796 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:34:40.796 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-06 03:34:40.796 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:34:40.796 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-06 03:34:40.796 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-06 03:34:40.796 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-06 03:34:40.796 | + lib/neutron:init_neutron:680 : init_mutnauq 2022-05-06 03:34:40.796 | + lib/neutron-legacy:init_mutnauq:456 : recreate_database neutron 2022-05-06 03:34:40.796 | + lib/database:recreate_database:112 : local db=neutron 2022-05-06 03:34:40.797 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2022-05-06 03:34:40.797 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2022-05-06 03:34:40.797 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2022-05-06 03:34:40.797 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:40.797 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2022-05-06 03:34:40.797 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:40.797 | + lib/neutron-legacy:init_mutnauq:457 : time_start dbsync 2022-05-06 03:34:40.797 | + functions-common:time_start:2423 : local name=dbsync 2022-05-06 03:34:40.797 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:34:40.797 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:34:40.797 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:34:40.797 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808055209 2022-05-06 03:34:40.797 | + lib/neutron-legacy:init_mutnauq:459 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2022-05-06 03:34:40.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:40.797 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:40.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:40.797 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2022-05-06 03:34:40.797 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2022-05-06 03:34:40.798 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2022-05-06 03:34:40.799 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2022-05-06 03:34:40.800 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2022-05-06 03:34:40.801 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2022-05-06 03:34:40.801 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2022-05-06 03:34:40.801 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2022-05-06 03:34:40.801 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2022-05-06 03:34:40.801 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2022-05-06 03:34:40.801 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2022-05-06 03:34:40.801 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2022-05-06 03:34:40.801 | Running upgrade for neutron ... 2022-05-06 03:34:40.801 | OK 2022-05-06 03:34:40.801 | + lib/neutron-legacy:init_mutnauq:460 : time_stop dbsync 2022-05-06 03:34:40.801 | + functions-common:time_stop:2437 : local name 2022-05-06 03:34:40.801 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:34:40.801 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:34:40.801 | + functions-common:time_stop:2440 : local total 2022-05-06 03:34:40.801 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:34:40.801 | + functions-common:time_stop:2443 : name=dbsync 2022-05-06 03:34:40.801 | + functions-common:time_stop:2444 : start_time=1651808055209 2022-05-06 03:34:40.801 | + functions-common:time_stop:2446 : [[ -z 1651808055209 ]] 2022-05-06 03:34:40.801 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:34:40.801 | + functions-common:time_stop:2449 : end_time=1651808080708 2022-05-06 03:34:40.801 | + functions-common:time_stop:2450 : elapsed_time=25499 2022-05-06 03:34:40.801 | + functions-common:time_stop:2451 : total=8556 2022-05-06 03:34:40.801 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:34:40.801 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=34055 2022-05-06 03:34:40.842 | [108478 Async init_neutron:157282]: finished init_neutron with result 0 in 28 seconds 2022-05-06 03:34:40.847 | + inc/async:async_wait:197 : return 0 2022-05-06 03:34:40.850 | + ./stack.sh:main:1210 : async_wait init_placement 2022-05-06 03:34:40.902 | [108478 Async init_placement:157854]: Waiting for completion of init_placement running on PID 157854 (5 other jobs running) 2022-05-06 03:34:40.929 | [108478 Async init_placement:157854]: Signaling child to exit 2022-05-06 03:34:58.584 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:34:58.615 | [157854 Async init_placement:157854]: finished successfully 2022-05-06 03:34:58.638 | WAKEUP 2022-05-06 03:34:58.663 | [108478 Async init_placement:157854]: Signaled 2022-05-06 03:34:58.664 | + lib/placement:init_placement:130 : recreate_database placement 2022-05-06 03:34:58.664 | + lib/database:recreate_database:112 : local db=placement 2022-05-06 03:34:58.664 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2022-05-06 03:34:58.664 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2022-05-06 03:34:58.665 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2022-05-06 03:34:58.665 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:58.665 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2022-05-06 03:34:58.665 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:58.665 | + lib/placement:init_placement:131 : /usr/local/bin/placement-manage db sync 2022-05-06 03:34:58.665 | + lib/placement:init_placement:132 : create_placement_accounts 2022-05-06 03:34:58.665 | + lib/placement:create_placement_accounts:119 : create_service_user placement admin 2022-05-06 03:34:58.665 | + lib/keystone:create_service_user:431 : get_or_create_user placement Passw0rd Default 2022-05-06 03:34:58.665 | + functions-common:get_or_create_user:921 : local user_id 2022-05-06 03:34:58.665 | + functions-common:get_or_create_user:922 : [[ ! -z '' ]] 2022-05-06 03:34:58.665 | + functions-common:get_or_create_user:925 : local email= 2022-05-06 03:34:58.665 | ++ functions-common:get_or_create_user:939 : oscwrap --os-cloud devstack-system-admin user create placement --password Passw0rd --domain=Default --or-show -f value -c id 2022-05-06 03:34:58.665 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.665 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.665 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.665 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.665 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.665 | + functions-common:get_or_create_user:937 : user_id=86c1ffa5f6854896a9670d7d6275c6b5 2022-05-06 03:34:58.665 | + functions-common:get_or_create_user:938 : echo 86c1ffa5f6854896a9670d7d6275c6b5 2022-05-06 03:34:58.665 | 86c1ffa5f6854896a9670d7d6275c6b5 2022-05-06 03:34:58.665 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service placement service Default Default 2022-05-06 03:34:58.665 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:34:58.665 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:34:58.665 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:34:58.665 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:34:58.665 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:34:58.665 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:34:58.665 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:34:58.665 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:34:58.665 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:34:58.665 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:34:58.665 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-05-06 03:34:58.665 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:34:58.666 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:34:58.666 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:34:58.666 | ++ functions-common:get_field:824 : read data 2022-05-06 03:34:58.666 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.666 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.666 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.666 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.666 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.666 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:34:58.666 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:34:58.666 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2022-05-06 03:34:58.666 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.666 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.666 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.666 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.666 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default 2022-05-06 03:34:58.666 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:34:58.666 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:34:58.666 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:34:58.666 | ++ functions-common:get_field:824 : read data 2022-05-06 03:34:58.666 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.666 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.666 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.666 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.666 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.666 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:34:58.666 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:34:58.666 | ++ functions-common:get_field:830 : echo '| baa812d6a85244269b91b0ec4c2fb6a1 | 86c1ffa5f6854896a9670d7d6275c6b5 | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:34:58.666 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:34:58.666 | ++ functions-common:get_field:824 : read data 2022-05-06 03:34:58.666 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:34:58.666 | + functions-common:get_or_add_user_project_role:1009 : echo baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:34:58.666 | baa812d6a85244269b91b0ec4c2fb6a1 2022-05-06 03:34:58.667 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-05-06 03:34:58.667 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin placement service Default Default 2022-05-06 03:34:58.667 | + functions-common:get_or_add_user_project_role:985 : local user_role_id 2022-05-06 03:34:58.667 | ++ functions-common:get_or_add_user_project_role:987 : _get_domain_args Default Default 2022-05-06 03:34:58.667 | ++ functions-common:_get_domain_args:969 : local domain 2022-05-06 03:34:58.667 | ++ functions-common:_get_domain_args:970 : domain= 2022-05-06 03:34:58.667 | ++ functions-common:_get_domain_args:972 : [[ -n Default ]] 2022-05-06 03:34:58.667 | ++ functions-common:_get_domain_args:973 : domain=' --user-domain Default' 2022-05-06 03:34:58.667 | ++ functions-common:_get_domain_args:975 : [[ -n Default ]] 2022-05-06 03:34:58.667 | ++ functions-common:_get_domain_args:976 : domain=' --user-domain Default --project-domain Default' 2022-05-06 03:34:58.667 | ++ functions-common:_get_domain_args:979 : echo --user-domain Default --project-domain Default 2022-05-06 03:34:58.667 | + functions-common:get_or_add_user_project_role:987 : domain_args='--user-domain Default --project-domain Default' 2022-05-06 03:34:58.667 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-05-06 03:34:58.667 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-05-06 03:34:58.667 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:34:58.667 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:34:58.667 | ++ functions-common:get_field:824 : read data 2022-05-06 03:34:58.667 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.667 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.667 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.667 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.667 | + functions-common:get_or_add_user_project_role:995 : user_role_id= 2022-05-06 03:34:58.667 | + functions-common:get_or_add_user_project_role:996 : [[ -z '' ]] 2022-05-06 03:34:58.667 | + functions-common:get_or_add_user_project_role:998 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2022-05-06 03:34:58.667 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.667 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.667 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.667 | ++ functions-common:get_or_add_user_project_role:1007 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default 2022-05-06 03:34:58.667 | ++ functions-common:get_or_add_user_project_role:1007 : grep '^|\s[a-f0-9]\+' 2022-05-06 03:34:58.668 | ++ functions-common:get_or_add_user_project_role:1007 : get_field 1 2022-05-06 03:34:58.668 | ++ functions-common:get_field:823 : local data field 2022-05-06 03:34:58.668 | ++ functions-common:get_field:824 : read data 2022-05-06 03:34:58.668 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.668 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.668 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.668 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.668 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.668 | ++ functions-common:get_field:825 : '[' 1 -lt 0 ']' 2022-05-06 03:34:58.668 | ++ functions-common:get_field:828 : field='$2' 2022-05-06 03:34:58.668 | ++ functions-common:get_field:830 : echo '| faf2c8945a43480da274275c1bb165f9 | 86c1ffa5f6854896a9670d7d6275c6b5 | | b351ac6649404dc2b7bb21858bebe2d3 | | | False |' 2022-05-06 03:34:58.668 | ++ functions-common:get_field:830 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-05-06 03:34:58.668 | ++ functions-common:get_field:824 : read data 2022-05-06 03:34:58.668 | + functions-common:get_or_add_user_project_role:1007 : user_role_id=faf2c8945a43480da274275c1bb165f9 2022-05-06 03:34:58.668 | + functions-common:get_or_add_user_project_role:1009 : echo faf2c8945a43480da274275c1bb165f9 2022-05-06 03:34:58.668 | faf2c8945a43480da274275c1bb165f9 2022-05-06 03:34:58.668 | + lib/placement:create_placement_accounts:120 : local placement_api_url=http://10.222.0.25/placement 2022-05-06 03:34:58.668 | + lib/placement:create_placement_accounts:121 : get_or_create_service placement placement 'Placement Service' 2022-05-06 03:34:58.668 | + functions-common:get_or_create_service:1094 : local service_id 2022-05-06 03:34:58.668 | ++ functions-common:get_or_create_service:1107 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2022-05-06 03:34:58.668 | ++ functions-common:get_or_create_service:1109 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2022-05-06 03:34:58.668 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.668 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.668 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.668 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.668 | ++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.668 | + functions-common:get_or_create_service:1105 : service_id=' 2022-05-06 03:34:58.668 | be15080f3df0416eb56c7ef61ab51979' 2022-05-06 03:34:58.668 | + functions-common:get_or_create_service:1106 : echo be15080f3df0416eb56c7ef61ab51979 2022-05-06 03:34:58.668 | be15080f3df0416eb56c7ef61ab51979 2022-05-06 03:34:58.668 | + lib/placement:create_placement_accounts:123 : get_or_create_endpoint placement RegionOne http://10.222.0.25/placement 2022-05-06 03:34:58.668 | + functions-common:get_or_create_endpoint:1138 : local public_id 2022-05-06 03:34:58.668 | ++ functions-common:get_or_create_endpoint:1139 : _get_or_create_endpoint_with_interface placement public http://10.222.0.25/placement RegionOne 2022-05-06 03:34:58.668 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : local endpoint_id 2022-05-06 03:34:58.669 | +++ functions-common:_get_or_create_endpoint_with_interface:1117 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2022-05-06 03:34:58.669 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.669 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.669 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.669 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.669 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.669 | ++ functions-common:_get_or_create_endpoint_with_interface:1117 : endpoint_id= 2022-05-06 03:34:58.669 | ++ functions-common:_get_or_create_endpoint_with_interface:1118 : [[ -z '' ]] 2022-05-06 03:34:58.669 | +++ functions-common:_get_or_create_endpoint_with_interface:1121 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.222.0.25/placement --region RegionOne -f value -c id 2022-05-06 03:34:58.669 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.669 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.669 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:58.669 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:58.669 | +++ functions-common:oscwrap:2477 : return 0 2022-05-06 03:34:58.669 | ++ functions-common:_get_or_create_endpoint_with_interface:1121 : endpoint_id=3501f184b16543b7b98f1f0c731a8b76 2022-05-06 03:34:58.669 | ++ functions-common:_get_or_create_endpoint_with_interface:1124 : echo 3501f184b16543b7b98f1f0c731a8b76 2022-05-06 03:34:58.669 | + functions-common:get_or_create_endpoint:1139 : public_id=3501f184b16543b7b98f1f0c731a8b76 2022-05-06 03:34:58.669 | + functions-common:get_or_create_endpoint:1141 : [[ -n '' ]] 2022-05-06 03:34:58.669 | + functions-common:get_or_create_endpoint:1144 : [[ -n '' ]] 2022-05-06 03:34:58.669 | + functions-common:get_or_create_endpoint:1148 : echo 3501f184b16543b7b98f1f0c731a8b76 2022-05-06 03:34:58.669 | 3501f184b16543b7b98f1f0c731a8b76 2022-05-06 03:34:58.712 | [108478 Async init_placement:157854]: finished init_placement with result 0 in 45 seconds 2022-05-06 03:34:58.717 | + inc/async:async_wait:197 : return 0 2022-05-06 03:34:58.720 | + ./stack.sh:main:1211 : async_wait init_glance 2022-05-06 03:34:58.781 | [108478 Async init_glance:154301]: Waiting for completion of init_glance running on PID 154301 (4 other jobs running) 2022-05-06 03:34:58.807 | [108478 Async init_glance:154301]: Signaling child to exit 2022-05-06 03:34:58.808 | WAKEUP 2022-05-06 03:34:58.831 | [108478 Async init_glance:154301]: Signaled 2022-05-06 03:34:58.832 | + lib/glance:init_glance:481 : rm -rf /opt/stack/data/glance/images 2022-05-06 03:34:58.832 | + lib/glance:init_glance:482 : mkdir -p /opt/stack/data/glance/images 2022-05-06 03:34:58.832 | + lib/glance:init_glance:485 : recreate_database glance 2022-05-06 03:34:58.832 | + lib/database:recreate_database:112 : local db=glance 2022-05-06 03:34:58.832 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2022-05-06 03:34:58.832 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2022-05-06 03:34:58.832 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2022-05-06 03:34:58.832 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:58.832 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2022-05-06 03:34:58.832 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:58.832 | + lib/glance:init_glance:487 : time_start dbsync 2022-05-06 03:34:58.832 | + functions-common:time_start:2423 : local name=dbsync 2022-05-06 03:34:58.833 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:34:58.833 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:34:58.833 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:34:58.833 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808001112 2022-05-06 03:34:58.833 | + lib/glance:init_glance:489 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2022-05-06 03:34:58.833 | 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=154423) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-06 03:34:58.833 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.833 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2022-05-06 03:34:58.834 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2022-05-06 03:34:58.834 | Upgraded database to: wallaby_expand01, current revision(s): wallaby_expand01 2022-05-06 03:34:58.834 | Database migration is up to date. No migration needed. 2022-05-06 03:34:58.834 | Upgraded database to: wallaby_contract01, current revision(s): wallaby_contract01 2022-05-06 03:34:58.834 | Database is synced successfully. 2022-05-06 03:34:58.834 | + lib/glance:init_glance:492 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2022-05-06 03:34:58.834 | 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=154607) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2022-05-06 03:34:58.834 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2022-05-06 03:34:58.835 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2022-05-06 03:34:58.835 | + lib/glance:init_glance:493 : time_stop dbsync 2022-05-06 03:34:58.835 | + functions-common:time_stop:2437 : local name 2022-05-06 03:34:58.835 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:34:58.835 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:34:58.835 | + functions-common:time_stop:2440 : local total 2022-05-06 03:34:58.835 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:34:58.835 | + functions-common:time_stop:2443 : name=dbsync 2022-05-06 03:34:58.835 | + functions-common:time_stop:2444 : start_time=1651808001112 2022-05-06 03:34:58.835 | + functions-common:time_stop:2446 : [[ -z 1651808001112 ]] 2022-05-06 03:34:58.835 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:34:58.835 | + functions-common:time_stop:2449 : end_time=1651808010871 2022-05-06 03:34:58.835 | + functions-common:time_stop:2450 : elapsed_time=9759 2022-05-06 03:34:58.835 | + functions-common:time_stop:2451 : total=8556 2022-05-06 03:34:58.835 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:34:58.835 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=18315 2022-05-06 03:34:58.878 | [108478 Async init_glance:154301]: finished init_glance with result 0 in 10 seconds 2022-05-06 03:34:58.883 | + inc/async:async_wait:197 : return 0 2022-05-06 03:34:58.885 | + ./stack.sh:main:1212 : async_wait init_swift 2022-05-06 03:34:58.937 | [108478 Async init_swift:157640]: Waiting for completion of init_swift running on PID 157640 (3 other jobs running) 2022-05-06 03:34:58.963 | [108478 Async init_swift:157640]: Signaling child to exit 2022-05-06 03:34:58.963 | WAKEUP 2022-05-06 03:34:58.987 | [108478 Async init_swift:157640]: Signaled 2022-05-06 03:34:58.988 | + lib/swift:init_swift:668 : local node_number 2022-05-06 03:34:58.988 | + lib/swift:init_swift:670 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-05-06 03:34:58.988 | No container-replicator running 2022-05-06 03:34:58.988 | No container-sharder running 2022-05-06 03:34:58.988 | No object-server running 2022-05-06 03:34:58.988 | No object-reconstructor running 2022-05-06 03:34:58.988 | No account-server running 2022-05-06 03:34:58.988 | No container-auditor running 2022-05-06 03:34:58.988 | No container-updater running 2022-05-06 03:34:58.989 | No object-updater running 2022-05-06 03:34:58.989 | No object-auditor running 2022-05-06 03:34:58.989 | No proxy-server running 2022-05-06 03:34:58.989 | No account-reaper running 2022-05-06 03:34:58.989 | No object-expirer running 2022-05-06 03:34:58.989 | No account-auditor running 2022-05-06 03:34:58.989 | No container-server running 2022-05-06 03:34:58.989 | No container-sync running 2022-05-06 03:34:58.989 | No container-reconciler running 2022-05-06 03:34:58.989 | No object-replicator running 2022-05-06 03:34:58.989 | No account-replicator running 2022-05-06 03:34:58.989 | + lib/swift:init_swift:670 : true 2022-05-06 03:34:58.989 | + lib/swift:init_swift:673 : create_swift_disk 2022-05-06 03:34:58.989 | + lib/swift:create_swift_disk:565 : local node_number 2022-05-06 03:34:58.989 | + lib/swift:create_swift_disk:570 : local user_group 2022-05-06 03:34:58.989 | ++ lib/swift:create_swift_disk:571 : id -g ubuntu 2022-05-06 03:34:58.989 | + lib/swift:create_swift_disk:571 : user_group=1000 2022-05-06 03:34:58.989 | + lib/swift:create_swift_disk:572 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift/drives /opt/stack/data/swift/cache /opt/stack/data/swift/run /opt/stack/data/swift/logs 2022-05-06 03:34:58.989 | + lib/swift:create_swift_disk:575 : create_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 6G 2022-05-06 03:34:58.989 | + functions:create_disk:732 : local node_number 2022-05-06 03:34:58.989 | + functions:create_disk:733 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.989 | + functions:create_disk:734 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-05-06 03:34:58.989 | + functions:create_disk:735 : local loopback_disk_size=6G 2022-05-06 03:34:58.989 | + functions:create_disk:736 : local key 2022-05-06 03:34:58.989 | ++ functions:create_disk:738 : echo /opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.989 | ++ functions:create_disk:738 : sed s#/.## 2022-05-06 03:34:58.989 | + functions:create_disk:738 : key=pt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.989 | + functions:create_disk:739 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.989 | + functions:create_disk:741 : destroy_disk /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 2022-05-06 03:34:58.989 | + functions:destroy_disk:763 : local disk_image=/opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.989 | + functions:destroy_disk:764 : local storage_data_dir=/opt/stack/data/swift/drives/sdb1 2022-05-06 03:34:58.989 | + functions:destroy_disk:765 : local key 2022-05-06 03:34:58.989 | ++ functions:destroy_disk:767 : echo /opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.989 | ++ functions:destroy_disk:767 : sed s#/.## 2022-05-06 03:34:58.990 | + functions:destroy_disk:767 : key=pt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.990 | + functions:destroy_disk:768 : key=devstack-pt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.990 | + functions:destroy_disk:771 : egrep -q /opt/stack/data/swift/drives/sdb1 /proc/mounts 2022-05-06 03:34:58.990 | + functions:destroy_disk:776 : sudo sed -i '/.*comment=$key.*/ d' /etc/fstab 2022-05-06 03:34:58.990 | + functions:destroy_disk:779 : sudo rm -f /opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.990 | ++ functions:create_disk:745 : dirname /opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.990 | + functions:create_disk:745 : sudo mkdir -p /opt/stack/data/swift/drives/images 2022-05-06 03:34:58.990 | + functions:create_disk:746 : sudo truncate -s 6G /opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.990 | + functions:create_disk:753 : sudo mkfs.xfs -f -i size=1024 /opt/stack/data/swift/drives/images/swift.img 2022-05-06 03:34:58.990 | meta-data=/opt/stack/data/swift/drives/images/swift.img isize=1024 agcount=4, agsize=393216 blks 2022-05-06 03:34:58.990 | = sectsz=512 attr=2, projid32bit=1 2022-05-06 03:34:58.990 | = crc=1 finobt=1, sparse=1, rmapbt=0 2022-05-06 03:34:58.990 | = reflink=1 2022-05-06 03:34:58.990 | data = bsize=4096 blocks=1572864, imaxpct=25 2022-05-06 03:34:58.990 | = sunit=0 swidth=0 blks 2022-05-06 03:34:58.990 | naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2022-05-06 03:34:58.990 | log =internal log bsize=4096 blocks=2560, version=2 2022-05-06 03:34:58.990 | = sectsz=512 sunit=0 blks, lazy-count=1 2022-05-06 03:34:58.990 | realtime =none extsz=4096 blocks=0, rtextents=0 2022-05-06 03:34:58.990 | + functions:create_disk:756 : sudo tee -a /etc/fstab 2022-05-06 03:34:58.990 | + functions:create_disk:756 : echo '/opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-pt/stack/data/swift/drives/images/swift.img 0 0' 2022-05-06 03:34:58.990 | /opt/stack/data/swift/drives/images/swift.img /opt/stack/data/swift/drives/sdb1 xfs loop,noatime,nodiratime,logbufs=8,comment=devstack-pt/stack/data/swift/drives/images/swift.img 0 0 2022-05-06 03:34:58.990 | + functions:create_disk:757 : sudo mkdir -p /opt/stack/data/swift/drives/sdb1 2022-05-06 03:34:58.990 | + functions:create_disk:758 : sudo mount -v /opt/stack/data/swift/drives/sdb1 2022-05-06 03:34:58.990 | mount: /dev/loop3 mounted on /opt/stack/data/swift/drives/sdb1. 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:579 : local node_number 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:580 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:582 : local node_devices=/opt/stack/data/swift/1 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:583 : local real_devices=/opt/stack/data/swift/drives/sdb1/1 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:584 : sudo ln -sf /opt/stack/data/swift/drives/sdb1/1 /opt/stack/data/swift/1 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:585 : local device=/opt/stack/data/swift/drives/sdb1/1/sdb1 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:586 : [[ -d /opt/stack/data/swift/drives/sdb1/1/sdb1 ]] 2022-05-06 03:34:58.990 | + lib/swift:create_swift_disk:587 : sudo install -o ubuntu -g 1000 -d /opt/stack/data/swift/drives/sdb1/1/sdb1 2022-05-06 03:34:58.991 | + lib/swift:init_swift:677 : pushd /etc/swift 2022-05-06 03:34:58.991 | + lib/swift:init_swift:679 : rm -f account.builder container.builder object.builder account.ring.gz container.ring.gz object.ring.gz backups/1651807315.object.builder backups/1651807317.container.builder backups/1651807318.account.builder backups/1651807323.object.builder backups/1651807325.container.builder backups/1651807326.account.builder backups/1651807323.object.ring.gz backups/1651807325.container.ring.gz backups/1651807326.account.ring.gz 2022-05-06 03:34:58.991 | + lib/swift:init_swift:681 : /usr/local/bin/swift-ring-builder object.builder create 9 1 1 2022-05-06 03:34:58.991 | + lib/swift:init_swift:682 : /usr/local/bin/swift-ring-builder container.builder create 9 1 1 2022-05-06 03:34:58.991 | + lib/swift:init_swift:683 : /usr/local/bin/swift-ring-builder account.builder create 9 1 1 2022-05-06 03:34:58.991 | + lib/swift:init_swift:689 : [[ -n '' ]] 2022-05-06 03:34:58.991 | + lib/swift:init_swift:702 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-05-06 03:34:58.991 | + lib/swift:init_swift:703 : /usr/local/bin/swift-ring-builder object.builder add z1-127.0.0.1:6613/sdb1 1 2022-05-06 03:34:58.991 | WARNING: No region specified for z1-127.0.0.1:6613/sdb1. Defaulting to region 1. 2022-05-06 03:34:58.991 | Device d0r1z1-127.0.0.1:6613R127.0.0.1:6613/sdb1_"" with 1.0 weight got id 0 2022-05-06 03:34:58.991 | + lib/swift:init_swift:704 : /usr/local/bin/swift-ring-builder container.builder add z1-127.0.0.1:6611/sdb1 1 2022-05-06 03:34:58.991 | WARNING: No region specified for z1-127.0.0.1:6611/sdb1. Defaulting to region 1. 2022-05-06 03:34:58.991 | Device d0r1z1-127.0.0.1:6611R127.0.0.1:6611/sdb1_"" with 1.0 weight got id 0 2022-05-06 03:34:58.991 | + lib/swift:init_swift:705 : /usr/local/bin/swift-ring-builder account.builder add z1-127.0.0.1:6612/sdb1 1 2022-05-06 03:34:58.991 | WARNING: No region specified for z1-127.0.0.1:6612/sdb1. Defaulting to region 1. 2022-05-06 03:34:58.991 | Device d0r1z1-127.0.0.1:6612R127.0.0.1:6612/sdb1_"" with 1.0 weight got id 0 2022-05-06 03:34:58.991 | + lib/swift:init_swift:711 : /usr/local/bin/swift-ring-builder object.builder rebalance 42 2022-05-06 03:34:58.991 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-05-06 03:34:58.991 | + lib/swift:init_swift:712 : /usr/local/bin/swift-ring-builder container.builder rebalance 42 2022-05-06 03:34:58.991 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-05-06 03:34:58.991 | + lib/swift:init_swift:713 : /usr/local/bin/swift-ring-builder account.builder rebalance 42 2022-05-06 03:34:58.991 | Reassigned 512 (100.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 2022-05-06 03:34:58.991 | + lib/swift:init_swift:714 : popd 2022-05-06 03:34:59.036 | [108478 Async init_swift:157640]: finished init_swift with result 0 in 14 seconds 2022-05-06 03:34:59.042 | + inc/async:async_wait:197 : return 0 2022-05-06 03:34:59.045 | + ./stack.sh:main:1213 : async_wait init_cinder 2022-05-06 03:34:59.100 | [108478 Async init_cinder:157735]: Waiting for completion of init_cinder running on PID 157735 (2 other jobs running) 2022-05-06 03:34:59.126 | [108478 Async init_cinder:157735]: Signaling child to exit 2022-05-06 03:34:59.126 | WAKEUP 2022-05-06 03:34:59.149 | [108478 Async init_cinder:157735]: Signaled 2022-05-06 03:34:59.151 | + lib/cinder:init_cinder:434 : is_service_enabled mysql postgresql 2022-05-06 03:34:59.151 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:59.151 | + lib/cinder:init_cinder:436 : recreate_database cinder 2022-05-06 03:34:59.151 | + lib/database:recreate_database:112 : local db=cinder 2022-05-06 03:34:59.151 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2022-05-06 03:34:59.151 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2022-05-06 03:34:59.151 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2022-05-06 03:34:59.151 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:59.151 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2022-05-06 03:34:59.151 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:59.151 | + lib/cinder:init_cinder:438 : time_start dbsync 2022-05-06 03:34:59.151 | + functions-common:time_start:2423 : local name=dbsync 2022-05-06 03:34:59.151 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:34:59.151 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:34:59.151 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:34:59.151 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808053618 2022-05-06 03:34:59.151 | + lib/cinder:init_cinder:440 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2022-05-06 03:34:59.151 | 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=157971) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.151 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:34:59.152 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=157971) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:34:59.152 | INFO cinder.db.migration [-] Applying migration(s) 2022-05-06 03:34:59.152 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-05-06 03:34:59.152 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-05-06 03:34:59.152 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2022-05-06 03:34:59.152 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=157971) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2022-05-06 03:34:59.152 | INFO cinder.db.migration [-] Migration(s) applied 2022-05-06 03:34:59.152 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:59.152 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:59.152 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:34:59.152 | from cryptography.utils import int_from_bytes 2022-05-06 03:34:59.152 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:152: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-05-06 03:34:59.153 | last_heartbeat = column_property( 2022-05-06 03:34:59.153 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:160: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-05-06 03:34:59.153 | num_hosts = column_property( 2022-05-06 03:34:59.153 | /opt/stack/cinder/cinder/db/sqlalchemy/models.py:169: SAWarning: implicitly coercing SELECT object to scalar subquery; please use the .scalar_subquery() method to produce a scalar subquery. 2022-05-06 03:34:59.153 | num_down_hosts = column_property( 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:441 : time_stop dbsync 2022-05-06 03:34:59.153 | + functions-common:time_stop:2437 : local name 2022-05-06 03:34:59.153 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:34:59.153 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:34:59.153 | + functions-common:time_stop:2440 : local total 2022-05-06 03:34:59.153 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:34:59.153 | + functions-common:time_stop:2443 : name=dbsync 2022-05-06 03:34:59.153 | + functions-common:time_stop:2444 : start_time=1651808053618 2022-05-06 03:34:59.153 | + functions-common:time_stop:2446 : [[ -z 1651808053618 ]] 2022-05-06 03:34:59.153 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:34:59.153 | + functions-common:time_stop:2449 : end_time=1651808061140 2022-05-06 03:34:59.153 | + functions-common:time_stop:2450 : elapsed_time=7522 2022-05-06 03:34:59.153 | + functions-common:time_stop:2451 : total=8556 2022-05-06 03:34:59.153 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:34:59.153 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=16078 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:444 : is_service_enabled c-vol 2022-05-06 03:34:59.153 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:444 : [[ -n lvm:lvmdriver-1 ]] 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:445 : local be be_name be_type 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:446 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:447 : be_type=lvm 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:448 : be_name=lvmdriver-1 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:449 : type init_cinder_backend_lvm 2022-05-06 03:34:59.153 | + lib/cinder:init_cinder:450 : init_cinder_backend_lvm lvmdriver-1 2022-05-06 03:34:59.153 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:61 : local be_name=lvmdriver-1 2022-05-06 03:34:59.153 | + lib/cinder_backends/lvm:init_cinder_backend_lvm:64 : init_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-05-06 03:34:59.153 | + lib/lvm:init_lvm_volume_group:129 : local vg=stack-volumes-lvmdriver-1 2022-05-06 03:34:59.153 | + lib/lvm:init_lvm_volume_group:130 : local size=50000M 2022-05-06 03:34:59.153 | + lib/lvm:init_lvm_volume_group:133 : is_fedora 2022-05-06 03:34:59.153 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-05-06 03:34:59.154 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-05-06 03:34:59.154 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-05-06 03:34:59.154 | + lib/lvm:init_lvm_volume_group:133 : is_suse 2022-05-06 03:34:59.154 | + functions-common:is_suse:542 : is_opensuse 2022-05-06 03:34:59.154 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-05-06 03:34:59.154 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-05-06 03:34:59.154 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-05-06 03:34:59.154 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-05-06 03:34:59.154 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-05-06 03:34:59.154 | + lib/lvm:init_lvm_volume_group:138 : _create_lvm_volume_group stack-volumes-lvmdriver-1 50000M 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:88 : local vg=stack-volumes-lvmdriver-1 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:89 : local size=50000M 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:91 : local backing_file=/opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:92 : sudo vgs stack-volumes-lvmdriver-1 2022-05-06 03:34:59.154 | Volume group "stack-volumes-lvmdriver-1" not found 2022-05-06 03:34:59.154 | Cannot process volume group stack-volumes-lvmdriver-1 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:94 : [[ -f /opt/stack/data/stack-volumes-lvmdriver-1-backing-file ]] 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:94 : truncate -s 50000M /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:96 : local directio= 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:98 : grep -q direct-io 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:98 : losetup -h 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:99 : directio=--direct-io=on 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:103 : [[ ! -e /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service ]] 2022-05-06 03:34:59.154 | + lib/lvm:_create_lvm_volume_group:107 : sudo tee /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service 2022-05-06 03:34:59.155 | + lib/lvm:_create_lvm_volume_group:104 : sed -e ' 2022-05-06 03:34:59.155 | s|%DIRECTIO%|--direct-io=on|g; 2022-05-06 03:34:59.155 | s|%BACKING_FILE%|/opt/stack/data/stack-volumes-lvmdriver-1-backing-file|g; 2022-05-06 03:34:59.155 | ' /home/ubuntu/devstack/files/lvm-backing-file.template 2022-05-06 03:34:59.155 | [Unit] 2022-05-06 03:34:59.155 | Description=Activate LVM backing file /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-06 03:34:59.155 | DefaultDependencies=no 2022-05-06 03:34:59.155 | After=systemd-udev-settle.service 2022-05-06 03:34:59.155 | Before=lvm2-activation-early.service 2022-05-06 03:34:59.155 | Wants=systemd-udev-settle.service 2022-05-06 03:34:59.155 | 2022-05-06 03:34:59.155 | [Service] 2022-05-06 03:34:59.155 | ExecStart=/sbin/losetup --find --show --direct-io=on /opt/stack/data/stack-volumes-lvmdriver-1-backing-file 2022-05-06 03:34:59.155 | ExecStop=/bin/sh -c '/sbin/losetup -d $$(/sbin/losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n)' 2022-05-06 03:34:59.155 | RemainAfterExit=yes 2022-05-06 03:34:59.155 | Type=oneshot 2022-05-06 03:34:59.155 | 2022-05-06 03:34:59.155 | [Install] 2022-05-06 03:34:59.155 | WantedBy=local-fs.target 2022-05-06 03:34:59.155 | Also=systemd-udev-settle.service 2022-05-06 03:34:59.155 | + lib/lvm:_create_lvm_volume_group:110 : sudo systemctl daemon-reload 2022-05-06 03:34:59.155 | + lib/lvm:_create_lvm_volume_group:111 : sudo systemctl enable --now stack-volumes-lvmdriver-1-backing-file.service 2022-05-06 03:34:59.155 | Created symlink /etc/systemd/system/local-fs.target.wants/stack-volumes-lvmdriver-1-backing-file.service → /etc/systemd/system/stack-volumes-lvmdriver-1-backing-file.service. 2022-05-06 03:34:59.155 | + lib/lvm:_create_lvm_volume_group:114 : local vg_dev 2022-05-06 03:34:59.155 | ++ lib/lvm:_create_lvm_volume_group:115 : sudo losetup --associated /opt/stack/data/stack-volumes-lvmdriver-1-backing-file -O NAME -n 2022-05-06 03:34:59.155 | + lib/lvm:_create_lvm_volume_group:115 : vg_dev=/dev/loop4 2022-05-06 03:34:59.155 | + lib/lvm:_create_lvm_volume_group:118 : sudo vgs stack-volumes-lvmdriver-1 2022-05-06 03:34:59.155 | Volume group "stack-volumes-lvmdriver-1" not found 2022-05-06 03:34:59.155 | Cannot process volume group stack-volumes-lvmdriver-1 2022-05-06 03:34:59.155 | + lib/lvm:_create_lvm_volume_group:119 : sudo vgcreate stack-volumes-lvmdriver-1 /dev/loop4 2022-05-06 03:34:59.155 | Physical volume "/dev/loop4" successfully created. 2022-05-06 03:34:59.155 | Volume group "stack-volumes-lvmdriver-1" successfully created 2022-05-06 03:34:59.156 | + lib/lvm:init_lvm_volume_group:141 : '[' lioadm = lioadm ']' 2022-05-06 03:34:59.156 | + lib/lvm:init_lvm_volume_group:142 : sudo cinder-rtstool get-targets 2022-05-06 03:34:59.156 | + lib/lvm:init_lvm_volume_group:142 : sudo xargs -rn 1 cinder-rtstool delete 2022-05-06 03:34:59.156 | + lib/lvm:init_lvm_volume_group:146 : _clean_lvm_volume_group stack-volumes-lvmdriver-1 2022-05-06 03:34:59.156 | + lib/lvm:_clean_lvm_volume_group:40 : local vg=stack-volumes-lvmdriver-1 2022-05-06 03:34:59.156 | + lib/lvm:_clean_lvm_volume_group:43 : sudo lvremove -f stack-volumes-lvmdriver-1 2022-05-06 03:34:59.156 | + lib/cinder:init_cinder:455 : is_service_enabled c-bak 2022-05-06 03:34:59.156 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:59.156 | + lib/cinder:init_cinder:455 : [[ -n swift ]] 2022-05-06 03:34:59.156 | + lib/cinder:init_cinder:456 : type init_cinder_backup_swift 2022-05-06 03:34:59.156 | + lib/cinder:init_cinder:461 : mkdir -p /opt/stack/data/cinder/volumes 2022-05-06 03:34:59.196 | [108478 Async init_cinder:157735]: finished init_cinder with result 0 in 11 seconds 2022-05-06 03:34:59.200 | + inc/async:async_wait:197 : return 0 2022-05-06 03:34:59.203 | + ./stack.sh:main:1218 : is_service_enabled nova 2022-05-06 03:34:59.221 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:59.224 | + ./stack.sh:main:1219 : echo_summary 'Configuring Nova' 2022-05-06 03:34:59.226 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:34:59.229 | + ./stack.sh:echo_summary:448 : echo -e Configuring Nova 2022-05-06 03:34:59.231 | + ./stack.sh:main:1220 : init_nova 2022-05-06 03:34:59.234 | + lib/nova:init_nova:829 : is_service_enabled mysql postgresql 2022-05-06 03:34:59.252 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:59.254 | + lib/nova:init_nova:829 : is_service_enabled n-api 2022-05-06 03:34:59.271 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:34:59.274 | + lib/nova:init_nova:831 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-06 03:34:59.277 | + lib/nova:init_nova:839 : async_run nova-cell-0 init_nova_db nova_cell0 /etc/nova/nova.conf 2022-05-06 03:34:59.337 | + inc/async:async_inner:63 : init_nova_db nova_cell0 /etc/nova/nova.conf 2022-05-06 03:34:59.374 | [108478 Async nova-cell-0:160201]: running: init_nova_db nova_cell0 /etc/nova/nova.conf 2022-05-06 03:34:59.378 | ++ lib/nova:init_nova:842 : seq 1 1 2022-05-06 03:34:59.383 | + lib/nova:init_nova:842 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-06 03:34:59.386 | ++ lib/nova:init_nova:843 : conductor_conf 1 2022-05-06 03:34:59.389 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-06 03:34:59.392 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-06 03:34:59.395 | + lib/nova:init_nova:843 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-05-06 03:34:59.455 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-05-06 03:34:59.496 | [108478 Async nova-cell-1:160293]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2022-05-06 03:34:59.501 | + lib/nova:init_nova:846 : recreate_database nova_api 2022-05-06 03:34:59.504 | + lib/database:recreate_database:112 : local db=nova_api 2022-05-06 03:34:59.507 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2022-05-06 03:34:59.510 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2022-05-06 03:34:59.513 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2022-05-06 03:34:59.519 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:59.874 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2022-05-06 03:34:59.879 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:34:59.899 | + lib/nova:init_nova:847 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2022-05-06 03:35:01.076 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-05-06 03:35:04.358 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:35:04.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.359 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.359 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.360 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.360 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.361 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.361 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.362 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.362 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.363 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.363 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.364 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.364 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.365 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.365 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.366 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.366 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.367 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.367 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:04.368 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:04.368 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:35:04.368 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=160351) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:35:04.394 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-05-06 03:35:04.394 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-05-06 03:35:04.433 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2022-05-06 03:35:06.448 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=160351) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2022-05-06 03:35:06.451 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2022-05-06 03:35:06.870 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=160351) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}} 2022-05-06 03:35:06.877 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:06.877 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:06.877 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:06.877 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:07.397 | ++ lib/nova:init_nova:851 : database_connection_url nova_cell0 2022-05-06 03:35:07.400 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-05-06 03:35:07.406 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-05-06 03:35:07.409 | ++ lib/databases/mysql:database_connection_url_mysql:220 : local db=nova_cell0 2022-05-06 03:35:07.411 | ++ lib/databases/mysql:database_connection_url_mysql:221 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-05-06 03:35:07.415 | + lib/nova:init_nova:851 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-05-06 03:35:08.542 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-05-06 03:35:11.368 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:11.368 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:11.368 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:11.368 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:11.914 | ++ lib/nova:init_nova:854 : seq 0 1 2022-05-06 03:35:11.919 | + lib/nova:init_nova:854 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-05-06 03:35:11.922 | + lib/nova:init_nova:855 : async_wait nova-cell-0 2022-05-06 03:35:11.972 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:35:11.991 | [108478 Async nova-cell-0:160201]: Waiting for completion of init_nova_db nova_cell0 /etc/nova/nova.conf running on PID 160201 (3 other jobs running) 2022-05-06 03:35:12.011 | [160293 Async nova-cell-1:160293]: finished successfully 2022-05-06 03:35:12.017 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:35:12.032 | [108478 Async nova-cell-0:160201]: Signaling child to exit 2022-05-06 03:35:12.046 | [160201 Async nova-cell-0:160201]: finished successfully 2022-05-06 03:35:12.070 | WAKEUP 2022-05-06 03:35:12.096 | [108478 Async nova-cell-0:160201]: Signaled 2022-05-06 03:35:12.097 | + lib/nova:init_nova_db:819 : local dbname=nova_cell0 2022-05-06 03:35:12.097 | + lib/nova:init_nova_db:820 : local conffile=/etc/nova/nova.conf 2022-05-06 03:35:12.097 | + lib/nova:init_nova_db:821 : recreate_database nova_cell0 2022-05-06 03:35:12.097 | + lib/database:recreate_database:112 : local db=nova_cell0 2022-05-06 03:35:12.097 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2022-05-06 03:35:12.098 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2022-05-06 03:35:12.098 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2022-05-06 03:35:12.098 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:35:12.098 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2022-05-06 03:35:12.098 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:35:12.098 | + lib/nova:init_nova_db:822 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync --local_cell 2022-05-06 03:35:12.098 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.098 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:35:12.099 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=160358) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:35:12.099 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-05-06 03:35:12.099 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-05-06 03:35:12.100 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-05-06 03:35:12.100 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=160358) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2022-05-06 03:35:12.100 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-05-06 03:35:12.100 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=160358) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}} 2022-05-06 03:35:12.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:12.100 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:12.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:12.100 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:12.143 | [108478 Async nova-cell-0:160201]: finished init_nova_db nova_cell0 /etc/nova/nova.conf with result 0 in 12 seconds 2022-05-06 03:35:12.147 | + inc/async:async_wait:197 : return 0 2022-05-06 03:35:12.150 | + lib/nova:init_nova:854 : for i in $(seq 0 $NOVA_NUM_CELLS) 2022-05-06 03:35:12.152 | + lib/nova:init_nova:855 : async_wait nova-cell-1 2022-05-06 03:35:12.203 | [108478 Async nova-cell-1:160293]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 160293 (2 other jobs running) 2022-05-06 03:35:12.230 | [108478 Async nova-cell-1:160293]: Signaling child to exit 2022-05-06 03:35:12.230 | WAKEUP 2022-05-06 03:35:12.258 | [108478 Async nova-cell-1:160293]: Signaled 2022-05-06 03:35:12.259 | + lib/nova:init_nova_db:819 : local dbname=nova_cell1 2022-05-06 03:35:12.259 | + lib/nova:init_nova_db:820 : local conffile=/etc/nova/nova_cell1.conf 2022-05-06 03:35:12.260 | + lib/nova:init_nova_db:821 : recreate_database nova_cell1 2022-05-06 03:35:12.260 | + lib/database:recreate_database:112 : local db=nova_cell1 2022-05-06 03:35:12.260 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2022-05-06 03:35:12.260 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2022-05-06 03:35:12.260 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2022-05-06 03:35:12.260 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:35:12.260 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2022-05-06 03:35:12.260 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-05-06 03:35:12.260 | + lib/nova:init_nova_db:822 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2022-05-06 03:35:12.260 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.260 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-05-06 03:35:12.261 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-05-06 03:35:12.262 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=160365) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-05-06 03:35:12.262 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-05-06 03:35:12.262 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-05-06 03:35:12.262 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2022-05-06 03:35:12.262 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=160365) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:815}} 2022-05-06 03:35:12.262 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2022-05-06 03:35:12.262 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=160365) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:850}} 2022-05-06 03:35:12.262 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:12.262 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:12.262 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:12.262 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:12.305 | [108478 Async nova-cell-1:160293]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 12 seconds 2022-05-06 03:35:12.310 | + inc/async:async_wait:197 : return 0 2022-05-06 03:35:12.312 | + lib/nova:init_nova:858 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-05-06 03:35:12.315 | + lib/nova:init_nova:865 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2022-05-06 03:35:13.335 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-05-06 03:35:16.143 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:16.143 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:16.143 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:16.143 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:16.144 | Running batches of 50 until complete 2022-05-06 03:35:16.144 | +-------------------------------------+--------------+-----------+ 2022-05-06 03:35:16.144 | | Migration | Total Needed | Completed | 2022-05-06 03:35:16.144 | +-------------------------------------+--------------+-----------+ 2022-05-06 03:35:16.144 | | fill_virtual_interface_list | 0 | 0 | 2022-05-06 03:35:16.144 | | migrate_empty_ratio | 0 | 0 | 2022-05-06 03:35:16.144 | | migrate_quota_classes_to_api_db | 0 | 0 | 2022-05-06 03:35:16.144 | | migrate_quota_limits_to_api_db | 0 | 0 | 2022-05-06 03:35:16.144 | | migration_migrate_to_uuid | 0 | 0 | 2022-05-06 03:35:16.144 | | populate_dev_uuids | 0 | 0 | 2022-05-06 03:35:16.144 | | populate_missing_availability_zones | 0 | 0 | 2022-05-06 03:35:16.144 | | populate_queued_for_delete | 0 | 0 | 2022-05-06 03:35:16.144 | | populate_user_id | 0 | 0 | 2022-05-06 03:35:16.144 | | populate_uuids | 0 | 0 | 2022-05-06 03:35:16.144 | +-------------------------------------+--------------+-----------+ 2022-05-06 03:35:16.642 | ++ lib/nova:init_nova:868 : seq 1 1 2022-05-06 03:35:16.649 | + lib/nova:init_nova:868 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-06 03:35:16.654 | ++ lib/nova:init_nova:869 : conductor_conf 1 2022-05-06 03:35:16.657 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-06 03:35:16.660 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-06 03:35:16.663 | + lib/nova:init_nova:869 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2022-05-06 03:35:17.700 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2022-05-06 03:35:20.232 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:20.232 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:20.232 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-05-06 03:35:20.232 | from cryptography.utils import int_from_bytes 2022-05-06 03:35:20.232 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2022-05-06 03:35:20.232 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2022-05-06 03:35:20.722 | + lib/nova:init_nova:873 : create_nova_keys_dir 2022-05-06 03:35:20.725 | + lib/nova:create_nova_keys_dir:815 : sudo install -d -o ubuntu /opt/stack/data/nova /opt/stack/data/nova/keys 2022-05-06 03:35:20.741 | + lib/nova:init_nova:875 : [[ '' == \L\V\M ]] 2022-05-06 03:35:20.746 | + ./stack.sh:main:1225 : is_service_enabled neutron 2022-05-06 03:35:20.768 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:20.770 | + ./stack.sh:main:1226 : async_runfunc configure_neutron_nova 2022-05-06 03:35:20.773 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2022-05-06 03:35:20.836 | + inc/async:async_inner:63 : configure_neutron_nova 2022-05-06 03:35:20.876 | [108478 Async configure_neutron_nova:161472]: running: configure_neutron_nova 2022-05-06 03:35:20.878 | + ./stack.sh:main:1235 : run_phase stack post-config 2022-05-06 03:35:20.881 | + functions-common:run_phase:1865 : local mode=stack 2022-05-06 03:35:20.884 | + functions-common:run_phase:1866 : local phase=post-config 2022-05-06 03:35:20.887 | + functions-common:run_phase:1867 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-05-06 03:35:20.890 | + functions-common:run_phase:1868 : local extra_plugin_file_name 2022-05-06 03:35:20.896 | + functions-common:run_phase:1869 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-05-06 03:35:20.899 | + functions-common:run_phase:1874 : local exceptions=80-tempest.sh 2022-05-06 03:35:20.902 | + functions-common:run_phase:1875 : local extra 2022-05-06 03:35:20.906 | ++ functions-common:run_phase:1876 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-05-06 03:35:20.911 | + functions-common:run_phase:1876 : extra=80-tempest.sh 2022-05-06 03:35:20.914 | + functions-common:run_phase:1877 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-05-06 03:35:20.918 | + functions-common:run_phase:1881 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-05-06 03:35:20.921 | + functions-common:run_phase:1881 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack post-config 2022-05-06 03:35:20.924 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-05-06 03:35:20.947 | ++ functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:20.950 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-05-06 03:35:20.952 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:35:20.955 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2022-05-06 03:35:20.958 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-05-06 03:35:20.960 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-05-06 03:35:20.963 | ++ extras.d/80-tempest.sh:source:12 : : 2022-05-06 03:35:20.965 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-05-06 03:35:20.968 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-05-06 03:35:20.971 | + functions-common:run_phase:1886 : [[ stack == \s\o\u\r\c\e ]] 2022-05-06 03:35:20.974 | + functions-common:run_phase:1889 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-05-06 03:35:20.977 | + functions-common:run_phase:1892 : run_plugins stack post-config 2022-05-06 03:35:20.980 | + functions-common:run_plugins:1851 : local mode=stack 2022-05-06 03:35:20.983 | + functions-common:run_plugins:1852 : local phase=post-config 2022-05-06 03:35:20.987 | + functions-common:run_plugins:1854 : local plugins= 2022-05-06 03:35:20.991 | + functions-common:run_plugins:1855 : local plugin 2022-05-06 03:35:20.994 | + ./stack.sh:main:1243 : merge_config_group /home/ubuntu/devstack/local.conf post-config 2022-05-06 03:35:20.997 | + inc/meta-config:merge_config_group:171 : local localfile=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.000 | + inc/meta-config:merge_config_group:171 : shift 2022-05-06 03:35:21.003 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2022-05-06 03:35:21.007 | + inc/meta-config:merge_config_group:174 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-05-06 03:35:21.010 | + inc/meta-config:merge_config_group:176 : local configfile group 2022-05-06 03:35:21.013 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2022-05-06 03:35:21.017 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /home/ubuntu/devstack/local.conf post-config 2022-05-06 03:35:21.019 | ++ inc/meta-config:get_meta_section_files:63 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.022 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2022-05-06 03:35:21.026 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-05-06 03:35:21.029 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2022-05-06 03:35:21.029 | /^\[\[.+\|.*\]\]/ { 2022-05-06 03:35:21.029 | gsub("[][]", "", $1); 2022-05-06 03:35:21.029 | split($1, a, "|"); 2022-05-06 03:35:21.029 | if (a[1] == matchgroup) 2022-05-06 03:35:21.029 | print a[2] 2022-05-06 03:35:21.029 | } 2022-05-06 03:35:21.029 | ' /home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.036 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-05-06 03:35:21.039 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-05-06 03:35:21.042 | + inc/meta-config:merge_config_group:180 : local dir 2022-05-06 03:35:21.046 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2022-05-06 03:35:21.049 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2022-05-06 03:35:21.053 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2022-05-06 03:35:21.056 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2022-05-06 03:35:21.059 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2022-05-06 03:35:21.064 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2022-05-06 03:35:21.067 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2022-05-06 03:35:21.070 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-05-06 03:35:21.075 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.077 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-05-06 03:35:21.080 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2022-05-06 03:35:21.083 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-05-06 03:35:21.086 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2022-05-06 03:35:21.089 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2022-05-06 03:35:21.092 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2022-05-06 03:35:21.095 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2022-05-06 03:35:21.099 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NOVA_CONF' 2022-05-06 03:35:21.099 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.100 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2022-05-06 03:35:21.100 | BEGIN { 2022-05-06 03:35:21.100 | section = "" 2022-05-06 03:35:21.100 | last_section = "" 2022-05-06 03:35:21.100 | section_count = 0 2022-05-06 03:35:21.100 | } 2022-05-06 03:35:21.100 | /^\[.+\]/ { 2022-05-06 03:35:21.100 | gsub("[][]", "", $1); 2022-05-06 03:35:21.100 | section=$1 2022-05-06 03:35:21.100 | next 2022-05-06 03:35:21.100 | } 2022-05-06 03:35:21.100 | /^ *\#/ { 2022-05-06 03:35:21.100 | next 2022-05-06 03:35:21.100 | } 2022-05-06 03:35:21.100 | /^[^ \t]+/ { 2022-05-06 03:35:21.100 | # get offset of first = in $0 2022-05-06 03:35:21.100 | eq_idx = index($0, "=") 2022-05-06 03:35:21.100 | # extract attr & value from $0 2022-05-06 03:35:21.100 | attr = substr($0, 1, eq_idx - 1) 2022-05-06 03:35:21.100 | value = substr($0, eq_idx + 1) 2022-05-06 03:35:21.100 | # only need to strip trailing whitespace from attr 2022-05-06 03:35:21.100 | sub(/[ \t]*$/, "", attr) 2022-05-06 03:35:21.100 | # need to strip leading & trailing whitespace from value 2022-05-06 03:35:21.101 | sub(/^[ \t]*/, "", value) 2022-05-06 03:35:21.101 | sub(/[ \t]*$/, "", value) 2022-05-06 03:35:21.101 | 2022-05-06 03:35:21.101 | # cfg_attr_count: number of config lines per [section, attr] 2022-05-06 03:35:21.101 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-05-06 03:35:21.101 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-05-06 03:35:21.101 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-05-06 03:35:21.101 | if (! (section, attr) in cfg_attr_count) { 2022-05-06 03:35:21.101 | if (section != last_section) { 2022-05-06 03:35:21.101 | cfg_section[section_count++] = section 2022-05-06 03:35:21.101 | last_section = section 2022-05-06 03:35:21.101 | } 2022-05-06 03:35:21.101 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-05-06 03:35:21.101 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-05-06 03:35:21.101 | 2022-05-06 03:35:21.101 | cfg_attr[section, attr, 0] = value 2022-05-06 03:35:21.101 | cfg_attr_count[section, attr] = 1 2022-05-06 03:35:21.101 | } else { 2022-05-06 03:35:21.101 | lno = cfg_attr_count[section, attr]++ 2022-05-06 03:35:21.101 | cfg_attr[section, attr, lno] = value 2022-05-06 03:35:21.101 | } 2022-05-06 03:35:21.101 | } 2022-05-06 03:35:21.101 | END { 2022-05-06 03:35:21.101 | # Process each section in order 2022-05-06 03:35:21.101 | for (sno = 0; sno < section_count; sno++) { 2022-05-06 03:35:21.101 | section = cfg_section[sno] 2022-05-06 03:35:21.101 | # The ini routines simply append a config item immediately 2022-05-06 03:35:21.101 | # after the section header. To keep the same order as defined 2022-05-06 03:35:21.101 | # in local.conf, invoke the ini routines in the reverse order 2022-05-06 03:35:21.101 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-05-06 03:35:21.101 | attr = cfg_sec_attr_name[sno, attr_no] 2022-05-06 03:35:21.101 | if (cfg_attr_count[section, attr] == 1) 2022-05-06 03:35:21.101 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-05-06 03:35:21.101 | else { 2022-05-06 03:35:21.101 | # For multiline, invoke the ini routines in the reverse order 2022-05-06 03:35:21.102 | count = cfg_attr_count[section, attr] 2022-05-06 03:35:21.102 | print "inidelete " configfile " " section " " attr 2022-05-06 03:35:21.102 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-05-06 03:35:21.102 | for (l = count -2; l >= 0; l--) 2022-05-06 03:35:21.102 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-05-06 03:35:21.102 | } 2022-05-06 03:35:21.102 | } 2022-05-06 03:35:21.102 | } 2022-05-06 03:35:21.102 | } 2022-05-06 03:35:21.102 | ' 2022-05-06 03:35:21.103 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-05-06 03:35:21.105 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.109 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-05-06 03:35:21.112 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2022-05-06 03:35:21.114 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-05-06 03:35:21.117 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2022-05-06 03:35:21.120 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2022-05-06 03:35:21.120 | BEGIN { group = "" } 2022-05-06 03:35:21.120 | /^\[\[.+\|.*\]\]/ { 2022-05-06 03:35:21.120 | gsub("[][]", "", $1); 2022-05-06 03:35:21.120 | split($1, a, "|"); 2022-05-06 03:35:21.120 | if (a[1] == matchgroup && a[2] == configfile) { 2022-05-06 03:35:21.120 | group=a[1] 2022-05-06 03:35:21.120 | } else { 2022-05-06 03:35:21.120 | group="" 2022-05-06 03:35:21.120 | } 2022-05-06 03:35:21.120 | next 2022-05-06 03:35:21.121 | } 2022-05-06 03:35:21.121 | { 2022-05-06 03:35:21.121 | if (group != "") 2022-05-06 03:35:21.121 | print $0 2022-05-06 03:35:21.121 | } 2022-05-06 03:35:21.121 | ' /home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.127 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT scheduler_default_filters "RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter"' 2022-05-06 03:35:21.130 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT scheduler_default_filters RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter 2022-05-06 03:35:21.159 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.162 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF DEFAULT force_config_drive "True"' 2022-05-06 03:35:21.164 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf DEFAULT force_config_drive True 2022-05-06 03:35:21.195 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.198 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF glance use_glance_v1 "False"' 2022-05-06 03:35:21.200 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf glance use_glance_v1 False 2022-05-06 03:35:21.232 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.235 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_rate "3"' 2022-05-06 03:35:21.237 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_rate 3 2022-05-06 03:35:21.272 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.274 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF oslo_messaging_rabbit heartbeat_timeout_threshold "600"' 2022-05-06 03:35:21.277 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf oslo_messaging_rabbit heartbeat_timeout_threshold 600 2022-05-06 03:35:21.308 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.310 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_type "password"' 2022-05-06 03:35:21.313 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_type password 2022-05-06 03:35:21.345 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.348 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement auth_url "http://10.222.0.25/identity"' 2022-05-06 03:35:21.352 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.25/identity 2022-05-06 03:35:21.383 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.386 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement username "placement"' 2022-05-06 03:35:21.389 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement username placement 2022-05-06 03:35:21.421 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.424 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement password "Passw0rd"' 2022-05-06 03:35:21.426 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-05-06 03:35:21.458 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.461 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement user_domain_name "Default"' 2022-05-06 03:35:21.464 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-05-06 03:35:21.495 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.498 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_name "service"' 2022-05-06 03:35:21.501 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_name service 2022-05-06 03:35:21.533 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.535 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement project_domain_name "Default"' 2022-05-06 03:35:21.538 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-05-06 03:35:21.570 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.572 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF placement os_region_name "RegionOne"' 2022-05-06 03:35:21.575 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf placement os_region_name RegionOne 2022-05-06 03:35:21.608 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.612 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-05-06 03:35:21.614 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-05-06 03:35:21.617 | + inc/meta-config:merge_config_group:180 : local dir 2022-05-06 03:35:21.621 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2022-05-06 03:35:21.623 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2022-05-06 03:35:21.628 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2022-05-06 03:35:21.631 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2022-05-06 03:35:21.634 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2022-05-06 03:35:21.638 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2022-05-06 03:35:21.641 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2022-05-06 03:35:21.644 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-05-06 03:35:21.646 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.649 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-05-06 03:35:21.654 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2022-05-06 03:35:21.657 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-05-06 03:35:21.660 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2022-05-06 03:35:21.663 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2022-05-06 03:35:21.666 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2022-05-06 03:35:21.669 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2022-05-06 03:35:21.673 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$NEUTRON_CONF' 2022-05-06 03:35:21.673 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2022-05-06 03:35:21.673 | BEGIN { 2022-05-06 03:35:21.673 | section = "" 2022-05-06 03:35:21.673 | last_section = "" 2022-05-06 03:35:21.673 | section_count = 0 2022-05-06 03:35:21.673 | } 2022-05-06 03:35:21.673 | /^\[.+\]/ { 2022-05-06 03:35:21.673 | gsub("[][]", "", $1); 2022-05-06 03:35:21.673 | section=$1 2022-05-06 03:35:21.673 | next 2022-05-06 03:35:21.674 | } 2022-05-06 03:35:21.674 | /^ *\#/ { 2022-05-06 03:35:21.674 | next 2022-05-06 03:35:21.674 | } 2022-05-06 03:35:21.674 | /^[^ \t]+/ { 2022-05-06 03:35:21.674 | # get offset of first = in $0 2022-05-06 03:35:21.674 | eq_idx = index($0, "=") 2022-05-06 03:35:21.674 | # extract attr & value from $0 2022-05-06 03:35:21.674 | attr = substr($0, 1, eq_idx - 1) 2022-05-06 03:35:21.674 | value = substr($0, eq_idx + 1) 2022-05-06 03:35:21.674 | # only need to strip trailing whitespace from attr 2022-05-06 03:35:21.674 | sub(/[ \t]*$/, "", attr) 2022-05-06 03:35:21.674 | # need to strip leading & trailing whitespace from value 2022-05-06 03:35:21.674 | sub(/^[ \t]*/, "", value) 2022-05-06 03:35:21.674 | sub(/[ \t]*$/, "", value) 2022-05-06 03:35:21.674 | 2022-05-06 03:35:21.674 | # cfg_attr_count: number of config lines per [section, attr] 2022-05-06 03:35:21.674 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-05-06 03:35:21.674 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-05-06 03:35:21.674 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-05-06 03:35:21.674 | if (! (section, attr) in cfg_attr_count) { 2022-05-06 03:35:21.674 | if (section != last_section) { 2022-05-06 03:35:21.674 | cfg_section[section_count++] = section 2022-05-06 03:35:21.674 | last_section = section 2022-05-06 03:35:21.674 | } 2022-05-06 03:35:21.674 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-05-06 03:35:21.674 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-05-06 03:35:21.674 | 2022-05-06 03:35:21.674 | cfg_attr[section, attr, 0] = value 2022-05-06 03:35:21.674 | cfg_attr_count[section, attr] = 1 2022-05-06 03:35:21.674 | } else { 2022-05-06 03:35:21.674 | lno = cfg_attr_count[section, attr]++ 2022-05-06 03:35:21.674 | cfg_attr[section, attr, lno] = value 2022-05-06 03:35:21.674 | } 2022-05-06 03:35:21.674 | } 2022-05-06 03:35:21.675 | END { 2022-05-06 03:35:21.675 | # Process each section in order 2022-05-06 03:35:21.675 | for (sno = 0; sno < section_count; sno++) { 2022-05-06 03:35:21.675 | section = cfg_section[sno] 2022-05-06 03:35:21.675 | # The ini routines simply append a config item immediately 2022-05-06 03:35:21.675 | # after the section header. To keep the same order as defined 2022-05-06 03:35:21.675 | # in local.conf, invoke the ini routines in the reverse order 2022-05-06 03:35:21.675 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-05-06 03:35:21.675 | attr = cfg_sec_attr_name[sno, attr_no] 2022-05-06 03:35:21.675 | if (cfg_attr_count[section, attr] == 1) 2022-05-06 03:35:21.675 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-05-06 03:35:21.675 | else { 2022-05-06 03:35:21.675 | # For multiline, invoke the ini routines in the reverse order 2022-05-06 03:35:21.675 | count = cfg_attr_count[section, attr] 2022-05-06 03:35:21.675 | print "inidelete " configfile " " section " " attr 2022-05-06 03:35:21.675 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-05-06 03:35:21.675 | for (l = count -2; l >= 0; l--) 2022-05-06 03:35:21.675 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-05-06 03:35:21.675 | } 2022-05-06 03:35:21.675 | } 2022-05-06 03:35:21.675 | } 2022-05-06 03:35:21.675 | } 2022-05-06 03:35:21.675 | ' 2022-05-06 03:35:21.675 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.676 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.676 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-05-06 03:35:21.679 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-05-06 03:35:21.681 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2022-05-06 03:35:21.684 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-05-06 03:35:21.686 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2022-05-06 03:35:21.689 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2022-05-06 03:35:21.689 | BEGIN { group = "" } 2022-05-06 03:35:21.689 | /^\[\[.+\|.*\]\]/ { 2022-05-06 03:35:21.689 | gsub("[][]", "", $1); 2022-05-06 03:35:21.689 | split($1, a, "|"); 2022-05-06 03:35:21.689 | if (a[1] == matchgroup && a[2] == configfile) { 2022-05-06 03:35:21.689 | group=a[1] 2022-05-06 03:35:21.689 | } else { 2022-05-06 03:35:21.689 | group="" 2022-05-06 03:35:21.689 | } 2022-05-06 03:35:21.689 | next 2022-05-06 03:35:21.689 | } 2022-05-06 03:35:21.690 | { 2022-05-06 03:35:21.690 | if (group != "") 2022-05-06 03:35:21.690 | print $0 2022-05-06 03:35:21.690 | } 2022-05-06 03:35:21.690 | ' /home/ubuntu/devstack/local.conf 2022-05-06 03:35:21.696 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_overflow "50"' 2022-05-06 03:35:21.699 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_overflow 50 2022-05-06 03:35:21.702 | + inc/async:async_inner:64 : rc=0 2022-05-06 03:35:21.729 | [161472 Async configure_neutron_nova:161472]: finished successfully 2022-05-06 03:35:21.730 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.733 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database max_pool_size "50"' 2022-05-06 03:35:21.736 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database max_pool_size 50 2022-05-06 03:35:21.766 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.768 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF database min_pool_size "5"' 2022-05-06 03:35:21.771 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf database min_pool_size 5 2022-05-06 03:35:21.804 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.808 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_rule "100"' 2022-05-06 03:35:21.810 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_rule 100 2022-05-06 03:35:21.841 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.843 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall_policy "10"' 2022-05-06 03:35:21.846 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall_policy 10 2022-05-06 03:35:21.877 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.879 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_firewall "10"' 2022-05-06 03:35:21.882 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_firewall 10 2022-05-06 03:35:21.914 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.917 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_floatingip "50"' 2022-05-06 03:35:21.921 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_floatingip 50 2022-05-06 03:35:21.952 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.955 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_router "100"' 2022-05-06 03:35:21.958 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_router 100 2022-05-06 03:35:21.992 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:21.995 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_loadbalancer "100"' 2022-05-06 03:35:21.999 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_loadbalancer 100 2022-05-06 03:35:22.029 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.031 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_pool "100"' 2022-05-06 03:35:22.034 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_pool 100 2022-05-06 03:35:22.064 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.066 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_vip "100"' 2022-05-06 03:35:22.069 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_vip 100 2022-05-06 03:35:22.099 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.101 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group_rule "100"' 2022-05-06 03:35:22.104 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group_rule 100 2022-05-06 03:35:22.134 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.137 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_security_group "100"' 2022-05-06 03:35:22.140 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_security_group 100 2022-05-06 03:35:22.170 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.174 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_port "500"' 2022-05-06 03:35:22.176 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_port 500 2022-05-06 03:35:22.209 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.211 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_subnet "100"' 2022-05-06 03:35:22.214 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_subnet 100 2022-05-06 03:35:22.244 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.246 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF quotas quota_network "100"' 2022-05-06 03:35:22.249 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf quotas quota_network 100 2022-05-06 03:35:22.280 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.283 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-05-06 03:35:22.286 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-05-06 03:35:22.290 | + inc/meta-config:merge_config_group:180 : local dir 2022-05-06 03:35:22.294 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2022-05-06 03:35:22.297 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2022-05-06 03:35:22.302 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2022-05-06 03:35:22.305 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2022-05-06 03:35:22.309 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2022-05-06 03:35:22.314 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2022-05-06 03:35:22.318 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2022-05-06 03:35:22.320 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-05-06 03:35:22.323 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:22.326 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-05-06 03:35:22.328 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2022-05-06 03:35:22.331 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-05-06 03:35:22.335 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2022-05-06 03:35:22.338 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2022-05-06 03:35:22.342 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2022-05-06 03:35:22.345 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2022-05-06 03:35:22.349 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '$CINDER_CONF' 2022-05-06 03:35:22.349 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.350 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2022-05-06 03:35:22.350 | BEGIN { 2022-05-06 03:35:22.350 | section = "" 2022-05-06 03:35:22.350 | last_section = "" 2022-05-06 03:35:22.350 | section_count = 0 2022-05-06 03:35:22.350 | } 2022-05-06 03:35:22.350 | /^\[.+\]/ { 2022-05-06 03:35:22.350 | gsub("[][]", "", $1); 2022-05-06 03:35:22.350 | section=$1 2022-05-06 03:35:22.350 | next 2022-05-06 03:35:22.350 | } 2022-05-06 03:35:22.350 | /^ *\#/ { 2022-05-06 03:35:22.350 | next 2022-05-06 03:35:22.350 | } 2022-05-06 03:35:22.350 | /^[^ \t]+/ { 2022-05-06 03:35:22.350 | # get offset of first = in $0 2022-05-06 03:35:22.350 | eq_idx = index($0, "=") 2022-05-06 03:35:22.350 | # extract attr & value from $0 2022-05-06 03:35:22.350 | attr = substr($0, 1, eq_idx - 1) 2022-05-06 03:35:22.350 | value = substr($0, eq_idx + 1) 2022-05-06 03:35:22.350 | # only need to strip trailing whitespace from attr 2022-05-06 03:35:22.350 | sub(/[ \t]*$/, "", attr) 2022-05-06 03:35:22.350 | # need to strip leading & trailing whitespace from value 2022-05-06 03:35:22.350 | sub(/^[ \t]*/, "", value) 2022-05-06 03:35:22.350 | sub(/[ \t]*$/, "", value) 2022-05-06 03:35:22.350 | 2022-05-06 03:35:22.350 | # cfg_attr_count: number of config lines per [section, attr] 2022-05-06 03:35:22.350 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-05-06 03:35:22.350 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-05-06 03:35:22.350 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-05-06 03:35:22.350 | if (! (section, attr) in cfg_attr_count) { 2022-05-06 03:35:22.350 | if (section != last_section) { 2022-05-06 03:35:22.350 | cfg_section[section_count++] = section 2022-05-06 03:35:22.350 | last_section = section 2022-05-06 03:35:22.350 | } 2022-05-06 03:35:22.350 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-05-06 03:35:22.351 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-05-06 03:35:22.351 | 2022-05-06 03:35:22.351 | cfg_attr[section, attr, 0] = value 2022-05-06 03:35:22.351 | cfg_attr_count[section, attr] = 1 2022-05-06 03:35:22.351 | } else { 2022-05-06 03:35:22.351 | lno = cfg_attr_count[section, attr]++ 2022-05-06 03:35:22.351 | cfg_attr[section, attr, lno] = value 2022-05-06 03:35:22.351 | } 2022-05-06 03:35:22.351 | } 2022-05-06 03:35:22.351 | END { 2022-05-06 03:35:22.351 | # Process each section in order 2022-05-06 03:35:22.351 | for (sno = 0; sno < section_count; sno++) { 2022-05-06 03:35:22.351 | section = cfg_section[sno] 2022-05-06 03:35:22.351 | # The ini routines simply append a config item immediately 2022-05-06 03:35:22.351 | # after the section header. To keep the same order as defined 2022-05-06 03:35:22.351 | # in local.conf, invoke the ini routines in the reverse order 2022-05-06 03:35:22.351 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-05-06 03:35:22.351 | attr = cfg_sec_attr_name[sno, attr_no] 2022-05-06 03:35:22.351 | if (cfg_attr_count[section, attr] == 1) 2022-05-06 03:35:22.351 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-05-06 03:35:22.351 | else { 2022-05-06 03:35:22.351 | # For multiline, invoke the ini routines in the reverse order 2022-05-06 03:35:22.351 | count = cfg_attr_count[section, attr] 2022-05-06 03:35:22.351 | print "inidelete " configfile " " section " " attr 2022-05-06 03:35:22.351 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-05-06 03:35:22.351 | for (l = count -2; l >= 0; l--) 2022-05-06 03:35:22.351 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-05-06 03:35:22.351 | } 2022-05-06 03:35:22.351 | } 2022-05-06 03:35:22.351 | } 2022-05-06 03:35:22.351 | } 2022-05-06 03:35:22.351 | ' 2022-05-06 03:35:22.352 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:22.352 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-05-06 03:35:22.355 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-05-06 03:35:22.358 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2022-05-06 03:35:22.360 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-05-06 03:35:22.363 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2022-05-06 03:35:22.366 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2022-05-06 03:35:22.366 | BEGIN { group = "" } 2022-05-06 03:35:22.366 | /^\[\[.+\|.*\]\]/ { 2022-05-06 03:35:22.366 | gsub("[][]", "", $1); 2022-05-06 03:35:22.366 | split($1, a, "|"); 2022-05-06 03:35:22.366 | if (a[1] == matchgroup && a[2] == configfile) { 2022-05-06 03:35:22.366 | group=a[1] 2022-05-06 03:35:22.366 | } else { 2022-05-06 03:35:22.366 | group="" 2022-05-06 03:35:22.366 | } 2022-05-06 03:35:22.366 | next 2022-05-06 03:35:22.366 | } 2022-05-06 03:35:22.366 | { 2022-05-06 03:35:22.366 | if (group != "") 2022-05-06 03:35:22.366 | print $0 2022-05-06 03:35:22.366 | } 2022-05-06 03:35:22.366 | ' /home/ubuntu/devstack/local.conf 2022-05-06 03:35:22.372 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_type "default"' 2022-05-06 03:35:22.375 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type default 2022-05-06 03:35:22.405 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.408 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 image_volume_cache_enabled "False"' 2022-05-06 03:35:22.410 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled False 2022-05-06 03:35:22.440 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.443 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF lvmdriver-1 lvm_max_over_subscription_ratio "40.0"' 2022-05-06 03:35:22.446 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_max_over_subscription_ratio 40.0 2022-05-06 03:35:22.474 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.477 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backup_gigabytes "1000"' 2022-05-06 03:35:22.479 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backup_gigabytes 1000 2022-05-06 03:35:22.508 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.511 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_backups "10"' 2022-05-06 03:35:22.513 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-05-06 03:35:22.544 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.546 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_gigabytes "1000"' 2022-05-06 03:35:22.549 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_gigabytes 1000 2022-05-06 03:35:22.578 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.580 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_snapshots "10"' 2022-05-06 03:35:22.583 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-05-06 03:35:22.613 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.616 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF DEFAULT quota_volumes "10"' 2022-05-06 03:35:22.618 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-05-06 03:35:22.650 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.653 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2022-05-06 03:35:22.656 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2022-05-06 03:35:22.659 | + inc/meta-config:merge_config_group:180 : local dir 2022-05-06 03:35:22.662 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2022-05-06 03:35:22.665 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:35:22.668 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:35:22.671 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2022-05-06 03:35:22.674 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:35:22.678 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2022-05-06 03:35:22.681 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2022-05-06 03:35:22.684 | + inc/meta-config:merge_config_group:189 : merge_config_file /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-05-06 03:35:22.686 | + inc/meta-config:merge_config_file:83 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:22.689 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2022-05-06 03:35:22.692 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-05-06 03:35:22.694 | + inc/meta-config:merge_config_file:90 : local real_configfile 2022-05-06 03:35:22.698 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2022-05-06 03:35:22.700 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:35:22.703 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-05-06 03:35:22.706 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2022-05-06 03:35:22.709 | + inc/meta-config:merge_config_file:96 : get_meta_section /home/ubuntu/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2022-05-06 03:35:22.710 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-05-06 03:35:22.710 | BEGIN { 2022-05-06 03:35:22.710 | section = "" 2022-05-06 03:35:22.710 | last_section = "" 2022-05-06 03:35:22.710 | section_count = 0 2022-05-06 03:35:22.710 | } 2022-05-06 03:35:22.710 | /^\[.+\]/ { 2022-05-06 03:35:22.710 | gsub("[][]", "", $1); 2022-05-06 03:35:22.710 | section=$1 2022-05-06 03:35:22.710 | next 2022-05-06 03:35:22.710 | } 2022-05-06 03:35:22.710 | /^ *\#/ { 2022-05-06 03:35:22.710 | next 2022-05-06 03:35:22.710 | } 2022-05-06 03:35:22.710 | /^[^ \t]+/ { 2022-05-06 03:35:22.710 | # get offset of first = in $0 2022-05-06 03:35:22.710 | eq_idx = index($0, "=") 2022-05-06 03:35:22.710 | # extract attr & value from $0 2022-05-06 03:35:22.710 | attr = substr($0, 1, eq_idx - 1) 2022-05-06 03:35:22.710 | value = substr($0, eq_idx + 1) 2022-05-06 03:35:22.711 | # only need to strip trailing whitespace from attr 2022-05-06 03:35:22.711 | sub(/[ \t]*$/, "", attr) 2022-05-06 03:35:22.711 | # need to strip leading & trailing whitespace from value 2022-05-06 03:35:22.711 | sub(/^[ \t]*/, "", value) 2022-05-06 03:35:22.711 | sub(/[ \t]*$/, "", value) 2022-05-06 03:35:22.711 | 2022-05-06 03:35:22.711 | # cfg_attr_count: number of config lines per [section, attr] 2022-05-06 03:35:22.711 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2022-05-06 03:35:22.711 | # cfg_section: keep the section names in the same order as they appear in local.conf 2022-05-06 03:35:22.711 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2022-05-06 03:35:22.711 | if (! (section, attr) in cfg_attr_count) { 2022-05-06 03:35:22.711 | if (section != last_section) { 2022-05-06 03:35:22.711 | cfg_section[section_count++] = section 2022-05-06 03:35:22.711 | last_section = section 2022-05-06 03:35:22.711 | } 2022-05-06 03:35:22.711 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2022-05-06 03:35:22.711 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2022-05-06 03:35:22.711 | 2022-05-06 03:35:22.711 | cfg_attr[section, attr, 0] = value 2022-05-06 03:35:22.711 | cfg_attr_count[section, attr] = 1 2022-05-06 03:35:22.711 | } else { 2022-05-06 03:35:22.711 | lno = cfg_attr_count[section, attr]++ 2022-05-06 03:35:22.711 | cfg_attr[section, attr, lno] = value 2022-05-06 03:35:22.711 | } 2022-05-06 03:35:22.711 | } 2022-05-06 03:35:22.711 | END { 2022-05-06 03:35:22.711 | # Process each section in order 2022-05-06 03:35:22.711 | for (sno = 0; sno < section_count; sno++) { 2022-05-06 03:35:22.711 | section = cfg_section[sno] 2022-05-06 03:35:22.711 | # The ini routines simply append a config item immediately 2022-05-06 03:35:22.711 | # after the section header. To keep the same order as defined 2022-05-06 03:35:22.711 | # in local.conf, invoke the ini routines in the reverse order 2022-05-06 03:35:22.711 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2022-05-06 03:35:22.711 | attr = cfg_sec_attr_name[sno, attr_no] 2022-05-06 03:35:22.712 | if (cfg_attr_count[section, attr] == 1) 2022-05-06 03:35:22.712 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2022-05-06 03:35:22.712 | else { 2022-05-06 03:35:22.712 | # For multiline, invoke the ini routines in the reverse order 2022-05-06 03:35:22.712 | count = cfg_attr_count[section, attr] 2022-05-06 03:35:22.712 | print "inidelete " configfile " " section " " attr 2022-05-06 03:35:22.712 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2022-05-06 03:35:22.712 | for (l = count -2; l >= 0; l--) 2022-05-06 03:35:22.712 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2022-05-06 03:35:22.712 | } 2022-05-06 03:35:22.712 | } 2022-05-06 03:35:22.712 | } 2022-05-06 03:35:22.712 | } 2022-05-06 03:35:22.712 | ' 2022-05-06 03:35:22.712 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.712 | + inc/meta-config:get_meta_section:33 : local file=/home/ubuntu/devstack/local.conf 2022-05-06 03:35:22.713 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2022-05-06 03:35:22.715 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2022-05-06 03:35:22.717 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2022-05-06 03:35:22.720 | + inc/meta-config:get_meta_section:37 : [[ -r /home/ubuntu/devstack/local.conf ]] 2022-05-06 03:35:22.722 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2022-05-06 03:35:22.725 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2022-05-06 03:35:22.725 | BEGIN { group = "" } 2022-05-06 03:35:22.725 | /^\[\[.+\|.*\]\]/ { 2022-05-06 03:35:22.725 | gsub("[][]", "", $1); 2022-05-06 03:35:22.725 | split($1, a, "|"); 2022-05-06 03:35:22.725 | if (a[1] == matchgroup && a[2] == configfile) { 2022-05-06 03:35:22.725 | group=a[1] 2022-05-06 03:35:22.725 | } else { 2022-05-06 03:35:22.725 | group="" 2022-05-06 03:35:22.725 | } 2022-05-06 03:35:22.725 | next 2022-05-06 03:35:22.725 | } 2022-05-06 03:35:22.725 | { 2022-05-06 03:35:22.725 | if (group != "") 2022-05-06 03:35:22.726 | print $0 2022-05-06 03:35:22.726 | } 2022-05-06 03:35:22.726 | ' /home/ubuntu/devstack/local.conf 2022-05-06 03:35:22.732 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2022-05-06 03:35:22.734 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2022-05-06 03:35:22.763 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.766 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ovs of_interface "ovs-ofctl"' 2022-05-06 03:35:22.768 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs of_interface ovs-ofctl 2022-05-06 03:35:22.798 | + inc/meta-config:merge_config_file:164 : read a 2022-05-06 03:35:22.801 | + ./stack.sh:main:1252 : is_service_enabled swift 2022-05-06 03:35:22.821 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:22.824 | + ./stack.sh:main:1253 : echo_summary 'Starting Swift' 2022-05-06 03:35:22.827 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:35:22.830 | + ./stack.sh:echo_summary:448 : echo -e Starting Swift 2022-05-06 03:35:22.832 | + ./stack.sh:main:1254 : start_swift 2022-05-06 03:35:22.835 | + lib/swift:start_swift:752 : restart_service memcached 2022-05-06 03:35:22.838 | + functions-common:restart_service:2321 : '[' -x /bin/systemctl ']' 2022-05-06 03:35:22.840 | + functions-common:restart_service:2322 : sudo /bin/systemctl restart memcached 2022-05-06 03:35:22.869 | + lib/swift:start_swift:755 : is_ubuntu 2022-05-06 03:35:22.872 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-05-06 03:35:22.874 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-05-06 03:35:22.877 | + lib/swift:start_swift:756 : sudo /etc/init.d/rsync restart 2022-05-06 03:35:23.329 | Restarting rsync (via systemctl): rsync.service. 2022-05-06 03:35:23.336 | + lib/swift:start_swift:763 : '[' False == True ']' 2022-05-06 03:35:23.341 | + lib/swift:start_swift:782 : [[ 1 == 1 ]] 2022-05-06 03:35:23.344 | + lib/swift:start_swift:783 : local foreground_services type 2022-05-06 03:35:23.346 | + lib/swift:start_swift:785 : foreground_services='object container account' 2022-05-06 03:35:23.349 | + lib/swift:start_swift:786 : for type in ${foreground_services} 2022-05-06 03:35:23.352 | + lib/swift:start_swift:787 : run_process s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.355 | + functions-common:run_process:1692 : local service=s-object 2022-05-06 03:35:23.357 | + functions-common:run_process:1693 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.360 | + functions-common:run_process:1694 : local group= 2022-05-06 03:35:23.362 | + functions-common:run_process:1695 : local user= 2022-05-06 03:35:23.365 | + functions-common:run_process:1697 : local name=s-object 2022-05-06 03:35:23.367 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:35:23.373 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:35:23.376 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:23.378 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:23.381 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:23.386 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808123383 2022-05-06 03:35:23.389 | + functions-common:run_process:1700 : is_service_enabled s-object 2022-05-06 03:35:23.405 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:23.408 | + functions-common:run_process:1701 : _run_under_systemd s-object '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' '' 2022-05-06 03:35:23.410 | + functions-common:_run_under_systemd:1657 : local service=s-object 2022-05-06 03:35:23.413 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.415 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.417 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.420 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.422 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ sudo ]] 2022-05-06 03:35:23.425 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ ^/ ]] 2022-05-06 03:35:23.427 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@s-object.service 2022-05-06 03:35:23.430 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:35:23.432 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:35:23.434 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v =~ uwsgi ]] 2022-05-06 03:35:23.437 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-object.service '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' '' ubuntu 2022-05-06 03:35:23.439 | + functions-common:write_user_unit_file:1574 : local service=devstack@s-object.service 2022-05-06 03:35:23.442 | + functions-common:write_user_unit_file:1575 : local 'command=/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.444 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:35:23.446 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-06 03:35:23.448 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:35:23.451 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:35:23.453 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@s-object.service 2022-05-06 03:35:23.456 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:35:23.461 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@s-object.service Unit Description 'Devstack devstack@s-object.service' 2022-05-06 03:35:23.514 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service User ubuntu 2022-05-06 03:35:23.566 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecStart '/usr/local/bin/swift-object-server /etc/swift/object-server/1.conf -v' 2022-05-06 03:35:23.619 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service KillMode process 2022-05-06 03:35:23.679 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service TimeoutStopSec 300 2022-05-06 03:35:23.749 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@s-object.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:35:23.804 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:35:23.806 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@s-object.service Install WantedBy multi-user.target 2022-05-06 03:35:23.860 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:35:24.263 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-object.service 2022-05-06 03:35:24.278 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-object.service → /etc/systemd/system/devstack@s-object.service. 2022-05-06 03:35:24.655 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-object.service 2022-05-06 03:35:24.680 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:35:24.682 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:24.685 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:24.689 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:24.697 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:24.699 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:24.701 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:35:24.704 | + functions-common:time_stop:2444 : start_time=1651808123383 2022-05-06 03:35:24.706 | + functions-common:time_stop:2446 : [[ -z 1651808123383 ]] 2022-05-06 03:35:24.709 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:24.714 | + functions-common:time_stop:2449 : end_time=1651808124711 2022-05-06 03:35:24.717 | + functions-common:time_stop:2450 : elapsed_time=1328 2022-05-06 03:35:24.720 | + functions-common:time_stop:2451 : total=2956 2022-05-06 03:35:24.722 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:24.725 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=4284 2022-05-06 03:35:24.728 | + lib/swift:start_swift:786 : for type in ${foreground_services} 2022-05-06 03:35:24.730 | + lib/swift:start_swift:787 : run_process s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:24.733 | + functions-common:run_process:1692 : local service=s-container 2022-05-06 03:35:24.735 | + functions-common:run_process:1693 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:24.738 | + functions-common:run_process:1694 : local group= 2022-05-06 03:35:24.740 | + functions-common:run_process:1695 : local user= 2022-05-06 03:35:24.743 | + functions-common:run_process:1697 : local name=s-container 2022-05-06 03:35:24.745 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:35:24.748 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:35:24.750 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:24.753 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:24.756 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:24.760 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808124758 2022-05-06 03:35:24.763 | + functions-common:run_process:1700 : is_service_enabled s-container 2022-05-06 03:35:24.780 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:24.783 | + functions-common:run_process:1701 : _run_under_systemd s-container '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' '' 2022-05-06 03:35:24.785 | + functions-common:_run_under_systemd:1657 : local service=s-container 2022-05-06 03:35:24.788 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:24.790 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:24.792 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:24.795 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:24.797 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ sudo ]] 2022-05-06 03:35:24.800 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ ^/ ]] 2022-05-06 03:35:24.802 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@s-container.service 2022-05-06 03:35:24.805 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:35:24.807 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:35:24.810 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v =~ uwsgi ]] 2022-05-06 03:35:24.812 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-container.service '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' '' ubuntu 2022-05-06 03:35:24.815 | + functions-common:write_user_unit_file:1574 : local service=devstack@s-container.service 2022-05-06 03:35:24.817 | + functions-common:write_user_unit_file:1575 : local 'command=/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:24.819 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:35:24.822 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-06 03:35:24.824 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:35:24.827 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:35:24.829 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@s-container.service 2022-05-06 03:35:24.832 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:35:24.836 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@s-container.service Unit Description 'Devstack devstack@s-container.service' 2022-05-06 03:35:24.890 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service User ubuntu 2022-05-06 03:35:24.947 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecStart '/usr/local/bin/swift-container-server /etc/swift/container-server/1.conf -v' 2022-05-06 03:35:25.005 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service KillMode process 2022-05-06 03:35:25.068 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service TimeoutStopSec 300 2022-05-06 03:35:25.124 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@s-container.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:35:25.178 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:35:25.181 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@s-container.service Install WantedBy multi-user.target 2022-05-06 03:35:25.234 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:35:25.649 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-container.service 2022-05-06 03:35:25.663 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-container.service → /etc/systemd/system/devstack@s-container.service. 2022-05-06 03:35:26.059 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-container.service 2022-05-06 03:35:26.082 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:35:26.087 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:26.090 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:26.094 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:26.097 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:26.101 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:26.106 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:35:26.111 | + functions-common:time_stop:2444 : start_time=1651808124758 2022-05-06 03:35:26.113 | + functions-common:time_stop:2446 : [[ -z 1651808124758 ]] 2022-05-06 03:35:26.117 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:26.122 | + functions-common:time_stop:2449 : end_time=1651808126119 2022-05-06 03:35:26.126 | + functions-common:time_stop:2450 : elapsed_time=1361 2022-05-06 03:35:26.129 | + functions-common:time_stop:2451 : total=4284 2022-05-06 03:35:26.131 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:26.134 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=5645 2022-05-06 03:35:26.136 | + lib/swift:start_swift:786 : for type in ${foreground_services} 2022-05-06 03:35:26.139 | + lib/swift:start_swift:787 : run_process s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.141 | + functions-common:run_process:1692 : local service=s-account 2022-05-06 03:35:26.144 | + functions-common:run_process:1693 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.146 | + functions-common:run_process:1694 : local group= 2022-05-06 03:35:26.148 | + functions-common:run_process:1695 : local user= 2022-05-06 03:35:26.151 | + functions-common:run_process:1697 : local name=s-account 2022-05-06 03:35:26.153 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:35:26.156 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:35:26.158 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:26.161 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:26.164 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:26.168 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808126166 2022-05-06 03:35:26.171 | + functions-common:run_process:1700 : is_service_enabled s-account 2022-05-06 03:35:26.193 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:26.195 | + functions-common:run_process:1701 : _run_under_systemd s-account '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' '' 2022-05-06 03:35:26.198 | + functions-common:_run_under_systemd:1657 : local service=s-account 2022-05-06 03:35:26.200 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.203 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.205 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.208 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.210 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ sudo ]] 2022-05-06 03:35:26.213 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ ^/ ]] 2022-05-06 03:35:26.215 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@s-account.service 2022-05-06 03:35:26.218 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:35:26.220 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:35:26.222 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v =~ uwsgi ]] 2022-05-06 03:35:26.225 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-account.service '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' '' ubuntu 2022-05-06 03:35:26.227 | + functions-common:write_user_unit_file:1574 : local service=devstack@s-account.service 2022-05-06 03:35:26.230 | + functions-common:write_user_unit_file:1575 : local 'command=/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.232 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:35:26.235 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-06 03:35:26.237 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:35:26.239 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:35:26.242 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@s-account.service 2022-05-06 03:35:26.244 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:35:26.252 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@s-account.service Unit Description 'Devstack devstack@s-account.service' 2022-05-06 03:35:26.312 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service User ubuntu 2022-05-06 03:35:26.366 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecStart '/usr/local/bin/swift-account-server /etc/swift/account-server/1.conf -v' 2022-05-06 03:35:26.419 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service KillMode process 2022-05-06 03:35:26.474 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service TimeoutStopSec 300 2022-05-06 03:35:26.529 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@s-account.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:35:26.581 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:35:26.584 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@s-account.service Install WantedBy multi-user.target 2022-05-06 03:35:26.639 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:35:27.069 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-account.service 2022-05-06 03:35:27.082 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-account.service → /etc/systemd/system/devstack@s-account.service. 2022-05-06 03:35:27.489 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-account.service 2022-05-06 03:35:27.514 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:35:27.517 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:27.520 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:27.523 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:27.525 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:27.527 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:27.530 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:35:27.532 | + functions-common:time_stop:2444 : start_time=1651808126166 2022-05-06 03:35:27.534 | + functions-common:time_stop:2446 : [[ -z 1651808126166 ]] 2022-05-06 03:35:27.538 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:27.543 | + functions-common:time_stop:2449 : end_time=1651808127540 2022-05-06 03:35:27.548 | + functions-common:time_stop:2450 : elapsed_time=1374 2022-05-06 03:35:27.551 | + functions-common:time_stop:2451 : total=5645 2022-05-06 03:35:27.553 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:27.556 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=7019 2022-05-06 03:35:27.558 | + lib/swift:start_swift:790 : [[ False == \T\r\u\e ]] 2022-05-06 03:35:27.561 | + lib/swift:start_swift:795 : enable_service s-container-sync 2022-05-06 03:35:27.617 | + lib/swift:start_swift:796 : run_process s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.620 | + functions-common:run_process:1692 : local service=s-container-sync 2022-05-06 03:35:27.622 | + functions-common:run_process:1693 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.625 | + functions-common:run_process:1694 : local group= 2022-05-06 03:35:27.628 | + functions-common:run_process:1695 : local user= 2022-05-06 03:35:27.630 | + functions-common:run_process:1697 : local name=s-container-sync 2022-05-06 03:35:27.633 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:35:27.635 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:35:27.638 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:27.640 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:27.643 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:27.648 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808127645 2022-05-06 03:35:27.650 | + functions-common:run_process:1700 : is_service_enabled s-container-sync 2022-05-06 03:35:27.667 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:27.669 | + functions-common:run_process:1701 : _run_under_systemd s-container-sync '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' '' 2022-05-06 03:35:27.672 | + functions-common:_run_under_systemd:1657 : local service=s-container-sync 2022-05-06 03:35:27.675 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.677 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.680 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.682 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.685 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ sudo ]] 2022-05-06 03:35:27.687 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ ^/ ]] 2022-05-06 03:35:27.690 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@s-container-sync.service 2022-05-06 03:35:27.692 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:35:27.695 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:35:27.697 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf =~ uwsgi ]] 2022-05-06 03:35:27.700 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-container-sync.service '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' '' ubuntu 2022-05-06 03:35:27.702 | + functions-common:write_user_unit_file:1574 : local service=devstack@s-container-sync.service 2022-05-06 03:35:27.705 | + functions-common:write_user_unit_file:1575 : local 'command=/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.707 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:35:27.710 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-06 03:35:27.712 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:35:27.715 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:35:27.717 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@s-container-sync.service 2022-05-06 03:35:27.720 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:35:27.724 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Unit Description 'Devstack devstack@s-container-sync.service' 2022-05-06 03:35:27.778 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service User ubuntu 2022-05-06 03:35:27.831 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecStart '/usr/local/bin/swift-container-sync /etc/swift/container-server/1.conf' 2022-05-06 03:35:27.889 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service KillMode process 2022-05-06 03:35:27.942 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service TimeoutStopSec 300 2022-05-06 03:35:27.996 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:35:28.052 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:35:28.055 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@s-container-sync.service Install WantedBy multi-user.target 2022-05-06 03:35:28.107 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:35:28.504 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-container-sync.service 2022-05-06 03:35:28.927 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-container-sync.service 2022-05-06 03:35:28.949 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:35:28.952 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:28.956 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:28.959 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:28.961 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:28.964 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:28.966 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:35:28.970 | + functions-common:time_stop:2444 : start_time=1651808127645 2022-05-06 03:35:28.975 | + functions-common:time_stop:2446 : [[ -z 1651808127645 ]] 2022-05-06 03:35:28.978 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:28.982 | + functions-common:time_stop:2449 : end_time=1651808128980 2022-05-06 03:35:28.985 | + functions-common:time_stop:2450 : elapsed_time=1335 2022-05-06 03:35:28.987 | + functions-common:time_stop:2451 : total=7019 2022-05-06 03:35:28.989 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:28.992 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=8354 2022-05-06 03:35:28.994 | + lib/swift:start_swift:803 : is_service_enabled tls-proxy 2022-05-06 03:35:29.012 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:35:29.015 | + lib/swift:start_swift:807 : run_process s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.017 | + functions-common:run_process:1692 : local service=s-proxy 2022-05-06 03:35:29.020 | + functions-common:run_process:1693 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.022 | + functions-common:run_process:1694 : local group= 2022-05-06 03:35:29.025 | + functions-common:run_process:1695 : local user= 2022-05-06 03:35:29.028 | + functions-common:run_process:1697 : local name=s-proxy 2022-05-06 03:35:29.030 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:35:29.032 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:35:29.035 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:29.037 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:29.040 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:29.045 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808129042 2022-05-06 03:35:29.048 | + functions-common:run_process:1700 : is_service_enabled s-proxy 2022-05-06 03:35:29.066 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:29.069 | + functions-common:run_process:1701 : _run_under_systemd s-proxy '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' '' 2022-05-06 03:35:29.071 | + functions-common:_run_under_systemd:1657 : local service=s-proxy 2022-05-06 03:35:29.074 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.076 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.079 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.081 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.084 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ sudo ]] 2022-05-06 03:35:29.086 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ ^/ ]] 2022-05-06 03:35:29.089 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@s-proxy.service 2022-05-06 03:35:29.091 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:35:29.094 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:35:29.096 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v =~ uwsgi ]] 2022-05-06 03:35:29.099 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@s-proxy.service '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' '' ubuntu 2022-05-06 03:35:29.101 | + functions-common:write_user_unit_file:1574 : local service=devstack@s-proxy.service 2022-05-06 03:35:29.104 | + functions-common:write_user_unit_file:1575 : local 'command=/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.106 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:35:29.108 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-06 03:35:29.111 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:35:29.113 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:35:29.116 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@s-proxy.service 2022-05-06 03:35:29.118 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:35:29.123 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Unit Description 'Devstack devstack@s-proxy.service' 2022-05-06 03:35:29.177 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service User ubuntu 2022-05-06 03:35:29.230 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecStart '/usr/local/bin/swift-proxy-server /etc/swift/proxy-server.conf -v' 2022-05-06 03:35:29.284 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service KillMode process 2022-05-06 03:35:29.340 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service TimeoutStopSec 300 2022-05-06 03:35:29.395 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:35:29.449 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:35:29.451 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@s-proxy.service Install WantedBy multi-user.target 2022-05-06 03:35:29.505 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:35:29.928 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@s-proxy.service 2022-05-06 03:35:29.942 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@s-proxy.service → /etc/systemd/system/devstack@s-proxy.service. 2022-05-06 03:35:30.337 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@s-proxy.service 2022-05-06 03:35:30.360 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:35:30.365 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:30.368 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:30.370 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:30.373 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:30.376 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:30.378 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:35:30.381 | + functions-common:time_stop:2444 : start_time=1651808129042 2022-05-06 03:35:30.383 | + functions-common:time_stop:2446 : [[ -z 1651808129042 ]] 2022-05-06 03:35:30.386 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:30.391 | + functions-common:time_stop:2449 : end_time=1651808130388 2022-05-06 03:35:30.394 | + functions-common:time_stop:2450 : elapsed_time=1346 2022-05-06 03:35:30.396 | + functions-common:time_stop:2451 : total=8354 2022-05-06 03:35:30.399 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:30.401 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=9700 2022-05-06 03:35:30.404 | + lib/swift:start_swift:812 : echo 'Waiting for swift proxy to start...' 2022-05-06 03:35:30.404 | Waiting for swift proxy to start... 2022-05-06 03:35:30.406 | + lib/swift:start_swift:813 : wait_for_service 60 http://10.222.0.25:8080/info 2022-05-06 03:35:30.409 | + functions:wait_for_service:457 : local timeout=60 2022-05-06 03:35:30.411 | + functions:wait_for_service:458 : local url=http://10.222.0.25:8080/info 2022-05-06 03:35:30.414 | + functions:wait_for_service:459 : local rval=0 2022-05-06 03:35:30.416 | + functions:wait_for_service:460 : time_start wait_for_service 2022-05-06 03:35:30.419 | + functions-common:time_start:2423 : local name=wait_for_service 2022-05-06 03:35:30.421 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:30.424 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:30.427 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:30.432 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808130429 2022-05-06 03:35:30.434 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-05-06 03:35:30.440 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.25:8080/info 2022-05-06 03:35:30.453 | + :: : [[ 000 == 503 ]] 2022-05-06 03:35:30.455 | + :: : [[ 7 -eq 7 ]] 2022-05-06 03:35:30.456 | + :: : sleep 1 2022-05-06 03:35:31.461 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.25:8080/info 2022-05-06 03:35:31.475 | + :: : [[ 000 == 503 ]] 2022-05-06 03:35:31.477 | + :: : [[ 7 -eq 7 ]] 2022-05-06 03:35:31.478 | + :: : sleep 1 2022-05-06 03:35:32.482 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.25:8080/info 2022-05-06 03:35:32.496 | + :: : [[ 000 == 503 ]] 2022-05-06 03:35:32.497 | + :: : [[ 7 -eq 7 ]] 2022-05-06 03:35:32.499 | + :: : sleep 1 2022-05-06 03:35:33.504 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.25:8080/info 2022-05-06 03:35:33.536 | + :: : [[ 200 == 503 ]] 2022-05-06 03:35:33.539 | + :: : [[ 0 -eq 7 ]] 2022-05-06 03:35:33.544 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-05-06 03:35:33.547 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:33.550 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:33.553 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:33.557 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:33.560 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:33.564 | + functions-common:time_stop:2443 : name=wait_for_service 2022-05-06 03:35:33.567 | + functions-common:time_stop:2444 : start_time=1651808130429 2022-05-06 03:35:33.571 | + functions-common:time_stop:2446 : [[ -z 1651808130429 ]] 2022-05-06 03:35:33.577 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:33.582 | + functions-common:time_stop:2449 : end_time=1651808133579 2022-05-06 03:35:33.585 | + functions-common:time_stop:2450 : elapsed_time=3150 2022-05-06 03:35:33.588 | + functions-common:time_stop:2451 : total=6367 2022-05-06 03:35:33.591 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:33.593 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=9517 2022-05-06 03:35:33.596 | + functions:wait_for_service:467 : return 0 2022-05-06 03:35:33.599 | + lib/swift:start_swift:817 : [[ False == \T\r\u\e ]] 2022-05-06 03:35:33.601 | + ./stack.sh:main:1260 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-05-06 03:35:33.604 | + ./stack.sh:main:1261 : is_service_enabled cinder 2022-05-06 03:35:33.622 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:33.625 | + ./stack.sh:main:1262 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-05-06 03:35:33.656 | + ./stack.sh:main:1265 : async_wait configure_neutron_nova 2022-05-06 03:35:33.709 | [108478 Async configure_neutron_nova:161472]: Waiting for completion of configure_neutron_nova running on PID 161472 (2 other jobs running) 2022-05-06 03:35:33.734 | [108478 Async configure_neutron_nova:161472]: Signaling child to exit 2022-05-06 03:35:33.734 | WAKEUP 2022-05-06 03:35:33.757 | [108478 Async configure_neutron_nova:161472]: Signaled 2022-05-06 03:35:33.758 | + lib/neutron:configure_neutron_nova:646 : is_neutron_legacy_enabled 2022-05-06 03:35:33.758 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:35:33.758 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-05-06 03:35:33.758 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-05-06 03:35:33.758 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-05-06 03:35:33.759 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-05-06 03:35:33.759 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-05-06 03:35:33.759 | + lib/neutron:configure_neutron_nova:648 : create_nova_conf_neutron /etc/nova/nova.conf 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:406 : local conf=/etc/nova/nova.conf 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:407 : iniset /etc/nova/nova.conf neutron auth_type password 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:408 : iniset /etc/nova/nova.conf neutron auth_url http://10.222.0.25/identity 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:409 : iniset /etc/nova/nova.conf neutron username neutron 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova.conf neutron password Passw0rd 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova.conf neutron project_name service 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:418 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2022-05-06 03:35:33.759 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-05-06 03:35:33.759 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:420 : is_service_enabled q-meta 2022-05-06 03:35:33.759 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:421 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:424 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2022-05-06 03:35:33.759 | + lib/neutron-legacy:create_nova_conf_neutron:425 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2022-05-06 03:35:33.759 | + lib/neutron:configure_neutron_nova:649 : [[ superconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2022-05-06 03:35:33.759 | ++ lib/neutron:configure_neutron_nova:650 : seq 1 1 2022-05-06 03:35:33.759 | + lib/neutron:configure_neutron_nova:650 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-05-06 03:35:33.759 | + lib/neutron:configure_neutron_nova:651 : local conf 2022-05-06 03:35:33.759 | ++ lib/neutron:configure_neutron_nova:652 : conductor_conf 1 2022-05-06 03:35:33.759 | ++ lib/nova:conductor_conf:808 : local cell=1 2022-05-06 03:35:33.759 | ++ lib/nova:conductor_conf:809 : echo /etc/nova/nova_cell1.conf 2022-05-06 03:35:33.760 | + lib/neutron:configure_neutron_nova:652 : conf=/etc/nova/nova_cell1.conf 2022-05-06 03:35:33.760 | + lib/neutron:configure_neutron_nova:653 : create_nova_conf_neutron /etc/nova/nova_cell1.conf 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:406 : local conf=/etc/nova/nova_cell1.conf 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:407 : iniset /etc/nova/nova_cell1.conf neutron auth_type password 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:408 : iniset /etc/nova/nova_cell1.conf neutron auth_url http://10.222.0.25/identity 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:409 : iniset /etc/nova/nova_cell1.conf neutron username neutron 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:410 : iniset /etc/nova/nova_cell1.conf neutron password Passw0rd 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:411 : iniset /etc/nova/nova_cell1.conf neutron user_domain_name Default 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:412 : iniset /etc/nova/nova_cell1.conf neutron project_name service 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:413 : iniset /etc/nova/nova_cell1.conf neutron project_domain_name Default 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:414 : iniset /etc/nova/nova_cell1.conf neutron auth_strategy keystone 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:415 : iniset /etc/nova/nova_cell1.conf neutron region_name RegionOne 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:418 : neutron_plugin_create_nova_conf /etc/nova/nova_cell1.conf 2022-05-06 03:35:33.760 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2022-05-06 03:35:33.760 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:420 : is_service_enabled q-meta 2022-05-06 03:35:33.760 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:421 : iniset /etc/nova/nova_cell1.conf neutron service_metadata_proxy True 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:424 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_is_fatal True 2022-05-06 03:35:33.760 | + lib/neutron-legacy:create_nova_conf_neutron:425 : iniset /etc/nova/nova_cell1.conf DEFAULT vif_plugging_timeout 300 2022-05-06 03:35:33.803 | [108478 Async configure_neutron_nova:161472]: finished configure_neutron_nova with result 0 in 0 seconds 2022-05-06 03:35:33.807 | + inc/async:async_wait:197 : return 0 2022-05-06 03:35:33.810 | + ./stack.sh:main:1271 : is_service_enabled nova 2022-05-06 03:35:33.828 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:33.830 | + ./stack.sh:main:1272 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-05-06 03:35:33.861 | + ./stack.sh:main:1273 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2022-05-06 03:35:33.895 | + ./stack.sh:main:1277 : is_service_enabled n-api 2022-05-06 03:35:33.913 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:33.915 | + ./stack.sh:main:1278 : echo_summary 'Starting Nova API' 2022-05-06 03:35:33.918 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:35:33.920 | + ./stack.sh:echo_summary:448 : echo -e Starting Nova API 2022-05-06 03:35:33.923 | + ./stack.sh:main:1279 : start_nova_api 2022-05-06 03:35:33.925 | + lib/nova:start_nova_api:934 : local service_port=8774 2022-05-06 03:35:33.928 | + lib/nova:start_nova_api:935 : local service_protocol=http 2022-05-06 03:35:33.930 | + lib/nova:start_nova_api:936 : local nova_url 2022-05-06 03:35:33.933 | + lib/nova:start_nova_api:937 : is_service_enabled tls-proxy 2022-05-06 03:35:33.950 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:35:33.954 | + lib/nova:start_nova_api:943 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-05-06 03:35:33.956 | + lib/nova:start_nova_api:944 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-05-06 03:35:33.959 | + lib/nova:start_nova_api:944 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-05-06 03:35:33.961 | + lib/nova:start_nova_api:946 : '[' True == False ']' 2022-05-06 03:35:33.966 | ++ lib/nova:start_nova_api:954 : which uwsgi 2022-05-06 03:35:33.971 | + lib/nova:start_nova_api:954 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:33.974 | + functions-common:run_process:1692 : local service=n-api 2022-05-06 03:35:33.976 | + functions-common:run_process:1693 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:33.979 | + functions-common:run_process:1694 : local group= 2022-05-06 03:35:33.982 | + functions-common:run_process:1695 : local user= 2022-05-06 03:35:33.984 | + functions-common:run_process:1697 : local name=n-api 2022-05-06 03:35:33.987 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:35:33.989 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:35:33.992 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:33.995 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:33.998 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:34.003 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808133999 2022-05-06 03:35:34.005 | + functions-common:run_process:1700 : is_service_enabled n-api 2022-05-06 03:35:34.022 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:34.025 | + functions-common:run_process:1701 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' 2022-05-06 03:35:34.029 | + functions-common:_run_under_systemd:1657 : local service=n-api 2022-05-06 03:35:34.031 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:34.034 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:34.037 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:34.040 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:34.043 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2022-05-06 03:35:34.046 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2022-05-06 03:35:34.049 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@n-api.service 2022-05-06 03:35:34.051 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:35:34.055 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:35:34.057 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2022-05-06 03:35:34.060 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' ubuntu 2022-05-06 03:35:34.063 | + functions-common:write_uwsgi_user_unit_file:1601 : local service=devstack@n-api.service 2022-05-06 03:35:34.065 | + functions-common:write_uwsgi_user_unit_file:1602 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:34.068 | + functions-common:write_uwsgi_user_unit_file:1603 : local group= 2022-05-06 03:35:34.070 | + functions-common:write_uwsgi_user_unit_file:1604 : local user=ubuntu 2022-05-06 03:35:34.073 | + functions-common:write_uwsgi_user_unit_file:1605 : local unitfile=/etc/systemd/system/devstack@n-api.service 2022-05-06 03:35:34.075 | + functions-common:write_uwsgi_user_unit_file:1606 : mkdir -p /etc/systemd/system 2022-05-06 03:35:34.079 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2022-05-06 03:35:34.133 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2022-05-06 03:35:34.186 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User ubuntu 2022-05-06 03:35:34.239 | + functions-common:write_uwsgi_user_unit_file:1611 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2022-05-06 03:35:34.293 | + functions-common:write_uwsgi_user_unit_file:1612 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:35:34.347 | + functions-common:write_uwsgi_user_unit_file:1613 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2022-05-06 03:35:34.401 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2022-05-06 03:35:34.454 | + functions-common:write_uwsgi_user_unit_file:1615 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2022-05-06 03:35:34.508 | + functions-common:write_uwsgi_user_unit_file:1616 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2022-05-06 03:35:34.561 | + functions-common:write_uwsgi_user_unit_file:1617 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2022-05-06 03:35:34.615 | + functions-common:write_uwsgi_user_unit_file:1619 : [[ -n '' ]] 2022-05-06 03:35:34.617 | + functions-common:write_uwsgi_user_unit_file:1622 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2022-05-06 03:35:34.671 | + functions-common:write_uwsgi_user_unit_file:1625 : sudo systemctl daemon-reload 2022-05-06 03:35:35.093 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@n-api.service 2022-05-06 03:35:35.110 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2022-05-06 03:35:35.511 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@n-api.service 2022-05-06 03:35:35.596 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:35:35.599 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:35.601 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:35.604 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:35.607 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:35.610 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:35.613 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:35:35.615 | + functions-common:time_stop:2444 : start_time=1651808133999 2022-05-06 03:35:35.618 | + functions-common:time_stop:2446 : [[ -z 1651808133999 ]] 2022-05-06 03:35:35.621 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:35.626 | + functions-common:time_stop:2449 : end_time=1651808135623 2022-05-06 03:35:35.629 | + functions-common:time_stop:2450 : elapsed_time=1624 2022-05-06 03:35:35.631 | + functions-common:time_stop:2451 : total=9700 2022-05-06 03:35:35.634 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:35.637 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=11324 2022-05-06 03:35:35.640 | + lib/nova:start_nova_api:955 : nova_url=http://10.222.0.25/compute/v2.1/ 2022-05-06 03:35:35.642 | + lib/nova:start_nova_api:958 : echo 'Waiting for nova-api to start...' 2022-05-06 03:35:35.642 | Waiting for nova-api to start... 2022-05-06 03:35:35.645 | + lib/nova:start_nova_api:959 : wait_for_service 60 http://10.222.0.25/compute/v2.1/ 2022-05-06 03:35:35.647 | + functions:wait_for_service:457 : local timeout=60 2022-05-06 03:35:35.650 | + functions:wait_for_service:458 : local url=http://10.222.0.25/compute/v2.1/ 2022-05-06 03:35:35.652 | + functions:wait_for_service:459 : local rval=0 2022-05-06 03:35:35.655 | + functions:wait_for_service:460 : time_start wait_for_service 2022-05-06 03:35:35.657 | + functions-common:time_start:2423 : local name=wait_for_service 2022-05-06 03:35:35.660 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:35.662 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:35.665 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:35.670 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808135667 2022-05-06 03:35:35.673 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-05-06 03:35:35.678 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.25/compute/v2.1/ 2022-05-06 03:35:41.291 | + :: : [[ 200 == 503 ]] 2022-05-06 03:35:41.293 | + :: : [[ 0 -eq 7 ]] 2022-05-06 03:35:41.296 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-05-06 03:35:41.300 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:41.302 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:41.306 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:41.309 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:41.312 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:41.315 | + functions-common:time_stop:2443 : name=wait_for_service 2022-05-06 03:35:41.317 | + functions-common:time_stop:2444 : start_time=1651808135667 2022-05-06 03:35:41.320 | + functions-common:time_stop:2446 : [[ -z 1651808135667 ]] 2022-05-06 03:35:41.323 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:41.328 | + functions-common:time_stop:2449 : end_time=1651808141325 2022-05-06 03:35:41.331 | + functions-common:time_stop:2450 : elapsed_time=5658 2022-05-06 03:35:41.333 | + functions-common:time_stop:2451 : total=9517 2022-05-06 03:35:41.336 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:41.338 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=15175 2022-05-06 03:35:41.341 | + functions:wait_for_service:467 : return 0 2022-05-06 03:35:41.343 | + lib/nova:start_nova_api:963 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-05-06 03:35:41.346 | + lib/nova:start_nova_api:963 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2022-05-06 03:35:41.349 | + ./stack.sh:main:1282 : is_service_enabled ovn-controller ovn-controller-vtep 2022-05-06 03:35:41.366 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:41.369 | + ./stack.sh:main:1283 : echo_summary 'Starting OVN services' 2022-05-06 03:35:41.372 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:35:41.374 | + ./stack.sh:echo_summary:448 : echo -e Starting OVN services 2022-05-06 03:35:41.377 | + ./stack.sh:main:1284 : start_ovn_services 2022-05-06 03:35:41.380 | + lib/neutron-legacy:start_ovn_services:514 : [[ openvswitch == \o\v\n ]] 2022-05-06 03:35:41.383 | + ./stack.sh:main:1287 : is_service_enabled neutron-api 2022-05-06 03:35:41.400 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:35:41.403 | + ./stack.sh:main:1290 : is_service_enabled q-svc 2022-05-06 03:35:41.420 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:41.422 | + ./stack.sh:main:1291 : echo_summary 'Starting Neutron' 2022-05-06 03:35:41.425 | + ./stack.sh:echo_summary:442 : [[ -t 3 ]] 2022-05-06 03:35:41.428 | + ./stack.sh:echo_summary:448 : echo -e Starting Neutron 2022-05-06 03:35:41.430 | + ./stack.sh:main:1292 : configure_neutron_after_post_config 2022-05-06 03:35:41.433 | + lib/neutron-legacy:configure_neutron_after_post_config:494 : [[ router,neutron.services.metering.metering_plugin.MeteringPlugin != '' ]] 2022-05-06 03:35:41.436 | + lib/neutron-legacy:configure_neutron_after_post_config:495 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-05-06 03:35:41.467 | + lib/neutron-legacy:configure_neutron_after_post_config:497 : configure_rbac_policies 2022-05-06 03:35:41.469 | + lib/neutron:configure_rbac_policies:635 : '[' False == True ']' 2022-05-06 03:35:41.472 | + lib/neutron:configure_rbac_policies:639 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2022-05-06 03:35:41.503 | + lib/neutron:configure_rbac_policies:640 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2022-05-06 03:35:41.534 | + ./stack.sh:main:1293 : start_neutron_service_and_check 2022-05-06 03:35:41.537 | + lib/neutron-legacy:start_neutron_service_and_check:530 : local service_port=9696 2022-05-06 03:35:41.540 | + lib/neutron-legacy:start_neutron_service_and_check:531 : local service_protocol=http 2022-05-06 03:35:41.542 | + lib/neutron-legacy:start_neutron_service_and_check:532 : local cfg_file_options 2022-05-06 03:35:41.545 | + lib/neutron-legacy:start_neutron_service_and_check:533 : local neutron_url 2022-05-06 03:35:41.549 | ++ lib/neutron-legacy:start_neutron_service_and_check:535 : determine_config_files neutron-server 2022-05-06 03:35:41.551 | ++ lib/neutron-legacy:determine_config_files:335 : local opts= 2022-05-06 03:35:41.554 | ++ lib/neutron-legacy:determine_config_files:336 : case "$1" in 2022-05-06 03:35:41.557 | +++ lib/neutron-legacy:determine_config_files:337 : _determine_config_server 2022-05-06 03:35:41.560 | +++ lib/neutron-legacy:_determine_config_server:305 : [[ '' != '' ]] 2022-05-06 03:35:41.563 | +++ lib/neutron-legacy:_determine_config_server:312 : [[ 0 > 0 ]] 2022-05-06 03:35:41.566 | +++ lib/neutron-legacy:_determine_config_server:319 : local cfg_file 2022-05-06 03:35:41.568 | +++ lib/neutron-legacy:_determine_config_server:320 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.571 | +++ lib/neutron-legacy:_determine_config_server:324 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.574 | ++ lib/neutron-legacy:determine_config_files:337 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.577 | ++ lib/neutron-legacy:determine_config_files:340 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2022-05-06 03:35:41.579 | ++ lib/neutron-legacy:determine_config_files:343 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.583 | + lib/neutron-legacy:start_neutron_service_and_check:535 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.585 | + lib/neutron-legacy:start_neutron_service_and_check:537 : is_service_enabled tls-proxy 2022-05-06 03:35:41.603 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:35:41.605 | + lib/neutron-legacy:start_neutron_service_and_check:542 : '[' False == True ']' 2022-05-06 03:35:41.608 | + lib/neutron-legacy:start_neutron_service_and_check:549 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.611 | + functions-common:run_process:1692 : local service=q-svc 2022-05-06 03:35:41.613 | + functions-common:run_process:1693 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.616 | + functions-common:run_process:1694 : local group= 2022-05-06 03:35:41.618 | + functions-common:run_process:1695 : local user= 2022-05-06 03:35:41.621 | + functions-common:run_process:1697 : local name=q-svc 2022-05-06 03:35:41.624 | + functions-common:run_process:1699 : time_start run_process 2022-05-06 03:35:41.626 | + functions-common:time_start:2423 : local name=run_process 2022-05-06 03:35:41.629 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:41.632 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:41.635 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:41.639 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808141636 2022-05-06 03:35:41.642 | + functions-common:run_process:1700 : is_service_enabled q-svc 2022-05-06 03:35:41.659 | + functions-common:is_service_enabled:2093 : return 0 2022-05-06 03:35:41.661 | + functions-common:run_process:1701 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' 2022-05-06 03:35:41.664 | + functions-common:_run_under_systemd:1657 : local service=q-svc 2022-05-06 03:35:41.667 | + functions-common:_run_under_systemd:1658 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.669 | + functions-common:_run_under_systemd:1659 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.672 | + functions-common:_run_under_systemd:1661 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.674 | + functions-common:_common_systemd_pitfalls:1629 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.676 | + functions-common:_common_systemd_pitfalls:1632 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2022-05-06 03:35:41.679 | + functions-common:_common_systemd_pitfalls:1643 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2022-05-06 03:35:41.682 | + functions-common:_run_under_systemd:1663 : local systemd_service=devstack@q-svc.service 2022-05-06 03:35:41.684 | + functions-common:_run_under_systemd:1664 : local group= 2022-05-06 03:35:41.687 | + functions-common:_run_under_systemd:1665 : local user=ubuntu 2022-05-06 03:35:41.689 | + functions-common:_run_under_systemd:1666 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2022-05-06 03:35:41.692 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' ubuntu 2022-05-06 03:35:41.694 | + functions-common:write_user_unit_file:1574 : local service=devstack@q-svc.service 2022-05-06 03:35:41.697 | + functions-common:write_user_unit_file:1575 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.699 | + functions-common:write_user_unit_file:1576 : local group= 2022-05-06 03:35:41.701 | + functions-common:write_user_unit_file:1577 : local user=ubuntu 2022-05-06 03:35:41.704 | + functions-common:write_user_unit_file:1578 : local extra= 2022-05-06 03:35:41.706 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-05-06 03:35:41.708 | + functions-common:write_user_unit_file:1582 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2022-05-06 03:35:41.711 | + functions-common:write_user_unit_file:1583 : mkdir -p /etc/systemd/system 2022-05-06 03:35:41.716 | + functions-common:write_user_unit_file:1585 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2022-05-06 03:35:41.770 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User ubuntu 2022-05-06 03:35:41.822 | + functions-common:write_user_unit_file:1587 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2022-05-06 03:35:41.875 | + functions-common:write_user_unit_file:1588 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2022-05-06 03:35:41.929 | + functions-common:write_user_unit_file:1589 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2022-05-06 03:35:41.982 | + functions-common:write_user_unit_file:1590 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-05-06 03:35:42.036 | + functions-common:write_user_unit_file:1591 : [[ -n '' ]] 2022-05-06 03:35:42.039 | + functions-common:write_user_unit_file:1594 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2022-05-06 03:35:42.098 | + functions-common:write_user_unit_file:1597 : sudo systemctl daemon-reload 2022-05-06 03:35:42.522 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@q-svc.service 2022-05-06 03:35:42.542 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2022-05-06 03:35:42.951 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@q-svc.service 2022-05-06 03:35:42.979 | + functions-common:run_process:1703 : time_stop run_process 2022-05-06 03:35:42.981 | + functions-common:time_stop:2437 : local name 2022-05-06 03:35:42.985 | + functions-common:time_stop:2438 : local end_time 2022-05-06 03:35:42.990 | + functions-common:time_stop:2439 : local elapsed_time 2022-05-06 03:35:42.992 | + functions-common:time_stop:2440 : local total 2022-05-06 03:35:42.995 | + functions-common:time_stop:2441 : local start_time 2022-05-06 03:35:42.997 | + functions-common:time_stop:2443 : name=run_process 2022-05-06 03:35:43.000 | + functions-common:time_stop:2444 : start_time=1651808141636 2022-05-06 03:35:43.002 | + functions-common:time_stop:2446 : [[ -z 1651808141636 ]] 2022-05-06 03:35:43.006 | ++ functions-common:time_stop:2449 : date +%s%3N 2022-05-06 03:35:43.010 | + functions-common:time_stop:2449 : end_time=1651808143008 2022-05-06 03:35:43.013 | + functions-common:time_stop:2450 : elapsed_time=1372 2022-05-06 03:35:43.016 | + functions-common:time_stop:2451 : total=11324 2022-05-06 03:35:43.018 | + functions-common:time_stop:2453 : _TIME_START[$name]= 2022-05-06 03:35:43.021 | + functions-common:time_stop:2454 : _TIME_TOTAL[$name]=12696 2022-05-06 03:35:43.023 | + lib/neutron-legacy:start_neutron_service_and_check:550 : neutron_url=http://10.222.0.25:9696 2022-05-06 03:35:43.026 | + lib/neutron-legacy:start_neutron_service_and_check:552 : is_service_enabled tls-proxy 2022-05-06 03:35:43.044 | + functions-common:is_service_enabled:2093 : return 1 2022-05-06 03:35:43.046 | + lib/neutron-legacy:start_neutron_service_and_check:556 : echo 'Waiting for Neutron to start...' 2022-05-06 03:35:43.047 | Waiting for Neutron to start... 2022-05-06 03:35:43.049 | + lib/neutron-legacy:start_neutron_service_and_check:558 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.25:9696' 2022-05-06 03:35:43.052 | + lib/neutron-legacy:start_neutron_service_and_check:559 : test_with_retry 'wget --no-proxy -q -O- http://10.222.0.25:9696' 'Neutron did not start' 60 2022-05-06 03:35:43.054 | + functions-common:test_with_retry:2375 : local 'testcmd=wget --no-proxy -q -O- http://10.222.0.25:9696' 2022-05-06 03:35:43.057 | + functions-common:test_with_retry:2376 : local 'failmsg=Neutron did not start' 2022-05-06 03:35:43.059 | + functions-common:test_with_retry:2377 : local until=60 2022-05-06 03:35:43.062 | + functions-common:test_with_retry:2378 : local sleep=0.5 2022-05-06 03:35:43.065 | + functions-common:test_with_retry:2380 : time_start test_with_retry 2022-05-06 03:35:43.067 | + functions-common:time_start:2423 : local name=test_with_retry 2022-05-06 03:35:43.070 | + functions-common:time_start:2424 : local start_time= 2022-05-06 03:35:43.072 | + functions-common:time_start:2425 : [[ -n '' ]] 2022-05-06 03:35:43.076 | ++ functions-common:time_start:2428 : date +%s%3N 2022-05-06 03:35:43.080 | + functions-common:time_start:2428 : _TIME_START[$name]=1651808143077 2022-05-06 03:35:43.083 | + functions-common:test_with_retry:2381 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.222.0.25:9696; do sleep 0.5; done' 2022-05-06 03:36:43.091 | + functions-common:test_with_retry:2382 : die 2382 'Neutron did not start' 2022-05-06 03:36:43.096 | + functions-common:die:264 : local exitcode=0 2022-05-06 03:36:43.102 | [Call Trace] 2022-05-06 03:36:43.103 | ./stack.sh:1293:start_neutron_service_and_check 2022-05-06 03:36:43.103 | /home/ubuntu/devstack/lib/neutron-legacy:559:test_with_retry 2022-05-06 03:36:43.103 | /home/ubuntu/devstack/functions-common:2382:die 2022-05-06 03:36:43.110 | [ERROR] /home/ubuntu/devstack/functions-common:2382 Neutron did not start 2022-05-06 03:36:44.116 | exit_trap: cleaning up child processes 2022-05-06 03:36:44.119 | Error on exit